log

age author description
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
Sat, 29 Nov 2014 21:11:34 -0600 Rob Landley The "re-exec to regain root permissions" logic broke the error message when calling root-only commands through the multiplexer. draft
Sat, 29 Nov 2014 19:07:08 -0600 Rob Landley Minor whitespace cleanups. draft
Sat, 29 Nov 2014 18:38:05 -0600 Ashwini Sharma expr.c: Added '==' sign into list of operations. Also added support for regex pattern match. draft
Fri, 28 Nov 2014 17:30:46 -0600 Rob Landley Improve error reporting in parallel build. (On error, wait for all children to finish before exiting.) draft
Fri, 28 Nov 2014 16:57:45 -0600 Rob Landley Make sendfile use libbuf. draft
Fri, 28 Nov 2014 16:56:53 -0600 Rob Landley Tiny in-passing cleanups to more.c. draft
Fri, 28 Nov 2014 16:53:59 -0600 Rob Landley Check in most recent release notes. draft
Fri, 28 Nov 2014 16:52:06 -0600 Rob Landley When running a test, the diff is always an ascii diff, not binary. draft
Fri, 28 Nov 2014 16:51:32 -0600 Rob Landley Add "change" subdirectory to make clean. draft
Fri, 28 Nov 2014 16:49:46 -0600 Rob Landley Add "make change" target to build the big toybox binary as a bunch of little ones (in the "change" subdirectory), and tweak scripts/make.sh to avoid redundant work when rebuilding. draft
Thu, 27 Nov 2014 20:38:21 -0600 Rob Landley sed: c needs to trigger range logic like d, D works like d when there isn't anything left in the line, and more tests. draft
Thu, 27 Nov 2014 00:28:13 -0600 Rob Landley New ifconfig tests from Cynt Rynt. draft
Tue, 25 Nov 2014 21:45:18 -0600 Rob Landley Update dmesg, loosely based on a patch from Elliott Hughes. draft
Tue, 25 Nov 2014 18:49:34 -0600 Rob Landley Variant of a patch from Ashwini Sharma, making df /dev/node work and tweaking the spacing. draft
Mon, 24 Nov 2014 17:26:09 -0600 enh Android-related roadmap.html updates. draft
Mon, 24 Nov 2014 17:23:23 -0600 Rob Landley Tweak the "ignoring return value" fortify workaround for readlinkat. draft
Sat, 22 Nov 2014 00:36:45 -0600 Rob Landley As long as Android's going to require fortify, fixup the warnings it generates. draft
Sat, 22 Nov 2014 00:31:03 -0600 Rob Landley Whitespace/code style. draft
Fri, 21 Nov 2014 21:49:05 -0600 Elliott Hughes A patch against your current ToT that builds in AOSP master. draft
Fri, 21 Nov 2014 10:06:45 -0600 Rob Landley Don't include asm/* files directly. draft
Fri, 21 Nov 2014 06:42:37 -0600 Rob Landley Patch from Elliott Hughes for Android/bionic build. draft