summaryrefslogtreecommitdiff
path: root/src/journal/cat.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-1/+0
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-1/+1
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-2/+2
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-2/+2
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-9/+6
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek1-1/+1
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-6/+3
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering1-5/+6
2013-04-13Include <fcntl.h> instead of <sys/fcntl.h>Zbigniew Jędrzejewski-Szmek1-1/+1
2013-01-04build-sys: drop all distribution specfic checksLennart Poettering1-1/+0
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden1-4/+2
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering1-4/+4
2012-03-27cat: fix priority typeLennart Poettering1-1/+1
2012-03-15man: document systemd-cat(1)Lennart Poettering1-5/+6
2012-01-14journal: add new system-cat tool as kind of a more powerfull BSD loggerLennart Poettering1-0/+181