summaryrefslogtreecommitdiffstats
path: root/src/journal/journald-kmsg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-1/+1
* io-util: add new IOVEC_INIT/IOVEC_MAKE macrosLennart Poettering2017-09-221-33/+23
* journald: add minimal client metadata cachingLennart Poettering2017-07-311-1/+1
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-1/+1
* journald: make reading /dev/kmsg optional (#6362)Susant Sahani2017-07-151-1/+10
* tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek2017-02-151-1/+2
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-231-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* journald: allow additional payload in server_driver_messageZbigniew Jędrzejewski-Szmek2016-01-241-2/+4
* tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen2015-11-171-1/+1
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* treewide: apply errno.cocciMichal Schmidt2015-11-091-2/+1
* journal: posix_fallocate() does not set errnoMichal Schmidt2015-11-051-2/+4
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-0/+1
* io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-6/+7
* treewide: fix typosTorstein Husebø2015-09-081-1/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* util: rework cunescape(), improve error handlingLennart Poettering2015-04-071-4/+2
* journald: fix some xsprrintf() buffer size falloutLennart Poettering2015-02-031-1/+1
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-011-5/+4
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-5/+5
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-2/+2
* 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-211-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