summaryrefslogtreecommitdiff
path: root/src/core/main.c
AgeCommit message (Expand)Author
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
2015-09-29core: remove set_default_unit()Lennart Poettering
2015-09-29core: modernize prepare_reexecute()Lennart Poettering
2015-09-29core: exit early if we hit OOMLennart Poettering
2015-09-29core: use %m rather than strerror() where we canLennart Poettering
2015-09-29main: minor clean-upsLennart Poettering
2015-09-29tree-wide: take benefit of the fact that fdset_free() returns NULLLennart Poettering
2015-09-29core: order #includes in main.cLennart Poettering
2015-09-29strv: add strv_free_free() to strv.c and make use of itLennart Poettering
2015-09-24util: refactor cpu_set parsing into its own functionFilipe Brandenburger
2015-09-22core: fix shutdown of --userDavid Herrmann
2015-09-22cgtop: underline table headerLennart Poettering
2015-09-21containers: systemd exits with non-zero codeAlban Crequy
2015-09-10core: add support for the "pids" cgroup controllerLennart Poettering
2015-09-09tree-wide: take benefit of the fact that hashmap_free() returns NULLLennart Poettering
2015-09-09Merge pull request #1218 from poettering/safe-fcloseDaniel Mack
2015-09-09util: introduce safe_fclose() and port everything over to itLennart Poettering
2015-09-09Merge pull request #1216 from poettering/coccinelle-fixes-2Daniel Mack