summaryrefslogtreecommitdiff
path: root/src/journal/journald-kmsg.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use ERRNO_IS_TRANSIENT()Yu Watanabe2021-11-301-1/+1
* journal: Don't discard kmsg messages coming from journald itselfDaan De Meyer2021-11-181-5/+18
* journald: Retry if posix_fallocate returned -1 (EINTR)Igor Zhbanov2021-04-211-2/+3
* journald: fix %m usageZbigniew Jędrzejewski-Szmek2021-04-141-2/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: cast result of get_process_comm() to (void) where we ignore itLennart Poettering2020-10-271-1/+1
* journald: minor wording tweak in messageZbigniew Jędrzejewski-Szmek2020-07-071-1/+1
* tree-wide: spellcheck using codespellZbigniew Jędrzejewski-Szmek2020-04-161-1/+1
* journald: allow running multiple instances of journaldLennart Poettering2020-01-311-2/+4
* journald: don't bother with seqnum file if we don't read form /dev/kmsg anywayLennart Poettering2020-01-311-4/+6
* journald: fix indentationLennart Poettering2020-01-311-5/+5
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-5/+5
* journal: fix an off-by-one error in dev_kmsg_recordEvgeny Vereshchagin2018-11-161-1/+1
* tests: add a fuzzer for dev_kmsg_recordEvgeny Vereshchagin2018-11-161-1/+1
* journal: replace udev_device by sd_deviceYu Watanabe2018-08-231-20/+11
* journald: free the allocated memory before returning from dev_kmsg_recordEvgeny Vereshchagin2018-08-101-1/+1
* journald: make it clear that dev_kmsg_record modifies the string passed to itEvgeny Vereshchagin2018-08-101-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* journal: avoid code that relies on LOG_KERN == 0 (#8110)Alan Jenkins2018-02-081-2/+2
* journal: include kmsg lines from the systemd process which exec()d us (#8078)Alan Jenkins2018-02-051-6/+8
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering2017-11-161-4/+5
* journald: when logging about dropped messages, include more meta dataLennart Poettering2017-11-161-1/+1
* 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-221-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-231-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