OSDN Git Service

android-x86/external-toybox.git
2015-02-07 Rob LandleyClean up the output of "make change".
2015-02-07 Rob LandleyRemove xexec_optargs().
2015-02-07 Rob LandleyCleanup pass on env, removing exec_optargs().
2015-02-07 Rob LandleyMake toy_exec() check if argc is in optargs and deal...
2015-02-07 Rob LandleyMerge unshare and nsenter (promoting and cleaning up...
2015-02-06 Rob LandleyIn rm, init using to AT_REMOVEDIR in the dir case earlier.
2015-02-06 Rob LandleyAlright, the Android guys agree with the musl guys...
2015-01-25 Rob LandleyCommit 1061 said "this gets expand off my to-review...
2015-01-25 Rob LandleyCleanup mountpoint and remove it from the pending README.
2015-01-22 Luis Felipe... bootchartd: Removing wrong free call to non-malloc...
2015-01-22 Rob LandleyFix sed s//\[newline]/ line continuations.
2015-01-20 Elliott Hughesfix hwclock's rtc selection
2015-01-20 Elliott Hughesfix typo in printf
2015-01-18 Rob LandleyRemove trailing whitespace.
2015-01-18 Rob LandleyLift the basename/libgen.h shenanigans back out of...
2015-01-18 Elliott Hughesfix non-glibc basename(3) usage
2015-01-16 Rob LandleyMove pty.h back to toys.h (under LSB 4.1 headers).
2015-01-16 Elliott HughesAOSP master has <pty.h> and builds netcat/nc.
2015-01-16 Rob Landleyid.c #ifdefectomy. (ifdefs belong in headers, not in...
2015-01-16 Elliott HughesThis patch adds a TOYBOX_SELINUX configuration option...
2015-01-16 Rob LandleyAdded tag 0.5.1 for changeset 62a7d617e1ce
2015-01-14 Rob LandleySwitch netcat to stop parsing command line at first...
2015-01-14 Rob LandleyMake touch -d miliseconds work. (Still only 6 digits...
2015-01-14 Elliott Hughesi found a few problems while manually smoke testing...
2015-01-14 Rob LandleyLet chown build standalone.
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 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...
next