index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
log.c
Age
Commit message (
Expand
)
Author
2015-02-04
core: don't reset log level to NOTICE if we get quiet on the kernel cmdline
Lennart Poettering
2015-02-01
Add a snprinf wrapper which checks that the buffer was big enough
Zbigniew Jędrzejewski-Szmek
2015-01-22
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2015-01-22
log: add new log output mode, that prints to console, but prefixes with syslo...
Lennart Poettering
2014-11-28
log: change log_xyz_errno() calls to always return the negative error
Lennart Poettering
2014-11-28
log: make socket address structs static const
Lennart Poettering
2014-11-28
log: also set errno to the passed error code before processing format string ...
Lennart Poettering
2014-11-28
log: allow negative errno values
Lennart Poettering
2014-11-27
log: rearrange log function naming
Lennart Poettering
2014-11-27
log: be a bit less wasteful when allocating buffers
Lennart Poettering
2014-11-27
log: add an "error" parameter to all low-level logging calls and intrdouce lo...
Lennart Poettering
2014-11-17
log: unchecked return value from library
Susant Sahani
2014-11-07
log: explicitly ignore return value of parse_proc_cmdline()
Lennart Poettering
2014-08-16
sd-bus,log: remove unused variables
Thomas Hindoe Paaboel Andersen
2014-08-15
main,log: parse the log related kernel command line parameters at one place o...
Lennart Poettering
2014-08-11
log: never ever log to syslog from PID 1, log to the journal again
Lennart Poettering
2014-07-31
Properly report invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-07-31
Reject invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-07-20
Add quotes to warning message
Zbigniew Jędrzejewski-Szmek
2014-06-17
log: don't downgrade log level in non-PID 1 if "quiet" is passed on kernel cm...
Lennart Poettering
2014-06-10
log: honour the kernel's quiet cmdline argument
Ronny Chevalier
2014-05-15
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-03-18
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-07
Make tables for DEFINE_STRING_TABLE_LOOKUP consistent
Daniel Mack
2014-02-20
macro: introduce a nice macro for disabling -Wformat-nonliteral temporarily
Lennart Poettering
2014-02-17
Pass log config from systemd to systemd-shutdown
Zbigniew Jędrzejewski-Szmek
2014-02-11
journald: log provenience of signals
Zbigniew Jędrzejewski-Szmek
2013-12-23
log: als turn on debug logging in non-PID1 if /proc/cmdline contains "debug"
Lennart Poettering
2013-12-20
logging: reduce send timeout to something more sensible
Zbigniew Jędrzejewski-Szmek
2013-12-18
log: when we log to /dev/console and got disconnected (maybe due to vhangup) ...
Lennart Poettering
2013-12-18
log: don't reopen /dev/console each time we call log_open()
Lennart Poettering
2013-12-17
_noreturn_ --> noreturn for C11 compat
Shawn Landden
2013-12-12
log: protect errno when we use assert_return()
Lennart Poettering
2013-12-11
Do not log all assert_return failures
Zbigniew Jędrzejewski-Szmek
2013-12-10
macro: log assertion at debug level in assert_return()
Lennart Poettering
2013-07-24
core: synchronously block when logging
Lennart Poettering
2013-04-17
core/main: use _cleanup_
Zbigniew Jędrzejewski-Szmek
2013-04-05
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-04-02
util: add a bit of syntactic sugar for saving/restoring errno
Lennart Poettering
2013-02-27
Revert "log: fix fallbacks to kmsg"
Lennart Poettering
2013-02-16
log: fix fallbacks to kmsg
Michal Schmidt
2013-01-18
share/log: skip file/line/func info if empty
Zbigniew Jędrzejewski-Szmek
2013-01-18
share/log: unify two code paths
Zbigniew Jędrzejewski-Szmek
2013-01-06
journal: new logging macros to include UNIT=
Zbigniew Jędrzejewski-Szmek
2012-09-24
log: fix repeated invocation of vsnprintf()/vaprintf() in log_struct()
Lennart Poettering
2012-09-21
shared: call va_end in all cases
Lukas Nykryn
2012-09-17
log: avoid function loop
Lennart Poettering
2012-09-17
build-sys: __secure_getenv lost dunder in libc 2.17
Zbigniew Jędrzejewski-Szmek
2012-09-03
journal: suppress structured messages if they'd go to the console
Lennart Poettering
2012-09-03
journal: generate structured journal messages for a number of events
Lennart Poettering
[next]