OSDN Git Service

android-x86/external-toybox.git
2014-12-03 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
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.
2014-11-14 Rob LandleyAdd color support for scripts/test.sh and new SKIP_HOST...
2014-11-14 Rob Landleysed: implement s & and \1 backrefs.
2014-11-12 Rob LandleyImplement more sed plumbing, including s/// (without...
2014-11-11 Rob LandleyRemove unnecessary assignment spotted by Cynt Rynt.
2014-11-10 Rob LandleyImplement another largeish chunk of sed. Untested,...
2014-11-10 Rob LandleyFirst cleanup pass on hwclock.
2014-11-10 Ashwini Sharmahwclock: get and set the hwclock
2014-11-10 Ashwini Sharmaipcrm : remove msg que, sem or shared memory
2014-11-09 Rob LandleyYet more sed tests.
2014-11-08 Rob LandleyImplement a few sed commands. Not done, and not tested...
2014-11-06 Rob LandleyMore sed tests.
2014-11-05 Rob LandleyNext round of sed infrastructure, parses most commands...
2014-10-30 Ashwini SharmaAttached are new toys TR and CRONTAB.
2014-10-30 Rob LandleyTest for ls -d from Isaac Dunham, and he pointed out...
2014-10-30 Rob LandleyBug report from Isaac Dunham: ls -d shouldn't follow...
2014-10-29 Rob LandleyFirst batch of sed tests.
2014-10-29 Rob LandleyNext drop of sed infrastructure, mostly argument parsin...
2014-10-29 Rob LandleyFill out rest of help text for sed.
2014-10-28 Rob LandleyFix use after free error spotted by ?ukasz Szpakowski.
2014-10-27 Rob LandleyO_CLOEXEC was confusing the O_RDONLY test in loopfiles...
2014-10-26 Rob Landleyxexec() recursion limiter has to go after rebound or...
2014-10-26 Rob LandleyCosmetic tweak: no trailing spaces when ./toybox lists...
2014-10-24 Rob LandleyBasic sed range support, enough for "sed -n 9,11p READM...
2014-10-22 Rob LandleyTeach ln -f to leave original target alone if link...
2014-10-21 Rob LandleyRandom in-progress snapshot of sed, not finished yet.
2014-10-21 Rob LandleyMore static analysis fixes from Ashwini Sharma.
2014-10-21 Rob LandleyAdd TOYBOX_NORECURSE so xexec() won't make internal...
2014-10-19 Andy Lutomirskinsenter: A tool to use setns(2)
2014-10-18 Andy Lutomirskiunshare: Fix help and option parsing
2014-10-18 Rob LandleyFactor out printf-style escape parsing logic from echo.c.
2014-10-16 Rob LandleyEven bigger ip.c, from Ashwini Sharma.
2014-10-14 Rob LandleyUse O_CLOEXEC instead of O_RDONLY to signal loopfiles_r...
2014-10-14 Rob LandleyFix last night's mv commit (use dest, not source).
2014-10-14 Rob LandleyImplement mv -f and -i.
2014-10-13 Rob LandleyStarted over on sed (by reading the posix spec).
2014-10-10 Isaac Dunhamacpi: implement -ctV, fix recursion, plug a small leak
2014-10-09 Rob LandleyVarious bugfixes (mostly resource leaks) from Ashwini...
next