summaryrefslogtreecommitdiff
path: root/src/core/main.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-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-171-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-211-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
* core: implement OOMPolicy= and watch cgroups for OOM killingsLennart Poettering2019-04-091-0/+3
* Merge pull request #12013 from yuwata/fix-switchroot-11997Zbigniew Jędrzejewski-Szmek2019-04-021-3/+2
|\
| * core: use TAKE_PTR() at few more placesYu Watanabe2019-03-151-3/+2
* | core: add new API for enqueing a job with returning the transaction dataLennart Poettering2019-03-271-2/+2
* | util: introduce save_argc_argv() helperLennart Poettering2019-03-211-2/+1
|/
* main: use _exit() rather than exit() in code potentially caled from signal ha...Lennart Poettering2019-03-141-3/+3
* util: split out some stuff into a new file limits-util.[ch]Lennart Poettering2019-03-131-0/+1
* core: update commentZbigniew Jędrzejewski-Szmek2019-02-181-1/+1
* main: when generating the resource limit to pass to children, take FD_SETSIZE...Lennart Poettering2019-01-181-0/+5
* main: don't bump resource limits if they are higher than we need them anywayLennart Poettering2019-01-181-2/+32
* main: add commenting, clean up handling of saved resource limitsLennart Poettering2019-01-181-6/+9
* main: when bumping RLIMIT_MEMLOCK, save the previous value to pass to childrenLennart Poettering2019-01-181-0/+11
* Merge pull request #11252 from evverx/use-asan-wrapper-on-travis-ciFrantisek Sumsal2019-01-061-0/+8
|\
| * tests: reproduce https://github.com/systemd/systemd/issues/11251Evgeny Vereshchagin2018-12-291-0/+8
* | meson: generate version tag from gitZbigniew Jędrzejewski-Szmek2018-12-211-2/+2
* | Remove use of PACKAGE_STRINGZbigniew Jędrzejewski-Szmek2018-12-191-2/+2
|/
* tree-wide: invoke rlimit_nofile_safe() before various exec{v,ve,l}() invocationsLennart Poettering2018-12-011-0/+2
* show-status: fold two bool flags function arguments into a flagsLennart Poettering2018-11-261-2/+2
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-34/+27