summaryrefslogtreecommitdiffstats
path: root/src/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* shared/wall: use logind if build without utmp supportThorsten Kukuk2023-09-061-2/+2
* journalctl: reset --lines= correctly if no argumentMike Yuan2023-09-051-0/+1
* journal: Relax boot ID and monotonic clock consistency checksmsizanoen2023-08-301-6/+6
* meson: use 'sh' variable everywhereZbigniew Jędrzejewski-Szmek2023-08-241-2/+2
* bsod: several cleanupsYu Watanabe2023-08-222-9/+9
* Merge pull request #28697 from 1awesomeJ/new_bsodLuca Boccassi2023-08-182-16/+35
|\
| * Make systemd-bsod not a public binaryOMOJOLA JOSHUA2023-08-171-8/+7
| * systemd-bsod: Add "--continuous" optionOMOJOLA JOSHUA2023-08-171-8/+28
* | Merge pull request #28758 from keszybz/negative-errno-macroLuca Boccassi2023-08-161-6/+5
|\ \
| * | various: use _NEG_ macros to reduce indentationZbigniew Jędrzejewski-Szmek2023-08-161-6/+5
* | | journalctl: minor follow-up for --lines=Mike Yuan2023-08-161-2/+2
* | | journalctl: support --lines=+N for showing the oldest N entriesMike Yuan2023-08-161-36/+58
* | | bsod: fix license tagZbigniew Jędrzejewski-Szmek2023-08-161-1/+1
|/ /
* | journalcl: simplify handling of stdout being a regular file and epoll()Lennart Poettering2023-08-101-10/+9
* | meson: use install_emptydir() and drop meson-make-symlink.shYu Watanabe2023-08-081-7/+2
|/
* journalctl: fix loggging invocationZbigniew Jędrzejewski-Szmek2023-08-041-1/+1
* Add tool to display emergency log message full-screen on boot failure.OMOJOLA JOSHUA2023-08-042-0/+279
* meson: also merge declarations of fuzzers with other executablesYu Watanabe2023-08-031-47/+39
* meson: merge declarations of normal and test executablesYu Watanabe2023-08-031-52/+44
* journalctl: do not add io event source for stdout if it is a fileYu Watanabe2023-08-021-4/+10
* core: free the strings in the set in other places tooDavid Tardon2023-08-011-2/+2
* meson: move declarations of journald and friendsYu Watanabe2023-07-311-6/+49
* Merge pull request #28365 from DaanDeMeyer/udevadm-queryDaan De Meyer2023-07-121-2/+2
|\
| * device-util: Declare iterator variables inlineDaan De Meyer2023-07-121-2/+2
* | tree-wide: fix typos reported by Fossies Codespell reportYu Watanabe2023-07-121-1/+1
|/
* Cast st_dev to dev_t when printingLuca Boccassi2023-07-101-1/+1
* Merge pull request #28233 from mrc0mmand/append-to-corrupted-journalsYu Watanabe2023-07-072-0/+277
|\
| * test: append to corrupted journalsFrantisek Sumsal2023-07-062-0/+277
* | journal-util: extract journal_open_machine() from journalctlYu Watanabe2023-07-051-30/+3
|/
* journalctl: read env vars that override compiled catalog database and source ...Lennart Poettering2023-06-271-2/+9
* journalctl: add --truncate-newline optionzhmylove2023-06-161-0/+9
* tree-wide: fix a couple of typosFrantisek Sumsal2023-06-151-1/+1
* socket: bump listen() backlog to INT_MAX everywhereLennart Poettering2023-06-131-1/+1
* journald: move uid_for_system_journal() to uid-alloc-range.hLennart Poettering2023-06-081-7/+0
* tree-wide: use memstream-utilYu Watanabe2023-05-311-16/+6
* journalctl: fix --follow with non-matching filterYu Watanabe2023-05-281-4/+1
* journalctl: also update cursor with --followYu Watanabe2023-05-281-1/+31
* journalctl: replace ppoll() loop with sd_event_loop()Yu Watanabe2023-05-281-51/+71
* journalctl: split out show()Yu Watanabe2023-05-281-137/+176
* journalctl: split out update_cursor()Yu Watanabe2023-05-281-20/+30
* journalctl: split out action_list_fields()Yu Watanabe2023-05-281-31/+35
* journalctl: fix --no-tail handlingYu Watanabe2023-05-281-1/+4
* journalctl: use correct variable to check if --since is specifiedYu Watanabe2023-05-281-1/+1
* journalctl: always initialize global variablesYu Watanabe2023-05-281-1/+1
* journalctl: split get_boots() into threeYu Watanabe2023-05-261-155/+140
* logs-show: introduce add_match_boot_id() helper functionYu Watanabe2023-05-261-11/+3
* Merge pull request #27770 from mrc0mmand/more-nallocfuzz-shenanigansYu Watanabe2023-05-251-0/+4
|\
| * tree-wide: check memstream buffer after closing the handleFrantisek Sumsal2023-05-241-0/+4
* | Merge pull request #27774 from dtardon/free-cleanupYu Watanabe2023-05-241-8/+4
|\ \ | |/ |/|
| * tree-wide: use free_and_replace() moreDavid Tardon2023-05-241-8/+4