summaryrefslogtreecommitdiffstats
path: root/src/fundamental/string-util-fundamental.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-21basic/strv: introduce strv_extend_strv_consume()Mike Yuan3-5/+104
2024-09-20basic/strv: make string_strv_hash_ops static, add missing assertionsMike Yuan2-3/+15
2024-09-20shared/bus-map-properties: modernize map_basic() and bus_map_strv_sort()Mike Yuan1-29/+23
2024-09-20basic/memory-util: make mempcpy_typesafe() take number of obj rather than raw...Mike Yuan1-1/+6
2024-09-20basic: replace size_multiply_overflow() with MUL_ASSIGN_SAFE where applicableMike Yuan3-25/+23
2024-09-20basic/macro: move DECIMAL_STR_FMT to shared/testsMike Yuan2-13/+13
2024-09-20Add an extra debug log to dissect_image()Daan De Meyer1-0/+3
2024-09-20machine: fix bus method argument name: who -> whomYu Watanabe2-2/+2
2024-09-20mkosi: bump mkosi MinimumVersionZbigniew Jędrzejewski-Szmek1-1/+1
2024-09-20mkosi: supress error messages from gitZbigniew Jędrzejewski-Szmek1-2/+2
2024-09-20sd-ipv4acd: fix assertion triggered when an ARP received in STARTED stateYu Watanabe1-0/+1
2024-09-20NEWS: fix typos and remove backticksJörg Behrmann1-5/+5
2024-09-20firstboot: add similar input suggestionMichael Ferrari3-5/+42
2024-09-20basic/memory-util: introduce mempcpy_typesafeMike Yuan7-14/+16
2024-09-20boot: use INC_SAFE where appropriateMike Yuan1-1/+1
2024-09-20kernel-install: add uki.conf examplecvlc122-0/+37
2024-09-20sd-path: trivial cleanups for sd_path_lookup{,_strv}()Mike Yuan2-43/+33
2024-09-20sd-path: modernize from_user_dir()Mike Yuan1-66/+30
2024-09-20tmpfiles: ERRNO_IS_NOINFO -> _IS_NEG_, correct negative errno checksMike Yuan1-12/+12
2024-09-20tmpfiles: use RET_GATHER moreMike Yuan1-11/+5
2024-09-19man: update PCR and Secure Boot key names and pathscvlc122-26/+26
2024-09-19firstboot: Prompt for keymapDaan De Meyer1-1/+1
2024-09-19hwdb: add keymaps for Acer Nitro 5 AN515-47 (#34493)JoseskVolpe1-0/+5
2024-09-19test: add tests for seccomp_suppress_sync()Yu Watanabe1-0/+52
2024-09-19seccomp-util: pass negative fds as is to fsync() and friendsYu Watanabe1-7/+20
2024-09-19test-process-util: Ignore EINVAL from setresuid() and setresgid()Daan De Meyer1-2/+4
2024-09-19test-process-util: Use FORK_REOPEN_LOG everywhere we close all fdsDaan De Meyer1-7/+7
2024-09-19test-process-util: Migrate to new assertion macrosDaan De Meyer1-201/+226
2024-09-19man/systemd-analyze: mention required libraries for TPM2 supportYu Watanabe1-1/+3
2024-09-19tpm2-util: colorize output of 'systemd-analyze has-tpm2'Yu Watanabe1-14/+14
2024-09-19shell-completion/analyze: add has-tpm2Yu Watanabe2-1/+2
2024-09-19tpm2-util: update commentYu Watanabe1-2/+2
2024-09-19tpm2-util: do not load tpm2 libraries when not interested in the existence of...Yu Watanabe4-11/+15
2024-09-19tpm2-util: introduce tpm2_is_fully_supported()Yu Watanabe6-5/+8
2024-09-19network/nexthop: introduce generic conf parser for [NextHop] sectionYu Watanabe3-217/+70
2024-09-19network/nexthop: make conf parsers for Family= and Gateway= independent of ea...Yu Watanabe3-58/+27
2024-09-19network/nexthop: use log_section_warning() and friendYu Watanabe1-32/+19
2024-09-19Add ASSERT_OK_ZERO_ERRNO() and ASSERT_OK_EQ_ERRNO()Daan De Meyer2-0/+50
2024-09-19test: Run TEST-74-AUX-UTILS in virtual machineDaan De Meyer1-0/+1
2024-09-19test: create .netdev file at lastYu Watanabe1-13/+17
2024-09-19man: fix typoYu Watanabe1-1/+1
2024-09-19efi: fix typoYu Watanabe1-2/+2
2024-09-19ci: Don't add testuser to wheel and systemd-journal groupsDaan De Meyer1-7/+0
2024-09-19test: drop removed SCSI passthrough featureFrantisek Sumsal2-2/+2
2024-09-18network/neighbor: use log_section_warning_errno()Yu Watanabe1-13/+13
2024-09-18network/neighbor: introduce generic Neighbor section parserYu Watanabe3-50/+19
2024-09-18network/neighbor: use struct in_addr_dataYu Watanabe4-44/+30
2024-09-18conf-parser: drop unnecessary temporary variableYu Watanabe1-3/+2
2024-09-18conf-parser: introduce config_parse_in_addr_data()Yu Watanabe2-0/+31
2024-09-18tree-wide: drop unnecessary 'struct'Yu Watanabe3-4/+4