aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: warn about left-over processes in cgroup on unit startLennart Poettering2017-11-251-0/+3
* Merge pull request #7381 from poettering/cgroup-unified-delegate-reworkZbigniew Jędrzejewski-Szmek2017-11-221-17/+6
|\
| * core: unify common code for preparing for forking off unit processesLennart Poettering2017-11-211-17/+6
* | tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-1/+1
|/
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering2017-11-161-0/+2
* core: track why unit dependencies came to beLennart Poettering2017-11-101-14/+15
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2017-10-021-4/+2
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-3/+3
* Merge pull request #6928 from poettering/cgroup-empty-raceZbigniew Jędrzejewski-Szmek2017-09-281-0/+3
|\
| * core: log unit failure with type-specific result codeLennart Poettering2017-09-271-0/+3
* | socket: if RemoveOnStop= is turned on for a socket, try to unlink() pre-exist...Lennart Poettering2017-09-271-0/+10
* | socket: create leading directories for socket symlinksLennart Poettering2017-09-271-1/+3
* | socket: make sure we warn loudly about symlinks we can't createLennart Poettering2017-09-271-2/+7
|/
* test-cpu-set-util.c: fix typo in comment (#6916)Jan Synacek2017-09-261-55/+213
|\
| * core: when creating the socket fds for a socket unit, join socket's cgroup firstLennart Poettering2017-09-221-51/+206
| * cgroup, unit, fragment parser: make use of new firewall functionsDaniel Mack2017-09-221-4/+5
| * core: make sure to dump cgroup context when unit_dump() is called for all uni...Lennart Poettering2017-09-221-0/+2
* | socket: assign socket units to a default slice unconditionallyLennart Poettering2017-09-221-4/+4
|/
* core: rename EXEC_APPLY_PERMISSIONS → EXEC_APPLY_SANDBOXINGLennart Poettering2017-08-101-1/+1
* core: introduce unit_set_exec_params()Lennart Poettering2017-08-101-3/+1
* core: manager_set_exec_params() cannot fail, hence make it voidLennart Poettering2017-08-101-3/+1
* execute: also fold the cgroup delegate bit into ExecFlagsLennart Poettering2017-08-101-1/+2
* execute: replace command flag bools by a flags fieldLennart Poettering2017-08-101-1/+1
* core: add {State,Cache,Log,Configuration}Directory= (#6384)Yu Watanabe2017-07-181-5/+6
* basic/path-util: allow flags for path_equal_or_files_sameZbigniew Jędrzejewski-Szmek2017-06-171-3/+3
* Fix missing space in comments (#5439)AsciiWolf2017-02-241-1/+1
* copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-2/+2
* tree-wide: adjust fall through comments so that gcc is happyZbigniew Jędrzejewski-Szmek2017-01-311-0/+1
* core: add missing "=" in messageZbigniew Jędrzejewski-Szmek2017-01-111-1/+1
* core: add AF_VSOCK support to socket unitsStefan Hajnoczi2017-01-101-2/+19
* core: fix sockaddr length calculation for sockaddr_pretty() (#4966)Lennart Poettering2016-12-291-2/+6
* core: improve log message about missing Listen setting (#4988)Lennart Poettering2016-12-291-1/+1
* core: prevent invalid socket symlink target dereference (#4895)Stefan Hajnoczi2016-12-161-2/+1
* core: move specifier expansion out of service.c/socket.cLennart Poettering2016-12-071-7/+1
* core: allow to redirect confirmation messages to a different consoleFranck Bui2016-11-171-1/+1
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* Merge pull request #4067 from poettering/invocation-idZbigniew Jędrzejewski-Szmek2016-10-111-1/+4
|\
| * core: add "invocation ID" concept to service managerLennart Poettering2016-10-071-1/+4
* | core: when determining whether a process exit status is clean, consider wheth...Lennart Poettering2016-10-101-1/+1
|/
* core: Fix USB functionfs activation and clarify its documentation (#4188)Paweł Szewczyk2016-09-261-7/+2
* core: add RemoveIPC= settingLennart Poettering2016-08-191-0/+2
* Merge pull request #3818 from poettering/exit-status-envZbigniew Jędrzejewski-Szmek2016-08-051-12/+10
|\
| * core: remember first unit failure, not last unit failureLennart Poettering2016-08-041-5/+5
| * core: turn various execution flags into a proper flags parameterLennart Poettering2016-08-041-7/+5
* | socket: add helper function to remove code duplicationZbigniew Jędrzejewski-Szmek2016-08-051-53/+29
* | core/socket: include remote address in the message when dropping connectionZbigniew Jędrzejewski-Szmek2016-08-051-3/+7
* | systemd: do not serialize peer, bump count when deserializing socket insteadZbigniew Jędrzejewski-Szmek2016-08-051-41/+1
* | core/socket: rework SocketPeer refcountingZbigniew Jędrzejewski-Szmek2016-08-051-94/+100