summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* meson: Remove check-compilation.shJan Janssen2022-05-041-6/+9
* meson: Exit early with subdir_done()Jan Janssen2022-05-041-7/+9
* sd-lldp: use memcpy_safe() as the buffer size may be zeroYu Watanabe2022-05-041-1/+2
* sd-ndisc: drop unused functionYu Watanabe2022-05-042-22/+0
* libsystemd-network: refuse too large raw_sizeYu Watanabe2022-05-042-0/+6
* sd-network: Keep inotify watch if watch descriptor didn't changeDaan De Meyer2022-05-041-17/+20
* journal: Use header macros everywhere instead of JournalFile fieldsDaan De Meyer2022-05-035-105/+92
* 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