Workaround for musl's faccessat bug (the rm -r "error: is a directory" thing).
[platform/upstream/toybox.git] / toys /
2014-10-02 Rob LandleyBugfix from Ashwini Sharma: Z timezone required by...
2014-09-29 Ashwini SharmaUpdated version, having complete support for ip _link_...
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-28 Rob LandleyCleanup pass on groupdel.
2014-09-28 Rob LandleyUntangle id/groups/logname so single.sh can build each...
2014-09-26 Rob LandleyThe only illegal characters in a username are ":" ...
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-22 Rob LandleyStart on ping.c.
2014-09-18 Rob LandleyReorder functions to get rid of unnecessary prototypes...
2014-09-18 Isaac Dunhamrm -rf needs to chmod directories to u+rwx, because...
2014-09-18 Ashwini SharmaA few fixes for issues reported in static analysis.
2014-09-18 Rob LandleyCleanup pass on README.
2014-09-17 Rob LandleyUpdate README for pending directory, include list of...
2014-09-17 Rob LandleyMinor cleanup pass on touch.
2014-09-17 Rob LandleyCleanup pass on cut, more to do.
2014-09-16 Rob LandleyCleanup pass on useradd.
2014-09-15 Rob LandleyAdd cpio -p
2014-09-15 Rob Landleyfind -xdev should return mount points, just not contents.
2014-09-14 Rob LandleySplit xpopen() into xpopen_both(), xpopen(), and xrun...
2014-09-13 Rob LandleyBug report from luckboy: rm -f on a broken symlink...
2014-09-10 Rob LandleyIgnore -m option to cpio, it's what we do anyway so...
2014-09-08 Rob LandleyFix more memory leaks reported by Ashwini Sharma.
2014-09-08 Rob LandleyDon't close device handle until after calling flush...
2014-09-08 Rob LandleyAdd error test and fix memory leak, reported by Ashwini...
2014-09-08 Rob LandleyPromote mount. It's not perfect, but it basically works...
2014-09-08 Rob LandleyFix mount --move bug.
2014-09-07 Rob LandleyDebugging pass on mount. Not quite done yet, but the...
2014-09-01 Rob LandleyAdd cp -F to force delete of existing destination files...
2014-08-31 Rob LandleyNext mount checkpoint.
2014-08-26 Ashwini Sharmaipcs : display all the IPC fascilities information
2014-08-25 Rob LandleyWork in progress snapshot of mount, with fallout to...
2014-08-24 Rob LandleyPromote blockdev to other.
2014-08-24 Rob LandleyCleanup blockdev.
2014-08-23 Isaac Dunhamgetty needs fd 0 to stay open.
2014-08-21 Rob LandleyPromote inotifyd to other.
2014-08-21 Rob LandleyMinor help text tweak for inotifyd.
2014-08-21 Rob LandleyCleanup inotifyd.
2014-08-19 Rob LandleyCleanups on useradd/groupadd/groupdel, and put TOYBOX_U...
2014-08-16 Rob LandleyAdd install to cp/mv.
2014-08-12 Ashwini SharmaA toy _BLOCKDEV_ to get/set block device properties.
2014-08-12 Ashwini SharmaPatches to commands for issues reported from static...
2014-08-12 Rob LandleyPromote lspci.
2014-08-12 Rob LandleyCleanup pass on lspci.
2014-08-10 Rob LandleyDisable xopen's default O_CLOEXEC for oneit.
2014-08-08 Rob LandleyFix -mindepth and -maxdepth to not drill down into...
2014-08-06 Rob LandleyMore find bugfixes.
2014-08-06 Rob LandleyRereading posix find.c page: "Specifying more than...
2014-08-06 Rob Landleyfind.c: Posix wants loop detection.
2014-08-06 Rob LandleyBuilding busybox from source needs find -not (a synonym...
2014-08-06 Rob LandleyFix a couple patch bugs concerning error output.
2014-08-05 Rob Landleyfind.c: add -mindepth, -maxdepth, and document -newer...
2014-08-03 Rob LandleyImplement exec -user, -group, and -newer. Enable find...
2014-08-03 Rob LandleySquash mix of tabs and spaces to just spaces.
2014-08-03 Rob LandleyMissed checking in dirtree_recurse() change (now needs...
2014-08-03 Rob LandleyCosmetic tweak, slightly more conventional for loop.
2014-08-03 Rob LandleyUnbreak find -exec.
2014-08-02 Ashwini SharmaNew toys unified DIFF and USERDEL.
2014-08-02 Bradley Conroymix.c - A very basic mixer.
2014-08-01 Rob Landleyfactor: catch integer overflow.
2014-08-01 Rob LandleyAdd factor.
2014-07-31 Rob Landleyfind.c: fix -iname.
2014-07-31 Rob LandleyAs long as I had to write xabspath(), no point in wrapp...
2014-07-30 Rob Landleyfind.c: first pass at case case insensitivity and exec...
2014-07-26 Rob LandleyMove DIRTREE_COMEAGAIN second callback up to when the...
2014-07-21 Rob LandleyDon't go into an endless loop if we hit a bad utf8...
2014-07-21 Rob LandleyIsaac Dunham spotted that dhcp was also reimplementing...
2014-07-20 Rob LandleyAdd utf8 support to ls -C.
2014-07-18 Rob LandleyFind bugfixes.
2014-07-18 Rob LandleyApparently I deleted this locally but forgot to commit...
2014-07-18 Rob LandleyUse libc daemon() instead of pending daemonize.
2014-07-17 Rob LandleyWrite a new find. Not quite done, but the basics work.
2014-07-14 Ashwini Sharmafdisk : partitions > 60, are deleted, offset entry...
2014-07-14 Rob LandleyImplement -HL for cp.
2014-07-07 Rob LandleyAutodetect --bind and --loop mounts in a way that doesn...
2014-07-07 Rob Landleyminor cleanup: move a global variable into GLOBALS...
2014-07-07 Rob LandleyMinor cleanup pass.
2014-07-07 Rob LandleyAdd nbd-client.
2014-07-07 Rob LandleyPromote killall5 by merging it into kill.
2014-07-06 Rob LandleyTry to lookup all umounts in /proc/mounts so we can...
2014-07-05 Ashwini SharmaTAR - this supports archive creation and extraction...
2014-07-04 Rob Landleydate -r wasn't saving the result in the right variable...
2014-07-03 Rob LandleyFix rm -rf of chmod 000 directories.
2014-06-30 Rob LandleyPromote makedevs to other.
2014-06-30 Rob LandleyBugfixes for cleaned up makedevs.
2014-06-29 Rob LandleyUse dlist_terminate() in patch.
2014-06-29 Rob LandleyAdd : as an alias for true (toysh needs this).
2014-06-29 Rob LandleyMake fallocate depend on probe for libc support.
2014-06-29 Rob LandleyPromote mkpasswd from pending to other.
2014-06-26 Rob LandleyCleanup pass on mkpasswd.c
2014-06-25 Rob LandleyCleanup pass on makedevs. Need to test it before promoting.
2014-06-25 Rob LandleyGlibc and uClibc provide CERASE from termios.h, but...
2014-06-24 Rob LandleyMove deallocvt.c into openvt.c, cleanup both.
2014-06-12 Rob LandleyOption parsing for nohup needs to stop at first nonopti...
2014-06-12 Rob LandleyCleanup pass on login
2014-06-12 Rob LandleyEnable fallocate in defconfig.
2014-06-12 Rob LandleyCleanup pass on host.c
2014-06-11 Rob LandleyPromote strings.
2014-06-11 Rob LandleyCleanup strings.
next