Age | Commit message (Expand) | Author |
---|---|---|
2020-02-02 | Canonicalize the usage: lines for the POSIX toys. | Elliott Hughes |
2020-01-01 | Add MAYFORK to more pseudo-builtins. | Rob Landley |
2019-06-22 | Use FORCE_FLAGS in kill.c. | Elliott Hughes |
2019-06-10 | Improve signal name<->number conversions. | Elliott Hughes |
2018-12-04 | Clean up some --help formatting. | Elliott Hughes |
2018-10-20 | Some more --help consistency. | Elliott Hughes |
2018-08-26 | Convert more commands to the new option/GLOBALS code style. | Rob Landley |
2015-09-11 | Replace toys.exithelp with help_exit() in lib. | Rob Landley |
2014-07-06 | Promote killall5 by merging it into kill. | Rob Landley |
2013-01-02 | Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out o... | Rob Landley |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley |
2012-10-08 | New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c... | Rob Landley |
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley |