Age | Commit message (Expand) | Author |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-04-19 | Handle Unix domain socket connections from outside our namespace v2 | Zbigniew Jędrzejewski-Szmek |
2014-04-19 | Revert "Handle Unix domain socket connections from outside our namespace" | Kay Sievers |
2014-04-16 | Handle Unix domain socket connections from outside our namespace | Eelco Dolstra |
2014-03-24 | sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM... | Lennart Poettering |
2014-03-19 | core: rework context initialization/destruction logic | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-14 | Do not return -1 (EINVAL) on allocation error | Zbigniew Jędrzejewski-Szmek |
2014-03-12 | socket.c: make use of union sockaddr_union | Daniel Buch |
2014-03-03 | core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settings | Lennart Poettering |
2014-02-24 | core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo... | Lennart Poettering |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2014-01-29 | core: make sure to always go through both SIGTERM and SIGKILL states of units | Lennart Poettering |
2014-01-27 | core: add function to tell when job will time out | Zbigniew Jędrzejewski-Szmek |
2014-01-11 | make socket_instantiate_service use cleanup gcc attribute | Michael Scherer |
2013-12-24 | util: unify SO_PEERCRED/SO_PEERSEC invocations | Lennart Poettering |
2013-12-22 | sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USEC | Lennart Poettering |
2013-12-22 | core: no need to list properties for PropertiesChanged messages anymore | Lennart Poettering |
2013-12-16 | bus: when a busname unit refuses to activate a service it should flush the queue | Lennart Poettering |
2013-12-02 | bus: add .busname unit type to implement kdbus-style bus activation | Lennart Poettering |
2013-11-27 | service: add the ability for units to join other unit's PrivateNetwork= and P... | Lennart Poettering |
2013-11-20 | core: convert PID 1 to libsystemd-bus | Lennart Poettering |
2013-11-17 | core/socket: fix SO_REUSEPORT | Shawn Landden |
2013-11-17 | core/socket: use _cleanup_free_ | Shawn Landden |
2013-11-06 | active: rework make_socket_fd() to be based on socket_address_listen() | Lennart Poettering |
2013-11-05 | Configurable Timeouts/Restarts default values | Oleksii Shevchuk |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering |
2013-10-11 | smack: minimize ifdef use, and move all labeling to smack-util.c | Kay Sievers |
2013-10-10 | security: missing header inclusions | Lennart Poettering |
2013-10-10 | security: rework selinux, smack, ima, apparmor detection logic | Lennart Poettering |
2013-09-26 | core: rework how we match mount units against each other | Lennart Poettering |
2013-09-25 | cgroup: if we do a cgroup operation then do something on all supported contro... | Lennart Poettering |
2013-09-17 | specifier: rework specifier calls to return proper error message | Lennart Poettering |
2013-09-12 | core: notify triggered by socket of a service | Umut Tezduyar |
2013-07-11 | basic SO_REUSEPORT support | Shawn Landden |
2013-06-27 | dbus: hookup runtime property changes for mouns, services, sockets, swaps too | Lennart Poettering |
2013-06-27 | core: general cgroup rework | Lennart Poettering |
2013-06-20 | logind: add infrastructure to keep track of machines, and move to slices | Lennart Poettering |
2013-06-17 | core: add new .slice unit type for partitioning systems | Lennart Poettering |
2013-05-17 | Make it possible to disable smack separately from xattr support | Karol Lewandowski |
2013-05-07 | build-sys: support builds without EAs again | Lennart Poettering |
2013-05-02 | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek |
2013-04-25 | unit: rework stop pending logic | Lennart Poettering |
2013-04-18 | Move bus_error to dbus-common and remove bus_error_message_or_strerror | Simon Peeters |
2013-04-01 | Add Listen* to dbus properties | Oleksii Shevchuk |
2013-04-01 | core/socket: log errors when starting socket for this socket | Zbigniew Jędrzejewski-Szmek |
2013-03-25 | units: introduce new timers.target and paths.target to hook timer/path units ... | Lennart Poettering |
2013-03-15 | core: reuse the same /tmp, /var/tmp and inaccessible dir | Michal Sekletar |
2013-03-13 | core: single unit_kill implementation for all unit types | Michal Schmidt |
2013-01-26 | core: unify kill code of mount, service, socket, swap units | Lennart Poettering |