summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21752 from keszybz/man-credsLuca Boccassi2021-12-131-40/+60
|\
| * shared/creds: print debugging information when something goes wrongZbigniew Jędrzejewski-Szmek2021-12-131-40/+60
* | Change all fixed-path bash shebangs to /u/b/env bash outside test/наб2021-12-122-2/+2
|/
* test: Add BCD unit testJan Janssen2021-12-113-4/+193
* boot: Remove unused memmem_safeJan Janssen2021-12-112-21/+0
* boot: Add BCD store parserJan Janssen2021-12-114-29/+314
* boot: Make OFFSETOF lowercaseJan Janssen2021-12-114-7/+7
* boot: Add strncasecmpa helper functionJan Janssen2021-12-112-0/+25
* meson: Fix gnu-efi detection for clangJan Janssen2021-12-121-0/+1
* Merge pull request #21664 from yuwata/network-tunnel-cleanupsZbigniew Jędrzejewski-Szmek2021-12-112-125/+58
|\
| * network: tunnel: unify init functions for tunnelsYu Watanabe2021-12-081-87/+17
| * network: tunnel: introduce TUNNEL() helper functionYu Watanabe2021-12-082-38/+38
| * network: tunnel: create tunnels with AssignToLoopback=yes independently of .n...Yu Watanabe2021-12-081-0/+3
* | Merge pull request #21570 from AdrianVovk/stub-global-credsZbigniew Jędrzejewski-Szmek2021-12-113-21/+45
|\ \
| * | stub: Load credentials from \loader\credentials\*.credAdrian Vovk2021-12-103-19/+43
| * | stub: Properly null-terminate filenames in pack_cpio_oneAdrian Vovk2021-12-081-2/+2
* | | namespace: allow overriding /run with a TemporaryFileSystem=Topi Miettinen2021-12-111-1/+1
* | | Merge pull request #21727 from medhefgo/ldZbigniew Jędrzejewski-Szmek2021-12-111-2/+11
|\ \ \
| * | | meson: Auto detect efi-ldJan Janssen2021-12-111-2/+11
* | | | Merge pull request #20598 from tomty89/order_noautoZbigniew Jędrzejewski-Szmek2021-12-112-11/+2
|\ \ \ \ | |/ / / |/| | |
| * | | core/mount: also add default before dependency for automount mount unitsTom Yan2021-09-021-9/+1
| * | | fstab-generator: also order noauto or automount mount units before "post" tar...Tom Yan2021-09-021-2/+1
* | | | network-generator: support link6 network configurationJonas Jelten2021-12-112-8/+11
* | | | build: include BPF_FRAMEWORK tag in version stringYu Watanabe2021-12-101-0/+6
* | | | meson: use subdir_done() to reduce indentYu Watanabe2021-12-104-110/+118
* | | | network: rename SetupState to AdministrativeStateLaserEyess2021-12-101-1/+1
* | | | journalctl: have -f and -e imply no-value -bнаб2021-12-101-0/+9
* | | | shared: avoid x86_64-specific size assertion on x32Mike Gilbert2021-12-101-1/+1
* | | | process-util: Fix memory leakDaan De Meyer2021-12-091-3/+6
* | | | systemctl: add shutdown --show optionLudwig Nussel2021-12-095-1/+49
* | | | network: dhcp: make IPServiceType= accept "none" to disable tos in the outgoi...Yu Watanabe2021-12-091-4/+11
* | | | network: sd-ipv4ll and sd-ipv4acd only support ethernet interfacesYu Watanabe2021-12-091-3/+6
* | | | Merge pull request #21697 from keszybz/run-more-inodesZbigniew Jędrzejewski-Szmek2021-12-091-2/+2
|\ \ \ \
| * | | | Bump the max number of inodes for /dev to a millionZbigniew Jędrzejewski-Szmek2021-12-091-2/+2
* | | | | Merge pull request #21696 from keszybz/openssl-suppress-warningsZbigniew Jędrzejewski-Szmek2021-12-092-14/+18
|\ \ \ \ \
| * | | | | openssl: supress warnings about functions deprecated by openssl 3.0Zbigniew Jędrzejewski-Szmek2021-12-092-14/+18
| |/ / / /
* | | | | Merge pull request #21692 from yuwata/network-wireguard-allow-to-start-ndisc-...Yu Watanabe2021-12-095-18/+50
|\ \ \ \ \
| * | | | | network: wireguard: allow to run NDisc and RADV when IPv6LL address is manual...Yu Watanabe2021-12-095-3/+41
| * | | | | network: address: add scope in debugging logsYu Watanabe2021-12-091-3/+4
| * | | | | network: address: also adjust scope when address is link local addressYu Watanabe2021-12-091-2/+6
| * | | | | network: address: do not adjust user specified scopeYu Watanabe2021-12-091-12/+1
* | | | | | Merge pull request #21691 from yuwata/network-route-prefix-lengthZbigniew Jędrzejewski-Szmek2021-12-092-5/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | network: route: mask lower bits of destination or source prefixYu Watanabe2021-12-091-0/+2
| * | | | | network: json: add src address when its prefix length is non-zeroYu Watanabe2021-12-091-3/+3
| * | | | | network: route: show prefix length of the source in debugging logsYu Watanabe2021-12-091-2/+2
| |/ / / /
* | | | | libsystemd-network: ignore -ENETDOWN or friends in recv()Yu Watanabe2021-12-097-49/+70
* | | | | network: refuse empty or numeric route table namesYu Watanabe2021-12-092-1/+17
|/ / / /
* | | | bootctl: optionally install .signed efi fileДамјан Георгиевски2021-12-081-4/+18
* | | | Merge pull request #21686 from yuwata/network-wlan-fix-reconfigureYu Watanabe2021-12-092-7/+15
|\ \ \ \
| * | | | network: do not reconfigure wireless interface when previously not connected ...Yu Watanabe2021-12-091-6/+14