Age | Commit message (Expand) | Author |
2014-05-15 | Here's a quick cleanup of md5sum. Executive summary: smaller and faster. | Daniel Verkamp |
2014-04-25 | Cosmetic tweak: spell out "Linux Standard Base" in menuconfig. | Rob Landley |
2014-04-09 | Bugfix: if $TERM and friends aren't set, putenv() got passed a NULL. | Rob Landley |
2014-01-16 | Rename xmsprintf() to just xmprintf(). | Rob Landley |
2013-12-23 | Fix some issues raised (albeit indirectly) by Isaac Dunham. | Rob Landley |
2013-12-22 | Add -s option, allow zero optargs for -l. (Suggested by Ashwini Sharma.) | Rob Landley |
2013-12-22 | Promote su from pending to lsb. | Rob Landley |
2013-12-19 | killall: fix return code, improve error reporting, avoid buffer overflow. | Rob Landley |
2013-12-19 | Don't permute toys.optargs, cleanup code (xexec()) can free it. | Rob Landley |
2013-12-16 | Fix pidof -o bug aborting output, reported by Ashwini Sharma. | Rob Landley |
2013-11-28 | Add xgetpwnam() to lib/xwrap.c. | Rob Landley |
2013-10-16 | Prep work for useradd by Ashwini Sharma. | Rob Landley |
2013-09-11 | Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (F...0.4.6 | Rob Landley |
2013-09-03 | Replace for_each_pid_with_name_in_array_perform_callback_function_upon_transl... | Rob Landley |
2013-09-04 | First pass at umount, not quite done yet. | Rob Landley |
2013-08-18 | Whitespace changes to passwd. | Rob Landley |
2012-12-23 | Minor cleanups. | Rob Landley |
2012-12-16 | LSB does not allow killall to kill itself | Elie De Brauwer |
2012-12-16 | Extend killall with support for -v and -i | Elie De Brauwer |
2012-12-23 | Whitespace. | Rob Landley |
2012-12-16 | Extend seq to support -f (format string) and -s (string separator) as request... | Elie De Brauwer |
2012-12-09 | Meddle. | Rob Landley |
2012-12-08 | Adding -s (single shot) and -o (omit pids) options to pidof | Elie De Brauwer |
2012-12-08 | Add README file to each toys/ directory, teach build infrastructure to get fa... | Rob Landley |
2012-11-19 | Teach option parsing about [groups] of related options. | Rob Landley |
2012-11-16 | Add rebound support to intercept error_exit() and longjmp instead. | Rob Landley |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley |
2012-11-03 | Make sha1sum and md5sum default to y. | Rob Landley |
2012-10-23 | Add md5sum in lsb, combine sha1sum (mostly shared infrastructure). Downside: ... | Rob Landley |
2012-10-08 | New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c... | Rob Landley |
2012-10-05 | Cleanup mknod. | Rob Landley |
2012-09-09 | gethostname: Tighten up error messages slightly, switch to default "y". | Rob Landley |
2012-09-03 | mktemp broke kernel build, so new rules: if you don't specify anything, /tmp/... | Rob Landley |
2012-08-25 | Regularize command headers, update links to standards documents. | Rob Landley |
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley |