summaryrefslogtreecommitdiffstats
path: root/src/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/basic: rename uid-alloc-range.[ch] to uid-classification.[ch]Zbigniew Jędrzejewski-Szmek2024-01-091-1/+1
* env-util: add new setenvf() helperLennart Poettering2024-01-081-6/+4
* journalctl: implement --list-namespacesFrantisek Sumsal2024-01-051-0/+69
* journalctl: add --exclude-identifier optionSergei Zhmylev2024-01-041-1/+29
* tree-wide: drop space between variable and an increment/decrementYu Watanabe2023-12-241-1/+1
* various: clean up isatty() handlingMike Yuan2023-12-221-1/+2
* tree-wide: use hashmap_isempty() and friendsYu Watanabe2023-12-212-3/+3
* journalctl: also refuse --cursor-file= with --since=Frantisek Sumsal2023-12-181-2/+2
* journalctl: don't skip over messages not matching the cursorFrantisek Sumsal2023-12-071-17/+28
* Merge pull request #30312 from yuwata/journal-cleanupsYu Watanabe2023-12-078-100/+109
|\
| * journal: use sd_event_now()Yu Watanabe2023-12-061-1/+3
| * journal: use usec_add() and usec_sub_unsigned()Yu Watanabe2023-12-061-12/+8
| * journal: add short comment for boolean argumentsYu Watanabe2023-12-061-3/+3
| * journal: split out server_new() from server_init()Yu Watanabe2023-12-068-90/+101
* | journalctl: add short option "-i" for "--file="Lennart Poettering2023-11-301-5/+4
|/
* journal: sync immediately on shutting down journaldYu Watanabe2023-11-221-0/+6
* bsod: install the signal handler only just before we need itFrantisek Sumsal2023-11-211-1/+2
* test: always call test_setup_logging()Yu Watanabe2023-11-171-0/+3
* journal: recalculate line_max when stdout stream state changesFrantisek Sumsal2023-11-091-3/+5
* journalctl: verify sealed log epochs are continuousFelix Dörre2023-11-081-0/+1
* bsod: restore vt on SIGTERM/SIGINTFrantisek Sumsal2023-11-031-13/+30
* bsod,loop-util: fix fd validity checkLennart Poettering2023-11-011-1/+1
* fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLETLennart Poettering2023-10-261-1/+1
* tree-wide: fix typoYu Watanabe2023-10-261-2/+1
* core,journal: drop unnecessary !! castsFrantisek Sumsal2023-10-251-1/+1
* Merge pull request #29601 from yuwata/mmap-check-overflowLuca Boccassi2023-10-241-0/+1
|\
| * tree-wide: check results of PAGE_ALIGN()Yu Watanabe2023-10-191-0/+1
* | iovec-util: make IOVEC_TOTAL_SIZE() a regular functionLennart Poettering2023-10-201-2/+2
* | io-util: split out "struct iovec" related calls into their own .c/.h filesLennart Poettering2023-10-208-8/+8
|/
* fuzz: unify logging setupFrantisek Sumsal2023-10-196-8/+9
* process-util: add pidref_is_unwaited() and make pid_is_unwaited() return errorsLennart Poettering2023-10-181-1/+1
* process-util: add pidref_get_uid() and rename get_process_uid() → pidref_ge...Lennart Poettering2023-10-181-1/+1
* process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...Lennart Poettering2023-10-185-5/+5
* process-util: add pidref_get_cmdline()Lennart Poettering2023-10-181-1/+1
* meson: add build option for install path of main config filesFranck Bui2023-10-171-1/+1
* Merge pull request #29242 from fbuihuu/update-main-config-file-headersZbigniew Jędrzejewski-Szmek2023-10-171-3/+5
|\
| * config files: update their header to reflect that they can be installed in /usrFranck Bui2023-09-211-3/+5
* | tree-wide: add missing sigbus handlingYu Watanabe2023-10-071-0/+3
* | tree-wide: make all our Varlink APIs introspectableLennart Poettering2023-10-061-0/+5
* | cgroup-util: drop "controller" argument from various cgroup helper callsLennart Poettering2023-10-051-1/+1
* | test: split test-tables into threeYu Watanabe2023-10-022-2/+17
* | journal: move several tests to libsystemd/sd-journalYu Watanabe2023-10-029-1623/+2
* | journald: move and rename journal/managed-journal-file.[ch] -> shared/journal...Yu Watanabe2023-10-0211-573/+8
* | journald: drop ManagedJournalFileYu Watanabe2023-10-0211-336/+284
* | journald: split-out closing journal files from managed_journal_file_open()Yu Watanabe2023-10-029-34/+24
* | journald: do not close all files stored in Server.deferred_closesYu Watanabe2023-10-021-1/+1
* | sd-journal: merge journal_file_next_entry_for_data() with generic_array_get_p...Yu Watanabe2023-09-301-4/+4
* | Merge pull request #29296 from yuwata/sd-journal-several-cleanups-for-boot-idZbigniew Jędrzejewski-Szmek2023-09-272-248/+170
|\ \
| * | test: add test case that journal file with unreferenced _BOOT_ID dataYu Watanabe2023-09-261-3/+59
| * | test: add tests for journal_find_boot_by_offset() and friendsYu Watanabe2023-09-261-32/+102