summaryrefslogtreecommitdiff
path: root/src/core/main.c
AgeCommit message (Expand)Author
2016-02-10core: set RLIMIT_CORE to unlimited by defaultLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-03resolved: apply epoch to system time from PID 1Lennart Poettering
2016-02-03manager: print fatal error if early mount failedAlexander Kuleshov
2016-02-01core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering
2016-02-01core: move parsing of rlimits into rlimit-util.[ch]Lennart Poettering
2016-01-21core: add valgrind helper for daemon-reexecEvgeny Vereshchagin
2016-01-12Merge pull request #490 from pyssling/masterLennart Poettering
2016-01-12core: Add machine-id settingNils Carlson
2016-01-12capabilities: keep bounding set in non-inverted format.Ismo Puustinen
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-27Merge pull request #1833 from utezduyar/drop-warning-on-presetLennart Poettering
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-16core: enable TasksMax= for all services by default, and set it to 512Lennart Poettering
2015-11-16downgrade warning if setting preset failedUmut Tezduyar Lindskog
2015-11-13core: add new DefaultTasksMax= setting for system.confLennart Poettering
2015-11-13core: make sure DefaultLimitCPU= and DefaultLimitRTTIME= understand time unit...Lennart Poettering
2015-11-12core: make sure to reset the bus error struct before reusing itLennart Poettering
2015-11-12core: drop "override" flag when building transactionsLennart Poettering
2015-11-10defs: rework CONF_DIRS_NULSTR() macroLennart Poettering
2015-11-06core: support IEC suffixes for RLIMIT stuffKarel Zak
2015-11-04core: fix typoTorstein Husebø
2015-11-03Merge pull request #1744 from evverx/fix-debug-generatorLennart Poettering
2015-11-03core: use runlevel_to_target for /proc/cmdline parsingEvgeny Vereshchagin
2015-11-03Merge pull request #1754 from martinpitt/masterDaniel Mack
2015-11-02core: bump net.unix.max_dgram_qlen really early during bootLennart Poettering
2015-11-02core: drop check for /etc/mtabMartin Pitt
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-07Merge pull request #1484 from poettering/ask-pass-kernel-keyringDaniel Mack
2015-10-07core: always let the kernel reap zombies when we're about to freezeMichal Schmidt
2015-10-07core: change how crash_shell and crash_reboot interactMichal Schmidt
2015-10-07core: remove spurious assert in parsing CrashChangeVT=Michal Schmidt
2015-10-07core: adjust error message about /etc/mtabMichal Schmidt
2015-10-07ask-password: add support for caching passwords in the kernel keyringLennart Poettering
2015-09-30basic: split out cpu set specific APIs into cpu-set-util.[ch]Lennart Poettering
2015-09-30util: rename parse_cpu_set() to parse_cpu_set_and_warn()Lennart Poettering
2015-09-30tree-wide: clean up log_syntax() usageLennart Poettering
2015-09-29core: rework crash handlingLennart Poettering
2015-09-29core: properly use the ExitCode bus property when exiting is --user instanceLennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-09-29util: unify implementation of NOP signal handlerLennart Poettering