log

age author description
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
Tue, 02 Dec 2014 03:17:34 -0600 Rob Landley Don't mount a filesystem over an existing one with the same /dev and /dir. draft
Tue, 02 Dec 2014 03:12:58 -0600 Rob Landley Switching on fortify was not kind to the pending directory. Fix the actual build break (open(O_CREAT) without permissions). draft
Tue, 02 Dec 2014 03:05:01 -0600 Rob Landley Start of deflate compress-side code, mostly refactoring and stubs so far. draft
Mon, 01 Dec 2014 12:52:55 -0600 Rob Landley Ashwini Sharma pointed out that "mkdir sub; ln -s . sub/up; du -L sub" shouldn't loop endlessly. draft
Mon, 01 Dec 2014 03:15:25 -0600 Rob Landley Refactor expr and add another test entry that works with TEST_HOST=1 but not with the one in pending. draft
Sun, 30 Nov 2014 14:10:36 -0600 Rob Landley Tests for operator priority groupings. draft
Sun, 30 Nov 2014 11:05:39 -0600 Rob Landley Remove the strncpy from mountpoint, and make a lot of other changes while I'm here (to be described on the mailing list). draft