summaryrefslogtreecommitdiffstats
path: root/src/core/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: consistently emit oom warning when parsing argsZbigniew Jędrzejewski-Szmek2020-03-131-11/+6
* core: log an info line about the default targetZbigniew Jędrzejewski-Szmek2020-03-121-1/+4
* core: shorten local variable names in do_queue_default_job()Zbigniew Jędrzejewski-Szmek2020-03-111-11/+11
* Merge pull request #15010 from cgzones/selinux_reload_cache_enforceChris Down2020-03-061-2/+0
|\
| * selinux: add trigger for policy reload to refresh internal selabel cacheChristian Göttsche2020-03-031-2/+0
* | pid1, nspawn: voidify loopback_setup()Yu Watanabe2020-03-041-1/+1
|/
* pid1: add new mode systemd.show-status=error and use it when 'quiet' is passedZbigniew Jędrzejewski-Szmek2020-03-011-1/+1
* pid1: when printing status message status, give reasonZbigniew Jędrzejewski-Szmek2020-03-011-1/+1
* core: fix message about show status stateZbigniew Jędrzejewski-Szmek2020-03-011-1/+1
* Fix typoLeonid Evdokimov2019-12-261-1/+1
* Merge pull request #14177 from keszybz/use-initrd.targetLennart Poettering2019-12-041-14/+21
|\
| * pid1: use initrd.target in the initramfs by defaultZbigniew Jędrzejewski-Szmek2019-11-281-14/+21
* | core: reload SELinux label cache on daemon-reloadChristian Göttsche2019-12-041-0/+2
* | pid1: add new kernel cmdline arg systemd.cpu_affinity=Lennart Poettering2019-12-041-0/+9
* | pid1: fix setting of DefaultTimeoutAbortSecZbigniew Jędrzejewski-Szmek2019-11-271-61/+80
|/
* core: make TasksMax a partially dynamic propertyZbigniew Jędrzejewski-Szmek2019-11-141-2/+4
* tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-031-1/+0
* tree-wide: drop signal.h when signal-util.h is includedYu Watanabe2019-11-031-1/+0
* tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe2019-11-031-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-031-1/+0
* pid1: rework environment block copy logicLennart Poettering2019-11-011-3/+23
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
* pid1: restore the original environment passed by the kernel when switching to...Franck Bui2019-10-031-2/+6
* pid1: fix DefaultTasksMax initializationFranck Bui2019-10-031-3/+1
* pid1: disable printk ratelimit in early bootZbigniew Jędrzejewski-Szmek2019-09-201-0/+2
* core: Fix setting StatusUnitFormat from config filesMaciej Stanczew2019-09-171-1/+0
* exit-status: rename EXIT_STATUS_GLIBC → EXIT_STATUS_LIBCLennart Poettering2019-07-291-1/+1
* shared/exit-status: turn status level into a bitmask, add "test"Zbigniew Jędrzejewski-Szmek2019-07-291-8/+11
* core: take random seed from boot loader and credit it to kernel entropy poolLennart Poettering2019-07-251-1/+5
* core: try to reopen /dev/kmsg again right after mounting /devLennart Poettering2019-07-241-0/+5
* core: rename ShutdownWatchdogSec to RebootWatchdogSecLuca Boccassi2019-07-231-6/+7
* core: add KExecWatchdogSec optionLuca Boccassi2019-07-231-6/+15
* core: set shutdown watchdog on kexec tooLuca Boccassi2019-07-181-1/+1
* pid1: make sure to restore correct default values for some rlimitsFranck Bui2019-07-161-60/+106
* main: use sysctl_writef() where appropriateLennart Poettering2019-07-131-18/+2
* Add config and kernel commandline option to use short identifiersZbigniew Jędrzejewski-Szmek2019-07-101-57/+73
* basic/time-util: add helper function to check if timestamp is setZbigniew Jędrzejewski-Szmek2019-07-041-1/+1
* core: move config_parse_* functions to a shared moduleFrantisek Sumsal2019-06-251-191/+5
* core: introduce NUMAPolicy and NUMAMask optionsMichal Sekletar2019-06-241-0/+27
* doc: make clear that --system and --user only make sense with --testLennart Poettering2019-06-241-3/+3
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-201-1/+1
* core: set fs.file-max sysctl to LONG_MAX rather than ULONG_MAXLennart Poettering2019-06-171-3/+3
* Merge pull request #12628 from keszybz/dbus-executeMichal Sekletar2019-05-301-65/+138
|\
| * pid1: when reloading configuration, forget old settingsZbigniew Jędrzejewski-Szmek2019-05-291-49/+97
| * pid1: don't reset setting from /proc/cmdline upon restartZbigniew Jędrzejewski-Szmek2019-05-291-10/+16
| * pid1: parse CPUAffinity= in incremental fashionZbigniew Jędrzejewski-Szmek2019-05-291-10/+27
| * Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek2019-05-291-6/+8
* | core: unset HOME=/ that the kernel gives usZbigniew Jędrzejewski-Szmek2019-05-221-0/+5
|/
* codespell: fix spelling errorsBen Boeckel2019-04-291-2/+2
* service: handle abort stops with dedicated timeoutJan Klötzke2019-04-121-0/+39