summaryrefslogtreecommitdiff
path: root/src/log.h
AgeCommit message (Collapse)Author
2011-11-16execute: avoid logging to closed fdsMichal Schmidt
Several functions called from the "sd(EXEC)" process try to log messages when all the file descriptors are already closed, including the logging ones. The logging functions do not expect their fds to be closed and they hit an assertion failure. The failure wants to be logged too, so there is an infinite recursion, ended by a SIGSEGV. When we close all fds, we must let log.c know about it.
2011-07-25selinux: log how much time it takes to load the SELinux policy and databaseLennart Poettering
2010-11-12log: add automatic log targetLennart Poettering
2010-08-17emacs: disable tabs in .h files, tooLennart Poettering
2010-07-17execute: bump up log level of executed processes that failedLennart Poettering
2010-06-17log: make color/location logging optionalLennart Poettering
2010-06-09log: add null log targetLennart Poettering
2010-06-04manager: dump to usual debug channel on SIGUSR2, don't rely on stdinLennart Poettering
2010-06-02macro: avoid name clash with _unused on ppcLennart Poettering
2010-05-16build-sys: move source files to subdirectoryLennart Poettering