summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* journald: add ability to activate by varlink socketLennart Poettering2020-01-312-10/+26
* journald: add exit on idleLennart Poettering2020-01-313-2/+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
* 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
* Merge pull request #14696 from poettering/dissect-tweaksAnita Zhang2020-01-306-6/+122
|\
| * 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
* | Various typo fixes and grammar correctionsZbigniew Jędrzejewski-Szmek2020-01-302-5/+5
* | polkit: tweak grammarZbigniew Jędrzejewski-Szmek2020-01-301-1/+1
* | Merge pull request #14096 from poettering/homedZbigniew Jędrzejewski-Szmek2020-01-3050-1/+19774
|\ \ | |/ |/|
| * sleep: automatically lock all home directories when suspendingLennart Poettering2020-01-281-1/+46
| * home: add pam_systemd_home.so PAM hookupLennart Poettering2020-01-283-0/+972
| * home: add homectl client toolLennart Poettering2020-01-284-0/+3665
| * home: add new systemd-homed service that can manage LUKS homesLennart Poettering2020-01-2846-0/+15091
* | network: fix implicit type conversion warning by GCC-10Yu Watanabe2020-01-291-2/+2
* | pam_systemd: resolve the tty of display via /sys instead of /devTopi Miettinen2020-01-291-2/+10