summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* journald: add ability to activate by varlink socketLennart Poettering2020-01-315-12/+47
* journald: add exit on idleLennart Poettering2020-01-314-4/+146
* varlink: add ability to register callback for disconnectionsLennart Poettering2020-01-312-2/+23
* varlink: add API for determining number of current connectionsLennart Poettering2020-01-312-0/+8
* journald: use structured initializationLennart Poettering2020-01-311-3/+5
* journald: add logging for one error we lacked logging forLennart Poettering2020-01-311-1/+3
* systemctl: show logs for correct namespace of serviceLennart Poettering2020-01-315-1/+10
* journalctl: drop misplaced empty lineLennart Poettering2020-01-311-1/+0
* journalctl: add new --namespace= switch for showing logs for namespaceLennart Poettering2020-01-311-4/+34
* journal: make constant argument actually 'const'Lennart Poettering2020-01-311-1/+1
* journal: allow opening journal files specific to some namespaceLennart Poettering2020-01-314-19/+102
* journal: use structured initializationLennart Poettering2020-01-311-8/+11
* journalctl: use an anonymous array when an array is neededLennart Poettering2020-01-311-4/+3
* journal: properly mark two definitions that are deprecated with GCC attribute...Lennart Poettering2020-01-315-5/+24
* journalctl: use automatic memory cleanupLennart Poettering2020-01-311-2/+1
* journalctl: use log_error_errno() wherever we canLennart Poettering2020-01-311-45/+29
* journalctl: move pcre function code downLennart Poettering2020-01-311-29/+27
* core: add new LogNamespace= execution settingLennart Poettering2020-01-3112-12/+155
* string-util: add brief explanatory commentLennart Poettering2020-01-311-0/+2
* units: add unit files for instantiated journal daemonsLennart Poettering2020-01-313-0/+72
* journald: allow running multiple instances of journaldLennart Poettering2020-01-3113-77/+275
* journald: when create journal directories use calculated pathsLennart Poettering2020-01-311-16/+10
* journald: minor coding style updatesLennart Poettering2020-01-311-1/+8
* journald: let's simplify rotating of offline user journalsLennart Poettering2020-01-311-104/+96
* journald: simplify find_journal() a bitLennart Poettering2020-01-311-25/+12
* journald: hide current storage determination in helper callLennart Poettering2020-01-311-2/+8
* journald: use structured initializationLennart Poettering2020-01-311-14/+15
* journald: line break overly long function headerLennart Poettering2020-01-311-1/+6
* journald: let's use TAKE_PTR() and TAKE_FD() where appropriateLennart Poettering2020-01-311-3/+2
* journald: let's use unlink_and_free() where we canLennart Poettering2020-01-311-5/+4
* journald: specifying _pure_ on static functions is unnecessary, compiler can ...Lennart Poettering2020-01-311-1/+1
* journald: don't bother with seqnum file if we don't read form /dev/kmsg anywayLennart Poettering2020-01-311-4/+6
* journald: fix indentationLennart Poettering2020-01-311-5/+5
* journald: use free_and_replace() where appropriateLennart Poettering2020-01-311-2/+1
* journald: add missing logging for some errorsLennart Poettering2020-01-311-3/+3
* journald: why bitwise XOR when boolean != is easier to read?Lennart Poettering2020-01-311-1/+1
* tests: unset LD_PRELOAD in testsuite.service when it's run under ASanEvgeny Vereshchagin2020-01-311-3/+8
* Merge pull request #14718 from yuwata/man-repart-14716Michael Biebl2020-01-313-4/+4
|\
| * man: do not install man pages for systemd-repart if it is disabledYu Watanabe2020-01-313-4/+4
|/
* Merge pull request #14712 from wlhlm/root-storage-daemons-docs-fixAnita Zhang2020-01-301-2/+2
|\
| * docs: Fix example code in ROOT_STORAGE_DAEMONSWilhelm Schuster2020-01-301-2/+2
* | Merge pull request #14696 from poettering/dissect-tweaksAnita Zhang2020-01-307-12/+122
|\ \ | |/ |/|
| * update TODOLennart Poettering2020-01-291-6/+0
| * core: fsck images specified as RootImage= too before using themLennart Poettering2020-01-291-1/+1
| * nspawn: fsck all images when mounting thingsLennart Poettering2020-01-291-4/+8
| * dissect: add --fsck= option to systemd-dissect toolLennart Poettering2020-01-291-1/+15
| * dissect: optionally, run fsck before mounting dissected imagesLennart Poettering2020-01-292-0/+51
| * dissect: complain if partition flags are set that we don't knowLennart Poettering2020-01-292-0/+47
* | Merge pull request #14701 from keszybz/homed-fixupsYu Watanabe2020-01-309-31/+33
|\ \
| * | Various typo fixes and grammar correctionsZbigniew Jędrzejewski-Szmek2020-01-305-27/+29