OSDN Git Service

unshare: fix -r
[android-x86/external-toybox.git] / toys /
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-08 Rob LandleyRevert last mdev commit because it copied code out...
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 Landleyps checkpoint du jour. Does not work yet.
2015-04-02 Rob LandleyRedoing ps from scratch. Random checkpoint that probabl...
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 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 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-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-21 Rob LandleyAnother bug from David Halls: find -exec wasn't consumi...
2015-03-21 Rob Landleyinstall -D bugfix from David Halls.
2015-03-19 Rob LandleyAdd -123 support to head (suggested by Elliott Hughes).
2015-03-18 Hyejin Kimmdev : add hotplugin feature
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-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 Elliott Hughesfix format problems in tar.c
2015-03-01 Rob LandleyPatches from Elliott Hughes to fix various printf(...
2015-03-01 Rob LandleyPatches from Elliott Hughes to add missing arguments...
2015-03-01 Elliott Hughesremove accidental space in format string
2015-02-27 Rob LandleyCleanup pass on ps.
2015-03-01 Rob LandleyMinor toysh cleanup: remove another unnecessary option.
2015-02-28 Isabella BosiaBSD sed uses -E instead of -r to enable ERE.
2015-02-25 Rob Landleystat -f didn't work on 32 bit systems because type...
2015-02-18 Rob LandleyPatch from Isaac Dunham to add -r, fixed up so it doesn...
2015-02-15 Rob LandleyAdd --remove-destination longopt for -F because the...
2015-02-14 Rob LandleyMake egrep and fgrep build standalone.
2015-02-14 Rob LandleySplit out unix2dos so scripts/single.sh and "make chang...
2015-02-12 Rob LandleyFix bug introduced by last commit (print template inste...
2015-02-11 Rob LandleyOnly apply mktemp directory to targets that aren't...
2015-02-11 Rob LandleyFix longopts (pointed out by Hyejin Kim).
2015-02-09 Rob LandleyOne more cleanup pass on hwclock factoring out common...
2015-02-09 Rob LandleyInline rtc_open() and get_rtc_seconds(), perform result...
2015-02-09 Rob LandleyCleanup/refactoring pass on hwclock.
2015-02-08 Rob LandleyPromote chcon to "other".
2015-02-08 Rob LandleyCleanup pass on chcon.
2015-02-08 Rob LandleyRewrite of a patch from Elliott Hughes to implement...
2015-02-08 Rob LandleyFor some reason, ifconfig was explicitly excluding...
2015-02-08 Rob LandleyShameless meddling.
2015-02-08 Elliot HughesUse $TMPDIR if set (necessary on Android, where there...
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 Strano... 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 LandleyLift the basename/libgen.h shenanigans back out of...
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-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...
next