summaryrefslogtreecommitdiffstats
path: root/src/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* basic/util: rename u64log2 to log2u64Zbigniew Jędrzejewski-Szmek2021-11-261-1/+1
* Merge pull request #21431 from DaanDeMeyer/issue-19799Luca Boccassi2021-11-202-61/+54
|\
| * journal: Limit the number of audit fields per log messageDaan De Meyer2021-11-192-32/+25
| * journal: Use mf as variable name for MapFieldDaan De Meyer2021-11-181-4/+4
| * journal: Use consistent naming for iovec in audit logicDaan De Meyer2021-11-181-45/+45
* | journal: Don't discard kmsg messages coming from journald itselfDaan De Meyer2021-11-183-5/+28
|/
* shared: split out UID allocation range stuff from user-record.hLennart Poettering2021-11-131-1/+1
* tree-wide: use sd_event_source_disable_unref() where we canLennart Poettering2021-11-091-6/+1
* Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-4/+4
* journald: modernize code to send notificationsZbigniew Jędrzejewski-Szmek2021-11-031-13/+5
* Merge pull request #20988 from DaanDeMeyer/rotate-reasonZbigniew Jędrzejewski-Szmek2021-10-192-6/+10
|\
| * journal: Expand rotate log messages in journaldDaan De Meyer2021-10-182-6/+10
| * journal: Add log level argument to journal_file_rotate_suggested()Daan De Meyer2021-10-181-1/+1
* | alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-141-1/+1
* | tree-wide: port all calls to alloca() to alloca_safe()Lennart Poettering2021-10-141-3/+3
* | util: define initializer for 'struct ucred' that properly invalidates all fieldsLennart Poettering2021-10-111-3/+5
|/
* basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-051-0/+1
* journal,network,timesync: fix segfault on 32bit timeval/timespec systemsYu Watanabe2021-09-161-2/+5
* Merge pull request #20738 from mrc0mmand/ci-llvm-13Yu Watanabe2021-09-161-1/+1
|\
| * tree-wide: mark set-but-not-used variables as unused to make LLVM happyFrantisek Sumsal2021-09-151-1/+1
* | journalctl: never fail at flushing when the flushed flag is setFranck Bui2021-09-151-0/+5
|/
* journalctl: Use constants in some more placesJan Janssen2021-09-031-6/+6
* socket-util: introduce CMSG_SPACE_TIMEVAL/TIMESPEC macro to support additiona...Yu Watanabe2021-08-301-1/+1
* journalctl: Use constants for _BOOT_ID= matchesJan Janssen2021-08-201-3/+3
* Don't open /var journals in volatile mode when runtime_journal==NULLMilo Turner2021-08-131-0/+7
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-033-6/+6
* tree-wide: FORMAT_TIMESTAMP() or friends must be used as a function argumentYu Watanabe2021-07-151-9/+7
* tree-wide: add FORMAT_BYTES()Zbigniew Jędrzejewski-Szmek2021-07-092-20/+14
* tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-092-7/+5
* chattr-util: generalize chattr manipulation for files with secrets from journ...Lennart Poettering2021-07-081-13/+4
* various: convert to the new dlopen_or_warn() helperZbigniew Jędrzejewski-Szmek2021-06-241-25/+4
* dlfcn-util: invert function naming and add helper that does the whole jobZbigniew Jędrzejewski-Szmek2021-06-241-1/+1
* tree-wide: add missing whitespace at the end of commentsYu Watanabe2021-06-151-1/+1
* journald: when journald namespace instances log, they can do so safely to the...Lennart Poettering2021-06-091-9/+16
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-197-46/+57
* Merge pull request #18863 from keszybz/cmdline-escapingLennart Poettering2021-05-071-1/+1
|\
| * core,journald: use quoted commandlinesZbigniew Jędrzejewski-Szmek2021-05-051-1/+1
* | Merge pull request #19391 from poettering/dissect-growZbigniew Jędrzejewski-Szmek2021-05-071-1/+1
|\ \
| * | tree-wide: enable automatic growing of file systems in images in various tool...Lennart Poettering2021-04-231-1/+1
* | | fuzz-journald-kmsg: silence output as usualZbigniew Jędrzejewski-Szmek2021-05-051-0/+5
|/ /
* | fix: point to the correct drop-ins subdirectory for confsJóhann B. Guðmundsson2021-04-221-1/+1
* | journald: Retry if posix_fallocate returned -1 (EINTR)Igor Zhbanov2021-04-211-2/+3
* | journald: enforce longer line length limit during "setup" phase of stream pro...Yangyang Shen2021-04-211-7/+28
* | journald: fix %m usageZbigniew Jędrzejewski-Szmek2021-04-141-2/+2
* | tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-142-6/+6
* | Merge pull request #18958 from poettering/dissect-no-rootZbigniew Jędrzejewski-Szmek2021-03-311-1/+4
|\ \ | |/ |/|
| * dissect-image: split DISSECT_IMAGE_REQUIRE_ROOT in twoLennart Poettering2021-03-161-1/+4
* | config files: recommend systemd-analyze cat-configZbigniew Jędrzejewski-Szmek2021-03-261-0/+2
* | journald: restore syslog priority *with* facility bits for stream connections...Lennart Poettering2021-03-161-7/+25
* | journald: use log_warning_errno() where appropriateLennart Poettering2021-03-161-16/+8
|/