Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-03 | logind: log with AUTH facility | Lennart Poettering | |
2012-04-02 | journal: implicitly add code location to all messages logged with the native ↵ | Lennart Poettering | |
interface This logic can be turned off by defining SD_JOURNAL_SUPPRESS_LOCATION before including sd-journal.h. This also saves/restores errno in all logging functions, in order to be useful as logging calls without side-effects. This also adds a couple of __unlikely__ around the early checks in the logging calls, in order to minimize the runtime impact. | |||
2012-03-14 | log: introduce log_metav | Lennart Poettering | |
2012-01-17 | log: make asserts cheaper | Michal Schmidt | |
On my x86_64 this shrinks the size of .text by 53 KB (7 %). | |||
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 | |