index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
g.service
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-28
man: move non-target units together (#6934)
John Lin
1
-1
/
+1
2017-09-28
meson: move library version defines to the top (#6939)
Zbigniew Jędrzejewski-Szmek
2
-2
/
+5
2017-09-28
meson: bump release to 235
Lennart Poettering
1
-1
/
+1
2017-09-28
add some more things to TODO
Lennart Poettering
1
-0
/
+13
2017-09-28
prepare NEWS for 235
Lennart Poettering
1
-9
/
+203
2017-09-28
libsystemd: use IN_SET macro
Yu Watanabe
18
-87
/
+69
2017-09-28
udev-rules: all values can contain escaped double quotes now (#6890)
Franck Bui
3
-9
/
+47
2017-09-28
networkd: use assert_not_reached()
Yu Watanabe
1
-2
/
+2
2017-09-28
networkd: use IN_SET macro
Yu Watanabe
1
-3
/
+3
2017-09-27
man/systemd.network: Updated documentation about VRF traffic redirection
Andreas Rammhold
1
-2
/
+3
2017-09-27
man/systemd.network: Added documentation about the DHCP.RouteTable behaviour ...
Andreas Rammhold
1
-0
/
+3
2017-09-27
networkd: use VRFs routing table for DHCP routes
Andreas Rammhold
4
-5
/
+17
2017-09-27
core: log unit failure with type-specific result code
Lennart Poettering
9
-4
/
+26
2017-09-27
core: free_and_strdup() FTW!
Lennart Poettering
1
-12
/
+6
2017-09-27
cgroup: IN_SET() FTW!
Lennart Poettering
1
-1
/
+1
2017-09-27
cgroup: after determining that a cgroup is empty, asynchronously dispatch this
Lennart Poettering
7
-24
/
+112
2017-09-27
core: rename cgroup_queue → cgroup_realize_queue
Lennart Poettering
6
-22
/
+24
2017-09-27
unit: remove unused fields from Unit structure
Lennart Poettering
1
-3
/
+0
2017-09-27
network: change log level when sd_rtnl_message_get_family() returns invalid f...
Yu Watanabe
1
-3
/
+6
2017-09-27
core/cgroup: add a helper macro for a common pattern (#6926)
Zbigniew Jędrzejewski-Szmek
3
-35
/
+11
2017-09-27
socket: if RemoveOnStop= is turned on for a socket, try to unlink() pre-exist...
Lennart Poettering
1
-0
/
+10
2017-09-27
man: document that inability to execute Symlinks= is not fatal
Lennart Poettering
1
-8
/
+7
2017-09-27
socket: create leading directories for socket symlinks
Lennart Poettering
1
-1
/
+3
2017-09-27
socket: make sure we warn loudly about symlinks we can't create
Lennart Poettering
1
-2
/
+7
2017-09-27
fs-util: propagate EEXIST error in symlink_idempotent() as EEXIST
Lennart Poettering
1
-4
/
+7
2017-09-27
udev: proc_cmdline_get_key() FTW! (#6925)
Lennart Poettering
1
-31
/
+18
2017-09-26
catalog: split out the one German language entry we have in systemd.catalog i...
Lennart Poettering
3
-12
/
+29
2017-09-26
catalog: add two recent message ID additions to catalog
Lennart Poettering
1
-0
/
+15
2017-09-26
run: also show IP traffic accounting data on "systemd-run --wait"
Lennart Poettering
1
-2
/
+21
2017-09-26
core: improve dbus-cgroup error message
Lennart Poettering
1
-2
/
+2
2017-09-26
Revert "units: don't kill the emergency shell when sysinit.target is triggere...
Alan Jenkins
4
-16
/
+9
2017-09-26
update TODO
Lennart Poettering
1
-6
/
+0
2017-09-26
execute: let's close glibc syslog channels too
Lennart Poettering
1
-0
/
+3
2017-09-26
execute: normalize logging in execute.c
Lennart Poettering
1
-174
/
+98
2017-09-26
execute: drop explicit log_open()/log_close() now that it is unnecessary
Lennart Poettering
1
-5
/
+1
2017-09-26
execute: make use of the new logging mode in execute.c
Lennart Poettering
1
-3
/
+5
2017-09-26
log: add a mode where we open the log fds for every single log message
Lennart Poettering
2
-34
/
+60
2017-09-26
log: let's make use of the fact that our functions return the negative error ...
Lennart Poettering
1
-3
/
+2
2017-09-26
execute: downgrade a log message ERR → WARNING, since we proceed ignoring i...
Lennart Poettering
1
-1
/
+1
2017-09-26
execute: rework logging in setup_keyring() to include unit info
Lennart Poettering
1
-12
/
+12
2017-09-26
swap: introduce SWAP_STATE_WITH_PROCESS() similar to MOUNT_STATE_WITH_PROCESS()
Lennart Poettering
1
-12
/
+11
2017-09-26
swap: adjust swap.c in a similar way to what we just did to mount.c
Lennart Poettering
3
-55
/
+45
2017-09-26
mount: rename mount_state_active() → MOUNT_STATE_WITH_PROCESS()
Lennart Poettering
1
-14
/
+14
2017-09-26
mount: rework mount state engine
Lennart Poettering
4
-139
/
+124
2017-09-26
mount: clean up reload_result management a bit
Lennart Poettering
1
-3
/
+17
2017-09-26
service: rework service_kill_control_processes()
Lennart Poettering
1
-12
/
+38
2017-09-26
set: add new helper set_make() which is like set_new() + multiple set_put() i...
Lennart Poettering
4
-0
/
+109
2017-09-26
basic/log: fix return value from log_struct_iovec_internal()
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2017-09-26
test-cpu-set-util.c: fix typo in comment (#6916)
Jan Synacek
1
-1
/
+1
2017-09-26
meson: hook up hwdb-test.sh again
Zbigniew Jędrzejewski-Szmek
2
-1
/
+5
[next]