Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-07 | Add lots of "static" annotations, make a couple things use FLAG() macros, etc. | Rob Landley | |
2020-09-09 | Cleanup of logger.c. (Asked for more testing on the list.) | Rob Landley | |
2020-09-08 | logger.c was failing to properly log local0-local6 facilities, due to a ↵ | Chris Sarra | |
string parsing error. This patch enables proper local facility handling. | |||
2020-02-02 | Canonicalize the usage: lines for the POSIX toys. | Elliott Hughes | |
This only touches 24 of the 68 toys/posix/ files --- the others were already canonical. Potentially contentious, so worth stating explicitly, is that there were 8 matches for "COMMAND..." amongst all existing help output, with 7 matches for various inconsistent variants involving something with "ARG", so I resolved that in favor of using "COMMAND..." (which is also shorter overall, and avoids nested []s). | |||
2018-08-26 | Convert more commands to the new option/GLOBALS code style. | Rob Landley | |
2018-02-22 | Bugfix, facility values are <<3 in the headers. | Rob Landley | |
2018-02-18 | Work around a musl-libc bug that has facilitynames/prioritynames in headers | Rob Landley | |
but then the link fails. | |||
2018-01-01 | Promote logger, and fluff up help text a bit. | Rob Landley | |