Mercurial > hg > toybox
graph
-
Refactor expr and add another test entry that works with TEST_HOST=1 but not with the one in pending. draftMon, 01 Dec 2014 03:15:25 -0600, by 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). draftSun, 30 Nov 2014 11:05:39 -0600, by Rob Landley
-
The "re-exec to regain root permissions" logic broke the error message when calling root-only commands through the multiplexer. draftSat, 29 Nov 2014 21:11:34 -0600, by Rob Landley
-
expr.c: Added '==' sign into list of operations. Also added support for regex pattern match. draftSat, 29 Nov 2014 18:38:05 -0600, by Ashwini Sharma
-
Improve error reporting in parallel build. (On error, wait for all children to finish before exiting.) draftFri, 28 Nov 2014 17:30:46 -0600, by Rob Landley
-
When running a test, the diff is always an ascii diff, not binary. draftFri, 28 Nov 2014 16:52:06 -0600, by 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. draftFri, 28 Nov 2014 16:49:46 -0600, by 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. draftThu, 27 Nov 2014 20:38:21 -0600, by Rob Landley
-
Update dmesg, loosely based on a patch from Elliott Hughes. draftTue, 25 Nov 2014 21:45:18 -0600, by Rob Landley
-
Variant of a patch from Ashwini Sharma, making df /dev/node work and tweaking the spacing. draftTue, 25 Nov 2014 18:49:34 -0600, by Rob Landley
-
Tweak the "ignoring return value" fortify workaround for readlinkat. draftMon, 24 Nov 2014 17:23:23 -0600, by Rob Landley
-
As long as Android's going to require fortify, fixup the warnings it generates. draftSat, 22 Nov 2014 00:36:45 -0600, by Rob Landley
-
A patch against your current ToT that builds in AOSP master. draftFri, 21 Nov 2014 21:49:05 -0600, by Elliott Hughes
-
Patch from Elliott Hughes for Android/bionic build. draftFri, 21 Nov 2014 06:42:37 -0600, by Rob Landley
-
Make md5sum and sha1sum work on big endian systems. draft 0.5.1Wed, 19 Nov 2014 21:38:00 -0600, by Rob Landley
-
Fixups for the android/bionic build probes patch. draftWed, 19 Nov 2014 16:55:12 -0600, by Rob Landley
-
probe for getspnam(), forkpty(), utmpx, replace sethostname() draftWed, 19 Nov 2014 16:38:46 -0600, by Isaac Dunham
-
Fix "tail -c 10" segfault spotted by Lukasz Szpakowski. draftWed, 19 Nov 2014 14:29:53 -0600, by Rob Landley
-
sed: fix 'q', and { }, and } after s/// with no semicolon. draftMon, 17 Nov 2014 21:21:04 -0600, by Rob Landley