Age | Commit message (Expand) | Author |
2016-02-16 | main: no need to set errno manually | Alexander Kuleshov |
2016-02-10 | core: set RLIMIT_CORE to unlimited by default | Lennart Poettering |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2016-02-03 | resolved: apply epoch to system time from PID 1 | Lennart Poettering |
2016-02-03 | manager: print fatal error if early mount failed | Alexander Kuleshov |
2016-02-01 | core: rework unit timeout handling, and add new setting RuntimeMaxSec= | Lennart Poettering |
2016-02-01 | core: move parsing of rlimits into rlimit-util.[ch] | Lennart Poettering |
2016-01-21 | core: add valgrind helper for daemon-reexec | Evgeny Vereshchagin |
2016-01-12 | Merge pull request #490 from pyssling/master | Lennart Poettering |
2016-01-12 | core: Add machine-id setting | Nils Carlson |
2016-01-12 | capabilities: keep bounding set in non-inverted format. | Ismo Puustinen |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-27 | Merge pull request #1833 from utezduyar/drop-warning-on-preset | Lennart Poettering |
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen |
2015-11-16 | core: enable TasksMax= for all services by default, and set it to 512 | Lennart Poettering |
2015-11-16 | downgrade warning if setting preset failed | Umut Tezduyar Lindskog |
2015-11-13 | core: add new DefaultTasksMax= setting for system.conf | Lennart Poettering |
2015-11-13 | core: make sure DefaultLimitCPU= and DefaultLimitRTTIME= understand time unit... | Lennart Poettering |
2015-11-12 | core: make sure to reset the bus error struct before reusing it | Lennart Poettering |
2015-11-12 | core: drop "override" flag when building transactions | Lennart Poettering |
2015-11-10 | defs: rework CONF_DIRS_NULSTR() macro | Lennart Poettering |
2015-11-06 | core: support IEC suffixes for RLIMIT stuff | Karel Zak |
2015-11-04 | core: fix typo | Torstein Husebø |
2015-11-03 | Merge pull request #1744 from evverx/fix-debug-generator | Lennart Poettering |
2015-11-03 | core: use runlevel_to_target for /proc/cmdline parsing | Evgeny Vereshchagin |
2015-11-03 | Merge pull request #1754 from martinpitt/master | Daniel Mack |
2015-11-02 | core: bump net.unix.max_dgram_qlen really early during boot | Lennart Poettering |
2015-11-02 | core: drop check for /etc/mtab | Martin Pitt |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out printf() helpers to stdio-util.h | Lennart Poettering |
2015-10-27 | util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch] | Lennart Poettering |
2015-10-27 | src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa... | Lennart Poettering |
2015-10-27 | util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out resource limits related calls into rlimit-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-07 | Merge pull request #1484 from poettering/ask-pass-kernel-keyring | Daniel Mack |
2015-10-07 | core: always let the kernel reap zombies when we're about to freeze | Michal Schmidt |
2015-10-07 | core: change how crash_shell and crash_reboot interact | Michal Schmidt |
2015-10-07 | core: remove spurious assert in parsing CrashChangeVT= | Michal Schmidt |
2015-10-07 | core: adjust error message about /etc/mtab | Michal Schmidt |
2015-10-07 | ask-password: add support for caching passwords in the kernel keyring | Lennart Poettering |
2015-09-30 | basic: split out cpu set specific APIs into cpu-set-util.[ch] | Lennart Poettering |
2015-09-30 | util: rename parse_cpu_set() to parse_cpu_set_and_warn() | Lennart Poettering |
2015-09-30 | tree-wide: clean up log_syntax() usage | Lennart Poettering |
2015-09-29 | core: rework crash handling | Lennart Poettering |
2015-09-29 | core: properly use the ExitCode bus property when exiting is --user instance | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |