summaryrefslogtreecommitdiffstats
path: root/src/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* basic/memory-util: introduce mempcpy_typesafeMike Yuan2024-09-202-8/+8
* tree-wide: make sigprocmask() changes more automaticLennart Poettering2024-09-131-8/+6
* journald: mention the access mode we tried to open /dev/kmsg inLennart Poettering2024-09-061-6/+4
* time-util: rework localtime_or_gmtime() into localtime_or_gmtime_usec()Lennart Poettering2024-09-051-3/+1
* socket-util: make recvmsg_safe() handle MSG_TRUNC tooMike Yuan2024-09-041-18/+21
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-011-2/+2
* shared/logs-show: introduce journal_browse_prepare()Mike Yuan2024-08-222-9/+3
* tree-wide: use isatty_safe() moreLennart Poettering2024-08-201-1/+1
* Merge pull request #33944 from yuwata/journal-max-retention-secLuca Boccassi2024-08-052-3/+2
|\
| * journal: comment the default value in journald.confYu Watanabe2024-08-051-1/+1
| * journal: do not rotate journal when MaxRetentionSec= is setYu Watanabe2024-08-051-2/+1
* | journal: set flushed flag even if we fail to open runtime journalsYu Watanabe2024-08-051-3/+4
|/
* journalctl: fix compile error on i386Yu Watanabe2024-08-011-1/+1
* journalctl: add --list-invocations command and -I/--invocation optionsYu Watanabe2024-08-017-9/+189
* use int64_t for index in show_log_ids()Yu Watanabe2024-08-011-5/+6
* journalctl: split out show_log_ids() from action_list_boots()Yu Watanabe2024-08-011-21/+31
* journalctl: update log messagesYu Watanabe2024-08-011-2/+2
* logs-show: rename BootId -> LogIdYu Watanabe2024-08-011-8/+8
* terminal-util: split out color macros/helpers into its own headerLennart Poettering2024-07-192-0/+2
* terminal-util: rename set_terminal_cursor_position() → terminal_set_cursor_...Lennart Poettering2024-07-191-3/+3
* sd-varlink: make our internal Varlink API public as sd-varlink.[ch]Lennart Poettering2024-07-163-44/+46
* Merge pull request #33401 from yuwata/journal-revert-source-boottime-timestampMike Yuan2024-06-241-4/+2
|\
| * journal: drop mapping from CLOCK_BOOTTIME -> CLOCK_MONOTONICYu Watanabe2024-06-191-4/+2
* | various: move const ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-191-2/+2
|/
* journal: introduce _SOURCE_BOOTTIME_TIMESTAMP fieldYu Watanabe2024-06-181-3/+11
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-125-14/+15
* various: remove unnecessary check before sd_event_source_set_enabled()Zbigniew Jędrzejewski-Szmek2024-05-301-6/+4
* journald: always unset flushed flag when the runtime journal is openedYu Watanabe2024-05-251-6/+15
* journald: log removal of runtime journal directoriesYu Watanabe2024-05-251-3/+12
* journald: close runtime journal earlierYu Watanabe2024-05-251-4/+5
* journald-server: drop another invalid assert()David Tardon2024-05-161-1/+0
* journald-server: drop invalid assert()David Tardon2024-05-161-1/+0
* journal-rate-limit: replace in-house management of JournalRateLimitGroup with...Yu Watanabe2024-05-135-123/+60
* journal-rate-limit: split out journal_ratelimit_group_acquire()Yu Watanabe2024-05-121-18/+37
* journal-rate-limit: introduce cleanup function for JournalRateLimitGroupYu Watanabe2024-05-121-18/+21
* journal-rate-limit: rename variablesYu Watanabe2024-05-122-15/+33
* journal-rate-limit: use FOREACH_ELEMENT() and usec_add()Yu Watanabe2024-05-121-5/+3
* journal-rate-limit: make journal_ratelimit_group_free() return NULLYu Watanabe2024-05-121-3/+4
* journal-rate-limit: add trailing comma in tableYu Watanabe2024-05-121-1/+1
* test: introduce test cases for journal_ratelimit_test()Yu Watanabe2024-05-122-0/+50
* tree-wide: use LOG_PRI() and LOG_FAC()Yu Watanabe2024-05-125-9/+15
* journalctl: make --list-boots support -n/--lines= optionYu Watanabe2024-05-102-7/+23
* journalctl: fail and show error message when no boot ID foundYu Watanabe2024-05-101-1/+2
* journalctl: fix support of --boot=ID±offset formatYu Watanabe2024-05-101-13/+15
* journalctl: fix --boot=0 with --file=- (from stdin)Yu Watanabe2024-05-101-1/+1
* journalctl: split out journal_acquire_boot() from add_boot()Yu Watanabe2024-05-103-35/+61
* journalctl: several cleanups for parse_boot_descriptor()Yu Watanabe2024-05-101-17/+16
* logs-show: drop uid argument from add_matches_for_user_units()Yu Watanabe2024-05-101-2/+2
* journal: Serialize __MONOTONIC_TIMESTAMP metadata field as wellDaan De Meyer2024-05-033-21/+29
* Merge pull request #32592 from yuwata/journal-timestampLuca Boccassi2024-05-026-25/+25
|\