summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fuzz-network-parser: drop ".network" and shorten namesZbigniew Jędrzejewski-Szmek2022-05-0460-2/+2
* fuzz: rename test cases for brevity and meaningZbigniew Jędrzejewski-Szmek2022-05-0425-0/+0
* Merge pull request #23205 from DaanDeMeyer/tmpfiles-networkdYu Watanabe2022-05-044-8/+23
|\
| * meson: Sort lines in tmpfiles.d/meson.buildDaan De Meyer2022-05-031-3/+3
| * tmpfiles: Split networkd entries into a separate fileDaan De Meyer2022-05-034-6/+21
* | Merge pull request #23257 from evverx/install-valgrindYu Watanabe2022-05-041-8/+8
|\ \
| * | tests: make valgrind_wrapper track file descriptorsEvgeny Vereshchagin2022-05-031-1/+1
| * | tests: make it possible to install valgrindEvgeny Vereshchagin2022-05-031-7/+7
* | | sd-network: Keep inotify watch if watch descriptor didn't changeDaan De Meyer2022-05-041-17/+20
* | | Adding a description of the keyboard shortcut Fn+F12 for the HP EliteBook 845...rodin-ia2022-05-041-0/+4
|/ /
* | 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
* | build(deps): bump github/super-linter from 4.9.1 to 4.9.2dependabot[bot]2022-05-031-1/+1
* | build(deps): bump actions/checkout from 3.0.0 to 3.0.2dependabot[bot]2022-05-036-6/+6
* | nspawn: Set LANG to C.UTF-8Daan De Meyer2022-05-021-0/+11
* | shared/install: use correct cleanup functionYu Watanabe2022-05-021-1/+1
* | man: document that systemd-fstab-generator actually cares about roothash=/usr...Lennart Poettering2022-05-021-0/+12
* | boot: Mark loader.conf settings with (config)Jan Janssen2022-05-021-8/+8
* | fix typoYu Watanabe2022-05-032-3/+3
* | creds: trivial coding style fixesLennart Poettering2022-05-021-5/+5
* | docs: typo fixLennart Poettering2022-05-021-1/+1
* | man: correct a major missed opportunityLennart Poettering2022-05-021-5/+7
* | docs: Clarify where options are read fromDaan De Meyer2022-05-021-7/+8
* | update TODOLennart Poettering2022-05-021-0/+15
* | Merge pull request #23170 from poettering/creds-copyLennart Poettering2022-05-0221-111/+1341
|\ \
| * | update TODOLennart Poettering2022-04-281-12/+0
| * | test: test new credential featuresLennart Poettering2022-04-282-5/+29
| * | doc: add new markdown docs for credentialsLennart Poettering2022-04-284-2/+399
| * | man: document the new credentials featuresLennart Poettering2022-04-283-12/+58
| * | 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
* | | Fix orientation detection for HP Pavilion X2 10-k010nrAlice S2022-05-021-0/+2
* | | Fix orientation detection for Asus Transformer T100TAF, copied T100TA ruletechtino2022-05-011-0/+1
* | | analyze security: print DeviceAllow listLuca Boccassi2022-05-012-8/+24
* | | analyze: fix crash with online security checkLuca Boccassi2022-05-012-7/+15
* | | stat-util: ignore hidden_or_backup_file when checking if dir is emptyLuca Boccassi2022-05-012-2/+8
* | | Merge pull request #23230 from yuwata/core-device-cleanupsYu Watanabe2022-04-303-118/+62
|\ \ \
| * | | 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