| Commit message (Expand) | Author | Age | Files | Lines |
* | core: warn about left-over processes in cgroup on unit start | Lennart Poettering | 2017-11-25 | 1 | -0/+3 |
* | Merge pull request #7381 from poettering/cgroup-unified-delegate-rework | Zbigniew Jędrzejewski-Szmek | 2017-11-22 | 1 | -17/+6 |
|\ |
|
| * | core: unify common code for preparing for forking off unit processes | Lennart Poettering | 2017-11-21 | 1 | -17/+6 |
* | | tree-wide: adjust fall through comments so that gcc is happy | Shawn Landden | 2017-11-20 | 1 | -1/+1 |
|/ |
|
* | Add SPDX license identifiers to source files under the LGPL | Zbigniew Jędrzejewski-Szmek | 2017-11-19 | 1 | -0/+1 |
* | core: implement /run/systemd/units/-based path for passing unit info from PID... | Lennart Poettering | 2017-11-16 | 1 | -0/+2 |
* | core: track why unit dependencies came to be | Lennart Poettering | 2017-11-10 | 1 | -14/+15 |
* | tree-wide: use IN_SET macro (#6977) | Yu Watanabe | 2017-10-04 | 1 | -1/+1 |
* | tree-wide: use `!IN_SET(..)` for `a != b && a != c && …` | Andreas Rammhold | 2017-10-02 | 1 | -4/+2 |
* | tree-wide: use IN_SET where possible | Andreas Rammhold | 2017-10-02 | 1 | -3/+3 |
* | Merge pull request #6928 from poettering/cgroup-empty-race | Zbigniew Jędrzejewski-Szmek | 2017-09-28 | 1 | -0/+3 |
|\ |
|
| * | core: log unit failure with type-specific result code | Lennart Poettering | 2017-09-27 | 1 | -0/+3 |
* | | socket: if RemoveOnStop= is turned on for a socket, try to unlink() pre-exist... | Lennart Poettering | 2017-09-27 | 1 | -0/+10 |
* | | socket: create leading directories for socket symlinks | Lennart Poettering | 2017-09-27 | 1 | -1/+3 |
* | | socket: make sure we warn loudly about symlinks we can't create | Lennart Poettering | 2017-09-27 | 1 | -2/+7 |
|/ |
|
* | test-cpu-set-util.c: fix typo in comment (#6916) | Jan Synacek | 2017-09-26 | 1 | -55/+213 |
|\ |
|
| * | core: when creating the socket fds for a socket unit, join socket's cgroup first | Lennart Poettering | 2017-09-22 | 1 | -51/+206 |
| * | cgroup, unit, fragment parser: make use of new firewall functions | Daniel Mack | 2017-09-22 | 1 | -4/+5 |
| * | core: make sure to dump cgroup context when unit_dump() is called for all uni... | Lennart Poettering | 2017-09-22 | 1 | -0/+2 |
* | | socket: assign socket units to a default slice unconditionally | Lennart Poettering | 2017-09-22 | 1 | -4/+4 |
|/ |
|
* | core: rename EXEC_APPLY_PERMISSIONS → EXEC_APPLY_SANDBOXING | Lennart Poettering | 2017-08-10 | 1 | -1/+1 |
* | core: introduce unit_set_exec_params() | Lennart Poettering | 2017-08-10 | 1 | -3/+1 |
* | core: manager_set_exec_params() cannot fail, hence make it void | Lennart Poettering | 2017-08-10 | 1 | -3/+1 |
* | execute: also fold the cgroup delegate bit into ExecFlags | Lennart Poettering | 2017-08-10 | 1 | -1/+2 |
* | execute: replace command flag bools by a flags field | Lennart Poettering | 2017-08-10 | 1 | -1/+1 |
* | core: add {State,Cache,Log,Configuration}Directory= (#6384) | Yu Watanabe | 2017-07-18 | 1 | -5/+6 |
* | basic/path-util: allow flags for path_equal_or_files_same | Zbigniew Jędrzejewski-Szmek | 2017-06-17 | 1 | -3/+3 |
* | Fix missing space in comments (#5439) | AsciiWolf | 2017-02-24 | 1 | -1/+1 |
* | copy: change the various copy_xyz() calls to take a unified flags parameter | Lennart Poettering | 2017-02-17 | 1 | -2/+2 |
* | tree-wide: adjust fall through comments so that gcc is happy | Zbigniew Jędrzejewski-Szmek | 2017-01-31 | 1 | -0/+1 |
* | core: add missing "=" in message | Zbigniew Jędrzejewski-Szmek | 2017-01-11 | 1 | -1/+1 |
* | core: add AF_VSOCK support to socket units | Stefan Hajnoczi | 2017-01-10 | 1 | -2/+19 |
* | core: fix sockaddr length calculation for sockaddr_pretty() (#4966) | Lennart Poettering | 2016-12-29 | 1 | -2/+6 |
* | core: improve log message about missing Listen setting (#4988) | Lennart Poettering | 2016-12-29 | 1 | -1/+1 |
* | core: prevent invalid socket symlink target dereference (#4895) | Stefan Hajnoczi | 2016-12-16 | 1 | -2/+1 |
* | core: move specifier expansion out of service.c/socket.c | Lennart Poettering | 2016-12-07 | 1 | -7/+1 |
* | core: allow to redirect confirmation messages to a different console | Franck Bui | 2016-11-17 | 1 | -1/+1 |
* | Rename formats-util.h to format-util.h | Zbigniew Jędrzejewski-Szmek | 2016-11-07 | 1 | -1/+1 |
* | Merge pull request #4067 from poettering/invocation-id | Zbigniew Jędrzejewski-Szmek | 2016-10-11 | 1 | -1/+4 |
|\ |
|
| * | core: add "invocation ID" concept to service manager | Lennart Poettering | 2016-10-07 | 1 | -1/+4 |
* | | core: when determining whether a process exit status is clean, consider wheth... | Lennart Poettering | 2016-10-10 | 1 | -1/+1 |
|/ |
|
* | core: Fix USB functionfs activation and clarify its documentation (#4188) | Paweł Szewczyk | 2016-09-26 | 1 | -7/+2 |
* | core: add RemoveIPC= setting | Lennart Poettering | 2016-08-19 | 1 | -0/+2 |
* | Merge pull request #3818 from poettering/exit-status-env | Zbigniew Jędrzejewski-Szmek | 2016-08-05 | 1 | -12/+10 |
|\ |
|
| * | core: remember first unit failure, not last unit failure | Lennart Poettering | 2016-08-04 | 1 | -5/+5 |
| * | core: turn various execution flags into a proper flags parameter | Lennart Poettering | 2016-08-04 | 1 | -7/+5 |
* | | socket: add helper function to remove code duplication | Zbigniew Jędrzejewski-Szmek | 2016-08-05 | 1 | -53/+29 |
* | | core/socket: include remote address in the message when dropping connection | Zbigniew Jędrzejewski-Szmek | 2016-08-05 | 1 | -3/+7 |
* | | systemd: do not serialize peer, bump count when deserializing socket instead | Zbigniew Jędrzejewski-Szmek | 2016-08-05 | 1 | -41/+1 |
* | | core/socket: rework SocketPeer refcounting | Zbigniew Jędrzejewski-Szmek | 2016-08-05 | 1 | -94/+100 |