summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* meson: create new libsystemd-core.so private shared libraryZbigniew Jędrzejewski-Szmek2021-12-253-5/+14
* 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
* | | | | missing-syscall: define all MOUNT_ATTR_* if missingYu Watanabe2021-12-241-6/+42
* | | | | analyze: fix segfault when malloc() fails (#21874)Yu Watanabe2021-12-231-0/+3
* | | | | Merge pull request #21869 from yuwata/sd-journal-fix-segfaultZbigniew Jędrzejewski-Szmek2021-12-231-9/+10
|\ \ \ \ \
| * | | | | sd-journal: fix segfault when match_new() failsYu Watanabe2021-12-231-8/+8
| * | | | | sd-journal: free incomplete match on failureYu Watanabe2021-12-231-1/+2
* | | | | | src/basic: adjust grammar in commentsZbigniew Jędrzejewski-Szmek2021-12-231-5/+5
* | | | | | shared: re-wrap commentZbigniew Jędrzejewski-Szmek2021-12-231-3/+3
* | | | | | hostname: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek2021-12-231-14/+11
| |/ / / / |/| | | |
* | | | | boot: Use correct handle to find TextInputEx protocolJan Janssen2021-12-231-31/+56
|/ / / /
* | | | machined: set TTYPath for container shellLudwig Nussel2021-12-231-1/+2
* | | | meson: fix typoYu Watanabe2021-12-231-1/+1
* | | | analyze: do not connect to DBUS with --offlineLuca Boccassi2021-12-232-4/+6
* | | | Merge pull request #21858 from yuwata/fix-test-homeLuca Boccassi2021-12-222-2/+2
|\ \ \ \
| * | | | home: update log messageYu Watanabe2021-12-222-2/+2
* | | | | boot: Use -fvisibility=hidden instead of -fwhole-programJan Janssen2021-12-231-1/+2
|/ / / /
* | | | test: add test for errno-list.[ch]Yu Watanabe2021-12-222-0/+36
* | | | errno-name: drop aliases defined for specific archYu Watanabe2021-12-221-0/+4
* | | | Merge pull request #21857 from loongarch64/dev-pr1Yu Watanabe2021-12-223-4/+6
|\ \ \ \
| * | | | test: add LoongArch 64bit testcaseXiaotian Wu2021-12-221-0/+2
| * | | | virt: add detection for LoongArch 64bitXiaotian Wu2021-12-221-3/+3
| * | | | dmi: add LoongArch 64bit supportXiaotian Wu2021-12-221-1/+1
* | | | | test,static-destruct: Use retain attribute to prevent linker garbage collectionJan Janssen2021-12-224-2/+8
|/ / / /
* | | | boot: Fix armhf build failureJan Janssen2021-12-211-0/+14
* | | | shared: Remove remaining usages of GPT_ROOT_NATIVE, GPT_USR_NATIVE from disse...Daan De Meyer2021-12-211-10/+0
* | | | timedatectl: Uniform commas in NTPMessage outputScott Worley2021-12-211-1/+1
* | | | journal: Handle partially read HashItem's when punching holesDaan De Meyer2021-12-211-2/+5
* | | | nss-resolve: expose various source-disablement settings as variablesZbigniew Jędrzejewski-Szmek2021-12-212-11/+24
* | | | repart: use real disk start/end for bar productionTom Yan2021-12-201-8/+6
* | | | journal-remote: use MHD_HTTP_CONTENT_TOO_LARGE as MHD_HTTP_PAYLOAD_TOO_LARGE ...Yu Watanabe2021-12-202-4/+8
* | | | man: describe flags for record resolvingZbigniew Jędrzejewski-Szmek2021-12-201-1/+1
* | | | Merge pull request #21807 from keszybz/bootcls-no-autodetectDaan De Meyer2021-12-202-35/+168
|\ \ \ \
| * | | | bootctl: deprecate --make-machine-id-directory=autoZbigniew Jędrzejewski-Szmek2021-12-171-3/+3