[hackers] [sbase] No need for realpath() to call malloc() in du(1) || sin

2013-10-17 Thread git
commit 9e321b69d2a4f2af1e067c1f58a0c8237e47a248 Author: sin s...@2f30.org Date: Thu Oct 17 14:06:17 2013 +0100 No need for realpath() to call malloc() in du(1) Print links correctly as well. diff --git a/du.c b/du.c index edb2e50..b83aba9 100644 --- a/du.c +++ b/du.c @@ -12,6

[hackers] [ubase] Add initial su(1) || sin

2013-10-17 Thread git
commit ff2e11638f03fb259b0d698996e998bd7a431974 Author: sin s...@2f30.org Date: Thu Oct 17 23:02:55 2013 +0100 Add initial su(1) diff --git a/Makefile b/Makefile index 7dd2704..d9ff21e 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,7 @@ SRC = \ pivot_root.c\ ps.c