OSDN Git Service

android-x86/external-toybox.git
2015-04-30 Rob LandleyRemove redundant numlen.
2015-04-29 Jan Cybulskils: Add -Z (Smack) option
2015-04-28 Rob LandleyFix truncate prefix bug and add truncate test suite...
2015-04-28 Rob LandleyAdd prefix support Hyejin Kim asked about.
2015-04-27 Rob LandleyFix ls -s and -i indentation in -C and -x modes. (Spott...
2015-04-27 Rob LandleyPromote hexedit to other.
2015-04-27 Rob LandleySome infrastructure hexedit needs. (Poor man's curses.)
2015-04-27 Rob LandleyTeach hexedit to actually edit. Add -r option for read...
2015-04-25 Rob LandleyFix display and cursor control (to respect bottom bound...
2015-04-24 Rob LandleyToo tired on the flight back from Japan to work on...
2015-04-21 Rob LandleyBugfix from Hyejin Kim (count=1 shouldn't change name...
2015-04-21 Rob LandleySwitch setprop to use TOYBOX_ON_ANDROID and fix getprop...
2015-04-20 Rob LandleyCleanup getprop, add qstrcmp() to lib for qsort (becaus...
2015-04-19 Isaac Dunhammdev: implement hotplug support.
2015-04-19 Rob LandleyRoadmap update, mostly from enh with a few other pendin...
2015-04-19 Rob LandleyAndroid getprop and setprop from Elliott Hughes.
2015-04-18 Xavier RocheLink against libattr and libsmack.
2015-04-17 Elliott HughesFix a trivial typo in www/about.html.
2015-04-17 Rob LandleyMake toybox --version use the "git describe" info if...
2015-04-17 Elliott Hughesterminal_size should use LINES, not ROWS.
2015-04-17 Rob LandleyShout from the rooftops that pending is not like other...
2015-04-16 Rob LandleyPut SELINUX in a a menu, and add config option for...
2015-04-15 Rob LandleyYet more ps work. Still not there yet.
2015-04-12 Samuel Hollandunshare: fix -r
2015-04-12 Rob LandleyBefore trying to remount read only, see if block device...
2015-04-11 Elliott HughesImplement Android restorecon.
2015-04-11 Elliott HughesFix load_policy error reporting.
2015-04-11 Elliott Hughesgetenforce takes no arguments.
2015-04-11 Elliott Hughessetenforce takes exactly one argument.
2015-04-10 Elliott HughesMake more(1) usable.
2015-04-10 Elliott HughesUpdate www/roadmap.html with Android progress.
2015-04-10 Rob LandleyTweak .gitignore.
2015-04-08 Rob LandleyTweak README
2015-04-08 Rob LandleyUpdate multiplexer help text for --version
2015-04-08 Rob LandleyRevert last mdev commit because it copied code out...
2015-04-07 Rob LandleyAdding --version broke ./toybox command list. (Oops.)
2015-04-06 Rob LandleyAnnounce switch to git.
2015-04-06 Rob LandleyAdd --version to multiplexer.
2015-04-06 Rob LandleyBite the bullet and switch over to git.
2015-04-04 Paul BarkerTo ensure that toybox can be installed alongside busybo...
2015-04-04 Rob LandleyAnother in-progress ps snapshot.
2015-04-03 Rob LandleyAdd readfileat() to lib
2015-04-03 Rob Landleyps checkpoint du jour. Does not work yet.
2015-04-02 Rob LandleyRedoing ps from scratch. Random checkpoint that probabl...
2015-03-29 Rob LandleyAdd head test for -123.
2015-03-29 Rob LandleyFix head bug pointed out by felix janda (recent -123...
2015-03-29 Rob LandleyFix sed bug David Halls hit trying to compile libiconv.
2015-03-28 Rob LandleyFix printf bug (%.s should be %.0s not %s) reported...
2015-03-28 Elliott HughesFix an obvious typo in Makefile.
2015-03-28 Elliott Hughesupdate the Android section of roadmap.html
2015-03-28 Rob LandleyPromote setenforce to android.
2015-03-28 Rob LandleyCleanup setenforce.
2015-03-28 Rob LandleyPromote getenforce.
2015-03-28 Rob LandleyCleanup getenforce.
2015-03-28 Rob LandleyFlag to make llvm shut up about a broken warning.
2015-03-28 Rob Landleytail: add old -123 support and comment out #-f until...
2015-03-28 Rob LandleyPromote load_policy to android.
2015-03-28 Rob LandleyMinor cleanup of load_policy.
2015-03-26 Rob LandleyExplain the craptacular nature of kconfig, and the...
2015-03-25 Bernhard Rosenkr... Fix toybox build with C99 compilers
2015-03-24 Elliott HughesImplement load_policy.
2015-03-23 Rob LandleyPromote runcon to android (and add an android menu).
2015-03-23 Rob LandleyTrivial runcon cleanups.
2015-03-23 Elliott HughesAdd runcon(1).
2015-03-23 Elliott Hughesadd missing space in dd output
2015-03-23 Rob LandleyTweak of Elliott Hughes's fix for an off by one error...
2015-03-23 Elliott HughesUpdate the Android section of the roadmap.
2015-03-21 Rob LandleyAnother bug from David Halls: find -exec wasn't consumi...
2015-03-21 Rob Landleyinstall -D bugfix from David Halls.
2015-03-21 Rob LandleyPatch from David Halls to fix mac/ios portability issue.
2015-03-19 Rob LandleyAdd -123 support to head (suggested by Elliott Hughes).
2015-03-18 Hyejin Kimmdev : add hotplugin feature
2015-03-16 Rob LandleyFix mount -a segfault without -O, reported by Janus...
2015-03-16 Rob LandleyRename a function to better describe what it does.
2015-03-16 Hyejin KimI added error handling code in write_rotate().
2015-03-14 Rob LandleyMore ps cleanup, mostly refactoring.
2015-03-14 Rob LandleyMinor ps refactoring.
2015-03-14 Rob LandleyClean up sort help text.
2015-03-12 Rob LandleySwitch nsenter to default y.
2015-03-12 Rob LandleyImplement shred -u and switch to default y in defconfig.
2015-03-12 Rob LandleyRemove cat -v help text debris.
2015-03-12 Rob LandleyThe time command depends on floating point support.
2015-03-12 Rob LandleyMake find accept numeric uid/gid, and simplify makedevs...
2015-03-12 Rob LandleyMake install support numeric uid/gids (reported by...
2015-03-12 Rob LandleyFactor out xgetgrnamid() and xgetpwnamid() into xwrap.c.
2015-03-12 Rob LandleyFix mktemp when TMPDIR is set to empty string, reported...
2015-03-10 Rob LandleyAdd -m to mknod
2015-03-10 Rob LandleyUse xsignal() instead of signal().
2015-03-09 Rob LandleyFix thinko (don't &toybuf to get scratch space) and...
2015-03-09 Rob LandleyUpgrade oneit with -r (restart), -3 (send exiting PID...
2015-03-06 Rob Landleysed depends on -r to be rightmost flag to simplify...
2015-03-06 Rob LandleyThe "no }" error with find | xargs sed is because toy_i...
2015-03-06 Rob LandleyYank $STRIP from config (and STRIP=no weirdness) and...
2015-03-04 Hyejin Kimscripts/mkflags.c : main function need return 0 if...
2015-03-04 Rob LandleyQuick cleanup pass on tar.
2015-03-03 Rob LandleyOn 64 bit, subtracting two pointers produces a long...
2015-03-01 Rob LandleyFix several printf_format warnings.
2015-03-01 Rob LandleyOnly switch on printf format warnings for error_exit...
2015-03-01 Elliott Hugheslet the compiler check format strings
2015-03-01 Elliott Hughesfix format problems in tar.c
next