OSDN Git Service

android-x86/external-toybox.git
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-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-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.
2014-12-05 Elliott HughesSwitch to toybox kill.
2014-12-05 Rob LandleyWork with buildroot's extensively patched uClibc, and...
2014-12-05 Rob LandleyImplement xstrncat() and fix xstrndup().
2014-12-04 Elliott HughesSwitch to toybox vmstat.
2014-12-04 Rob LandleyAdd shred.
2014-12-03 Elliott HughesBuild all of netcat now bionic has <pty.h>.
2014-12-03 Rob LandleyMore gzip stuff: now creates -0 compression files ...
2014-12-03 Elliott Hughes[Android] Regenerate generated files.
2014-12-03 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2014-12-02 Rob LandleyFix bug pointed out by Elliott Hughes ("vmstat 1" shoul...
2014-12-02 Rob LandleyNote posix mailing list posting correcting a bug in...
2014-12-02 Rob LandleyDon't mount a filesystem over an existing one with...
2014-12-02 Rob LandleySwitching on fortify was not kind to the pending direct...
2014-12-02 Rob LandleyStart of deflate compress-side code, mostly refactoring...
2014-12-01 Rob LandleyAshwini Sharma pointed out that "mkdir sub; ln -s ...
2014-12-01 Rob LandleyRefactor expr and add another test entry that works...
2014-11-30 Rob LandleyTests for operator priority groupings.
2014-11-30 Rob LandleyRemove the strncpy from mountpoint, and make a lot...
2014-11-30 Rob LandleyThe "re-exec to regain root permissions" logic broke...
2014-11-30 Rob LandleyMinor whitespace cleanups.
2014-11-30 Ashwini Sharmaexpr.c: Added '==' sign into list of operations. Also...
2014-11-28 Rob LandleyImprove error reporting in parallel build. (On error...
2014-11-28 Rob LandleyMake sendfile use libbuf.
2014-11-28 Rob LandleyTiny in-passing cleanups to more.c.
2014-11-28 Rob LandleyCheck in most recent release notes.
2014-11-28 Rob LandleyWhen running a test, the diff is always an ascii diff...
2014-11-28 Rob LandleyAdd "change" subdirectory to make clean.
2014-11-28 Rob LandleyAdd "make change" target to build the big toybox binary...
2014-11-28 Rob Landleysed: c needs to trigger range logic like d, D works...
2014-11-27 Rob LandleyNew ifconfig tests from Cynt Rynt.
2014-11-26 Elliott HughesSwitch to toybox readlink.
2014-11-26 Elliott HughesSwitch to toybox dmesg.
2014-11-26 Elliott HughesRegenerate generated files after upstream sync.
2014-11-26 Elliott HughesMerge remote-tracking branch 'toybox/master' into clean
2014-11-26 Rob LandleyUpdate dmesg, loosely based on a patch from Elliott...
2014-11-26 Elliott HughesSwitch to toybox nohup.
2014-11-26 Rob LandleyVariant of a patch from Ashwini Sharma, making df ...
2014-11-25 Elliott HughesSwitch to toybox mkswap, swapoff, swapon.
2014-11-24 Elliott HughesSwitch printenv to toybox.
2014-11-24 enhAndroid-related roadmap.html updates.
2014-11-24 Rob LandleyTweak the "ignoring return value" fortify workaround...
2014-11-24 Elliott HughesSwitch to toybox sleep.
2014-11-24 Elliott HughesSwitch sync to toybox.
2014-11-24 Elliott HughesRemove halt/poweroff/reboot.
2014-11-24 Ying WangUse LOCAL_POST_LINK_CMD to install toybox symlinks
2014-11-24 Elliott HughesSwitch insmod/lsmod/rmmod to toybox.
2014-11-23 Elliott HughesMove clear, false, and true over to toybox.
2014-11-23 Elliott HughesMerge "As long as Android's going to require fortify...
2014-11-23 Elliott HughesMerge "Whitespace/code style."
2014-11-23 Elliott HughesMerge "A patch against your current ToT that builds...
2014-11-22 Rob LandleyAs long as Android's going to require fortify, fixup...
2014-11-22 Rob LandleyWhitespace/code style.
2014-11-22 Elliott HughesA patch against your current ToT that builds in AOSP
2014-11-21 Elliott HughesMerge "Add usleep and note that inotifyd could replace...
2014-11-21 Elliott HughesMerge "Don't include asm/* files directly."
2014-11-21 Elliott HughesMerge "Patch from Elliott Hughes for Android/bionic...
2014-11-21 Elliott HughesAdd usleep and note that inotifyd could replace notify.
2014-11-21 Rob LandleyDon't include asm/* files directly.
2014-11-21 Rob LandleyPatch from Elliott Hughes for Android/bionic build.
2014-11-20 Elliott HughesBuild toybox.
2014-11-20 Rob LandleyMake md5sum and sha1sum work on big endian systems.
2014-11-19 Rob LandleyFixups for the android/bionic build probes patch.
2014-11-19 Isaac Dunhamprobe for getspnam(), forkpty(), utmpx, replace sethost...
2014-11-19 Rob LandleyFix "tail -c 10" segfault spotted by Lukasz Szpakowski.
2014-11-18 Rob LandleyMore sed bugfixes.
2014-11-18 Rob Landleysed: fix 'q', and { }, and } after s/// with no semicolon.
2014-11-17 Rob LandleyMore sed corner cases. (Empty regex repeats previous...
2014-11-17 Rob LandleyFix more sed bugs.
2014-11-16 Rob LandleyFix sed 'b' with no label and 'N' in general.
2014-11-15 Rob LandleyMore sed bugfixes. (Did you know s/[/]// is a valid...
2014-11-15 Rob LandleyDebugging pass on sed: make the existing test suite...
2014-11-14 Rob LandleyAdd a few more sed tests.
next