index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
journal
/
cat.c
Age
Commit message (
Expand
)
Author
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-01
journal-cat: don't allocate memory for the syslog identifier
Lennart Poettering
2015-10-27
util-lib: split out syslog-related calls into syslog-util.[ch]
Lennart Poettering
2015-10-27
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-09-29
journal-cat: various modernizations
Lennart Poettering
2015-09-29
journal-cat: return a correct error, not -1
Lennart Poettering
2015-09-29
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-09
tree-wide: make use of log_error_errno() return value
Lennart Poettering
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-08-03
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-07-31
Always prefer our headers to system headers
Zbigniew Jędrzejewski-Szmek
2014-03-18
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2013-11-06
clients: unify how we invoke getopt_long()
Lennart Poettering
2013-04-13
Include <fcntl.h> instead of <sys/fcntl.h>
Zbigniew Jędrzejewski-Szmek
2013-01-04
build-sys: drop all distribution specfic checks
Lennart Poettering
2012-07-26
log.h: new log_oom() -> int -ENOMEM, use it
Shawn Landden
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-03-27
cat: fix priority type
Lennart Poettering
2012-03-15
man: document systemd-cat(1)
Lennart Poettering
2012-01-14
journal: add new system-cat tool as kind of a more powerfull BSD logger
Lennart Poettering