summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering2019-03-271-1/+1
* journalctl: voidify mkdir_p() call and unify two similar code pathsZbigniew Jędrzejewski-Szmek2019-03-271-22/+21
* journalctl: support `-b all` to negate effect of -bdana2019-03-191-15/+23
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-0/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-0/+1
* journalctl: New option --cursor-fileJörg Sommer2019-02-271-11/+54
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* path-util: allow NULLs in arguments to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-22/+18
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek2018-11-141-8/+7
* journalctl: do not treat EINTR as an error when waiting for eventsZbigniew Jędrzejewski-Szmek2018-11-111-1/+6
* journalctl: in --follow mode watch stdout for POLLHUP/POLLERR and exitLennart Poettering2018-10-261-17/+48
* journalctl: fix error number in error messageLennart Poettering2018-10-251-1/+1
* journalctl: add ability to vacuum and rotate in one stepLennart Poettering2018-10-251-4/+14
* tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journalLennart Poettering2018-10-161-5/+5
* journalctl: port JSON output mode to new JSON APILennart Poettering2018-10-111-2/+3
* chattr: optionally, return the old flags when updating themLennart Poettering2018-10-081-1/+1
* Merge pull request #10255 from poettering/hide-new-id128Zbigniew Jędrzejewski-Szmek2018-10-021-2/+1
|\
| * journalctl: drop --new-id128 from help and man textsLennart Poettering2018-10-021-2/+1
* | systemd-id128: a new tool to print machine/boot/invocation/app-specific idsZbigniew Jędrzejewski-Szmek2018-10-021-1/+1
* | journalctl: move generate_new_id128() to sharedZbigniew Jędrzejewski-Szmek2018-10-021-30/+2
|/
* journal: replace udev_device by sd_deviceYu Watanabe2018-08-231-26/+20
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-4/+14
* journal: do not hide options in help messageYu Watanabe2018-08-081-5/+1
* journalctl: handle inotify exhaustion nicerKevin Kuehler2018-06-211-3/+5
* 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
* udev: fix usage of udev_device_new_from_stat_rdev() in journalctlFilipe Brandenburger2018-06-081-0/+1
* udev: add helper udev_device_new_from_stat_rdev()Lennart Poettering2018-06-071-7/+6
* journal: rename output_journal to show_journal_entryZbigniew Jędrzejewski-Szmek2018-05-311-2/+2
* journalctl: add with-unit modeLuca Boccassi2018-05-251-1/+1
* tree-wide: port various bits of the tree over to the new DUMP_STRING_TABLE() ...Lennart Poettering2018-05-221-1/+7
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-2/+2
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-3/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-10/+7
* fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()Lennart Poettering2018-03-221-1/+1
* When mangling names, optionally emit a warning (#8400)Zbigniew Jędrzejewski-Szmek2018-03-211-2/+2
* tree-wide: voidify pager_open()Yu Watanabe2018-03-191-4/+4
* journalctl: make journalctl -g work as documentedDouglas Christman2018-03-011-1/+1
* journalctl: improve hint about lack of access for --user-unit=...Zbigniew Jędrzejewski-Szmek2018-02-201-3/+3
* journalctl: Periodically call sd_journal_process in journalctlPeter Portante2018-02-121-0/+16
* Revert "Periodically call sd_journal_process in journalctl" (#8147)Zbigniew Jędrzejewski-Szmek2018-02-091-28/+0
* Periodically call sd_journal_process in journalctlPeter Portante2018-02-081-0/+28
* journalctl: typo fixHermann Gausterer2018-01-281-1/+1
* journalctl: add highlighting for matched substringZbigniew Jędrzejewski-Szmek2018-01-281-1/+8
* journalctl: make matching optionally case sensitiveZbigniew Jędrzejewski-Szmek2018-01-281-73/+118