Age | Commit message (Expand) | Author |
2014-02-17 | core: rework cgroup mask propagation | Lennart Poettering |
2014-02-12 | syscallfilter: port to libseccomp | Ronny Chevalier |
2014-02-12 | test: fix "make check" | Lennart Poettering |
2014-02-11 | util: drop parse_user_at_host() since its unused now | Lennart Poettering |
2014-02-08 | core: do not print invalid utf-8 in error messages | Zbigniew Jędrzejewski-Szmek |
2014-01-31 | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH |
2014-01-28 | Get rid of write_safe | Zbigniew Jędrzejewski-Szmek |
2014-01-28 | always use the same code for creating temporary files | Lennart Poettering |
2014-01-27 | journal: guarantee async-signal-safety in sd_journald_sendv | Zbigniew Jędrzejewski-Szmek |
2014-01-20 | exec: introduce PrivateDevices= switch to provide services with a private /dev | Lennart Poettering |
2014-01-05 | strv: multiple cleanups | Simon Peeters |
2013-12-28 | shared: add simplistic XML parser for usage in the D-Bus policy language comp... | Lennart Poettering |
2013-12-26 | Use enums to make it obvious what boolean params mean | Zbigniew Jędrzejewski-Szmek |
2013-12-26 | systemctl: allow globbing in commands which take multiple unit names | Zbigniew Jędrzejewski-Szmek |
2013-12-24 | bus: properly shift cgroup data returned from kdbus by the container's root b... | Lennart Poettering |
2013-12-24 | log: log_error() and friends add a newline after each line anyway, so avoid i... | Lennart Poettering |
2013-12-22 | Fix extraction of _SYSTEMD_USER_UNIT | Zbigniew Jędrzejewski-Szmek |
2013-12-22 | shared: switch our hash table implementation over to SipHash | Lennart Poettering |
2013-12-18 | tests: fix build | Lennart Poettering |
2013-12-14 | Add more _printf_'s for format-nonliterals | Thomas Hindoe Paaboel Andersen |
2013-12-13 | namespace: include boot id in private tmp directories | Lennart Poettering |
2013-12-12 | scan-build: silence some warnings | Thomas Hindoe Paaboel Andersen |
2013-12-12 | test-fileio: replace mktemp with mkstemp to avoid warnings | Thomas Hindoe Paaboel Andersen |
2013-12-11 | journald: cache cgroup root path, instead of querying it on every incoming lo... | Lennart Poettering |
2013-12-10 | fix scan-build issues | Thomas Hindoe Paaboel Andersen |
2013-12-08 | test: cgroup-util - do not fail if cpu controller is not available | Kay Sievers |
2013-12-06 | Get rid of our reimplementation of basename | Zbigniew Jędrzejewski-Szmek |
2013-12-03 | trivial coding style clean ups | Thomas Hindoe Paaboel Andersen |
2013-12-02 | macro: add a macro to test whether a value is in a specified list | Lennart Poettering |
2013-11-30 | core: allocate a kdbus bus for each systemd instance, if we can | Lennart Poettering |
2013-11-28 | util: fix handling of trailing whitespace in split_quoted() | Lennart Poettering |
2013-11-27 | service: add the ability for units to join other unit's PrivateNetwork= and P... | Lennart Poettering |
2013-11-25 | conf-parser: distinguish between multiple sections with the same name | Tom Gundersen |
2013-11-22 | test: test-sched-prio - skip if XDG_RUNTIME_DIR is not set | Kay Sievers |
2013-11-22 | cgroups: Cache controller masks and optimize queues. | David Strauss |
2013-11-21 | bus: add API calls to escape string components of objects paths | Lennart Poettering |
2013-11-20 | test: exit early if we would conflict with running user systemd | Lennart Poettering |
2013-11-07 | test-strv: add strv_split, strv_split_newline, strv_remove_prefix | Daniel Buch |
2013-11-07 | utf8: ascii_filter() is unused, let's remove it | Lennart Poettering |
2013-10-29 | strv: introduce new STRV_MAKE and STRV_MAKE_EMPTY macros to create string arr... | Lennart Poettering |
2013-10-29 | strv: introduce new strv_from_stdarg_alloca() macro to generate a string arra... | Lennart Poettering |
2013-10-27 | test-strv.c: added STRV_FOREACH and STRV_FOREACH_BACKWARDS | Daniel Buch |
2013-10-22 | systemd: use unit name in PrivateTmp directories | Zbigniew Jędrzejewski-Szmek |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering |
2013-10-13 | Introduce udev object cleanup functions | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | Fix write-only use of a few variables | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | test: test for ellipsize | Shawn Landden |
2013-10-09 | tests: fix some memory leaks in tests | Lennart Poettering |
2013-10-06 | shared/util: fix off-by-one error in tag_to_udev_node | Dave Reisner |
2013-10-05 | utf8: fix utf8_is_printable | Zbigniew Jędrzejewski-Szmek |