summaryrefslogtreecommitdiff
path: root/src/core/main.c
Commit message (Expand)AuthorAgeFilesLines
* switch-root: don't require /mnt/ when switching root into host OSLennart Poettering2023-05-031-1/+1
* core: Parse logging environment earlierDaan De Meyer2023-04-201-4/+10
* core/main: fix a typo for --log-targetMike Yuan2023-04-131-1/+1
* core: Send ERRNO= via notify socket on exitDaan De Meyer2023-04-121-0/+3
* core: Propagate exit status via notify socket when running in VMDaan De Meyer2023-04-121-0/+4
* Merge pull request #26887 from yuwata/proc-cmdline-filter-argumentsZbigniew Jędrzejewski-Szmek2023-04-071-54/+6
|\
| * proc-cmdline: filter PID1 arguments when we are running in a containerYu Watanabe2023-03-291-54/+6
* | core/main: also check the argument terminatorMike Yuan2023-04-031-1/+1
* | core: do early setup check for arguments with '=' tooMike Yuan2023-04-021-1/+1
* | pid1: fully disable coredumping to $PWDZbigniew Jędrzejewski-Szmek2023-03-301-2/+0
|/
* core/main: restore the correct assert about array positionZbigniew Jędrzejewski-Szmek2023-03-261-1/+1
* core/main: fix setting of arguments for shutdownZbigniew Jędrzejewski-Szmek2023-03-241-15/+22
* core/main: make positional arguments followed by '=', then by valueYu Watanabe2023-03-241-18/+15
* core/main: fix maximum number of arguments for shutdown commandYu Watanabe2023-03-241-1/+1
* conf: replace config_parse_many_nulstr() with config_parse_config_file()Franck Bui2023-03-141-17/+16
* runtime-scope: add helper that turns RuntimeScope enum into --system/--user s...Lennart Poettering2023-03-101-1/+1
* basic: add RuntimeScope enumLennart Poettering2023-03-101-66/+97
* load-fragment: add user credential specifiers to user.confRonan Pigott2023-03-101-2/+2
* core: add missing MemoryPressureWatch= and MemoryPressureThresholdSec= settingYu Watanabe2023-03-091-1/+1
* core: log message when reloading finishesLuca Boccassi2023-03-081-1/+4
* pid1: add unit file settings to control memory pressure logicLennart Poettering2023-03-011-0/+9
* meson: merge our two valgrind configuration conditions into oneZbigniew Jędrzejewski-Szmek2023-02-221-3/+3
* capability-util: add CAP_MASK_ALL + CAP_MASK_UNSET macrosLennart Poettering2023-02-201-1/+1
* log: add common helper log_set_target_and_open()Lennart Poettering2023-02-161-6/+3
* pid1: generate compat warning for SystemCallArchitectures= if seccomp is offLennart Poettering2023-02-161-0/+3
* core: split system/user job timeouts and make them configurableZbigniew Jędrzejewski-Szmek2023-02-011-4/+4
* os-util: optionally, return EOL time in os_release_support_ended()Lennart Poettering2023-01-241-1/+1
* tree-wide: unify how we pick OS pretty name to displayLennart Poettering2023-01-241-1/+1
* pid1: make sure we send our calling service manager RELOADING=1 when reloadingLennart Poettering2023-01-101-0/+10
* load-fragment: config_parse_emergency_action() doesn't ever get a Manager poi...Lennart Poettering2023-01-061-1/+1
* manager: perform objective->shutdown_verb mapping locallyVito Caputo2023-01-021-26/+23
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* Merge pull request #25723 from keszybz/generators-tmpYu Watanabe2022-12-151-1/+1
|\
| * treewide: drop "RUN_" from "RUN_WITH_UMASK"Zbigniew Jędrzejewski-Szmek2022-12-131-1/+1
* | manager: add option to rate limit daemon-reloadLuca Boccassi2022-12-131-0/+33
|/
* manager: write net/unix/max_dgram_qlen sysctl as fixed stringZbigniew Jędrzejewski-Szmek2022-12-031-2/+1
* manager: define a string constant for LONG_MAX and use that for sysctlZbigniew Jędrzejewski-Szmek2022-12-031-1/+1
* manager: do not append '\n' when writing sysctl settingsZbigniew Jędrzejewski-Szmek2022-12-031-3/+4
* boot: implement kernel EFI RNG seed protocol with proper hashingJason A. Donenfeld2022-11-141-2/+2
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* basic: move a bunch of cmdline-related funcs to new argv-util.c+hZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* basic: create new basic/initrd-util.[ch] for initrd-related functionsZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* manager: fix/change evaluation of ConditionFirstBootZbigniew Jędrzejewski-Szmek2022-10-011-22/+35
* tree-wide: also settle on "initrd" instead of "initial RAM disk"Lennart Poettering2022-09-231-2/+2
* tree-wide: use the term "initrd" at most places we so far used "initramfs"Lennart Poettering2022-09-231-1/+1
* config-parser: Add list of drop-in files as return argument of config_parse_manyRichard Phibel2022-08-121-0/+1
* Merge pull request #24044 from dtardon/default-device-timeoutLennart Poettering2022-08-081-0/+4
|\
| * core: allow to set default timeout for devicesDavid Tardon2022-08-051-0/+4
* | core: introduce MANAGER_IS_SWITCHING_ROOT() helper functionFranck Bui2022-08-051-0/+3
* | main: reopen /dev/console for user service managerEinsler Lee2022-08-031-0/+1