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.h
Age
Commit message (
Expand
)
Author
2015-01-22
log: add new log output mode, that prints to console, but prefixes with syslo...
Lennart Poettering
2015-01-11
log: fix log_full_errno() with custom facilities
David Herrmann
2014-11-28
shared: fix log_emergency_errno macro
Michal Schmidt
2014-11-28
log: change log_xyz_errno() calls to always return the negative error
Lennart Poettering
2014-11-28
log: allow negative errno values
Lennart Poettering
2014-11-28
log: fix order of log_unit_struct() to match other logging calls
Lennart Poettering
2014-11-27
log: rearrange log function naming
Lennart Poettering
2014-11-27
log: add an "error" parameter to all low-level logging calls and intrdouce lo...
Lennart Poettering
2014-11-26
manager: log some fatal errors at emergency level
Zbigniew Jędrzejewski-Szmek
2014-10-23
shared/log: add log_trace as compile-time optional debugging
Zbigniew Jędrzejewski-Szmek
2014-08-11
log: never ever log to syslog from PID 1, log to the journal again
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-17
_noreturn_ --> noreturn for C11 compat
Shawn Landden
2013-12-10
macro: log assertion at debug level in assert_return()
Lennart Poettering
2013-10-20
log: Fix previous commit to use correct level
Colin Walters
2013-10-20
log: avoid calling the logging functions for log levels above the current max...
Kay Sievers
2013-10-16
macro: clean up usage of gcc attributes
Lennart Poettering
2013-05-02
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-04-25
Add some extra __attribute__ ((format)) s
Cristian Rodríguez
2013-01-06
journal: new logging macros to include UNIT=
Zbigniew Jędrzejewski-Szmek
2012-12-05
core: add catalog entry and MESSAGE_ID for overmounting
Zbigniew Jędrzejewski-Szmek
2012-10-16
journal: don't export MESSAGE_ID() macro
Lennart Poettering
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-07-26
log: out-of-line __log_oom()
Michal Schmidt
2012-07-26
log: log_oom() must be a macro
Michal Schmidt
2012-07-26
log.h: new log_oom() -> int -ENOMEM, use it
Shawn Landden
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-05-22
log: make sure generators never log into the journal to avoid activation dead...
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