Accumulated web page changes. (Release announcement for previous release, roadmap...
[platform/upstream/toybox.git] / toys /
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-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 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 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-16 Rob LandleyMake "sudo cp -rp /dev/null blah" work. Still not happy...
2013-01-14 Rob LandleySilence deeply stupid gcc warning. (First non-declarati...
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-27 Felix JandaAdd options -L and -P to pwd.
2012-12-27 Felix Jandamkfifo -m is already implemented.
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 -m option to mkdir
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-22 Elie De BrauwerFix tac to handle the "abc\ndef" case properly
2012-12-22 Elie De BrauwerRefactoring broke rev
2012-12-19 Rob LandleyMinor cleanups.
2012-12-16 Elie De BrauwerAdding implementation of rev including 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-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 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-07 Rob LandleyNew rm command.
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 LandleyThe open group changed their website stupidly, so openg...
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-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.
2012-11-27 Rob LandleySquash "type punned pointer" nonsense with a bigger...
2012-11-26 Rob LandleyCleanup i18n support (#ifdefectomy, move global init...
2012-11-26 Rob LandleyUpdate touch: add remaining posix arguments, make exist...
2012-11-21 Felix JandaMake internalization support optional
2012-11-23 Rob LandleyRemove readlink -m for being poorly defined ("readlink...
2012-11-20 Rob LandleyUpdate readlink so -f works. Add -menq while there.
2012-11-20 Rob LandleyCommit 698 adding cut should ahve included the actual...
2012-11-19 Rob LandleyTeach option parsing about [groups] of related options.
2012-11-17 Rob LandleyMore touch cleanup to use generic infrastructure: use...
2012-11-16 Rob LandleyFix touch warnings (unused variables, failure to reserv...
2012-11-16 Rob LandleyRefactor touch (cleanup whitespace, brackets, function...
2012-11-16 Rob LandleyAdd touch from Choubey Ji.
2012-11-16 Rob LandleyAdd rebound support to intercept error_exit() and longj...
2012-11-15 Rob LandleyMake ls default to -C if no option specified and it...
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-11-12 Rob LandleyYet another attempt to get the fiddly patch file creati...
2012-11-11 Rob LandleyOn 32 bit platforms %ld doesn't match uint64_t, so...
2012-11-10 Rob LandleyFix reversed test: patch creates a file if /dev/null...
2012-11-08 Rob LandleyChange df percentage calculation to match posix, spotte...
2012-11-08 Felix Jandawc -m only cares about counting characters. Attached...
2012-11-04 Rob LandleyMake sha1sum and md5sum default to y.
2012-11-01 Kyungwan HanAdd vconfig.c - Creates virtual ethernet devices.
2012-10-27 Rob LandleyFollow symlinks to get actual device name, getmountlist...
2012-10-23 Rob LandleyAdd md5sum in lsb, combine sha1sum (mostly shared infra...
2012-10-09 Rob LandleySimplify sha1sum a little.
2012-10-09 Rob LandleyFix thinko for uname -m when i686 binary runs on x86_64...
2012-10-08 Rob LandleyNew build infrastructure to generate FLAG_ macros and...
2012-10-08 Rob LandleyMissing line in patch -l. Oops.
2012-10-07 Rob Landleypatch -l (loose match)
2012-10-07 Rob LandleyTrivial cleanup
2012-10-06 Rob LandleyFix catv to display byte 255 correctly. (It's both...
2012-10-06 Rob LandleyCleanup mknod.
2012-09-17 Rob LandleyClean up sha1sum, make it use global union properly.
2012-09-09 Rob Landleygethostname: Tighten up error messages slightly, switch...
2012-09-08 Rob LandleyAdd switch_root and fix infrastructure to understand...
2012-09-07 Rob LandleyI screwed up ls in commit 580. Oops. Fix it.
2012-09-06 Rob LandleyPosix compliance: wc shouldn't have trailing spaces...
2012-09-04 Rob Landleymktemp broke kernel build, so new rules: if you don...
2012-08-27 Rob LandleyRoy Tam pointed out that sh.c didn't get fully converted.
next