summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* analyze: sort list of unknown syscalls kernel implementsLennart Poettering2019-10-301-4/+10
* seccomp: add new Linux 5.3 syscalls to syscall filter listsLennart Poettering2019-10-301-0/+12
* network: cleanup header inclusionYu Watanabe2019-10-3048-133/+113
* Merge pull request #13870 from irtimmer/check_ip_gnutlsZbigniew Jędrzejewski-Szmek2019-10-302-6/+12
|\
| * resolved: check for IP in certificate when using DoT with GnuTLSIwan Timmer2019-10-292-2/+12
| * resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLSIwan Timmer2019-10-291-4/+0
* | Merge pull request #13874 from keszybz/network-sendoption-cleanupsZbigniew Jędrzejewski-Szmek2019-10-303-12/+11
|\ \
| * | network: amend SendOption= to take a c-escaped stringZbigniew Jędrzejewski-Szmek2019-10-301-8/+7
| * | network: rename SendOptions= to SendOption=Zbigniew Jędrzejewski-Szmek2019-10-303-4/+4
* | | Merge pull request #13866 from keszybz/nspawn-restartsLennart Poettering2019-10-3013-25/+122
|\ \ \ | |/ / |/| |
| * | machined: only Unref units that we AddRef'dZbigniew Jędrzejewski-Szmek2019-10-292-3/+8
| * | shared/logs-show: strip trailing carriage returns at EOL/EOFZbigniew Jędrzejewski-Szmek2019-10-293-5/+38
| * | nspawn: when stopping the machine, just deregister the machineZbigniew Jędrzejewski-Szmek2019-10-293-10/+10
| * | machined: add UnregisterMachine methodZbigniew Jędrzejewski-Szmek2019-10-295-1/+42
| * | pid1: log the reason why restart will or will not happenZbigniew Jędrzejewski-Szmek2019-10-291-6/+24
* | | Merge pull request #13747 from ssahani/tc-qdiscYu Watanabe2019-10-3017-1/+1851
|\ \ \
| * | | network: wait for QDiscs to be configuredYu Watanabe2019-10-303-4/+36
| * | | network: introduce TrafficControlSusant Sahani2019-10-3017-1/+1819
| | |/ | |/|
* | | Merge pull request #13867 from keszybz/man-conditionYu Watanabe2019-10-301-1/+1
|\ \ \ | |/ / |/| |
| * | shared: small typoZbigniew Jędrzejewski-Szmek2019-10-281-1/+1
* | | Merge pull request #13864 from fbuihuu/no-more-swap-autoactivationZbigniew Jędrzejewski-Szmek2019-10-295-23/+12
|\ \ \
| * | | core: drop 'wants' parameter from unit_add_node_dependency()Franck Bui2019-10-285-18/+8
| * | | swap: do not make swap units wanted by its device unit anymoreFranck Bui2019-10-281-6/+5
* | | | network-generator: Add missing help for --rootDavid Pedersen2019-10-291-0/+1
|/ / /
* | | Merge pull request #13423 from pwithnall/12035-session-time-limitsZbigniew Jędrzejewski-Szmek2019-10-286-18/+90
|\ \ \ | | |/ | |/|
| * | pam_systemd: Forward systemd.runtime_max_sec setting to session scopePhilip Withnall2019-10-281-3/+29
| * | scope: Support RuntimeMaxSec= directive in scope unitsPhilip Withnall2019-10-285-2/+27
| * | scope: Refactor timer handling on coldplugPhilip Withnall2019-07-291-5/+17
| * | shared: Factor out bus_append_scope_property() for scopesPhilip Withnall2019-07-291-4/+12
| * | dbus-scope: Factor out common UNIT(s) castPhilip Withnall2019-07-291-4/+5
* | | modules-load: do not fail service if modules are not presentZbigniew Jędrzejewski-Szmek2019-10-281-2/+4
* | | Merge pull request #13844 from keszybz/resolved-proprtiesYu Watanabe2019-10-289-19/+42
|\ \ \
| * | | resolved: emit change for CurrentDNSServerZbigniew Jędrzejewski-Szmek2019-10-252-1/+4
| * | | resolved: emit change for LLMNRHostnameZbigniew Jędrzejewski-Szmek2019-10-252-2/+6
| * | | resolved: send out notifications about DNS propertyZbigniew Jędrzejewski-Szmek2019-10-254-1/+22
| * | | resolved: make two functions staticZbigniew Jędrzejewski-Szmek2019-10-252-5/+2
| * | | resolved: one less {}Zbigniew Jędrzejewski-Szmek2019-10-251-2/+1
| * | | resolved: avoid allocationZbigniew Jędrzejewski-Szmek2019-10-254-8/+7
* | | | pid1: order .automount units after local-fs-pre.targetZbigniew Jędrzejewski-Szmek2019-10-281-0/+4
* | | | Merge pull request #13635 from fbuihuu/no-aliases-with-enableZbigniew Jędrzejewski-Szmek2019-10-282-3/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | shared/install: failing with -ELOOP can be due to the use of an alias in inst...Franck Bui2019-09-241-2/+4
| * | | shared/install: fix error codes returned by install_context_apply()Franck Bui2019-09-241-1/+1
* | | | shared/sleep-config: two more error handling fixes, use structured initializa...Zbigniew Jędrzejewski-Szmek2019-10-251-13/+14
* | | | shared/sleep-config: fix error handling for openZbigniew Jędrzejewski-Szmek2019-10-251-3/+2
* | | | fileio: introduce read_full_virtual_file() for reading virtual files in sysfs...Franck Bui2019-10-253-5/+113
* | | | Merge pull request #13682 from zachsmith/systemd-sleep-prefer-resume-over-pri...Zbigniew Jędrzejewski-Szmek2019-10-253-120/+237
|\ \ \ \ | |_|/ / |/| | |
| * | | systemd-sleep: improve /proc/swaps open fail messageZach Smith2019-10-241-1/+1
| * | | systemd-sleep: always prefer resume device or fileZach Smith2019-10-243-119/+236
* | | | network: support matching based on wifi interfece typeYu Watanabe2019-10-2515-30/+6635
* | | | various tools: be more explicit when a glob is passed when not supportedZbigniew Jędrzejewski-Szmek2019-10-257-32/+50