summaryrefslogtreecommitdiff
path: root/log.c
AgeCommit message (Expand)Author
2024-04-11treewide: Compilers' name for armv6l and armv7l is "arm"Stefano Brivio
2024-03-14passt, log: Call __openlog() earlier, log to stderr until we detachStefano Brivio
2024-02-14log: setlogmask(0) can actually result in a system call, don't use itStefano Brivio
2024-01-22treewide: Standardise on 'now' for current timestamp variablesDavid Gibson
2024-01-16treewide: Make a bunch of pointer variables pointers to constDavid Gibson
2023-11-07log: Match implicit va_start() with va_end() in vlogmsg()Stefano Brivio
2023-11-07log: Add vlogmsg()David Gibson
2023-11-07log: Don't define logging function 4 timesDavid Gibson
2023-10-04cppcheck: Make many pointers constDavid Gibson
2023-06-23conf, log: On -h / --help, print usage to stdout, not stderrStefano Brivio
2023-04-06passt: Relicense to GPL 2.0, or any later versionStefano Brivio
2023-03-17log: Avoid time_t/__syscall_slong_t format mismatch with long int on X32 ABIStefano Brivio
2023-02-27log, conf, tap: Define die() as err() plus exit(), drop cppcheck workaroundsStefano Brivio
2023-02-27log: Send identifier string in log messages, openlog() won't work for usStefano Brivio
2023-02-16log: Don't duplicate messages on stderr before daemonisingStefano Brivio
2023-02-16convert all remaining err() followed by exit() to die()Laine Stump
2023-02-16add die() to log an error message and exit with a single callLaine Stump
2023-02-16log to stderr until process is daemonized, even if a log file is setLaine Stump
2022-10-15conf, log, Makefile: Add versioning informationStefano Brivio
2022-10-14log: Add missing function comment for trace_init()Stefano Brivio
2022-10-14log, conf: Add support for logging to fileStefano Brivio
2022-10-14Move logging functions to a new file, log.cStefano Brivio