summaryrefslogtreecommitdiff
path: root/src/journal/journald-kmsg.c
Commit message (Expand)AuthorAgeFilesLines
...
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-2/+2
* journald: constify all things!Lennart Poettering2014-11-031-2/+2
* journald: Fix off-by-one error in "Missed X kernel messages" warningEelco Dolstra2014-08-131-1/+1
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-311-1/+1
* journald: always add syslog facility for messages coming from kmsgMichal Sekletar2014-07-281-3/+3
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-1/+1
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-11/+3
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-1/+1
* journald: before closing /dev/kmsg let's unregister the event sourceLennart Poettering2013-12-171-2/+7
* journald: close /dev/kmsg again if we cannot make use of itLennart Poettering2013-12-171-4/+12
* journald: downgrade warning message when /dev/kmsg does not existLennart Poettering2013-12-171-1/+2
* journald: port to sd-event and enable watchdog supportLennart Poettering2013-12-111-9/+29
* tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch2013-11-261-1/+1
* journal: allow callers to specify OBJECT_PID=Zbigniew Jędrzejewski-Szmek2013-06-201-1/+1
* Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek2013-06-101-1/+2
* journald: check return value of strappendZbigniew Jędrzejewski-Szmek2013-03-311-3/+5
* build-sys: store journald code in a noinst libraryZbigniew Jędrzejewski-Szmek2012-11-141-1/+1
* journal: fix parsing of monotonic kernel timestampsLennart Poettering2012-10-261-4/+3
* journald: properly update message size after stripping the identifierZbigniew Jędrzejewski-Szmek2012-10-131-1/+1
* trivial: fix typoZbigniew Jędrzejewski-Szmek2012-10-021-1/+1
* journald: avoid logging to kmsg in the normal pathsLennart Poettering2012-09-061-1/+1
* journald: add missing includesAllin Cottrell2012-08-241-0/+1
* journal: move syslog specific calls out of util.cLennart Poettering2012-08-221-1/+1
* journald: splitt of syslog protocol support into its own fileLennart Poettering2012-08-221-0/+1
* journald: split /dev/kmsg related stuff into its own .c fileLennart Poettering2012-08-221-0/+437