OSDN Git Service

android-x86/external-toybox.git
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...
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.
2012-11-27 Rob LandleySquash "type punned pointer" nonsense with a bigger...
2012-11-27 Rob LandleyThe headers of uClibc and older glibc got unhappy with...
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-25 Rob LandleyFix typo.
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-19 Rob LandleyInit global context to toybox multiplexer early so...
2012-11-18 Rob LandleyFix leak (call endmntent).
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 cut from Jason Kyungwan Han.
2012-11-16 Rob LandleySet optc when optstring NULL.
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-13 Rob LandleyAnnounce release, add anchor tags to roadmap, tweak...
2012-11-13 Rob LandleyAdded tag 0.4.1 for changeset 8871e8002812
2012-11-13 Rob LandleyOlder versions of glibc predated posix-2008. They still...
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...
next