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
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
2012-09-03
shared: in code that might get called from suid programs use __secure_getenv(...
Lennart Poettering
2012-07-26
log: out-of-line __log_oom()
Michal Schmidt
2012-05-22
log: make sure generators never log into the journal to avoid activation dead...
Lennart Poettering
2012-04-22
log: include syslog identifier in default log properties, to avoid comm trunc...
Lennart Poettering
2012-04-20
log: fix LOG_TARGET_JOURNAL_OR_KMSG
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-10
util: move all to shared/ and split external dependencies in separate interna...
Kay Sievers