summaryrefslogtreecommitdiff
path: root/src/journal/journald-kmsg.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-10shared: add process-util.[ch]Ronny Chevalier1-0/+1
2015-04-10shared: add formats-util.hRonny Chevalier1-0/+1
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering1-4/+2
2015-02-03journald: fix some xsprrintf() buffer size falloutLennart Poettering1-1/+1
2015-02-01Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek1-5/+4
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-5/+5
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-2/+2
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-2/+2
2014-11-03journald: constify all things!Lennart Poettering1-2/+2
2014-08-13journald: Fix off-by-one error in "Missed X kernel messages" warningEelco Dolstra1-1/+1
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek1-1/+1
2014-07-28journald: always add syslog facility for messages coming from kmsgMichal Sekletar1-3/+3
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek1-1/+1
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-11/+3
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering1-1/+1
2013-12-17journald: before closing /dev/kmsg let's unregister the event sourceLennart Poettering1-2/+7
2013-12-17journald: close /dev/kmsg again if we cannot make use of itLennart Poettering1-4/+12
2013-12-17journald: downgrade warning message when /dev/kmsg does not existLennart Poettering1-1/+2
2013-12-11journald: port to sd-event and enable watchdog supportLennart Poettering1-9/+29
2013-11-26tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch1-1/+1
2013-06-20journal: allow callers to specify OBJECT_PID=Zbigniew Jędrzejewski-Szmek1-1/+1
2013-06-10Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek1-1/+2
2013-03-31journald: check return value of strappendZbigniew Jędrzejewski-Szmek1-3/+5
2012-11-14build-sys: store journald code in a noinst libraryZbigniew Jędrzejewski-Szmek1-1/+1
2012-10-26journal: fix parsing of monotonic kernel timestampsLennart Poettering1-4/+3
2012-10-13journald: properly update message size after stripping the identifierZbigniew Jędrzejewski-Szmek1-1/+1
2012-10-02trivial: fix typoZbigniew Jędrzejewski-Szmek1-1/+1
2012-09-06journald: avoid logging to kmsg in the normal pathsLennart Poettering1-1/+1
2012-08-24journald: add missing includesAllin Cottrell1-0/+1
2012-08-22journal: move syslog specific calls out of util.cLennart Poettering1-1/+1
2012-08-22journald: splitt of syslog protocol support into its own fileLennart Poettering1-0/+1
2012-08-22journald: split /dev/kmsg related stuff into its own .c fileLennart Poettering1-0/+437