summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test: add testcases of symlinked drop-in directoriesYu Watanabe2021-12-281-0/+20
* unti-file: fix symlinked drop-in directory handlingYu Watanabe2021-12-281-23/+61
* core: do not touch /run/systemd/systemd-units-load from user session instancesLuca Boccassi2021-12-281-3/+4
* Merge pull request #21916 from medhefgo/boot-fixLuca Boccassi2021-12-282-14/+15
|\
| * boot: Fix name length comparisonJan Janssen2021-12-271-2/+3
| * boot: Fix off-by-one offset sanity checksJan Janssen2021-12-271-9/+9
| * boot: Fix off-by-one NUL-terminationJan Janssen2021-12-272-3/+3
|/
* build(deps): bump github/super-linter from 4.8.4 to 4.8.5dependabot[bot]2021-12-271-1/+1
* chrattr-util: return EOPNOTSUPP from chrattr_full if no other failure was obs...Luca Boccassi2021-12-271-1/+11
* Merge pull request #21881 from yuwata/update-linux-headersLuca Boccassi2021-12-2615-89/+1758
|\
| * shared/linux: update linux headers from v5.16-rc6Yu Watanabe2021-12-254-72/+1464
| * basic/linux: update linux headers from v5.16-rc6Yu Watanabe2021-12-2511-17/+294
* | Merge pull request #21892 from yuwata/network-vxlan-automatic-local-address-s...Luca Boccassi2021-12-267-21/+133
|\ \
| * | test-network: add testcase for vxlan local address auto selectionYu Watanabe2021-12-254-3/+43
| * | network: vxlan: support to select an address assigned on underlying interface...Yu Watanabe2021-12-253-18/+90
| |/
* | ci: replace apt-key with signed-byEvgeny Vereshchagin2021-12-261-3/+4
* | hwdb: 60-keyboard: Fix volume-button mapping on Asus TF103CHans de Goede2021-12-261-0/+8
* | random-util: use ssize_t for getrandom return valueMike Gilbert2021-12-262-9/+10
* | meson: don't try to guess versioned clang/llvm-strip bins for cross compileJames Hilliard2021-12-251-2/+2
* | tree-wide: fix typoYu Watanabe2021-12-255-6/+6
* | Merge pull request #21774 from keszybz/make-libcore-shared-and-add-lib-tag-op...Yu Watanabe2021-12-257-25/+36
|\ \
| * | test: ignore the error about our own libraries missing during image creationZbigniew Jędrzejewski-Szmek2021-12-251-6/+8
| * | meson: allow specifying a custom "tag" for the private shared libariesZbigniew Jędrzejewski-Szmek2021-12-254-2/+10
| * | meson: create new libsystemd-core.so private shared libraryZbigniew Jędrzejewski-Szmek2021-12-255-18/+19
* | | Merge pull request #21765 from yuwata/udev-warn-truncationYu Watanabe2021-12-258-127/+485
|\ \ \ | |_|/ |/| |
| * | test: add test for truncation of program result invoked by udevYu Watanabe2021-12-251-9/+14
| * | udev: refuse to process line when invalid program output is obtainedYu Watanabe2021-12-251-1/+5
| * | udev: do not import property value from truncated line of program resultYu Watanabe2021-12-254-14/+34
| * | udev: warn about truncation of program resultYu Watanabe2021-12-251-2/+10
| * | udev: warn when result of string substitution is truncatedYu Watanabe2021-12-254-63/+263
| * | test: add tests for strnpcpy_full() and friendsYu Watanabe2021-12-251-16/+89
| * | util: introduce strnpcpy_full() and friends to provide whether result is trun...Yu Watanabe2021-12-252-26/+74
| |/
* | Merge pull request #20833 from pdmorrow/onfailure_envYu Watanabe2021-12-2513-37/+548
|\ \ | |/ |/|
| * man: document $MONITOR_METADATA usagePeter Morrow2021-12-131-0/+106
| * tests: add test to cover service exit status propagationPeter Morrow2021-12-134-0/+249
| * service: pass service exit status to spawned On{Failure,Success}= dependencyPeter Morrow2021-12-138-37/+193
* | Merge pull request #21868 from lucab/ups/factory-locale-confYu Watanabe2021-12-255-4/+23
|\ \
| * | factory/locale.conf: mention systemd ownershipLuca BRUNO2021-12-232-2/+7
| * | factory: populate /etc/locale.conf with systemd build-time settingLuca BRUNO2021-12-235-2/+16
* | | Merge pull request #21762 from yuwata/udev-ctrl-do-not-killYu Watanabe2021-12-254-18/+74
|\ \ \
| * | | udev: do not kill "udevadm control" process in the same cgroupYu Watanabe2021-12-184-3/+58
| * | | udev-ctrl: make udev_ctrl_send() accept integer and string through a single a...Yu Watanabe2021-12-182-15/+16
* | | | bus-dump: change capture output to use pcapng (#21738)Stephen Hemminger2021-12-257-55/+238
* | | | Merge pull request #21737 from yuwata/network-wait-dsa-master-upYu Watanabe2021-12-253-12/+86
|\ \ \ \
| * | | | network: wait until the DSA master interface becomes upYu Watanabe2021-12-163-3/+70
| * | | | network: make activation error criticalYu Watanabe2021-12-111-10/+17
* | | | | Merge pull request #21648 from yuwata/network-tunnel-local-automatic-address-...Yu Watanabe2021-12-2513-29/+337
|\ \ \ \ \
| * | | | | test-network: add testcase for automatic tunnel local address selectionYu Watanabe2021-12-124-3/+51
| * | | | | network: tunnel: support to set an address assigned on underlying interface a...Yu Watanabe2021-12-124-26/+154
| * | | | | network/netdev: introduce link_get_local_address()Yu Watanabe2021-12-123-0/+126