OSDN Git Service

android-x86/external-toybox.git
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 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-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-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-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-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-12 Elliott Hugheshere's a patch that should let us replace toolbox's...
2014-12-11 Rob LandleyMake unescape_delimited_string() copy the string so...
2014-12-10 Rob LandleyFix some sed bugs and improve error reporting.
2014-12-05 Rob LandleyWork with buildroot's extensively patched uClibc, and...
2014-12-05 Rob LandleyImplement xstrncat() and fix xstrndup().
2014-12-04 Rob LandleyAdd shred.
2014-12-03 Rob LandleyMore gzip stuff: now creates -0 compression files ...
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 Rob LandleyUpdate dmesg, loosely based on a patch from Elliott...
2014-11-26 Rob LandleyVariant of a patch from Ashwini Sharma, making df ...
2014-11-24 enhAndroid-related roadmap.html updates.
2014-11-24 Rob LandleyTweak the "ignoring return value" fortify workaround...
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 Rob LandleyDon't include asm/* files directly.
2014-11-21 Rob LandleyPatch from Elliott Hughes for Android/bionic build.
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.
next