aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/logger.c
AgeCommit message (Expand)Author
2021-02-07Add lots of "static" annotations, make a couple things use FLAG() macros, etc.Rob Landley
2020-09-09Cleanup of logger.c. (Asked for more testing on the list.)Rob Landley
2020-09-08logger.c was failing to properly log local0-local6 facilities, due to a strin...Chris Sarra
2020-02-02Canonicalize the usage: lines for the POSIX toys.Elliott Hughes
2018-08-26Convert more commands to the new option/GLOBALS code style.Rob Landley
2018-02-22Bugfix, facility values are <<3 in the headers.Rob Landley
2018-02-18Work around a musl-libc bug that has facilitynames/prioritynames in headersRob Landley
2018-01-01Promote logger, and fluff up help text a bit.Rob Landley