| Commit message (Expand) | Author | Age | Files | Lines |
* | log: setlogmask(0) can actually result in a system call, don't use it | Stefano Brivio | 2024-02-14 | 1 | -8/+10 |
* | treewide: Standardise on 'now' for current timestamp variables | David Gibson | 2024-01-22 | 1 | -17/+17 |
* | treewide: Make a bunch of pointer variables pointers to const | David Gibson | 2024-01-16 | 1 | -2/+4 |
* | log: Match implicit va_start() with va_end() in vlogmsg() | Stefano Brivio | 2023-11-07 | 1 | -0/+2 |
* | log: Add vlogmsg() | David Gibson | 2023-11-07 | 1 | -9/+16 |
* | log: Don't define logging function 4 times | David Gibson | 2023-11-07 | 1 | -35/+30 |
* | cppcheck: Make many pointers const | David Gibson | 2023-10-04 | 1 | -3/+3 |
* | conf, log: On -h / --help, print usage to stdout, not stderr | Stefano Brivio | 2023-06-23 | 1 | -3/+5 |
* | passt: Relicense to GPL 2.0, or any later version | Stefano Brivio | 2023-04-06 | 1 | -1/+1 |
* | log: Avoid time_t/__syscall_slong_t format mismatch with long int on X32 ABI | Stefano Brivio | 2023-03-17 | 1 | -10/+12 |
* | log, conf, tap: Define die() as err() plus exit(), drop cppcheck workarounds | Stefano Brivio | 2023-02-27 | 1 | -9/+5 |
* | log: Send identifier string in log messages, openlog() won't work for us | Stefano Brivio | 2023-02-27 | 1 | -7/+5 |
* | log: Don't duplicate messages on stderr before daemonising | Stefano Brivio | 2023-02-16 | 1 | -3/+4 |
* | convert all remaining err() followed by exit() to die() | Laine Stump | 2023-02-16 | 1 | -4/+2 |
* | add die() to log an error message and exit with a single call | Laine Stump | 2023-02-16 | 1 | -5/+9 |
* | log to stderr until process is daemonized, even if a log file is set | Laine Stump | 2023-02-16 | 1 | -2/+2 |
* | conf, log, Makefile: Add versioning information | Stefano Brivio | 2022-10-15 | 1 | -2/+2 |
* | log: Add missing function comment for trace_init() | Stefano Brivio | 2022-10-14 | 1 | -0/+4 |
* | log, conf: Add support for logging to file | Stefano Brivio | 2022-10-14 | 1 | -18/+240 |
* | Move logging functions to a new file, log.c | Stefano Brivio | 2022-10-14 | 1 | -0/+143 |