summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* ip-address-access: let's exit the loop after invalidating our entry a (#7803)Lennart Poettering2018-01-041-7/+6
* main: don't bother with the return value of invoke_mainloop() (#7802)Lennart Poettering2018-01-041-8/+8
* core: fix mac_selinux_setup return value checkZbigniew Jędrzejewski-Szmek2018-01-041-1/+1
* core: double free in bus_timer_set_transient_propertyZbigniew Jędrzejewski-Szmek2018-01-041-3/+1
* dbus-cgroup: simplify bus_cgroup_set_property()Yu Watanabe2018-01-032-272/+174
* dbus-cgroup: add missing spaceYu Watanabe2018-01-031-2/+2
* dbus-path: add Paths= option to set path specs in transient path unitYu Watanabe2018-01-031-42/+32
* dbus-service: expose *ExitStatus= settings on busYu Watanabe2018-01-031-0/+68
* dbus-service: support more options in transient service unitYu Watanabe2018-01-021-111/+167
* dbus-socket: simplify bus_socket_set_transient_property()Yu Watanabe2018-01-021-291/+111
* dbus-execute: simplify bus_exec_context_set_transient_property()Yu Watanabe2018-01-021-589/+207
* core: rename bus_exec_command_set_transient_property() to bus_set_transient_e...Yu Watanabe2018-01-024-4/+4
* dbus-unit: support more options in transient unitsYu Watanabe2018-01-021-65/+196
* core: rename dbus property StartLimitIntervalSec= to StartLimitIntervalUSec=Yu Watanabe2018-01-022-3/+6
* dbus-timer: add TimersMonotonic= and TimersCalendar= to set timer in transien...Yu Watanabe2018-01-021-58/+138
* dbus-scope: simplify bus_scope_set_transient_property()Yu Watanabe2018-01-021-15/+4
* dbus-kill: simplify bus_kill_context_set_transient_property()Yu Watanabe2018-01-021-68/+12
* dbus-mount: support more options in transient mount unitYu Watanabe2018-01-021-21/+25
* dbus-automount: support more options in transient automount unitYu Watanabe2018-01-021-16/+9
* socket-util: introduce parse_socket_address_bind_ipv6_only_or_bool()Yu Watanabe2018-01-021-11/+5
* load-fragment: obsolete OnFailureIsolate=Yu Watanabe2018-01-022-0/+3
* namespace: introduce parse_protect_system()_or_boolYu Watanabe2018-01-023-16/+20
* namespace: introduce parse_protect_home_or_bool()Yu Watanabe2018-01-023-16/+20
* core: add dbus-util.[ch] to simplify creating transient unitsYu Watanabe2018-01-023-0/+392
* core,udev,networkd: add ConditionKernelVersion=Lennart Poettering2017-12-261-0/+2
* basic: split out blockdev-util.[ch] from util.hLennart Poettering2017-12-252-2/+4
* tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we canLennart Poettering2017-12-252-2/+2
* shutdown: unify shutdown.c's and async.c's sync() helper processLennart Poettering2017-12-252-13/+9
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-256-66/+47
* sync: fork off sync() in a process instead of a threadLennart Poettering2017-12-251-1/+1
* Merge pull request #7695 from yuwata/transient-socketLennart Poettering2017-12-239-466/+835
|\
| * load-fragment: simplify list insertion logicYu Watanabe2017-12-231-5/+3
| * cgroup: IODeviceWeight= or friends can take device node files in /run/systemd...Yu Watanabe2017-12-232-9/+18
| * core/socket: shorten socket_fdname()Yu Watanabe2017-12-231-4/+1
| * core/socket: dump more settingsYu Watanabe2017-12-231-4/+24
| * dbus-cgroup: merge several blocks which operate almost same tasksYu Watanabe2017-12-231-158/+44
| * dbus-execute: use empty_to_null() where it can be applicableYu Watanabe2017-12-231-52/+34
| * cgroup: move path checking logic to dbus-cgroup.cYu Watanabe2017-12-231-4/+14
| * dbus-socket: move truncation check to bus_socket_set_transient_property()Yu Watanabe2017-12-231-0/+3
| * basic: introduce socket_protocol_{from,to}_name()Yu Watanabe2017-12-233-18/+29
| * core: implement transient socket unitYu Watanabe2017-12-235-109/+605
| * core/socket: add socket_port_type_from_string()Yu Watanabe2017-12-232-2/+20
| * core:socket: fix string in socket_exec_command_tableYu Watanabe2017-12-231-5/+5
| * core,seccomp: fix logic to parse RestrictAddressFamilies= in dbus-execute.cYu Watanabe2017-12-231-12/+20
| * core,seccomp: fix logic to parse syscall filter in dbus-execute.cYu Watanabe2017-12-232-96/+25
| * core: move path_kill_slashes() to managerYu Watanabe2017-12-191-1/+3
| * core: fix wrong validity checkYu Watanabe2017-12-191-1/+1
| * tree-wide: use !strv_isempty() instead of strv_length() > 0Yu Watanabe2017-12-191-3/+3
* | machine-id-setup: use return log_error… patternZbigniew Jędrzejewski-Szmek2017-12-191-4/+3
|/
* condition: Create AssertControlGroupController (#7630)Chris Down2017-12-181-0/+2