summaryrefslogtreecommitdiffstats
path: root/src/basic/missing_mount.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-08mkosi: Drop arch workaroundDaan De Meyer1-9/+0
2023-09-08conf-parser: introduce ordered_hashmap_by_section_find_unused_line()Yu Watanabe2-5/+17
2023-09-08conf-parser: check overflow in hashmap_find_free_section_line()Yu Watanabe3-8/+26
2023-09-08conf-parser: modernize config_section_new()Yu Watanabe2-4/+7
2023-09-08hashmap: introduce HASHMAP_BASE_FOREACH() and friendYu Watanabe1-0/+10
2023-09-07network: drop duplicated checkYu Watanabe1-5/+0
2023-09-07network: drop duplicated address_set_broadcast()Yu Watanabe5-9/+6
2023-09-07ci: temporarily disable Packit's i386Frantisek Sumsal1-1/+3
2023-09-07tpm2-util: drop support for creating TPM2 trial sessionsLennart Poettering1-4/+1
2023-09-07efi: Add some more paranoia assertsJan Janssen1-0/+9
2023-09-07parse_timestamp: accept RFC3339-style timezone and %FT%R[:%S[.%N]]наб3-17/+115
2023-09-07shared/wall: use loop_write_fullMike Yuan1-41/+1
2023-09-07io-util: introduce loop_write_full that takes a timeoutMike Yuan34-81/+103
2023-09-07units: order battery-check before hibernate-resumeMike Yuan1-1/+1
2023-09-07hibernate-resume: split out the logic of finding hibernate locationMike Yuan7-220/+423
2023-09-07po: Translated using Weblate (German)Christian Kirbach1-92/+105
2023-09-06test: use 'until' instead of 'while !'Zbigniew Jędrzejewski-Szmek18-34/+34
2023-09-06hwdb: keyboard: D330 FnLk toggleDavid Santamaría Rogado1-0/+3
2023-09-06man: Add new Microsoft CAs to exampleJan Janssen1-18/+28
2023-09-06openssl-util: add common implementation of digest+signLennart Poettering4-41/+52
2023-09-06core/credential,mount: re-read /proc/self/mountinfo before invoking umount co...Yu Watanabe5-6/+45
2023-09-06test-execute: check credentials can be read on ExecStartPost= and friendsYu Watanabe3-0/+12
2023-09-06core/exec-credential: introduce exec_context_get_credential_directory() helpe...Yu Watanabe3-8/+35
2023-09-06core: rename credential.[ch] -> exec-credential.[ch]Yu Watanabe7-9/+9
2023-09-06Revert "core: do not leak mount for credentials directory if mount namespace ...Yu Watanabe12-170/+30
2023-09-06id128: add forgotten option to --helpZbigniew Jędrzejewski-Szmek1-0/+1
2023-09-06man/systemd-id128: fix exampleZbigniew Jędrzejewski-Szmek1-6/+8
2023-09-06shared/wall: use logind if build without utmp supportThorsten Kukuk10-153/+227
2023-09-06core: allow to run generators without sandboxing on qemu-userYu Watanabe1-2/+9
2023-09-06mkosi: Don't disable CONFIG_USBDaan De Meyer1-1/+0
2023-09-06mkosi: Don't build hid selftestsDaan De Meyer1-1/+1
2023-09-06mkosi: Enable two more kernel configsDaan De Meyer1-0/+2
2023-09-06update TODOLennart Poettering1-8/+13
2023-09-06ci: Do not run build test as rootJan Janssen2-10/+11
2023-09-06ci: Don't produce debug output for build testsJan Janssen1-1/+1
2023-09-06ci: Use apt-get in favor of aptJan Janssen1-2/+2
2023-09-06ci: Use add-apt-repository to enable sourcesJan Janssen3-8/+6
2023-09-06Update 60-input-id.hwdb: add TEX Shinobi (#29068)khm1-0/+4
2023-09-06ci: Remove custom build step namesJan Janssen5-10/+10
2023-09-06test-network: Add test for PREF64Susant Sahani3-0/+18
2023-09-05sd-dhcp6-client: split out sd-dhcp6-protocol.hYu Watanabe4-148/+177
2023-09-05sd-dhcp-server: fix typo in argumentsYu Watanabe1-3/+3
2023-09-05sd-dhcp: split out sd-dhcp-protocol.h from sd-dhcp-client.hYu Watanabe4-177/+206
2023-09-05meson: sort headersYu Watanabe1-3/+3
2023-09-05man: mention DBus interfaces for DHCP clientsYu Watanabe1-0/+74
2023-09-05network/ndisc: split out ndisc_router_process_icmp6_ratelimit()Yu Watanabe1-10/+29
2023-09-05network: reorder bus implementationsYu Watanabe2-7/+12
2023-09-05dissect: add 'f2fs' to allow-listed filesystemsLuca Boccassi1-0/+1
2023-09-05sd-dhcp-client: introduce sd_dhcp_lease_has_6rd() helper functionYu Watanabe7-18/+12
2023-09-05dhcp: introduce sd_dhcp_lease_get_timestamp()Yu Watanabe8-38/+61