summaryrefslogtreecommitdiff
path: root/src/shared/log.c
Commit message (Expand)AuthorAge
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2017-03-14
* core,network: major per-object logging reworkLennart Poettering2017-03-14
* log: move log_syntax() into src/shared/log.c, and make it more similar to the...Lennart Poettering2017-03-14
* shared: add terminal-util.[ch]Ronny Chevalier2017-03-14
* shared: add formats-util.hRonny Chevalier2017-03-14
* shared: add process-util.[ch]Ronny Chevalier2017-03-14
* shared/log: read /proc/cmdline only in daemonsZbigniew Jędrzejewski-Szmek2015-02-05
* core: don't reset log level to NOTICE if we get quiet on the kernel cmdlineLennart Poettering2015-02-04
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-01
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-22
* log: add new log output mode, that prints to console, but prefixes with syslo...Lennart Poettering2015-01-22
* log: change log_xyz_errno() calls to always return the negative errorLennart Poettering2014-11-28
* log: make socket address structs static constLennart Poettering2014-11-28
* log: also set errno to the passed error code before processing format string ...Lennart Poettering2014-11-28
* log: allow negative errno valuesLennart Poettering2014-11-28
* log: rearrange log function namingLennart Poettering2014-11-27
* log: be a bit less wasteful when allocating buffersLennart Poettering2014-11-27
* log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering2014-11-27
* log: unchecked return value from librarySusant Sahani2014-11-17
* log: explicitly ignore return value of parse_proc_cmdline()Lennart Poettering2014-11-07
* sd-bus,log: remove unused variablesThomas Hindoe Paaboel Andersen2014-08-16
* main,log: parse the log related kernel command line parameters at one place o...Lennart Poettering2014-08-15
* log: never ever log to syslog from PID 1, log to the journal againLennart Poettering2014-08-11
* Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* Add quotes to warning messageZbigniew Jędrzejewski-Szmek2014-07-20
* 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