index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-01
load-fragment: obsolete OnFailureIsolate=
Yu Watanabe
2
-0
/
+3
2018-01-01
namespace: introduce parse_protect_system()_or_bool
Yu Watanabe
3
-16
/
+20
2018-01-01
namespace: introduce parse_protect_home_or_bool()
Yu Watanabe
3
-16
/
+20
2018-01-01
core: add dbus-util.[ch] to simplify creating transient units
Yu Watanabe
3
-0
/
+392
2017-12-29
man: remove empty paragraph
Yu Watanabe
1
-2
/
+0
2017-12-27
cryptsetup: small if check improvement (#7747)
Lennart Poettering
1
-6
/
+10
2017-12-26
man: systemd: fix typo (#7746)
nulsoh
1
-1
/
+1
2017-12-26
condition: extend ConditionKernelVersion= with relative version checks
Lennart Poettering
6
-62
/
+206
2017-12-26
Add note about kernel version unportability
Zbigniew Jędrzejewski-Szmek
1
-0
/
+5
2017-12-26
core,udev,networkd: add ConditionKernelVersion=
Lennart Poettering
19
-18
/
+129
2017-12-26
man: further file-hierarchy *Directory= improvements
Lucas Werkmeister
1
-4
/
+4
2017-12-26
units: link up debug-generator documentation from debug-shell.service
Lennart Poettering
1
-0
/
+1
2017-12-26
rc-local-generator: minor modernizations
Lennart Poettering
1
-14
/
+8
2017-12-26
man: add a systemd-rc-local-generator(8) man page
Lennart Poettering
4
-0
/
+89
2017-12-26
bootspec: drop ".conf" from BootEntry.filename
Yu Watanabe
1
-5
/
+13
2017-12-25
separate flags from shebang
bleep_blop
19
-19
/
+38
2017-12-25
sd-boot, udev: trivial condition simplifications
Yu Watanabe
2
-2
/
+2
2017-12-25
meson: hopefully renameat2() will show up where renameat() is defined
Lennart Poettering
1
-1
/
+2
2017-12-25
meson: look for gettid() definition where getpid() is defined
Lennart Poettering
1
-1
/
+2
2017-12-25
meson: when pivot_root() is added one day, look for it in <unistd.h>
Lennart Poettering
1
-1
/
+2
2017-12-25
meson: use "args" for setting _GNU_SOURCE when checking for functions
Lennart Poettering
1
-10
/
+6
2017-12-25
update TODO
Lennart Poettering
1
-0
/
+4
2017-12-25
process-util: debug log if PR_SET_NAME fails.
Lennart Poettering
1
-2
/
+4
2017-12-25
process-util: allow rename_process() only in the main thread
Lennart Poettering
1
-0
/
+5
2017-12-25
basic: split out blockdev-util.[ch] from util.h
Lennart Poettering
12
-182
/
+249
2017-12-25
agents: use kill_and_sigcont() where appropriate
Lennart Poettering
2
-5
/
+2
2017-12-25
process-util: move fork_agent() to process-util.[ch]
Lennart Poettering
6
-82
/
+79
2017-12-25
tree-wide: properly name all threads we fork off
Lennart Poettering
3
-1
/
+5
2017-12-25
udev: some very trivial coding style updates
Lennart Poettering
1
-5
/
+5
2017-12-25
tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we can
Lennart Poettering
12
-15
/
+31
2017-12-25
shutdown: unify shutdown.c's and async.c's sync() helper process
Lennart Poettering
5
-18
/
+13
2017-12-25
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
42
-507
/
+448
2017-12-25
terminal-util: open /dev/null with O_CLOEXEC in make_stdio_null()
Lennart Poettering
1
-1
/
+1
2017-12-25
terminal-util: return first error, not last in make_stdio()
Lennart Poettering
1
-10
/
+9
2017-12-25
fd-util: use close_nointr() return value instead of errno
Lennart Poettering
1
-9
/
+8
2017-12-25
fd-util: add some (void) casts
Lennart Poettering
1
-3
/
+3
2017-12-25
sync: fork off sync() in a process instead of a thread
Lennart Poettering
2
-8
/
+31
2017-12-25
meson: define _GNU_SOURCE to detect copy_file_range() (#7734)
Yu Watanabe
1
-1
/
+2
2017-12-24
systemctl: don't show vendor preset state for generated/transient units (#7711)
Lennart Poettering
1
-1
/
+2
2017-12-23
networkd: Add support for ipvlan L3s and flags (#7726)
Susant Sahani
7
-4
/
+59
2017-12-23
man: mention StateDirectory in file-hierarchy(7)
Lucas Werkmeister
1
-4
/
+4
2017-12-23
load-fragment: simplify list insertion logic
Yu Watanabe
1
-5
/
+3
2017-12-23
cgroup: IODeviceWeight= or friends can take device node files in /run/systemd...
Yu Watanabe
2
-9
/
+18
2017-12-23
core/socket: shorten socket_fdname()
Yu Watanabe
1
-4
/
+1
2017-12-23
core/socket: dump more settings
Yu Watanabe
1
-4
/
+24
2017-12-23
dbus-cgroup: merge several blocks which operate almost same tasks
Yu Watanabe
1
-158
/
+44
2017-12-23
dbus-execute: use empty_to_null() where it can be applicable
Yu Watanabe
1
-52
/
+34
2017-12-23
doc: add {Condition,Assert}ControlGroupController= to TRANSIENT-SETTINGS.md
Yu Watanabe
1
-0
/
+2
2017-12-23
cgroup: move path checking logic to dbus-cgroup.c
Yu Watanabe
2
-30
/
+22
2017-12-23
bus-unit-util: simplify bus_append_cgroup_property()
Yu Watanabe
1
-11
/
+3
[next]