summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tests: add fuzz-bcdEvgeny Vereshchagin2021-12-292-0/+29
* boot: Introduce helper macros for offset checkingJan Janssen2021-12-291-8/+18
* boot: Reject unaligned dataJan Janssen2021-12-291-3/+6
* boot: Build BCD parser only on arches supported by WindowsJan Janssen2021-12-292-9/+14
* manager: always close idle pipe when sending ready notificationYu Watanabe2021-12-291-3/+3
* stub: Do not assume having DeviceHandleksa6784917842021-12-292-1/+8
* network: ndisc: ignore route prefix to ::/0Yu Watanabe2021-12-281-0/+5
* unti-file: fix symlinked drop-in directory handlingYu Watanabe2021-12-291-23/+61
* core: do not touch /run/systemd/systemd-units-load from user session instancesLuca Boccassi2021-12-281-3/+4
* 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
* 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-262-17/+85
|\ \
| * | network: vxlan: support to select an address assigned on underlying interface...Yu Watanabe2021-12-252-17/+85
| |/
* | random-util: use ssize_t for getrandom return valueMike Gilbert2021-12-262-9/+10
* | tree-wide: fix typoYu Watanabe2021-12-254-5/+5
* | Merge pull request #21774 from keszybz/make-libcore-shared-and-add-lib-tag-op...Yu Watanabe2021-12-253-6/+15
|\ \
| * | meson: allow specifying a custom "tag" for the private shared libariesZbigniew Jędrzejewski-Szmek2021-12-252-2/+2
| * | meson: create new libsystemd-core.so private shared libraryZbigniew Jędrzejewski-Szmek2021-12-253-5/+14
* | | 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-258-37/+193
|\ \ | |/ |/|
| * service: pass service exit status to spawned On{Failure,Success}= dependencyPeter Morrow2021-12-138-37/+193
* | 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-254-50/+232
* | | 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-173-3/+70
| * | | network: make activation error criticalYu Watanabe2021-12-121-10/+17
* | | | Merge pull request #21648 from yuwata/network-tunnel-local-automatic-address-...Yu Watanabe2021-12-258-24/+279
|\ \ \ \
| * | | | network: tunnel: support to set an address assigned on underlying interface a...Yu Watanabe2021-12-123-24/+147
| * | | | network/netdev: introduce link_get_local_address()Yu Watanabe2021-12-123-0/+126
| * | | | network/netdev: introduce .is_ready_to_create() entry in netdev vtableYu Watanabe2021-12-122-0/+6
* | | | | Merge pull request #21871 from keszybz/meson-sbat-reportYu Watanabe2021-12-251-54/+73
|\ \ \ \ \
| * | | | | meson: report SBAT settingsZbigniew Jędrzejewski-Szmek2021-12-231-1/+13
| * | | | | meson: move efi summary() section to src/boot/efiZbigniew Jędrzejewski-Szmek2021-12-231-0/+9
| * | | | | meson: move efi file lists closer to where they are usedZbigniew Jędrzejewski-Szmek2021-12-231-53/+51
* | | | | | list: drop unnecessary line continuationYu Watanabe2021-12-251-1/+1
* | | | | | meson: fix build with -Dcryptolib=openssl -Ddns-over-tls=falseYu Watanabe2021-12-241-8/+1