summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-json: use sd_json_dispatch_const_string() in sd_json_dispatch_string()Yu Watanabe2024-10-072-22/+8
* tree-wide: drop doubled empty linesYu Watanabe2024-10-0761-67/+0
* network: use Network.name for bus pathYu Watanabe2024-10-071-20/+3
* networkctl: sort ifindexes in status commandYu Watanabe2024-10-071-9/+44
* homectl: drop unnecessary bracketsYu Watanabe2024-10-071-2/+1
* Merge pull request #34491 from AdrianVovk/sysupdate-fixupsYu Watanabe2024-10-072-37/+45
|\
| * sysupdated: Vacuum: Fixup dbus typeAdrian Vovk2024-09-231-1/+4
| * sysupdated: Rearrange error logging a little bitAdrian Vovk2024-09-191-36/+36
| * updatectl: check: Don't print an empty tableAdrian Vovk2024-09-191-0/+5
* | Merge pull request #34408 from Werkov/fix-device-limitsYu Watanabe2024-10-072-10/+10
|\ \
| * | core/cgroup: Apply IODevice*= directives in configured orderMichal Koutný2024-09-242-10/+10
* | | core: warn if a generator is world-writableLukas Nykryn2024-10-073-1/+14
* | | Merge pull request #34432 from YHNdnzj/path-lookup-refactorYu Watanabe2024-10-0725-1049/+942
|\ \ \
| * | | path-lookup: move xdg_user_dirs() to xdg-autostart-generatorMike Yuan2024-10-063-38/+34
| * | | path-lookup: refactor lookup_paths_init() search paths handlingMike Yuan2024-10-061-129/+119
| * | | path-lookup: introduce user_search_dirs() (shall replace xdg_user_dirs())Mike Yuan2024-10-063-24/+32
| * | | path-lookup: assert that LOOKUP_PATHS_{EXCLUDE,TEMPORARY}_GENERATED are not u...Mike Yuan2024-10-061-0/+1
| * | | path-lookup: unify *_generator_binary_paths()Mike Yuan2024-10-063-90/+66
| * | | path-lookup: modernize get_paths_from_environ()Mike Yuan2024-10-061-27/+19
| * | | path-lookup: shortcut patch_root_prefix() if no root_dirMike Yuan2024-10-061-0/+3
| * | | path-lookup: unify acquire_{config,control,attached}_dir()Mike Yuan2024-10-061-116/+69
| * | | path-lookup: use path_strv_contains() rather than strv_contains()Mike Yuan2024-10-061-2/+2
| * | | path-lookup: clean up acquire_{generator,transient}_dirs() a bitMike Yuan2024-10-061-35/+26
| * | | path-lookup: modernize runtime_directory() tooMike Yuan2024-10-063-10/+10
| * | | path-lookup: deduplicate xdg_user_*() with sd_path_lookup()Mike Yuan2024-10-068-97/+36
| * | | path-lookup: move from basic/ to libsystemd/Mike Yuan2024-10-064-27/+55
| * | | path-lookup: move find_portable_profile() to portable-utilMike Yuan2024-10-067-33/+46
| * | | path-lookup: move NETWORK_DIRS to network-util.hMike Yuan2024-10-067-3/+9
| * | | unit-file: make unit_type_may_{alias_template} static inlineMike Yuan2024-10-062-21/+18
| * | | basic/unit-file: move to shared/Mike Yuan2024-10-064-1/+1
* | | | shutdown: In sync_with_progress(), log first then send SIGKILLBenjamin ROBIN2024-10-061-4/+3
* | | | sd-json: reorder enum so that SD_JSON_FORMAT_OFF is firstZbigniew Jędrzejewski-Szmek2024-10-061-12/+12
|/ / /
* | | Use case insensitive comparison for the machine's architechtureDaniel Martinez2024-10-061-1/+1
* | | Merge pull request #34638 from YHNdnzj/laccess-error-checkYu Watanabe2024-10-0618-58/+64
|\ \ \
| * | | fs-util: rename laccess to access_nofollowMike Yuan2024-10-0518-21/+21
| * | | various: correct laccess() error checkMike Yuan2024-10-0410-46/+52
* | | | chase: Fix shortcutDaan De Meyer2024-10-041-1/+1
* | | | repart: Don't copy root directory mode from source fileDaan De Meyer2024-10-041-0/+2
|/ / /
* | | Merge pull request #34608 from DaanDeMeyer/ukifyDaan De Meyer2024-10-041-98/+79
|\ \ \
| * | | ukify: Rework multi-profile UKIsDaan De Meyer2024-10-041-19/+103
| * | | ukify: Fix Profile config settingDaan De Meyer2024-10-031-3/+3
| * | | ukify: Introduce pe_strip_section_name()Daan De Meyer2024-10-031-3/+7
| * | | Revert "ukify: add new --extend= switch for importing an existing UKI's secti...Daan De Meyer2024-10-031-65/+17
| * | | Revert "ukify: introduce new --measure-base= switch"Daan De Meyer2024-10-031-65/+6
* | | | repart: Handle empty arg_copy_source in file_is_denylisted()Daan De Meyer2024-10-041-2/+2
* | | | man: consolidate list of active unit states into a shared tableLuca Boccassi2024-10-041-0/+1
* | | | Merge pull request #34610 from poettering/exec-start-single-lineLuca Boccassi2024-10-031-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | man: soft deprecate use of ";" for separating multiple command lines in ExecS...Lennart Poettering2024-10-021-1/+5
* | | | Merge pull request #34600 from poettering/varlink-idl-add-flags-everywhereLuca Boccassi2024-10-0313-43/+114
|\ \ \ \
| * | | | sd-varlink: mark functions that can take 'more' flag in IDL structures with a...Lennart Poettering2024-10-0213-44/+101