index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mkosi.build
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-09
tools: add one more SPDX license header
Yu Watanabe
1
-1
/
+3
2018-12-09
lgtm: use python3
Yu Watanabe
1
-0
/
+3
2018-12-09
tools: drop unused variable
Yu Watanabe
1
-1
/
+0
2018-12-09
hwdb: drop unused imported object
Yu Watanabe
1
-2
/
+1
2018-12-09
hwdb: drop comment
Yu Watanabe
1
-1
/
+0
2018-12-09
travis: mount tmpfs on /tmp before running the tests
Evgeny Vereshchagin
1
-0
/
+3
2018-12-09
travis: use systemd as PID1 in debian containers
Evgeny Vereshchagin
1
-7
/
+4
2018-12-08
mount-point: honour AT_SYMLINK_FOLLOW correctly
Lennart Poettering
1
-1
/
+1
2018-12-08
hwdb: Add accelerometer orientation quirk for the PoV P1005W-232 tablet
Hans de Goede
1
-0
/
+4
2018-12-08
hwdb: Add accelerometer orientation quirk for the Prowise PT301 tablet
Hans de Goede
1
-0
/
+6
2018-12-08
coding style: reduce text width to 109 characters
Zbigniew Jędrzejewski-Szmek
4
-8
/
+8
2018-12-08
journal-remote: define main through macro
Yu Watanabe
1
-38
/
+45
2018-12-08
journal-remote: destroy RemoteServer object by using _cleanup_ attribute
Yu Watanabe
3
-6
/
+3
2018-12-08
journal-upload: define main through macro
Yu Watanabe
1
-29
/
+24
2018-12-08
journal-upload: use _cleanup_ attribute to clear uploader
Yu Watanabe
1
-3
/
+1
2018-12-08
journal-gateway: define main through macro
Yu Watanabe
1
-70
/
+68
2018-12-08
journal-gateway: use _cleanup_ attribute to stop microhttpd daemon
Yu Watanabe
2
-4
/
+3
2018-12-08
wait-online: define main through macro
Yu Watanabe
1
-28
/
+21
2018-12-08
timesync: define main through macro
Yu Watanabe
1
-39
/
+27
2018-12-08
network: define main through macro
Yu Watanabe
1
-55
/
+31
2018-12-08
resolve: define main through macro
Yu Watanabe
1
-45
/
+26
2018-12-08
sd-daemon: add notify_start() and notify_on_cleanup() helper function
Yu Watanabe
2
-0
/
+23
2018-12-08
meson: rename sd_event_c to sd_event_sources
Yu Watanabe
1
-2
/
+2
2018-12-07
swap: always add in extras when we load a swap unit
Lennart Poettering
1
-9
/
+11
2018-12-07
swap: drop return value
Lennart Poettering
1
-1
/
+1
2018-12-07
swap: don't propagate issues with processing /proc/swaps
Lennart Poettering
1
-5
/
+2
2018-12-07
swap: when loading a unit from /proc/swaps, mark its load state as good
Lennart Poettering
1
-1
/
+7
2018-12-07
swap: split out code adding in additional unit props into a function of its own
Lennart Poettering
1
-50
/
+63
2018-12-07
swap: fix misplaced comment
Lennart Poettering
1
-1
/
+1
2018-12-07
swap: flush out state when activating a unit, not when deactivating it
Lennart Poettering
1
-6
/
+11
2018-12-07
mount: flush out cycle state on DEAD→MOUNTED only, not the other way round
Lennart Poettering
1
-11
/
+16
2018-12-07
mount: replace three closely related mount flags into a proper flags enum
Lennart Poettering
2
-41
/
+33
2018-12-07
mount: strdup() device paths we collect
Lennart Poettering
1
-3
/
+4
2018-12-07
mount: when the kernel reports a mount to be established reset all kinds of l...
Lennart Poettering
1
-1
/
+3
2018-12-07
mount: regenerate all deps whenever a mount's parameters changes
Lennart Poettering
1
-24
/
+10
2018-12-07
mount: when allocating a Mount object based on /proc/self/mountinfo mark it so
Lennart Poettering
1
-0
/
+7
2018-12-07
mount: let mount_add_extras() take care of remote-fs.target deps
Lennart Poettering
1
-16
/
+1
2018-12-07
mount: use free_and_strdup() over plain strdup()
Lennart Poettering
1
-6
/
+6
2018-12-07
mount: generate error message matching the error location
Lennart Poettering
1
-4
/
+2
2018-12-07
mount: move allocation of Unit object into mount_setup_new_unit()
Lennart Poettering
1
-16
/
+18
2018-12-07
mount: add a common helper for filling in info from /proc/self/mountinfo
Lennart Poettering
1
-19
/
+41
2018-12-07
mount: don't propagate errors from mount_setup_unit() further up
Lennart Poettering
1
-6
/
+3
2018-12-07
mount: simplify de-serialization of control PID a bit
Lennart Poettering
1
-4
/
+2
2018-12-07
mount: serialize umount retry counter across reloads/reexec
Lennart Poettering
1
-1
/
+9
2018-12-07
mount: make sure mount_add_extras() is always invoked when we load a mount unit
Lennart Poettering
1
-12
/
+17
2018-12-07
mount: document that mount_add_extras() must work with active units, too
Lennart Poettering
1
-0
/
+4
2018-12-07
mount: set up local-fs.target/remote-fs.target deps in mount_add_default_depe...
Lennart Poettering
1
-3
/
+10
2018-12-07
mount: remove unnecessary initialization of device_wants_mount and 'if'
Lennart Poettering
1
-3
/
+3
2018-12-07
mount: use mfree() where appropriate
Lennart Poettering
1
-5
/
+3
2018-12-07
mount: rename needs_quota() → mount_needs_quota()
Lennart Poettering
1
-4
/
+4
[next]