summaryrefslogtreecommitdiff
path: root/src/shared/log.c
Commit message (Expand)AuthorAge
* log: don't downgrade log level in non-PID 1 if "quiet" is passed on kernel cm...Lennart Poettering2014-06-17
* log: honour the kernel's quiet cmdline argumentRonny Chevalier2014-06-10
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack2014-03-07
* macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering2014-02-20
* Pass log config from systemd to systemd-shutdownZbigniew Jędrzejewski-Szmek2014-02-17
* journald: log provenience of signalsZbigniew Jędrzejewski-Szmek2014-02-11
* log: als turn on debug logging in non-PID1 if /proc/cmdline contains "debug"Lennart Poettering2013-12-23
* logging: reduce send timeout to something more sensibleZbigniew Jędrzejewski-Szmek2013-12-20
* log: when we log to /dev/console and got disconnected (maybe due to vhangup) ...Lennart Poettering2013-12-18
* log: don't reopen /dev/console each time we call log_open()Lennart Poettering2013-12-18
* _noreturn_ --> noreturn for C11 compatShawn Landden2013-12-17
* log: protect errno when we use assert_return()Lennart Poettering2013-12-12
* Do not log all assert_return failuresZbigniew Jędrzejewski-Szmek2013-12-11
* macro: log assertion at debug level in assert_return()Lennart Poettering2013-12-10
* core: synchronously block when loggingLennart Poettering2013-07-24
* core/main: use _cleanup_Zbigniew Jędrzejewski-Szmek2013-04-17
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-05
* util: add a bit of syntactic sugar for saving/restoring errnoLennart Poettering2013-04-02
* Revert "log: fix fallbacks to kmsg"Lennart Poettering2013-02-27
* log: fix fallbacks to kmsgMichal Schmidt2013-02-16
* share/log: skip file/line/func info if emptyZbigniew Jędrzejewski-Szmek2013-01-18
* share/log: unify two code pathsZbigniew Jędrzejewski-Szmek2013-01-18
* journal: new logging macros to include UNIT=Zbigniew Jędrzejewski-Szmek2013-01-06
* log: fix repeated invocation of vsnprintf()/vaprintf() in log_struct()Lennart Poettering2012-09-24
* shared: call va_end in all casesLukas Nykryn2012-09-21
* log: avoid function loopLennart Poettering2012-09-17
* build-sys: __secure_getenv lost dunder in libc 2.17Zbigniew Jędrzejewski-Szmek2012-09-17
* journal: suppress structured messages if they'd go to the consoleLennart Poettering2012-09-03
* journal: generate structured journal messages for a number of eventsLennart Poettering2012-09-03
* shared: in code that might get called from suid programs use __secure_getenv(...Lennart Poettering2012-09-03
* log: out-of-line __log_oom()Michal Schmidt2012-07-26
* log: make sure generators never log into the journal to avoid activation dead...Lennart Poettering2012-05-22
* log: include syslog identifier in default log properties, to avoid comm trunc...Lennart Poettering2012-04-22
* log: fix LOG_TARGET_JOURNAL_OR_KMSGLennart Poettering2012-04-20
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
* util: move all to shared/ and split external dependencies in separate interna...Kay Sievers2012-04-10