platform/upstream/toybox.git
2014-08-03 Rob LandleyAdd --help support to single.sh builds.
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-30 Rob LandleyActually set the again flag when calling the dirtree...
2014-07-27 Rob LandleyPatch from Isaac Dunham to work around the deficiencies...
2014-07-26 Rob LandleyMove DIRTREE_COMEAGAIN second callback up to when the...
2014-07-26 Rob LandleyDefault xcreate/xopen to O_CLOEXEC. (Pass O_CLOEXEC...
2014-07-26 Rob LandleyDocument more cleanup.
2014-07-22 Rob LandleyHave single.sh enable I18N and FLOAT.
2014-07-22 Rob LandleyImprove gid/uid error messages.
2014-07-22 Rob LandleyLittle endian and big endian versions of peek (for...
2014-07-22 Rob LandleyFix memory leak in error path.
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-20 Rob Landleyfind needs "c" suffix to -size.
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 LandleyRelease notes for 0.4.9.
2014-07-07 Rob LandleyAdded tag 0.4.9 for changeset ffc015bddb26
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-05 Rob LandleyCut down from 1000+ file attribute tests to a more...
2014-07-05 Divya KothariI have developed few testsuites for toybox commands -
2014-07-04 Rob LandleyHave "make test" run tests in testdir/testdir instead...
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 LandleyAdd fallocate probe for uClibc.
2014-06-29 Rob LandleyPromote mkpasswd from pending to other.
2014-06-29 Rob LandleyCleanup read_password(), factor out set_terminal()...
2014-06-28 Rob LandleyUpdate cleanup page, now linking to descriptions of...
2014-06-26 Divya KothariI have developed few testsuite for toybox commands...
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 Landleyfind_in_path() is supposed to work with a NULL path...
2014-06-24 Rob LandleyTweak license page to explicitly say that zero clause...
2014-06-24 Rob LandleyMove deallocvt.c into openvt.c, cleanup both.
2014-06-21 Rob LandleyForgot to check in main() part of TOYFLAG_LOCALE change.
2014-06-12 Rob LandleyThe readme, a text file, has an HTML close paragraph...
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-12 Rob LandleyMove toys.toycount initialization _after_ zeroing toys...
2014-06-11 Rob LandleyPromote strings.
2014-06-11 Rob LandleyCleanup strings.
2014-06-11 Rob LandleyUpdate toybox help to say how to install the static...
2014-06-10 Isaac Dunhampending/useradd: unbreak build
2014-06-09 Rob LandleyPromote rfkill.
2014-06-09 Rob LandleyForgot to check in strstart().
2014-06-09 Rob LandleyCleanup pass on rfkill.
2014-06-09 Rob Landleyhost needs -lresolv
2014-06-09 Rob LandleyWhen locale is enabled, sprintf("%.123s", str) is count...
2014-06-08 Rob LandleyWarning fix from Rich Felker.
2014-06-08 Rob LandleyAdd host by Rich Felker.
2014-06-08 Rob LandleyIsaac Dunham also reported that some diff implementatio...
2014-06-08 Rob LandleyIsaac Dunham pointed out that busybox diff only impleme...
2014-06-08 Rob LandleyReplace large parenthetical in bloatcheck with a function.
2014-06-07 Rob LandleyMinor tweaks to code style section.
2014-06-07 Rob LandleyMake md5sum/sha1sum -b flag be "brief" output (just...
2014-06-03 Rob Landleymount: start on option parsing, implement loopback...
2014-06-03 Rob LandleyHelp text should have a blank line after usage: lines...
2014-06-01 Isaac DunhamThe tests for link and du are attached.
2014-06-01 Isaac Dunhamcpio: archive more files
2014-05-31 Felix Jandaiconv: some fixes
2014-05-31 Rob LandleyPromote partprobe.
2014-05-31 Rob LandleyCleanup partprobe.
2014-05-31 Rob LandleyIntroduce xfork() and make commands use it, and make...
2014-05-29 Ashwini Sharmakillall5 - kill all the processes not in its session.
2014-05-29 Ashwini Sharmamakedevs - making devices/nodes in a range. Supports...
2014-05-29 Ashwini Sharmastrings - print the strings in the file.
2014-05-29 Rob LandleyFirst stab at mount, very incomplete.
2014-05-29 Rob LandleyMake "losetup /dev/loop0 filename" work.
2014-05-29 Rob LandleySwitch mtab_list to doubly linked so we can traverse...
2014-05-27 Rob LandleyAdd mount options to data getmountlist collects.
2014-05-27 Rob LandleyBrush the dust off toysh.
2014-05-26 Rob LandleyIsaac Dunham suggested xprintf() should call fflush...
2014-05-26 Bertold Van... I have attached a patch adding a program that allows...
2014-05-25 Ashwini Sharmaatolx_range() is already added into lib/lib.c, in vconf...
next