summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: move logo up, like on brand.systemd.io READMELennart Poettering2019-11-291-2/+2
* README: use more appropriate logo format for READMELennart Poettering2019-11-291-1/+1
* update TODOLennart Poettering2019-11-291-0/+27
* network: fix double free()Yu Watanabe2019-11-281-1/+1
* man: use literal tag at one more placeYu Watanabe2019-11-281-2/+2
* man: document sd_event_source_set_floating()Lennart Poettering2019-11-298-0/+125
* man: use mkswap@ instead of makeswap@Jan Tojnar2019-11-282-4/+4
* journald: don't ask for the machine ID if we don't need itLennart Poettering2019-11-281-5/+0
* journalctl: pager_close() calls fflush(stdout) anyway as first thingLennart Poettering2019-11-281-1/+0
* journald: remove unused fieldLennart Poettering2019-11-281-2/+0
* journalctl: return EOPNOTSUPP if pcre is not enabledLennart Poettering2019-11-281-1/+1
* man: don't claim journalctl would still use signalsLennart Poettering2019-11-281-19/+13
* man: add reference to journald man page from systemd.journal-fields(7)Lennart Poettering2019-11-281-8/+8
* man: apparently we lowercased STDOUT/STDERR everywhere else in docs, do so he...Lennart Poettering2019-11-281-2/+2
* Merge pull request #14179 from poettering/help-fixletsLennart Poettering2019-11-282-4/+8
|\
| * notify: add color to --helpLennart Poettering2019-11-281-2/+4
| * nspawn: highlight description string in --help textLennart Poettering2019-11-281-2/+4
* | man: drop reference to machined, add one for journald insteadLennart Poettering2019-11-281-2/+2
|/
* Merge pull request #14166 from keszybz/transient-unit-settingsYu Watanabe2019-11-287-214/+375
|\
| * doc: update list of transient unitsZbigniew Jędrzejewski-Szmek2019-11-271-4/+6
| * pid1: make TimeoutAbortSec settable for transient unitsZbigniew Jędrzejewski-Szmek2019-11-272-0/+8
| * pid1: fix setting of DefaultTimeoutAbortSecZbigniew Jędrzejewski-Szmek2019-11-272-107/+114
| * shared/conf-parser: remove unnecessary whitespace skippingZbigniew Jędrzejewski-Szmek2019-11-273-6/+3
| * shared/bus-unit-util: word wrapZbigniew Jędrzejewski-Szmek2019-11-271-93/+240
| * doc: drop rhs from transient settings listZbigniew Jędrzejewski-Szmek2019-11-271-4/+4
* | test-functions: make sure we use the right library path for binaries without ...Lennart Poettering2019-11-281-1/+7
* | shared/ask-password-api: modify keyctl break valueKevin Kuehler2019-11-281-1/+1
* | systemctl: fix indentation of cgroup treeLennart Poettering2019-11-271-1/+1
* | cryptsetup: reduce the chance that we will be OOM killedMichal Sekletár2019-11-271-0/+6
* | Merge pull request #14164 from poettering/exec-start-transient-fixLennart Poettering2019-11-271-9/+15
|\ \
| * | core: prefer non-@ syntax for ExecStart=Lennart Poettering2019-11-271-8/+14
| * | core: write out correct field name when creating transient service unitsLennart Poettering2019-11-271-1/+1
* | | Merge pull request #14145 from poettering/process-bypassZbigniew Jędrzejewski-Szmek2019-11-271-11/+30
|\ \ \ | |/ / |/| |
| * | process-util: shortcut get_process_state() for our own processLennart Poettering2019-11-251-1/+5
| * | process-util: shortcut get_process_comm() for our own processLennart Poettering2019-11-251-9/+20
| * | process-util: tweak get_process_cwd() when calling for own processLennart Poettering2019-11-251-1/+5
* | | Merge pull request #14160 from mwilck/fix-shutdown-hangYu Watanabe2019-11-271-6/+8
|\ \ \ | |_|/ |/| |
| * | udevd: don't use monitor after manager_exit()Martin Wilck2019-11-261-4/+6
| * | Revert "udevd: fix crash when workers time out after exit is signal caught"Martin Wilck2019-11-261-2/+2
* | | man/systemd.link: Add missing verb *be*Paul Menzel2019-11-271-1/+1
|/ /
* | test-fileio: cast EOF to (char) before comparing with char explicitlyLennart Poettering2019-11-261-5/+10
* | udev: tiny update for log messagesYu Watanabe2019-11-262-3/+3
* | network: also assume Table=local for ipv6 route if Type=local, broadcast, any...Yu Watanabe2019-11-262-16/+21
* | Merge pull request #14134 from keszybz/variables-and-docsYu Watanabe2019-11-2610-56/+58
|\ \
| * | man: refer to systemd.syntax(7) from systemd.nspawn(5)Zbigniew Jędrzejewski-Szmek2019-11-252-48/+24
| * | fuzz-unit-file: add new items to the corpusZbigniew Jędrzejewski-Szmek2019-11-251-0/+2
| * | pid1: fix the names of AllowedCPUs= and AllowedMemoryNodes=Zbigniew Jędrzejewski-Szmek2019-11-253-6/+6
| * | man: document all pager variables for systemctl and systemdZbigniew Jędrzejewski-Szmek2019-11-242-2/+7
| * | basic/terminal-util: add support for $NO_COLORZbigniew Jędrzejewski-Szmek2019-11-242-0/+19
* | | Merge pull request #14151 from mk-fg/fix-timer-dump-syntax-bugAnita Zhang2019-11-252-2/+2
|\ \ \