OSDN Git Service

android-x86/external-toybox.git
2015-01-15 Elliott HughesMerge changes I698a1608,I9d66c41d,I3a4917a5,Id3d633ff...
2015-01-15 Elliott HughesMerge changes Ia8df7446,I77c8d1a7,Iaad492fd,I87fd25f2...
2015-01-15 Elliott HughesMerge changes Ide699acc,I774c599c,I5c419e37,I7f24174d...
2015-01-14 Elliott HughesMerge "Teach factor to accept whitespace separated...
2015-01-14 Elliott HughesSwitch to toybox date, and add hwclock.
2015-01-14 Elliott HughesSwitch to toybox ifconfig.
2015-01-14 Elliott HughesSwitch on toybox inotifyd.
2015-01-14 Elliott HughesSwitch to toybox cat.
2015-01-14 Rob LandleyLet chown build standalone.
2015-01-14 Elliott HughesAdd sed and tr.
2015-01-14 Elliott HughesRemove factor and readahead.
2015-01-13 Rob Landleysed bugfix: N or n at end of script would save the...
2015-01-13 Rob Landleysed s/// can have line continuations in the replacement...
2015-01-11 Rob LandleyPromote printf.
2015-01-11 Rob LandleyOne more bugfix for printf.c, with test suite entry...
2015-01-11 Rob LandleyCleanup pass on printf.
2015-01-11 Rob LandleyMore half-finished cleanup of printf.c, and more test...
2015-01-06 Rob LandleySince "printf" is a shell builtin, printf.test wasn...
2015-01-06 Rob LandleyMore printf cleanup, and test suite entries.
2015-01-04 Rob LandleyFix sed backslash parsing in square bracket pattern...
2015-01-04 Rob LandleyAnother cleanup pass on printf.
2015-01-03 Rob LandleyMove fflush() checking to xexit() and have exit paths...
2015-01-03 Rob LandleyCleanup pass on printf.
2015-01-02 Rob LandleyNeed to update install.c for the changed OLDTOY() argum...
2015-01-01 Rob LandleyTweak status.html
2015-01-01 Rob LandleySwitch a lot of strncpy() calls to xstrncpy().
2015-01-01 Rob Landleystrncpy(optptr, hname, strlen(hname)) is really just...
2015-01-01 Rob Landleystrtol() doesn't return error indicator for overflow...
2015-01-01 Rob LandleyDebris from flag handling rewrite: don't allow -^A...
2015-01-01 Elliott Hughestypo fixes
2015-01-01 Rob LandleyFix for mix from Isaac Dunham (who can actually test...
2015-01-01 Rob LandleyRedo option parsing infrastructure so #define FORCE_FLA...
2015-01-01 Rob LandleyWhen CP_MORE was disabled, the d flag was still in...
2014-12-31 Rob LandleyWhen you include the posix header libgen.h, glibc ...
2014-12-30 Rob LandleyLink to gmane web archive.
2014-12-28 Rob LandleyAnother random link for the design page.
2014-12-28 Rob LandleyFluff out help text.
2014-12-27 Rob LandleyPromote mix
2014-12-27 Rob LandleyCleanup mix.c.
2014-12-24 Rob LandleyTeach factor to accept whitespace separated arguments...
2014-12-24 Elliott HughesSwitch to toybox getenforce/setenforce.
2014-12-24 Elliott HughesMerge "Regenerate generated files after upstream sync."
2014-12-24 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2014-12-24 Rob LandleyAnother sed bug. (The e2fsprogs build uses multiple...
2014-12-24 Rob LandleyPromote sed to posix.
2014-12-24 Elliott HughesMerge changes I32cd2b77,Ia136fa57,I95b76828
2014-12-24 Elliott HughesRegenerate generated files after upstream sync.
2014-12-24 Elliott Hughesgetenforce and setenforce
2014-12-24 Elliott Hughesthose of us who need to check in generated files find...
2014-12-23 Rob LandleyMerge catv back into cat as discussed on the list....
2014-12-23 Elliott HughesSwitch to toybox netstat.
2014-12-22 Rob LandleyAllocate space for null terminator.
2014-12-22 Rob Landleysed 'r' didn't work right.
2014-12-22 Rob LandleyAnother sed bug. (The e2fsprogs build uses multiple...
2014-12-22 Elliott HughesRemove uudecode/uuencode.
2014-12-21 Rob LandleyPromote sed to posix.
2014-12-21 Rob Landleysed: implement 'l'
2014-12-20 Rob LandleyAdd tizen section to roadmap.
2014-12-20 Rob LandleyMore sed bugs.
2014-12-19 Elliott HughesRebuild configuration after latest sync.
2014-12-19 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2014-12-19 Elliott HughesRegenerate the configuration after the upstream sync.
2014-12-19 Elliott HughesMerge "Fix yet another sed bug."
2014-12-19 Elliott HughesMerge "Make sed a\ line continuations work properly...
2014-12-19 Elliott HughesMerge "Fix bug in sed y/// where bytes in target but...
2014-12-19 Elliott HughesMerge "Last sed bugfix broke 'b', fix it."
2014-12-19 Elliott HughesMerge "Leftover variable from factoring out base64_init...
2014-12-19 Elliott HughesMerge "Oops. xfork() moved to portability.c and the...
2014-12-19 Elliott HughesMerge "Forgot to check in a header file for base64."
2014-12-19 Elliott HughesMerge "Add "make help" entry for "make change"."
2014-12-19 Elliott HughesMerge changes I0517eb7d,I87fbe12d
2014-12-18 Rob LandleyDecouple cp and mv so mv uses its own --help text.
2014-12-18 Rob LandleyGive fstype its own config symbol (separate from blkid...
2014-12-17 Elliott HughesStop building 'count' and 'oneit'.
2014-12-17 Elliott HughesBuild various 'pending' toybox commands that are in...
2014-12-17 Elliott HughesSwitch to toybox mv.
2014-12-17 Elliott HughesSwitch to toybox rm.
2014-12-17 Elliott HughesSwitch to toybox cp.
2014-12-16 Elliott HughesStop building obsolete cpio, killall5, link, and unlink.
2014-12-16 Elliott HughesSwitch rmdir to toybox.
2014-12-16 Elliott HughesSwitch to toybox mkdir.
2014-12-16 Elliott HughesSwitch to toybox chcon.
2014-12-15 Rob LandleyFix yet another sed bug.
2014-12-14 Rob LandleyMake sed a\ line continuations work properly for differ...
2014-12-14 Rob LandleyFix bug in sed y/// where bytes in target but not in...
2014-12-13 Rob LandleyLast sed bugfix broke 'b', fix it.
2014-12-13 Rob LandleyLeftover variable from factoring out base64_init()...
2014-12-13 Rob LandleyOops. xfork() moved to portability.c and the config2hel...
2014-12-13 Rob LandleyForgot to check in a header file for base64.
2014-12-13 Rob LandleyAdd "make help" entry for "make change".
2014-12-13 Rob LandleyAdd base64.
2014-12-13 Rob LandleyRemove more strncpy() calls.
2014-12-13 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2014-12-12 Elliott HughesSwitch to toybox mknod.
2014-12-12 Elliott Hugheshere's a patch that should let us replace toolbox's...
2014-12-12 Elliott HughesAdd more(1).
2014-12-11 Elliott HughesSwitch to toybox chmod.
2014-12-11 Rob LandleyMake unescape_delimited_string() copy the string so...
2014-12-11 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2014-12-10 Rob LandleyFix some sed bugs and improve error reporting.
next