summaryrefslogtreecommitdiffstats
path: root/src/core/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* path-lookup: deduplicate xdg_user_*() with sd_path_lookup()Mike Yuan2024-10-061-2/+2
* core: load IPE policy on bootLuca Boccassi2024-10-021-0/+7
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-011-1/+1
* main: make sure the ambient caps set is valid in case we fail to read itLennart Poettering2024-08-221-1/+1
* main: generate warning when we cannot reset capsLennart Poettering2024-08-221-1/+3
* core: rename original_ambient_set → saved_ambient_setLennart Poettering2024-08-221-9/+9
* core: Use RateLimit struct to store ratelimitsDaan De Meyer2024-08-141-3/+3
* cgroup-setup: move cg_{,un}install_release_agent from cgroup-utilMike Yuan2024-08-021-0/+1
* core: clean up ambient capability loggingMike Yuan2024-07-311-2/+3
* core: drop ambient capabilities in systemd-executorŁukasz Stelmach2024-07-311-5/+24
* core: when switching root remove /run/systemd before executing the binary spe...Franck Bui2024-07-221-0/+12
* main: set $COLUMNS/$ROWS for PID 1 based on /dev/console dataLennart Poettering2024-07-191-0/+40
* terminal-util: unify code that resets /dev/console in common helperLennart Poettering2024-07-191-23/+8
* main: show different welcome msg in initrd than on the hostLennart Poettering2024-07-171-9/+19
* core/main: refuse to run if /usr/ is not populatedMike Yuan2024-07-131-13/+9
* core/main: move capability_ambient_set_apply() to initialize_runtime()Mike Yuan2024-07-131-5/+5
* core/main: respect skip_setup for RUNTIME_SCOPE_USER tooMike Yuan2024-07-131-5/+9
* core/main: merge second RUNTIME_SCOPE_SYSTEM block into switch aboveMike Yuan2024-07-131-30/+27
* core/main: modernize setup_os_release() a bitMike Yuan2024-07-131-11/+9
* core/main: cast ignored retval of machine_id_setup() to voidMike Yuan2024-07-131-3/+5
* machine-id: Add cmdline argument to use VM behaviour on bare metal (#32086)Merlin Jehli2024-07-131-6/+13
* core/main: add an assertion to ensure user managers won't initiate destructiv...Mike Yuan2024-07-031-8/+9
* Merge pull request #33214 from keszybz/system-clock-epochMike Yuan2024-06-161-18/+8
|\
| * manager: apply clock epoch on updates tooZbigniew Jędrzejewski-Szmek2024-06-151-7/+7
| * Move two functions only used in pid1 from libshared to the binaryZbigniew Jędrzejewski-Szmek2024-06-121-12/+2
* | core: invoke_main_loop() does not return MANAGER_RELOADYu Watanabe2024-06-121-2/+1
|/
* main: add comment explaining parameter to watchdog_closeLennart Poettering2024-05-291-1/+1
* various: update links to usr-mergeZbigniew Jędrzejewski-Szmek2024-05-281-1/+1
* main: pass the right error variableDavid Tardon2024-05-071-1/+1
* core: Add systemd.crash_action= kernel command line argumentDaan De Meyer2024-04-291-6/+67
* core: Limit terminal reset using ANSI sequences to /dev/consoleDaan De Meyer2024-04-231-2/+6
* core: rename SoftRebootStartTimestamp -> ShutdownStartTimestamp and generalizeLuca Boccassi2024-04-171-2/+10
* manager: serialize current objectiveLuca Boccassi2024-04-171-5/+0
* core: fix typoAntonio Alvarez Feijoo2024-04-081-1/+1
* core: apply ReloadLimit to reexec tooLuca Boccassi2024-03-291-2/+2
* core: add counter for soft-reboot iterationsLuca Boccassi2024-03-271-0/+5
* core: add SoftRebootStartTimestampLuca Boccassi2024-03-271-0/+2
* Drop unnecessary path_equal_ptr() wrapperZbigniew Jędrzejewski-Szmek2024-03-231-1/+1
* log: Add per target log levelsDaan De Meyer2024-03-221-6/+11
* core: normalize how we issue sd_notify() from PID 1Lennart Poettering2024-03-141-2/+4
* Merge pull request #30480 from keszybz/kernel-install-more-pathsZbigniew Jędrzejewski-Szmek2024-03-081-5/+6
|\
| * various: use new config loader instead of config_parse_config_file()Zbigniew Jędrzejewski-Szmek2024-03-071-5/+6
| * shared/conf-parser: collapse pkgdir and conf_file args into oneZbigniew Jędrzejewski-Szmek2024-03-071-1/+1
* | tree-wide: use "_" rather than "-" as separator in kernel cmdline optionsLennart Poettering2024-02-281-2/+2
* | core: refuse cgroupv1 unless SYSTEMD_CGROUP_ENABLE_LEGACY_FORCEMike Yuan2024-02-271-1/+11
* | shared/mount-setup: split out mount_cgroup_legacy_controllersMike Yuan2024-02-271-6/+8
* | core: mark JoinControllers= as DISABLED_LEGACY rather than _CONFIGURATIONMike Yuan2024-02-271-1/+1
|/
* core: rename "bpf-lsm.[ch]" → "bpf-restrict-fs.[ch]"Lennart Poettering2024-01-251-1/+1
* hexdecoct: make unbase64mem and unhexmem always use SIZE_MAXMike Yuan2024-01-081-1/+1
* Merge pull request #30271 from YHNdnzj/executor-cloexecLennart Poettering2023-12-061-2/+0
|\