aboutgitcodebugslistschat
path: root/log.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Compilers' name for armv6l and armv7l is "arm"Stefano Brivio13 days1-2/+2
* passt, log: Call __openlog() earlier, log to stderr until we detachStefano Brivio2024-03-141-1/+1
* log: setlogmask(0) can actually result in a system call, don't use itStefano Brivio2024-02-141-8/+10
* treewide: Standardise on 'now' for current timestamp variablesDavid Gibson2024-01-221-17/+17
* treewide: Make a bunch of pointer variables pointers to constDavid Gibson2024-01-161-2/+4
* log: Match implicit va_start() with va_end() in vlogmsg()Stefano Brivio2023-11-071-0/+2
* log: Add vlogmsg()David Gibson2023-11-071-9/+16
* log: Don't define logging function 4 timesDavid Gibson2023-11-071-35/+30
* cppcheck: Make many pointers constDavid Gibson2023-10-041-3/+3
* conf, log: On -h / --help, print usage to stdout, not stderrStefano Brivio2023-06-231-3/+5
* passt: Relicense to GPL 2.0, or any later versionStefano Brivio2023-04-061-1/+1
* log: Avoid time_t/__syscall_slong_t format mismatch with long int on X32 ABIStefano Brivio2023-03-171-10/+12
* log, conf, tap: Define die() as err() plus exit(), drop cppcheck workaroundsStefano Brivio2023-02-271-9/+5
* log: Send identifier string in log messages, openlog() won't work for usStefano Brivio2023-02-271-7/+5
* log: Don't duplicate messages on stderr before daemonisingStefano Brivio2023-02-161-3/+4
* convert all remaining err() followed by exit() to die()Laine Stump2023-02-161-4/+2
* add die() to log an error message and exit with a single callLaine Stump2023-02-161-5/+9
* log to stderr until process is daemonized, even if a log file is setLaine Stump2023-02-161-2/+2
* conf, log, Makefile: Add versioning informationStefano Brivio2022-10-151-2/+2
* log: Add missing function comment for trace_init()Stefano Brivio2022-10-141-0/+4
* log, conf: Add support for logging to fileStefano Brivio2022-10-141-18/+240
* Move logging functions to a new file, log.cStefano Brivio2022-10-141-0/+143