Age | Commit message (Expand) | Author |
2008-07-03 | Add "tee" command. | Rob Landley |
2008-05-17 | Fix which (the meaning of -a was reversed, and it was finding the _last_ hit). | Rob Landley |
2008-05-12 | Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel. | Rob Landley |
2008-04-13 | Teach get_rawline() to continue until a configurable char, and xstrndup() | Rob Landley |
2008-01-27 | Add spaces after some commas (from Charlie Shepherd). | Rob Landley |
2008-01-25 | Remove extra newlines on error_paths | Charlie Shepherd |
2008-01-25 | Fix filename in header | Charlie Shepherd |
2008-01-27 | Teach perror_exit() to take a NULL argument when we just want "command: error". | Rob Landley |
2008-01-19 | Move NEWTOY() list from end of toylist.h to generated/newtoys.h. | Rob Landley |
2008-01-01 | Fix loopfiles to not call function() on file not found.0.0.4 | Rob Landley |
2007-12-27 | Make patch's file add actually work, including directory creating and | Rob Landley |
2007-12-20 | Upgrade patch to understand creating and deleting files. | Rob Landley |
2007-12-18 | Patch command. | Rob Landley |
2007-12-15 | Start of "patch" support. Writes to stdout at the moment. | Rob Landley |
2007-12-09 | Changeset 186 assumed that toys.exitval defaults to 0. Actually change the | Rob Landley |
2007-11-29 | Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too. | Rob Landley |
2007-11-29 | Add loopfiles() function, make catv use it. | Rob Landley |
2007-11-19 | Replace strlcpy() with xstrcpy(), which exits if the string won't fit. | Rob Landley |
2007-11-15 | Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment | Rob Landley |
2007-11-15 | Change strlcpy not to use strncpy. (Adds 24 bytes, but doesn't memset the | Rob Landley |
2007-11-04 | Fix from Charlie Shepherd: at end of string, don't match the null terminator | Rob Landley |
2007-11-04 | xcreate(): perror already prints error name and newline, remove redundancy. | Rob Landley |
2007-10-11 | Promote help to global config option, teach error_exit() to output usage mess... | Rob Landley |
2007-10-04 | Break out dirtree.c and let it call a function instead of returning the data. | Rob Landley |
2007-08-15 | More klibc fixes from Maximilian Attems, strlcpy() this time. | Rob Landley |
2007-06-18 | Add xputs() to detect EOF on writes. | Rob Landley |
2007-06-15 | Vladimir Oleynik pointed out that va_start() twice in the same function | Rob Landley |
2007-06-07 | Work around uClibc weirdness. | Rob Landley |
2007-04-29 | Add readlink, xreadlink(), and change xrealloc() to not fight the stupid | Rob Landley |
2007-02-16 | Add atolx() which understands extensions for kilobytes and megabytes and such. | Rob Landley |
2007-02-04 | Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count | Rob Landley |
2007-02-04 | Rename functions.c to lib.c. (Easier name to remember.) | Rob Landley |