Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-12 | log: make internal log api log directly to the journal | Lennart Poettering | |
2011-11-16 | execute: avoid logging to closed fds | Michal 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-25 | selinux: log how much time it takes to load the SELinux policy and database | Lennart Poettering | |
2010-11-12 | log: add automatic log target | Lennart Poettering | |
2010-08-17 | emacs: disable tabs in .h files, too | Lennart Poettering | |
2010-07-17 | execute: bump up log level of executed processes that failed | Lennart Poettering | |
2010-06-17 | log: make color/location logging optional | Lennart Poettering | |
2010-06-09 | log: add null log target | Lennart Poettering | |
2010-06-04 | manager: dump to usual debug channel on SIGUSR2, don't rely on stdin | Lennart Poettering | |
2010-06-02 | macro: avoid name clash with _unused on ppc | Lennart Poettering | |
2010-05-16 | build-sys: move source files to subdirectory | Lennart Poettering | |