summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* udev: check stats of .link files and their drop-in filesYu Watanabe2022-05-034-34/+169
* Merge pull request #23135 from DaanDeMeyer/journal-moveLennart Poettering2022-05-032-12/+23
|\
| * journal: Document generic_array_bisect()Daan De Meyer2022-04-201-0/+13
| * journal: Only move to object if requestedDaan De Meyer2022-04-201-12/+10
* | nspawn: Set LANG to C.UTF-8Daan De Meyer2022-05-021-0/+11
* | shared/install: use correct cleanup functionYu Watanabe2022-05-021-1/+1
* | boot: Mark loader.conf settings with (config)Jan Janssen2022-05-021-8/+8
* | creds: trivial coding style fixesLennart Poettering2022-05-021-5/+5
* | Merge pull request #23170 from poettering/creds-copyLennart Poettering2022-05-0213-81/+856
|\ \
| * | creds-tool: properly search for both encrypted + unencrypted credsLennart Poettering2022-04-281-52/+137
| * | pid1: search for creds in LoadCredential=/LoadCredentialEncrypted=Lennart Poettering2022-04-285-27/+133
| * | pid1: import creds from sd-stub + qemu + kernel cmdlineLennart Poettering2022-04-286-2/+578
| * | pid1: load 'qemu_fw_cfg' kmod super early, so that we can import credentials ...Lennart Poettering2022-04-281-0/+8
* | | analyze security: print DeviceAllow listLuca Boccassi2022-05-011-8/+20
* | | analyze: fix crash with online security checkLuca Boccassi2022-05-011-7/+13
* | | stat-util: ignore hidden_or_backup_file when checking if dir is emptyLuca Boccassi2022-05-012-2/+8
* | | core/device: use DEVICE_FOUND_MASKYu Watanabe2022-04-301-2/+2
* | | core/device: minor coding style updatesYu Watanabe2022-04-301-4/+5
* | | core/device: drop unused unit name generated from pathYu Watanabe2022-04-301-5/+4
* | | core/device: device_found_node() does not accept DEVICE_FOUND_UDEVYu Watanabe2022-04-301-0/+1
* | | core/device: use sd_device_new_from_devname() to verify the device nodeYu Watanabe2022-04-301-30/+11
* | | core/device: use udev_available()Yu Watanabe2022-04-301-14/+2
* | | core/device: use device_get_property_bool()Yu Watanabe2022-04-301-14/+6
* | | sd-device: introduce device_get_property_bool()Yu Watanabe2022-04-302-4/+18
* | | core/device: use _cleanup_ attribute at one more placeYu Watanabe2022-04-301-20/+10
* | | core/device: unit_name_from_path() does not return -ENAMETOOLONG anymoreYu Watanabe2022-04-301-22/+2
* | | core/device: use strv_consume()Yu Watanabe2022-04-301-3/+1
* | | Merge pull request #23226 from keszybz/libsystemd-length-assertYu Watanabe2022-04-301-8/+5
|\ \ \
| * | | libsystemd-network: add assert about packet lengthZbigniew Jędrzejewski-Szmek2022-04-291-0/+1
| * | | libsystemd-network: do not split messages in halfZbigniew Jędrzejewski-Szmek2022-04-291-8/+4
| |/ /
* | | core: drop non-default value for DefaultLimitMEMLOCK=Yu Watanabe2022-04-291-1/+1
* | | login: drop non-default value for RuntimeDirectoryInodesMax=Yu Watanabe2022-04-291-1/+1
* | | login: make RuntimeDirectoryInodesMax= support K, G, M suffixesYu Watanabe2022-04-291-1/+1
|/ /
* | Merge pull request #23200 from keszybz/oomd-docsZbigniew Jędrzejewski-Szmek2022-04-282-5/+5
|\ \
| * | oomd: "descendent" → "descendant"Zbigniew Jędrzejewski-Szmek2022-04-281-4/+4
| * | oomd: actually fail if configuration is badZbigniew Jędrzejewski-Szmek2022-04-261-1/+1
* | | meson: add systemd-boot and systemd-stub build target aliasesLuca Boccassi2022-04-271-1/+3
* | | meson: add install_tag to sd-boot, libsystemd and libudevLuca Boccassi2022-04-271-2/+4
* | | Merge pull request #23119 from yuwata/test-sd-device-exclude-bdiZbigniew Jędrzejewski-Szmek2022-04-278-26/+100
|\ \ \
| * | | test: exclude "bdi" subsystem and loop block devicesYu Watanabe2022-04-271-0/+9
| * | | sd-device-enumerator: introduce sd_device_enumerator_add_nomatch_sysname()Yu Watanabe2022-04-274-12/+17
| * | | sd-device-enumerator: use set_fnmatch()Yu Watanabe2022-04-271-14/+1
| * | | set: introduce set_fnmatch()Yu Watanabe2022-04-273-0/+73
* | | | Merge pull request #23131 from poettering/shared-compressZbigniew Jędrzejewski-Szmek2022-04-2715-125/+187
|\ \ \ \ | |/ / / |/| | |
| * | | journal-verify: tighten check for compression of non-objectsLennart Poettering2022-04-261-1/+1
| * | | compress: make Compression a regular non-sparse enumLennart Poettering2022-04-269-22/+44
| * | | basic: move compress.[ch] → src/basic/Lennart Poettering2022-04-2615-117/+157
* | | | Merge pull request #23161 from yuwata/nss-ipv6-disabledLennart Poettering2022-04-262-35/+49
|\ \ \ \ | |/ / / |/| | |
| * | | test: do not accept IPv6 local address if IPv6 is disabledYu Watanabe2022-04-231-5/+13
| * | | nss-myhostname: do not return IPv6 local address if IPv6 is disabledYu Watanabe2022-04-231-30/+36