OSDN Git Service

android-x86/external-toybox.git
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...
2014-10-09 Rob LandleyFix use-after-free spotted by Ashwini Sharma's static...
2014-10-08 Rob LandleyUpdate status lists. (Once the pending-not-in-pending...
2014-10-07 Rob LandleyBasic update of the roadmap and status pages. (Both...
2014-10-02 Rob LandleyRelease notes for 0.5.0.
2014-10-02 Rob LandleyAdded tag 0.5.0 for changeset 7afd32673a5c
2014-10-02 Rob LandleyWorkaround for musl's faccessat bug (the rm -r "error...
2014-10-02 Rob LandleyBugfix from Ashwini Sharma: Z timezone required by...
2014-09-29 Ashwini SharmaUpdated version, having complete support for ip _link_...
2014-09-28 Rob LandleyFix two mount bugs: 1) Don't skip a filesystem type...
2014-09-28 Rob Landleymount: terminate list so unknown user mount attempts...
2014-09-28 Rob LandleyBrown paper bag time: comma_scan() didn't work for...
2014-09-28 Rob LandleyMulti-build single.sh should exit with an error when...
2014-09-28 Rob LandleyCleanup pass on groupdel.
2014-09-28 Rob LandleyAllow single.sh to build more than one command per...
2014-09-28 Rob LandleyUntangle id/groups/logname so single.sh can build each...
2014-09-28 Rob LandleyHave OLDTOY emit (redundant) function prototype so...
2014-09-28 Rob LandleyDon't segfault for --help of single.sh build of OLDTOY...
2014-09-26 Rob LandleyThe only illegal characters in a username are ":" ...
2014-09-26 Rob LandleySeparate more commands so single.sh can build them...
2014-09-22 ?ukasz SzpakowskiWhen killall was invoked without arguments, there appea...
2014-09-22 Felix JandaFix du test: du symlink -> "0\tsymlink"
2014-09-22 Rob LandleyRespond to two static analysis issues in dirtree_path...
2014-09-22 Rob LandleyStart on ping.c.
2014-09-20 Rob LandleyTweak portability.h for uClibc version in buildroot...
2014-09-20 Rob LandleyAlways call setlocale if I18N is enabled, so nested...
2014-09-20 Rob LandleyDelete generated/README.txt (the contents are in code...
2014-09-20 Rob LandleyCapitalize "toybox" more consistently on the about...
2014-09-20 Rob LandleyFluff out the documentation some more.
2014-09-20 Rob LandleyRemove debug echo checked in by mistake.
2014-09-20 Rob LandleyForgot to check in the updated makefile when I moved...
2014-09-20 Rob LandleyTypo from the dawn of time: toybox is not capitalized...
2014-09-20 Rob LandleyThe ancient GPL (copied from the 2.6.12 kernel) build...
2014-09-20 Rob LandleyMove testsuite out of scripts/test into its own top...
2014-09-20 Rob LandleyGive library probe a progress indicator, and use 150...
2014-09-18 Rob LandleyReorder functions to get rid of unnecessary prototypes...
2014-09-18 Isaac Dunhamrm -rf needs to chmod directories to u+rwx, because...
2014-09-18 Ashwini SharmaA few fixes for issues reported in static analysis.
2014-09-18 Rob LandleyCleanup pass on README.
2014-09-17 Rob LandleyUpdate README for pending directory, include list of...
2014-09-17 Rob LandleyMinor cleanup pass on touch.
2014-09-17 Rob LandleyCleanup pass on cut, more to do.
2014-09-16 Rob LandleyCleanup pass on useradd.
2014-09-15 Rob LandleyAdd cpio -p
2014-09-15 Rob Landleyfind -xdev should return mount points, just not contents.
2014-09-15 Rob LandleySecond attempt at one way xpopen().
2014-09-14 Rob LandleySplit xpopen() into xpopen_both(), xpopen(), and xrun...
2014-09-13 Rob LandleyBug report from luckboy: rm -f on a broken symlink...
2014-09-12 Rob LandleyCreate a generated/build.sh with a single compiler...
2014-09-11 Rob LandleyOops, unbreak make.sh.
2014-09-10 Rob LandleyIgnore -m option to cpio, it's what we do anyway so...
2014-09-10 Rob LandleyTwo problems: 1) Sometimes toy_exec() needs to re-exec...
2014-09-10 Rob LandleyMake tweaks: collate generated/*.o files into their...
2014-09-08 Rob LandleyFix more memory leaks reported by Ashwini Sharma.
next