[hackers] [sbase] Use the more portable NZERO instead of PRIO_* || sin

2014-02-27 Thread git
commit 795ffe490d24a6e85b7717f9ad6ec7b29469500e Author: sin s...@2f30.org Date: Thu Feb 27 14:19:36 2014 + Use the more portable NZERO instead of PRIO_* We assume the valid range is [-NZERO, NZERO-1]. diff --git a/nice.c b/nice.c index 0ef6256..f58a23b 100644 --- a/nice.c +++

[hackers] [sbase] id(1) is not portable - move it to ubase || sin

2014-02-27 Thread git
commit 17338bfbb881d7944b6ac975c97941fee6036d1c Author: sin s...@2f30.org Date: Thu Feb 27 14:26:22 2014 + id(1) is not portable - move it to ubase diff --git a/Makefile b/Makefile index 9974ae7..9aa8723 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,6 @@ SRC = \ grep.c

[hackers] [ubase] Import id(1) from sbase || sin

2014-02-27 Thread git
commit 02e0a1de08e9f5a9983c1f9ddce8bbd2ed7c Author: sin s...@2f30.org Date: Thu Feb 27 14:27:28 2014 + Import id(1) from sbase diff --git a/Makefile b/Makefile index 63d4aae..dccfe4f 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ SRC = \ free.c \

[hackers] [ubase] Update manpages - these tools are in ubase now || sin

2014-02-27 Thread git
commit e75c56ad6a21ba8975b4143eba47c3e7ddd55195 Author: sin s...@2f30.org Date: Thu Feb 27 14:30:04 2014 + Update manpages - these tools are in ubase now diff --git a/id.1 b/id.1 index 967022c..797f592 100644 --- a/id.1 +++ b/id.1 @@ -1,4 +1,4 @@ -.TH ID 1 sbase\-VERSION +.TH ID 1

[hackers] [ubase] Simply use eprintf() instead of enprintf() || sin

2014-02-27 Thread git
commit 634e77a1a54de28c94ab9f8d763b90e5eaef3a79 Author: sin s...@2f30.org Date: Thu Feb 27 14:57:22 2014 + Simply use eprintf() instead of enprintf() diff --git a/su.c b/su.c index aa7f8af..16d876f 100644 --- a/su.c +++ b/su.c @@ -58,16 +58,16 @@ main(int argc, char **argv) if

[hackers] [ubase] Fix some more instances of enprintf(EXIT_FAILURE, ...); || sin

2014-02-27 Thread git
commit d0dc4dc2b7cdd3cabd339342d13fd994bdba2d6a Author: sin s...@2f30.org Date: Thu Feb 27 15:08:17 2014 + Fix some more instances of enprintf(EXIT_FAILURE, ...); diff --git a/lsmod.c b/lsmod.c index 5cfd3f0..8f625b0 100644 --- a/lsmod.c +++ b/lsmod.c @@ -38,7 +38,7 @@ main(int argc,