summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14536 from DaanDeMeyer/wait-online-max-operstateZbigniew Jędrzejewski-Szmek2020-02-0510-52/+129
|\
| * wait-online: Support waiting for interfaces to disappearDaan De Meyer2020-01-183-1/+8
| * wait-online: Add maximum operational state optionDaan De Meyer2020-01-1810-52/+122
* | Merge pull request #14778 from cgzones/split_selinux_loggingYu Watanabe2020-02-052-2/+4
|\ \
| * | selinux-access: log warning on context acquisition failureChristian Göttsche2020-02-041-0/+2
| * | selinux-util: increase log severityChristian Göttsche2020-02-041-2/+2
* | | network: change "Gateway=dhcp" to "Gateway=_dhcp" (#14774)Zbigniew Jędrzejewski-Szmek2020-02-051-1/+1
* | | Merge pull request #14767 from yuwata/network-split-qdisc-sectionYu Watanabe2020-02-0516-416/+434
|\ \ \
| * | | network: FairQueueTrafficPolicing→FairQueueingZbigniew Jędrzejewski-Szmek2020-02-044-22/+22
| * | | network: TokenBufferFilter→TokenBucketFilterZbigniew Jędrzejewski-Szmek2020-02-044-30/+30
| * | | network: split TrafficControlQueueingDiscipline section into small piecesYu Watanabe2020-02-0416-393/+411
* | | | core: move bus-util include out of selinux-access headerChristian Göttsche2020-02-045-1/+4
* | | | core: unit_label_path(): take const unitChristian Göttsche2020-02-042-2/+4
| |/ / |/| |
* | | Merge pull request #14717 from yuwata/network-radv-dns-link-localZbigniew Jędrzejewski-Szmek2020-02-042-15/+39
|\ \ \
| * | | network,radv: make DNS= in [IPv6PrefixDelegation] section take special value ...Yu Watanabe2020-02-042-15/+39
* | | | Merge pull request #14398 from poettering/mount-prepZbigniew Jędrzejewski-Szmek2020-02-049-113/+271
|\ \ \ \
| * | | | core: add implicit ordering dep on blockdev@.target from all mount unitsLennart Poettering2020-01-214-11/+43
| * | | | core: downgrade swap → device dep to Requires=Lennart Poettering2020-01-211-1/+1
| * | | | swap: generate automatic dependencies also for /proc/swaps devicesLennart Poettering2020-01-211-6/+24
| * | | | core: let's be defensive, /dev/nfs is also a special mount source, filter it outLennart Poettering2020-01-211-4/+3
| * | | | core: drop _pure_ from static functionsLennart Poettering2020-01-211-2/+2
| * | | | units: introduce blockdev@.target for properly ordering mounts/swaps against ...Lennart Poettering2020-01-215-85/+174
| * | | | cryptsetup-generator: order after cryptsetup-pre.target unconditionallyLennart Poettering2020-01-211-3/+5
| * | | | cryptsetup-generator: break overly long lineLennart Poettering2020-01-211-1/+8
| * | | | fstab-generator: line break a bit more systematicallyLennart Poettering2020-01-211-5/+16
* | | | | meson: update efi path detection to gnu-efi-3.0.11Zbigniew Jędrzejewski-Szmek2020-02-041-22/+41
* | | | | Merge pull request #14761 from keszybz/link-network-no-matchYu Watanabe2020-02-043-12/+20
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | network,udev: refuse .link and .network settings with no matchesZbigniew Jędrzejewski-Szmek2020-02-042-8/+9
| * | | | test-network: do not fail if lo has a .network fileZbigniew Jędrzejewski-Szmek2020-02-041-4/+11
* | | | | Fix generator name in hibernate-resume-generator's drop-innabijaczleweli2020-02-041-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #14589 from keszybz/sysctl-downgrade-messagesZbigniew Jędrzejewski-Szmek2020-02-045-65/+185
|\ \ \ \ | |/ / /
| * | | sysctl: add glob syntax to sysctl.d filesZbigniew Jędrzejewski-Szmek2020-02-041-51/+117
| * | | shared/sysctl-util: normalize repeated slashes or dots to a single valueZbigniew Jędrzejewski-Szmek2020-01-303-13/+67
| * | | shared/sysctl-util: add missing headerZbigniew Jędrzejewski-Szmek2020-01-161-1/+1
* | | | core: call dynamic_user_acquire() only when 'group' is non-nullYu Watanabe2020-02-031-1/+1
* | | | journal: drop unreachable pathYu Watanabe2020-02-031-2/+2
* | | | udev: add {Receive,Transmit}ChecksumOffload= settingsYu Watanabe2020-02-033-24/+33
* | | | network: add SuppressPrefixLength option to RoutingPolicyRule (#14736)Naïm Favier2020-02-036-229/+326
* | | | Merge pull request #14645 from keszybz/sd-bus-message-dumpLennart Poettering2020-02-0210-37/+39
|\ \ \ \
| * | | | sd-bus: export sd_bus_message_dumpZbigniew Jędrzejewski-Szmek2020-01-2310-24/+26
| * | | | sd-bus: make dump flags publicZbigniew Jędrzejewski-Szmek2020-01-238-31/+31
* | | | | Merge pull request #14699 from yuwata/dhcp6-fix-t1-t2Lennart Poettering2020-02-021-9/+8
|\ \ \ \ \
| * | | | | dhcp6: coding style fixesYu Watanabe2020-01-311-7/+7
| * | | | | dhcp6: do not use T1 and T2 longer than one provided by the leaseYu Watanabe2020-01-311-2/+1
* | | | | | util: uid_t, gid_t, and pid_t must be 32bitYu Watanabe2020-02-024-31/+9
* | | | | | Merge pull request #14719 from yuwata/sd-boot-fix-warningsLennart Poettering2020-02-023-7/+7
|\ \ \ \ \ \
| * | | | | | sd-boot: fix -Wpointer-sign warningYu Watanabe2020-01-312-6/+6
| * | | | | | sd-boot: fix warning about comparison is always trueYu Watanabe2020-01-311-1/+1
* | | | | | | sysusers: support creating users with a specific primary groupDavid Michael2020-02-021-18/+45
* | | | | | | network: support UID based routing policyYu Watanabe2020-02-024-2/+92