OSDN Git Service

Fix "tail -f single_file".
[android-x86/external-toybox.git] / toys / lsb /
2016-03-02 Rob LandleyFor years the man pages have said to #include <sys...
2016-02-26 Rob LandleyFix more warnings on 32 bit builds.
2016-02-26 Rob LandleyFix bug where mount -o leftover string didn't get passe...
2016-02-18 Elliott HughesFix remounting /system on Android.
2016-02-11 Rob LandleyAdd seq -w, suggested by izabera.
2016-02-11 Rob LandleyFactor out strnstr() since posix hasn't got it, and...
2016-01-23 Rob LandleyFactor out insanitize() from seq.c to next_printf(...
2016-01-06 Rob LandleyAdd error_msg_raw() and friends, replace error_msg...
2015-12-31 Rob LandleyDon't let mktemp -q /path/to/file delete arbitrary...
2015-12-31 Kylie McClainlsb/mktemp: Add -u flag
2015-12-29 Rob LandleyMake pidof use comma_scan()
2015-09-24 Rob Landleyxexec() is noreturn.
2015-09-11 Rob LandleyReplace toys.exithelp with help_exit() in lib.
2015-09-07 Rob LandleyRemove prompt argument from yesno(), caller can fprintf...
2015-09-05 Rob LandleyAdd seq -f tests, tweak help text, and catch one more...
2015-09-03 Rob Landleyseq -f %0-f is a valid pattern.
2015-09-03 Rob LandleyIf you start a git commit and then edit the file more...
2015-09-03 Rob LandleySanitize seq -f string.
2015-07-01 Elliott HughesImprove -Z error reporting.
2015-06-15 Rob LandleyUse lsm_set_create() to set security blanket context...
2015-05-31 José Bollomknod: Add -Z option
2015-05-14 Rob LandleyBugfix from Hyejin Kim: su should not prompt root user...
2015-05-03 Elliott HughesFix dmesg -c error output.
2015-05-03 Rob LandleyMinor dmesg cleanup.
2015-05-02 Mark Salyzyndmesg: add -t suppress timestamp flag
2015-04-12 Rob LandleyBefore trying to remount read only, see if block device...
2015-04-04 Paul BarkerTo ensure that toybox can be installed alongside busybo...
2015-03-12 Rob LandleyFix mktemp when TMPDIR is set to empty string, reported...
2015-03-10 Rob LandleyAdd -m to mknod
2015-03-01 Rob LandleyPatches from Elliott Hughes to add missing arguments...
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-08 Rob LandleyShameless meddling.
2015-02-08 Elliot HughesUse $TMPDIR if set (necessary on Android, where there...
2014-12-02 Rob LandleyDon't mount a filesystem over an existing one with...
2014-11-26 Rob LandleyUpdate dmesg, loosely based on a patch from Elliott...
2014-11-20 Rob LandleyMake md5sum and sha1sum work on big endian systems.
2014-11-19 Isaac Dunhamprobe for getspnam(), forkpty(), utmpx, replace sethost...
2014-10-09 Rob LandleyVarious bugfixes (mostly resource leaks) from Ashwini...
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-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-14 Rob LandleySplit xpopen() into xpopen_both(), xpopen(), and xrun...
2014-09-08 Rob LandleyPromote mount. It's not perfect, but it basically works...
2014-08-25 Rob LandleyWork in progress snapshot of mount, with fallout to...
2014-07-06 Rob LandleyTry to lookup all umounts in /proc/mounts so we can...
2014-06-07 Rob LandleyMake md5sum/sha1sum -b flag be "brief" output (just...
2014-05-29 Rob LandleySwitch mtab_list to doubly linked so we can traverse...
2014-05-16 Daniel VerkampHere's a quick cleanup of md5sum. Executive summary...
2014-04-25 Rob LandleyCosmetic tweak: spell out "Linux Standard Base" in...
2014-04-09 Rob LandleyBugfix: if $TERM and friends aren't set, putenv() got...
2014-01-16 Rob LandleyRename xmsprintf() to just xmprintf().
2013-12-23 Rob LandleyFix some issues raised (albeit indirectly) by Isaac...
2013-12-23 Rob LandleyAdd -s option, allow zero optargs for -l. (Suggested...
2013-12-22 Rob LandleyPromote su from pending to lsb.
2013-12-20 Rob Landleykillall: fix return code, improve error reporting,...
2013-12-20 Rob LandleyDon't permute toys.optargs, cleanup code (xexec())...
2013-12-16 Rob LandleyFix pidof -o bug aborting output, reported by Ashwini...
2013-11-29 Rob LandleyAdd xgetpwnam() to lib/xwrap.c.
2013-10-17 Rob LandleyPrep work for useradd by Ashwini Sharma.
2013-09-11 Rob LandleyAh, that's why commit 1057 was skipped last pull: it...
2013-09-03 Rob LandleyReplace for_each_pid_with_name_in_array_perform_callbac...
2013-09-04 Rob LandleyFirst pass at umount, not quite done yet.
2013-08-18 Rob LandleyWhitespace changes to passwd.
2012-12-23 Rob LandleyMinor cleanups.
2012-12-16 Elie De BrauwerLSB does not allow killall to kill itself
2012-12-16 Elie De BrauwerExtend killall with support for -v and -i
2012-12-23 Rob LandleyWhitespace.
2012-12-16 Elie De BrauwerExtend seq to support -f (format string) and -s (string...
2012-12-09 Rob LandleyMeddle.
2012-12-08 Elie De BrauwerAdding -s (single shot) and -o (omit pids) options...
2012-12-09 Rob LandleyAdd README file to each toys/ directory, teach build...
2012-11-19 Rob LandleyTeach option parsing about [groups] of related options.
2012-11-16 Rob LandleyAdd rebound support to intercept error_exit() and longj...
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-11-04 Rob LandleyMake sha1sum and md5sum default to y.
2012-10-23 Rob LandleyAdd md5sum in lsb, combine sha1sum (mostly shared infra...
2012-10-08 Rob LandleyNew build infrastructure to generate FLAG_ macros and...
2012-10-06 Rob LandleyCleanup mknod.
2012-09-09 Rob Landleygethostname: Tighten up error messages slightly, switch...
2012-09-04 Rob Landleymktemp broke kernel build, so new rules: if you don...
2012-08-25 Rob LandleyRegularize command headers, update links to standards...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...