summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meson: Remove check-compilation.shJan Janssen2022-05-043-12/+9
* meson: Exit early with subdir_done()Jan Janssen2022-05-041-7/+9
* man/networkctl: mention initialized stateYu Watanabe2022-05-041-2/+8
* tree-wide: drop manually-crafted message for missing variablesZbigniew Jędrzejewski-Szmek2022-05-047-15/+15
* Merge pull request #23260 from yuwata/libsystemd-network-raw-sizeZbigniew Jędrzejewski-Szmek2022-05-043-23/+8
|\
| * 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
* | update NEWS for 251-rc2Lennart Poettering2022-05-041-0/+27
* | units: remove spurious empty lineLennart Poettering2022-05-041-1/+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
|\ \ \