[hackers] [ubase] ps: fix argv0 position in usage line || Mattias Andrée

2018-06-30 Thread git
commit 2d58716c23f946a84a941579ede6508f0b133361 Author: Mattias Andrée AuthorDate: Mon Jun 11 22:45:56 2018 +0200 Commit: sin CommitDate: Sat Jun 30 17:27:45 2018 +0100 ps: fix argv0 position in usage line Signed-off-by: Mattias Andrée diff --git a/ps.c b/ps.c index

[hackers] [ubase] mount: don't call realpath on root target || Ioan-Adrian Ratiu

2018-06-30 Thread git
commit 4f5837147a14e0fb8ec1a2a46a9c4045bdb75696 Author: Ioan-Adrian Ratiu AuthorDate: Sat Apr 7 05:33:30 2018 +0300 Commit: sin CommitDate: Sat Jun 30 17:38:07 2018 +0100 mount: don't call realpath on root target Musl libc realpath implementation calls readlink on a procfs

[hackers] [ubase] Fix segfault in killall5 without -o || sin

2018-06-30 Thread git
commit 11d2d1faaf9cd0e2b6796c17390137dedcdc90bb Author: sin AuthorDate: Sat Jun 30 17:31:53 2018 +0100 Commit: sin CommitDate: Sat Jun 30 17:31:53 2018 +0100 Fix segfault in killall5 without -o Original patch by Platon Ryzhikov diff --git a/killall5.c b/killall5.c index

[hackers] [st] Fix crash on resize || Jules Maselbas

2018-06-30 Thread git
commit 29f341da7cf32888f45005e08de202d9a372d972 Author: Jules Maselbas AuthorDate: Wed Jun 27 17:08:30 2018 +0200 Commit: Hiltjo Posthuma CommitDate: Sat Jun 30 20:51:46 2018 +0200 Fix crash on resize Prevent to realloc xw.specbuc with a negative number of col. Add