log

age author description
Sat, 13 Dec 2014 12:09:25 -0600 Rob Landley Oops. xfork() moved to portability.c and the config2help.c build wasn't including that. (Worked until I did a "make clean".) draft
Sat, 13 Dec 2014 11:59:37 -0600 Rob Landley Forgot to check in a header file for base64. draft
Sat, 13 Dec 2014 11:59:10 -0600 Rob Landley Add "make help" entry for "make change". draft
Sat, 13 Dec 2014 11:58:08 -0600 Rob Landley Add base64. draft
Sat, 13 Dec 2014 11:56:41 -0600 Rob Landley Remove more strncpy() calls. draft
Thu, 11 Dec 2014 20:17:28 -0600 Elliott Hughes here's a patch that should let us replace toolbox's chcon. draft
Wed, 10 Dec 2014 18:59:22 -0600 Rob Landley Make unescape_delimited_string() copy the string so error reporting isn't so messed up. draft
Wed, 10 Dec 2014 17:59:00 -0600 Rob Landley Fix some sed bugs and improve error reporting. draft
Thu, 04 Dec 2014 21:46:59 -0600 Rob Landley Work with buildroot's extensively patched uClibc, and for nommu support move xfork() to portability.h and #ifdef based on __uClinux__ (which seems to be the nommu compiler define). draft
Thu, 04 Dec 2014 21:41:12 -0600 Rob Landley Implement xstrncat() and fix xstrndup(). draft
Thu, 04 Dec 2014 16:42:01 -0600 Rob Landley Add shred. draft
Wed, 03 Dec 2014 13:09:15 -0600 Rob Landley More gzip stuff: now creates -0 compression files (store only), and does so to stdout. draft
Tue, 02 Dec 2014 16:02:50 -0600 Rob Landley Fix bug pointed out by Elliott Hughes ("vmstat 1" should repeat endlessly), and remove final delay (after all output) for "vmstat 2 3" case. draft
Tue, 02 Dec 2014 13:00:08 -0600 Rob Landley Note posix mailing list posting correcting a bug in the web version of the standard. draft