Age | Commit message (Expand) | Author |
2014-09-18 | core: Remove uninitialized warnings from bus-endpoint.c | Philippe De Swert |
2014-09-18 | mount: order options before other arguments to mount | Emil Renner Berthing |
2014-09-16 | core: fix resource leak in manager_environment_add | Andreas Henriksson |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-09-13 | core: use correct function to free CalendarSpec | Dave Reisner |
2014-09-13 | core: fix a potential mem leak | Thomas Hindoe Paaboel Andersen |
2014-09-13 | core: smack-setup: Actually allow for succesfully loading CIPSO policy | Philippe De Swert |
2014-09-11 | manager: use correct cleanup function | Thomas Hindoe Paaboel Andersen |
2014-09-08 | execute: silence warnings | Thomas Hindoe Paaboel Andersen |
2014-09-08 | namespace: avoid posible use of uninitialized variable | Thomas Hindoe Paaboel Andersen |
2014-09-08 | service: hook up custom endpoint logic | Daniel Mack |
2014-09-08 | namespace: add support for custom kdbus endpoint | Daniel Mack |
2014-09-08 | bus: parse BusPolicy directive in service files | Daniel Mack |
2014-09-08 | bus: add kdbus endpoint types | Daniel Mack |
2014-09-08 | bus: factor out bus policy items | Daniel Mack |
2014-09-05 | exec: move code executed after fork into exec_child() | Daniel Mack |
2014-09-05 | exec: factor out most function arguments of exec_spawn() to ExecParameters | Daniel Mack |
2014-09-03 | systemd: fix argument ordering in UnsetAndSetEnvironment | Zbigniew Jędrzejewski-Szmek |
2014-08-31 | Quote unit names in suggested systemctl commandlines | Zbigniew Jędrzejewski-Szmek |
2014-08-30 | systemd: fix error message | Zbigniew Jędrzejewski-Szmek |
2014-08-30 | Fix a few more typos | Ruben Kerkhof |
2014-08-28 | use the switch_root function in shutdown | Harald Hoyer |
2014-08-26 | util: make use of newly added reset_signal_mask() call wherever appropriate | Lennart Poettering |
2014-08-22 | core: split up "starting" manager state into "initializing" and "starting" | Lennart Poettering |
2014-08-22 | core: introduce "poweroff" as new failure action types | Lennart Poettering |
2014-08-22 | core: print 'startup finished' messages even if we log to console | Lennart Poettering |
2014-08-22 | core: add support for a configurable system-wide start-up timeout | Lennart Poettering |
2014-08-21 | service: allow services of Type=oneshot that specify no ExecStart= commands | Lennart Poettering |
2014-08-21 | service: use the right timeout for stop processes we fork | Lennart Poettering |
2014-08-21 | execute: explain in a comment, why close_all_fds() is invoked the second time... | Lennart Poettering |
2014-08-21 | notify: send STOPPING=1 from our daemons | Lennart Poettering |
2014-08-21 | core: allow informing systemd about service status changes with RELOADING=1 a... | Lennart Poettering |
2014-08-21 | manager: don#t dispatch sd_notify() messages and SIGCHLD multiple times to th... | Lennart Poettering |
2014-08-21 | manager: reuse sockaddr_union instead of redefining our own version of it | Lennart Poettering |
2014-08-21 | service,strv: introduce strv_find_startswith() and make use of it | Lennart Poettering |
2014-08-21 | service: don't invoke functions at the same time as declaring variables | Lennart Poettering |
2014-08-21 | service: remove some pointless linebreaks, to make things more readable | Lennart Poettering |
2014-08-21 | service: asynchronous_close() already checks for negative parameters, no need... | Lennart Poettering |
2014-08-21 | core: unify how we generate the prefix string when dumping unit state | Lennart Poettering |
2014-08-20 | machine-id-setup: don't try to read UUID from VM/container manager if we oper... | Lennart Poettering |
2014-08-20 | build: remove repeated KMOD section | Tom Gundersen |
2014-08-20 | build: include more optional modules in build string | Lennart Poettering |
2014-08-19 | remove unused variables | Thomas Hindoe Paaboel Andersen |
2014-08-19 | socket: suffix newly added TCP sockopt time properties with "Sec" | Lennart Poettering |
2014-08-19 | Revert "socket: introduce SELinuxLabelViaNet option" | Lennart Poettering |
2014-08-19 | socket: introduce SELinuxLabelViaNet option | Michal Sekletar |
2014-08-19 | sysusers: add a new RPM macro for creating users directly from data passed in... | Lennart Poettering |
2014-08-18 | core: minor modernizations | Lennart Poettering |
2014-08-18 | units: fix BindsTo= logic when applied relative to services with Type=oneshot | Lennart Poettering |
2014-08-18 | core: Verify systemd1 DBus method callers via polkit | Stef Walter |