summaryrefslogtreecommitdiffstats
path: root/man/systemd-fsck@.service.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-13units: Bump various oneshot unit timeouts to 90sDaan De Meyer2-2/+2
2024-03-13fuzz: make sure DHCP client leases are loaded successfullyEvgeny Vereshchagin1-3/+2
2024-03-13mkosi: Drop leftover mkosi.kernel.configDaan De Meyer1-286/+0
2024-03-13udev: add assert for EVENT_RESULT_EXIT_STATUS_BASE (#31710)sharad30011-0/+1
2024-03-13network/varlink: return StorageReadOnly errorYu Watanabe2-3/+8
2024-03-13networkctl.c : call 'assert_not_reached' where appropriateAKHIL KUMAR1-1/+1
2024-03-13networkd-manager: drop spurious returnMike Yuan1-1/+1
2024-03-13mkosi: Introduce packaging sources as submodulesDaan De Meyer13-18/+28
2024-03-13mkosi: Remove some leftover shell debuggingDaan De Meyer3-3/+3
2024-03-13mkosi: Use same pkg/ subdirectory for debian and ubuntuDaan De Meyer14-44/+49
2024-03-13update TODOLennart Poettering1-0/+5
2024-03-13update TODOLennart Poettering1-1/+5
2024-03-13polkit: add another flag that controls how to treat the PK absent caseLennart Poettering2-29/+54
2024-03-13polkit: add new POLKIT_ALWAYS_QUERY flagLennart Poettering2-8/+14
2024-03-13polkit: allow checking if we already acquired some actionLennart Poettering2-4/+37
2024-03-13local-addresses: call 'assert_not_reached' where appropriate (#31728)SidhuRupinder1-1/+1
2024-03-13unit: do not trigger automount for /boot and/or /efiYu Watanabe1-0/+1
2024-03-13unit: sort optionYu Watanabe1-1/+1
2024-03-12fs-utils: new wrapper fd_reopen_propagate_append_and_position()Lars Ellenberg3-3/+52
2024-03-12test: split logs from each test into separate files if requestedFrantisek Sumsal1-3/+22
2024-03-12test: clean up the integration test runner a bitFrantisek Sumsal1-72/+81
2024-03-12homed: fix typoAntonio Alvarez Feijoo1-1/+1
2024-03-12ci: reduce ASLR entropyFrantisek Sumsal2-0/+6
2024-03-12update TODOLennart Poettering1-0/+31
2024-03-12catalog: update Polish translationPiotr Drąg1-0/+188
2024-03-12ukify: really add default .sbat for UKIsLuca Boccassi2-7/+14
2024-03-12stat-util: make sure inode_type_to_string() handles anonymous inodes in a rea...Lennart Poettering2-0/+18
2024-03-12logind-inhibit: get rid of basename() in inhibitor_new()Antonio Alvarez Feijoo2-6/+6
2024-03-12logind: place 'ret' param at lastAntonio Alvarez Feijoo3-4/+4
2024-03-12stat-util: add explicit helpers for checking if stat/statx is initializedLennart Poettering3-5/+20
2024-03-12homework-cifs: log correct errnoMike Yuan1-1/+1
2024-03-12data-fd-util: accept size == SIZE_MAX and translate that to strlenMike Yuan11-19/+27
2024-03-12data-fd-util: some modernizationMike Yuan2-19/+16
2024-03-12fileio,data-fd-util: use U64_* moreMike Yuan2-6/+6
2024-03-12env-util: remove unneeded DISABLE_WARNING_FORMAT_NONLITERALMike Yuan1-2/+0
2024-03-12tests/run-unit-tests: add option to skip testsRoss Burton1-0/+8
2024-03-11test/run-unit-tests: sort the test cases we're executingRoss Burton1-1/+1
2024-03-11homework-cifs: Pass password via fdAdrian Vovk1-30/+32
2024-03-11test-network: add test case for DHCP server lease fileYu Watanabe1-0/+12
2024-03-11network/dhcp-server: save leases in state directoryYu Watanabe4-3/+74
2024-03-11fuzz-dhcp-server: also test saving and loading lease fileYu Watanabe1-1/+15
2024-03-11sd-dhcp-server: introduce sd_dhcp_server_set_lease_file() and dhcp_server_{sa...Yu Watanabe5-4/+226
2024-03-11sd-dhcp-server: also expose lease expiration timestamp in realtimeYu Watanabe1-1/+13
2024-03-11time-util: expose map_clock_usec_internal() as map_clock_usec_raw()Yu Watanabe2-8/+9
2024-03-11sd-dhcp-server-lease: move functions to build json formatYu Watanabe3-63/+69
2024-03-11sd-dhcp-server: refuse invalid hostname in requestYu Watanabe3-6/+40
2024-03-11dhcp-option: refuse control and non-UTF8 characters in string optionYu Watanabe2-16/+20
2024-03-11test-network: add support for systemd-networkd-persistent-storage.serviceYu Watanabe2-5/+34
2024-03-11networkctl: introduce "persistent-storage" commandYu Watanabe6-18/+86
2024-03-11network/varlink: introduce io.systemd.Network.SetPersistentStorage methodYu Watanabe6-2/+94