summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * network: wifi: ssid may be NULLYu Watanabe2021-12-091-1/+1
* | Merge pull request #21637 from nabijaczleweli/EBADaan De Meyer2021-12-083-23/+29
|\ \
| * | kernel-install: export $BOOT_ROOT and use it in downstreamsнаб2021-12-083-23/+29
* | | Merge pull request #21678 from keszybz/sysusers-workYu Watanabe2021-12-091-41/+87
|\ \ \ | |_|/ |/| |
| * | sysusers: raise level of message about UID/GID being already usedZbigniew Jędrzejewski-Szmek2021-12-081-2/+2
| * | sysusers: improve message about conflicting entriesZbigniew Jędrzejewski-Szmek2021-12-081-7/+23
| * | sysusers: add --dry-runZbigniew Jędrzejewski-Szmek2021-12-081-4/+34
| * | sysusers: use ordered_hashmap_isempty()Zbigniew Jędrzejewski-Szmek2021-12-081-4/+4
| * | sysusers: use uppercase UID/GID consistently in messagesZbigniew Jędrzejewski-Szmek2021-12-081-26/+26
* | | Merge pull request #21667 from yuwata/resolve-do-not-re-read-settings-from-ne...Luca Boccassi2021-12-084-58/+97
|\ \ \
| * | | resolve: do not re-read settings from networkd if link state file is unmodifiedYu Watanabe2021-12-082-11/+30
| * | | sd-network: introduce sd_network_link_get_stat()Yu Watanabe2021-12-082-0/+20
| * | | sd-network: drop unnecessary +1 for buffer sizeYu Watanabe2021-12-081-4/+4
| * | | sd-network: drop _public_ attributeYu Watanabe2021-12-081-43/+43
* | | | Merge pull request #21676 from keszybz/rename-variables-to-make-codeql-happyFrantisek Sumsal2021-12-082-25/+22
|\ \ \ \
| * | | | test-dhcp-option: inline iterator variable declarationsZbigniew Jędrzejewski-Szmek2021-12-081-12/+8
| * | | | test-exec-util: rename variable to avoid global/local name conflictZbigniew Jędrzejewski-Szmek2021-12-081-2/+3
| * | | | test-dhcp-option: rename variable to avoid global/local name conflictZbigniew Jędrzejewski-Szmek2021-12-081-11/+11
| | |/ / | |/| |
* | | | journal: succes[s]fully typoнаб2021-12-081-1/+1
| |_|/ |/| |
* | | network: call link_check_ready() when all stacked netdevs are createdYu Watanabe2021-12-082-1/+4
* | | Merge pull request #21527 from vcaputo/journal-file-mfd-centricDaan De Meyer2021-12-0814-50/+89
|\ \ \ | |/ / |/| |
| * | journal-file: require MMapCache* for journal_file_open()Vito Caputo2021-12-076-34/+58
| * | mmap-cache: add MMapCache trivial cleanup helpersVito Caputo2021-12-071-0/+1
| * | journal-file: goodbye JournalFile.mmapVito Caputo2021-12-072-10/+11
| * | journal: stop using JournalFile.mmap everywhereVito Caputo2021-12-077-12/+16
| * | mmap-cache: add MMapFileDescriptor.cache accessorVito Caputo2021-12-072-1/+8
| * | mmap-cache: ref/unref MMapCache in fd add/freeVito Caputo2021-12-071-5/+7
* | | kernel-install: respect $MACHINE_ID and ignore /etc/machine-id if on tmpfsнаб2021-12-081-10/+4