Age | Commit message (Expand) | Author |
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen |
2015-11-13 | core: add new DefaultTasksMax= setting for system.conf | Lennart Poettering |
2015-11-12 | core: remove support for RequiresOverridable= and RequisiteOverridable= | Lennart Poettering |
2015-11-11 | Merge pull request #1854 from poettering/unit-deps | Tom Gundersen |
2015-11-11 | core: fix dependency parsing | Lennart Poettering |
2015-11-11 | execute: Add new PassEnvironment= directive | Filipe Brandenburger |
2015-11-10 | Merge pull request #1835 from poettering/grabbag-of-stuff | Daniel Mack |
2015-11-10 | core: unit deps port to extract_first_word | Susant Sahani |
2015-11-10 | core: accept time units for time-based resource limits | Lennart Poettering |
2015-11-10 | core: when parsing resource limits, be more careful with types and corner cases | Lennart Poettering |
2015-11-10 | core: simplify parsing of capability bounding set settings | Lennart Poettering |
2015-11-09 | Merge pull request #1794 from karelzak/size_limit | Lennart Poettering |
2015-11-07 | core: remove unused variable | Thomas Hindoe Paaboel Andersen |
2015-11-06 | core: support IEC suffixes for RLIMIT stuff | Karel Zak |
2015-11-04 | Merge pull request #1761 from ssahani/word | Lennart Poettering |
2015-11-04 | core: small fixes to parse_namespace | Evgeny Vereshchagin |
2015-11-03 | core: parse socket port to extract_first_word | Susant Sahani |
2015-10-30 | core: port config_parse_bounding_set to extract_first_word | Evgeny Vereshchagin |
2015-10-29 | core: fix capability bounding set parsing | Evgeny Vereshchagin |
2015-10-27 | Merge pull request #1695 from evverx/fix-cap-bounding-merging | Lennart Poettering |
2015-10-27 | process-util: move a couple of process-related calls over | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move web-related calls into web-util.[ch] | 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 string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-27 | core: fix CapabilityBoundingSet merging | Evgeny Vereshchagin |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-24 | util-lib: rework extract_first_word_and_warn() a bit | Lennart Poettering |
2015-10-22 | core: use extract_first_word for namespace parsing | Evgeny Vereshchagin |
2015-10-21 | core: fix namespace parsing | Evgeny Vereshchagin |
2015-10-19 | core: actually set pids_max field after parsing it | Lennart Poettering |
2015-10-06 | core: add support for naming file descriptors passed using socket activation | 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 | log: move log_invalid_utf8() to log.h | Lennart Poettering |
2015-09-30 | tree-wide: clean up log_syntax() usage | Lennart Poettering |
2015-09-29 | core: allow setting WorkingDirectory= to the special value ~ | Lennart Poettering |
2015-09-24 | load-fragment: Use parse_cpu_set in CPUAffinity support | Filipe Brandenburger |
2015-09-22 | Merge pull request #1336 from pszewczyk/functionfs_sockets_v3 | Lennart Poettering |
2015-09-22 | core: Add list of additional file descriptors to socket port | Pawel Szewczyk |
2015-09-18 | load-fragment: resolve specifiers in RuntimeDirectory | Michael Gebetsroither |
2015-09-16 | cgroup: add support for net_cls controllers | Daniel Mack |
2015-09-11 | core: refactor cpu shares/blockio weight cgroup logic | Lennart Poettering |
2015-09-10 | Merge pull request #1239 from poettering/cgroup-pids | Daniel Mack |
2015-09-10 | core: add support for the "pids" cgroup controller | Lennart Poettering |
2015-09-10 | tree-wide: never use the off_t unless glibc makes us use it | Lennart Poettering |
2015-09-09 | tree-wide: take benefit of the fact that hashmap_free() returns NULL | Lennart Poettering |