platform/upstream/toybox.git
2013-03-13 Rob LandleyFind by Gurang Shastri.
2013-03-12 Rob LandleyCompile time probe to fish O_NOFOLLOW out of linux... 0.4.4
2013-03-09 Rob LandleyO_NOFOLLOW is specified by posix-2008 and varies by...
2013-03-05 Rob LandleyCall stat "stat" instead of "st" in menuconfig. Use...
2013-03-05 Rob LandleyFix whitespace in submitted stat command.
2013-03-05 Rob LandleyFix another allyesconfig build break in the pending...
2013-02-24 Rob LandleySed's still just a stub, but clean it up enough so...
2013-02-24 Rob LandleyAdd readahead.
2013-02-24 Rob LandleyComment updates and a policy statement about avoiding...
2013-02-24 Rob LandleyAccumulated web page changes. (Release announcement...
2013-02-22 Rob LandleyFix a warning when debug code enabled.
2013-02-22 Rob LandleyMove some unfinished commands to the "pending" directory.
2013-02-11 Rob LandleyImplement cp -s option.
2013-02-05 Rob LandleyTweak cmp test to be a little more deterministic.
2013-02-04 Rob LandleyMore support for old (~2008) build environments, move...
2013-02-03 Rob LandleySome older build environments don't have LOOP_CTL_GET_F...
2013-01-31 Rob LandleyFix -in behavior: descend into existing directory witho...
2013-01-31 Rob LandleyWrong closing tag in roadmap.html.
2013-01-31 Rob Landleyid: make "id -Gn root" print root's groups instead...
2013-01-31 Rob LandleyAdd time command (that only does posix mode).
2013-01-18 Rob LandleyAdded tag 0.4.3 for changeset f8f5ddb6b69a
2013-01-18 Rob LandleyAdjust umask(0) for cp -p so mknod doesn't have to... 0.4.3
2013-01-18 Rob LandleySwitch readlink on by default, and fill out readlink...
2013-01-18 Rob LandleyFix xabspath() resolving symlink after .., and properly...
2013-01-16 Rob LandleyMake "sudo cp -rp /dev/null blah" work. Still not happy...
2013-01-15 Rob LandleyWork around more random uClibc-specific breakage.
2013-01-14 Rob LandleySilence deeply stupid gcc warning. (First non-declarati...
2013-01-13 Rob LandleyRevert some debug code accidentally checked in at commi...
2013-01-12 Rob LandleyUpdate -p and -f to apply properly to various condition...
2013-01-11 Rob LandleyTeach cp to do -n.
2013-01-09 Rob LandleyTeach cp to do mknod.
2013-01-08 Rob LandleyAdapt cp to updated dirtree code.
2013-01-05 Rob LandleyUse basename() where appropriate.
2013-01-05 Rob LandleyMake basename use basename().
2013-01-02 Rob LandleyHave error_msg() and friends set TT.exitval to 1 if...
2012-12-31 Rob LandleyMake dirtree_handle_callback() start with dirtree_...
2012-12-31 Rob LandleyAdd losetup. (Who knows, it might even work.)
2012-12-30 Felix JandaFix invalid free in toysh.
2012-12-30 Rob LandleyGetting the pwd -L behavior right is fiddly.
2012-12-28 Felix JandaAdd some tests for pwd.
2012-12-27 Felix JandaAdd options -L and -P to pwd.
2012-12-29 Rob LandleyAshwini Sharma pointed out that my previous tweak to...
2012-12-27 Felix JandaAdd tests to mkfifo based on tests for mkdir.
2012-12-27 Felix Jandamkfifo -m is already implemented.
2012-12-28 Rob LandleyFix option grouping.
2012-12-27 Rob LandleyTOYBOX_DEBUG warns about lack of suid bit when running...
2012-12-27 Rob LandleyA screen width of 1 is possible (in some weird setups...
2012-12-23 Rob LandleyMinor cleanups.
2012-12-16 Elie De BrauwerLSB does not allow killall to kill itself
2012-12-23 Rob LandleyMinor tweaks.
2012-12-23 Felix JandaAdd some tests for mkdir
2012-12-23 Felix JandaAdd -m option to mkdir
2012-12-16 Elie De BrauwerExtend killall with support for -v and -i
2012-12-23 Rob LandleyElie De Brauwer pointed out that xputs() isn't reliably...
2012-12-23 Rob LandleyWhitespace.
2012-12-16 Elie De BrauwerExtend seq to support -f (format string) and -s (string...
2012-12-22 Elie De BrauwerFix tac to handle the "abc\ndef" case properly
2012-12-23 Rob LandleyUpdate mkstatus.py, roadmap.html, and status.html.
2012-12-22 Elie De BrauwerRefactoring broke rev
2012-12-19 Rob LandleyWeb page update for release.
2012-12-19 Rob LandleyMinor cleanups.
2012-12-16 Elie De BrauwerAdding implementation of rev including tests
2012-12-15 Elie De BrauwerAdding tests for tac based on cat tests
2012-12-15 Elie De BrauwerSimplify tac, the newline checking is already done...
2012-12-16 Rob LandleyMissing letter in help text.
2012-12-15 Rob LandleyAdded tag 0.4.2 for changeset 8947c0d35e58
2012-12-13 Rob LandleyThe Linux kernel "make clean" calls rm -f with no argum... 0.4.2
2012-12-11 Rob LandleyAdd stat submission to new "pending" directory, along...
2012-12-10 Rob Landleyessat's flag not to follow symlinks isn't in the system...
2012-12-09 Rob LandleyMeddle.
2012-12-08 Elie De BrauwerAdding -s (single shot) and -o (omit pids) options...
2012-12-09 Rob LandleySet executable bits on two test scripts.
2012-12-08 Elie De BrauwerAdding sha1sum tests based on RFC 3174
2012-12-08 Elie De BrauwerAdding tests for cat
2012-12-09 Rob LandleyAdd README file to each toys/ directory, teach build...
2012-12-08 Rob LandleyComplicate the rm -i behavior to do what posix specifies.
2012-12-08 Rob LandleyMake yesno() always read from stdin and write to stderr...
2012-12-07 Rob LandleyNew rm command.
2012-12-06 Rob LandleyUpdate link to posix in docs (open group broke their...
2012-12-06 Rob LandleyHave dirtree_add_node() set parent so error message...
2012-12-03 Rob LandleyUse sched_{set,get}affinity directly so musl doesn...
2012-12-02 Rob LandleyMinor whitespace tweak.
2012-12-02 Rob LandleyFirst guess at what internationalization support for...
2012-12-02 Rob LandleyGenerate status page with new pubs.opengroup.org urls.
2012-12-02 Rob LandleyRemove unused structure definition.
2012-12-02 Rob LandleyThe open group changed their website stupidly, so openg...
2012-12-02 Rob LandleyAdd header that musl libc needs.
2012-12-01 Rob LandleyFix ancient glibc workaround to force fstatat64
2012-12-01 Rob LandleyMinor cleanup: unify two codepaths that do the same...
2012-12-01 Rob LandleyWould the compiler like to warn me about declaring...
2012-12-01 Rob LandleyFelix Janda pointed out that the r in mbrtowc() stands...
2012-12-01 Rob LandleyRe-add backspace support to expand (oops) and fix test...
2012-11-30 Rob LandleyLargeish rewrite of expand, mostly described on the...
2012-11-29 Rob Landleymd5sum tests from RFC 1321
2012-11-29 Rob LandleyUse the specified compiler for preprocessing.
2012-11-28 Rob LandleyThe previous wc -m didn't handle multibyte characters...
2012-11-27 Jonathan Clairembaultlogin: Avoid gcc to drop exit condition because of...
2012-11-27 Rob LandleyFirst round of expand cleanups.
2012-11-23 Jonathan Clairembaultexpand: handle backspace.
2012-11-22 Jonathan ClairembaultAdd expand command as described in POSIX-2008.
next