summaryrefslogtreecommitdiffstats
path: root/src/libsystemd (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-01load-fragment: obsolete OnFailureIsolate=Yu Watanabe2-0/+3
2018-01-01namespace: introduce parse_protect_system()_or_boolYu Watanabe3-16/+20
2018-01-01namespace: introduce parse_protect_home_or_bool()Yu Watanabe3-16/+20
2018-01-01core: add dbus-util.[ch] to simplify creating transient unitsYu Watanabe3-0/+392
2017-12-29man: remove empty paragraphYu Watanabe1-2/+0
2017-12-27cryptsetup: small if check improvement (#7747)Lennart Poettering1-6/+10
2017-12-26man: systemd: fix typo (#7746)nulsoh1-1/+1
2017-12-26condition: extend ConditionKernelVersion= with relative version checksLennart Poettering6-62/+206
2017-12-26Add note about kernel version unportabilityZbigniew Jędrzejewski-Szmek1-0/+5
2017-12-26core,udev,networkd: add ConditionKernelVersion=Lennart Poettering19-18/+129
2017-12-26man: further file-hierarchy *Directory= improvementsLucas Werkmeister1-4/+4
2017-12-26units: link up debug-generator documentation from debug-shell.serviceLennart Poettering1-0/+1
2017-12-26rc-local-generator: minor modernizationsLennart Poettering1-14/+8
2017-12-26man: add a systemd-rc-local-generator(8) man pageLennart Poettering4-0/+89
2017-12-26bootspec: drop ".conf" from BootEntry.filenameYu Watanabe1-5/+13
2017-12-25separate flags from shebangbleep_blop19-19/+38
2017-12-25sd-boot, udev: trivial condition simplificationsYu Watanabe2-2/+2
2017-12-25meson: hopefully renameat2() will show up where renameat() is definedLennart Poettering1-1/+2
2017-12-25meson: look for gettid() definition where getpid() is definedLennart Poettering1-1/+2
2017-12-25meson: when pivot_root() is added one day, look for it in <unistd.h>Lennart Poettering1-1/+2
2017-12-25meson: use "args" for setting _GNU_SOURCE when checking for functionsLennart Poettering1-10/+6
2017-12-25update TODOLennart Poettering1-0/+4
2017-12-25process-util: debug log if PR_SET_NAME fails.Lennart Poettering1-2/+4
2017-12-25process-util: allow rename_process() only in the main threadLennart Poettering1-0/+5
2017-12-25basic: split out blockdev-util.[ch] from util.hLennart Poettering12-182/+249
2017-12-25agents: use kill_and_sigcont() where appropriateLennart Poettering2-5/+2
2017-12-25process-util: move fork_agent() to process-util.[ch]Lennart Poettering6-82/+79
2017-12-25tree-wide: properly name all threads we fork offLennart Poettering3-1/+5
2017-12-25udev: some very trivial coding style updatesLennart Poettering1-5/+5
2017-12-25tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we canLennart Poettering12-15/+31
2017-12-25shutdown: unify shutdown.c's and async.c's sync() helper processLennart Poettering5-18/+13
2017-12-25tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering42-507/+448
2017-12-25terminal-util: open /dev/null with O_CLOEXEC in make_stdio_null()Lennart Poettering1-1/+1
2017-12-25terminal-util: return first error, not last in make_stdio()Lennart Poettering1-10/+9
2017-12-25fd-util: use close_nointr() return value instead of errnoLennart Poettering1-9/+8
2017-12-25fd-util: add some (void) castsLennart Poettering1-3/+3
2017-12-25sync: fork off sync() in a process instead of a threadLennart Poettering2-8/+31
2017-12-25meson: define _GNU_SOURCE to detect copy_file_range() (#7734)Yu Watanabe1-1/+2
2017-12-24systemctl: don't show vendor preset state for generated/transient units (#7711)Lennart Poettering1-1/+2
2017-12-23networkd: Add support for ipvlan L3s and flags (#7726)Susant Sahani7-4/+59
2017-12-23man: mention StateDirectory in file-hierarchy(7)Lucas Werkmeister1-4/+4
2017-12-23load-fragment: simplify list insertion logicYu Watanabe1-5/+3
2017-12-23cgroup: IODeviceWeight= or friends can take device node files in /run/systemd...Yu Watanabe2-9/+18
2017-12-23core/socket: shorten socket_fdname()Yu Watanabe1-4/+1
2017-12-23core/socket: dump more settingsYu Watanabe1-4/+24
2017-12-23dbus-cgroup: merge several blocks which operate almost same tasksYu Watanabe1-158/+44
2017-12-23dbus-execute: use empty_to_null() where it can be applicableYu Watanabe1-52/+34
2017-12-23doc: add {Condition,Assert}ControlGroupController= to TRANSIENT-SETTINGS.mdYu Watanabe1-0/+2
2017-12-23cgroup: move path checking logic to dbus-cgroup.cYu Watanabe2-30/+22
2017-12-23bus-unit-util: simplify bus_append_cgroup_property()Yu Watanabe1-11/+3