Age | Commit message (Expand) | Author |
2014-06-28 | Add : as an alias for true (toysh needs this). | Rob Landley |
2014-06-11 | Option parsing for nohup needs to stop at first nonoption argument. Minor cle... | Rob Landley |
2014-06-11 | Promote strings. | Rob Landley |
2014-06-09 | When locale is enabled, sprintf("%.123s", str) is counting characters, not by... | Rob Landley |
2014-06-02 | Help text should have a blank line after usage: lines, and a couple other whi... | Rob Landley |
2014-06-01 | cpio: archive more files | Isaac Dunham |
2014-05-31 | Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W... | Rob Landley |
2014-05-29 | Switch mtab_list to doubly linked so we can traverse in either order. Convert... | Rob Landley |
2014-05-25 | logname and whoami are the same as id -un, so merge them. | Isaac Dunham |
2014-05-24 | Remove debug detritus I didn't mean to to check in, and treat an "this variab... | Rob Landley |
2014-05-22 | date: add -ds, document +FORMAT escapes. | Rob Landley |
2014-05-06 | Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make d... | Rob Landley |
2014-04-29 | Teach cpio to set uid/gid and timestamp. (Timestamp has year 2100 problem.) | Rob Landley |
2014-04-25 | Fix od bug reported by Samuel Holland ("od -v -b" was appending default outpu... | Rob Landley |
2014-04-16 | Revert lots of half-finished local debris I didn't mean to check in with Isaa... | Rob Landley |
2014-04-12 | roadmap: describe glibc commands. | Isaac Dunham |
2014-04-10 | Fix date setting, and fluff out help text a bit. | Rob Landley |
2014-03-29 | Group headers by standard (POSIX or LSB) or function (internationalization, n... | Rob Landley |
2014-03-27 | Fix cpio -it: don't close(fd) unless we opened it. | Isaac Dunham |
2014-03-26 | More cpio bugfixes from Isaac Dunham. | Rob Landley |
2014-03-25 | Promote cpio out of pending. | Rob Landley |
2014-03-16 | Clarify an unclear comment pointed out by Steve Long. | Rob Landley |
2014-03-11 | Move mkpathat to lib, remove redundant function used by patch. | Rob Landley |
2014-03-11 | Factor out mkpathat. | Rob Landley |
2014-02-22 | Add -H option to cksum (hex output), fix to use FLAG macros. | Rob Landley |
2014-02-04 | Tweak help text. | Rob Landley |
2014-01-29 | More elaborate help text collating logic. | Rob Landley |
2014-01-16 | Rename xmsprintf() to just xmprintf(). | Rob Landley |
2013-12-29 | Add -zZ support to grep (NUL delimited input/output). | Rob Landley |
2013-12-27 | Pass through all the readfile() arguments from xreadfile(). | Rob Landley |
2013-12-18 | ln -v support from Ashwini Sharma (comment tweak from me) | Rob Landley |
2013-12-18 | Ashwini Sharma added -v, I tweaked it a bit and added a couple test suite ent... | Rob Landley |
2013-12-08 | Can't test <0 on an unsigned, reported by Nathan McSween. | Rob Landley |
2013-12-03 | Redo od whitespace with multiple output types so the columns align. | Rob Landley |
2013-11-30 | Fix cut. | Rob Landley |
2013-11-28 | Add xgetpwnam() to lib/xwrap.c. | Rob Landley |
2013-11-28 | Move xgetpwuid() and xgetgrgid() into xwrap.c | Rob Landley |
2013-11-09 | grep doesn't allocate enough space | William Haddon |
2013-10-31 | Patch from William Haddon to make xargs with blank input call its command lin... | Rob Landley |
2013-10-31 | Make the patch -x option (only enabled with CONFIG_DEBUG) provide more inform... | Rob Landley |
2013-10-27 | Promote nl from pending to posix, and add tests. | Rob Landley |
2013-09-21 | Tweak args (yank old + that never worked, rename | to +), and add uname -o as... | Rob Landley |
2013-09-16 | Fix -t c0 and -J as reported by heehooman at gmail on the list. | Rob Landley |
2013-09-10 | First pass of cut cleanup, and make test script slightly happier with the con... | Rob Landley |
2013-09-09 | Minor cleanups. | Rob Landley |
2013-09-09 | Don't write a zero past end of toybuf with large -d value. | Rob Landley |
2013-09-09 | Minor cosmetic tweaks to expand. | Rob Landley |
2013-09-09 | Adjust patch to use dlist_pop() | Rob Landley |
2013-09-09 | Redo tail closer to the original design. Add more tests for large data sets. ... | Rob Landley |
2013-09-06 | Missing typecast in recent rm fix. Oops. | Rob Landley |