summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | po: Translated using Weblate (Estonian)H A2022-06-101-37/+42
* | | test: account for ADDR_NO_RANDOMIZE if it's setFrantisek Sumsal2022-06-101-4/+12
* | | Merge pull request #23348 from medhefgo/log-shutdown-blockersYu Watanabe2022-06-103-52/+117
|\ \ \
| * | | shutdown: Lazy unmount /oldroot/{dev,proc,sys}Jan Janssen2022-06-091-0/+11
| * | | shutdown: Log processes that block umountJan Janssen2022-06-091-3/+63
| * | | shutdown: Rename umount_log_level and make it a boolJan Janssen2022-06-093-50/+44
| |/ /
* | | Merge pull request #23658 from keszybz/gcc-warnings-2Luca Boccassi2022-06-099-73/+65
|\ \ \
| * | | systemctl: simplify code a bitZbigniew Jędrzejewski-Szmek2022-06-091-4/+5
| * | | shared/bus-util: rename variables to follow newer styleZbigniew Jędrzejewski-Szmek2022-06-092-14/+12
| * | | shared/bus-util: simplificationZbigniew Jędrzejewski-Szmek2022-06-091-17/+9
| * | | test-udev-util: do not pass NULL to printf, style fixesZbigniew Jędrzejewski-Szmek2022-06-091-8/+8
| * | | test-process-util: do not pass NULL to printf, simplify testsZbigniew Jędrzejewski-Szmek2022-06-091-6/+7
| * | | test-dns-domain: a few more "NULL in printf %s"sZbigniew Jędrzejewski-Szmek2022-06-091-10/+10
| * | | test-fstab-util: one more "NULL in printf %s"Zbigniew Jędrzejewski-Szmek2022-06-091-3/+3
| * | | various: indentationZbigniew Jędrzejewski-Szmek2022-06-092-11/+11
| |/ /
* | | bpf: use __always_inline macro in restrict-ifaces.bpf.cJames Hilliard2022-06-091-1/+1
* | | meson: Build with frame pointers in developer modeDaan De Meyer2022-06-091-0/+4
| |/ |/|
* | Merge pull request #23680 from keszybz/boot-loader-countingLuca Boccassi2022-06-092-91/+163
|\ \
| * | docs/AUTOMATIC_BOOT_ASSESSMENT: describe how to integrate a DE viability checkZbigniew Jędrzejewski-Szmek2022-06-091-28/+45
| * | docs/BLS: move "boot counting" into the main specZbigniew Jędrzejewski-Szmek2022-06-092-63/+118
| |/
* | Merge pull request #23654 from keszybz/gcc-warningsZbigniew Jędrzejewski-Szmek2022-06-096-87/+70
|\ \
| * | test-load-fragment: don't print NULLsZbigniew Jędrzejewski-Szmek2022-06-091-2/+2
| * | test-bus-address: silence gcc warning about NULL arg to strcmp()Zbigniew Jędrzejewski-Szmek2022-06-091-7/+5
| * | test-mountpoint-util: fix NULL arg to %sZbigniew Jędrzejewski-Szmek2022-06-091-1/+1
| * | sd-journal: inline variable declarationsZbigniew Jędrzejewski-Szmek2022-06-091-16/+9
| * | sd-journal: use _cleanup_Zbigniew Jędrzejewski-Szmek2022-06-091-29/+18
| * | sd-journal: fix NULL arg to %s in error messages and hashmap lookupZbigniew Jędrzejewski-Szmek2022-06-071-22/+28
| * | sd-hwdb: fix NULL arg to %s in error messagesZbigniew Jędrzejewski-Szmek2022-06-071-14/+10
| * | basic/unit-file: make sure we don't call streq() on NULLZbigniew Jędrzejewski-Szmek2022-06-071-0/+1
* | | Merge pull request #23678 from aafeijoo-suse/shell-completion-cryptenrollZbigniew Jędrzejewski-Szmek2022-06-094-2/+105
|\ \ \ | |_|/ |/| |
| * | bash-completion: add systemd-cryptenroll supportAntonio Alvarez Feijoo2022-06-092-0/+103
| * | bash-completion: fix typos in commentsAntonio Alvarez Feijoo2022-06-092-2/+2
|/ /
* | Resolve conflicts between #23616 and the recent NFT additionsZbigniew Jędrzejewski-Szmek2022-06-093-36/+22
* | Merge pull request #23616 from keszybz/in-addr-to-string-formattingYu Watanabe2022-06-0945-444/+323
|\ \
| * | various: use CONST_MAX for array allocationZbigniew Jędrzejewski-Szmek2022-06-062-3/+3
| * | CODING_STYLE: say that inet_ntop() is a no noZbigniew Jędrzejewski-Szmek2022-06-061-0/+5
| * | tree-wide: convert inet_ntop() calls to anonymous-buffer macrosZbigniew Jędrzejewski-Szmek2022-06-066-35/+19
| * | basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-0618-223/+155
| * | basic/in-addr-util: drop check for prefix length in formatting functionZbigniew Jędrzejewski-Szmek2022-06-063-6/+26
| * | libsystemd-network: minor simplificationZbigniew Jędrzejewski-Szmek2022-06-061-4/+2
| * | resolved: use TAKE_PTR() in one more placeZbigniew Jędrzejewski-Szmek2022-06-061-3/+2
| * | networkctl: assume that we can always print local networking addressesZbigniew Jędrzejewski-Szmek2022-06-061-41/+18
| * | basic/in-addr-util: add IN_ADDR_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-0623-134/+98
* | | hwdb: Add HP Dev OneJeremy Soller2022-06-091-0/+5
* | | meson: Add nspawn-locale meson optionDaan De Meyer2022-06-093-4/+6
* | | Merge pull request #23675 from enr0n/udev-available-cleanupYu Watanabe2022-06-092-3/+2
|\ \ \
| * | | nspawn: use udev_available()Nick Rosbrook2022-06-081-1/+1
| * | | libsystemd-network: use udev_available()Nick Rosbrook2022-06-081-2/+1
|/ / /
* | | cifuzz: build fuzzers on i386 as wellEvgeny Vereshchagin2022-06-081-2/+7
* | | po: Added translation using Weblate (Estonian)H A2022-06-082-0/+848