index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
journald-kmsg.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-1
/
+1
*
io-util: add new IOVEC_INIT/IOVEC_MAKE macros
Lennart Poettering
2017-09-22
1
-33
/
+23
*
journald: add minimal client metadata caching
Lennart Poettering
2017-07-31
1
-1
/
+1
*
tree-wide: make use of getpid_cached() wherever we can
Lennart Poettering
2017-07-20
1
-1
/
+1
*
journald: make reading /dev/kmsg optional (#6362)
Susant Sahani
2017-07-15
1
-1
/
+10
*
tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_ID
Zbigniew Jędrzejewski-Szmek
2017-02-15
1
-1
/
+2
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
journald: allow additional payload in server_driver_message
Zbigniew Jędrzejewski-Szmek
2016-01-24
1
-2
/
+4
*
tree-wide: group include of libudev.h with sd-*
Thomas Hindoe Paaboel Andersen
2015-11-17
1
-1
/
+1
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-1
/
+1
*
treewide: apply errno.cocci
Michal Schmidt
2015-11-09
1
-2
/
+1
*
journal: posix_fallocate() does not set errno
Michal Schmidt
2015-11-05
1
-2
/
+4
*
util-lib: split out printf() helpers to stdio-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
io-util.h: move iovec stuff from macro.h to io-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-0
/
+1
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-6
/
+7
*
treewide: fix typos
Torstein Husebø
2015-09-08
1
-1
/
+1
*
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
shared: add formats-util.h
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
util: rework cunescape(), improve error handling
Lennart Poettering
2015-04-07
1
-4
/
+2
*
journald: fix some xsprrintf() buffer size fallout
Lennart Poettering
2015-02-03
1
-1
/
+1
*
Add a snprinf wrapper which checks that the buffer was big enough
Zbigniew Jędrzejewski-Szmek
2015-02-01
1
-5
/
+4
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-5
/
+5
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
journald: constify all things!
Lennart Poettering
2014-11-03
1
-2
/
+2
*
journald: Fix off-by-one error in "Missed X kernel messages" warning
Eelco Dolstra
2014-08-13
1
-1
/
+1
*
Always prefer our headers to system headers
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-1
/
+1
*
journald: always add syslog facility for messages coming from kmsg
Michal Sekletar
2014-07-28
1
-3
/
+3
*
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-05-15
1
-1
/
+1
*
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-18
1
-11
/
+3
*
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-20
1
-1
/
+1
*
journald: before closing /dev/kmsg let's unregister the event source
Lennart Poettering
2013-12-17
1
-2
/
+7
*
journald: close /dev/kmsg again if we cannot make use of it
Lennart Poettering
2013-12-17
1
-4
/
+12
*
journald: downgrade warning message when /dev/kmsg does not exist
Lennart Poettering
2013-12-17
1
-1
/
+2
*
journald: port to sd-event and enable watchdog support
Lennart Poettering
2013-12-11
1
-9
/
+29
*
tree-wide usage of %m specifier instead of strerror(errno)
Daniel Buch
2013-11-26
1
-1
/
+1
*
journal: allow callers to specify OBJECT_PID=
Zbigniew Jędrzejewski-Szmek
2013-06-21
1
-1
/
+1
*
Use stdint.h macros instead of casts to print uint64_t values
Zbigniew Jędrzejewski-Szmek
2013-06-10
1
-1
/
+2
*
journald: check return value of strappend
Zbigniew Jędrzejewski-Szmek
2013-03-31
1
-3
/
+5
*
build-sys: store journald code in a noinst library
Zbigniew Jędrzejewski-Szmek
2012-11-14
1
-1
/
+1
*
journal: fix parsing of monotonic kernel timestamps
Lennart Poettering
2012-10-26
1
-4
/
+3
*
journald: properly update message size after stripping the identifier
Zbigniew Jędrzejewski-Szmek
2012-10-13
1
-1
/
+1
*
trivial: fix typo
Zbigniew Jędrzejewski-Szmek
2012-10-02
1
-1
/
+1
*
journald: avoid logging to kmsg in the normal paths
Lennart Poettering
2012-09-06
1
-1
/
+1
*
journald: add missing includes
Allin Cottrell
2012-08-24
1
-0
/
+1
[next]