index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
units
/
systemd-firstboot.service.in
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2018-12-07
mount: merge redundant call mount_needs_network() into mount_is_network()
Lennart Poettering
1
-9
/
+5
2018-12-07
travis: also compile systemd on Debian Testing
Evgeny Vereshchagin
2
-0
/
+101
2018-12-07
man: fix reference to sd_journal_print(3)
Filipe Brandenburger
1
-2
/
+2
2018-12-07
missing: re-add drm related entries
Yu Watanabe
4
-4
/
+12
2018-12-07
bash-completion: analyze: support 'security'
Yu Watanabe
1
-1
/
+19
2018-12-07
missing: add ARPHRD_IP6GRE
Yu Watanabe
1
-0
/
+5
2018-12-07
af-list,arphrd-list: also include relevant missing_*.h headers
Yu Watanabe
5
-5
/
+8
2018-12-07
journal: use missing_audit.h to generate audit_type-list.txt
Yu Watanabe
4
-11
/
+9
2018-12-07
cap-list: use missing_capabilty.h to generate list of capabilities
Yu Watanabe
1
-1
/
+2
2018-12-07
systemctl: be nice to users and give hint how to specify "-.mount"
Zbigniew Jędrzejewski-Szmek
1
-1
/
+9
2018-12-07
shared/blkid-util: do not include util.h needlessly
Zbigniew Jędrzejewski-Szmek
1
-4
/
+2
2018-12-06
Revert "pager: close all fds when forking off pager"
Yu Watanabe
1
-1
/
+1
2018-12-06
test-resolved: fix error code check in assertion
Alexey Bogdanenko
1
-1
/
+1
2018-12-06
test-network: make search_words_in_file() hit multi words
Yu Watanabe
1
-14
/
+15
2018-12-06
test-network: delete rules before running next test
Yu Watanabe
1
-0
/
+6
2018-12-06
test-network: add a line break after starting networkd
Yu Watanabe
1
-0
/
+1
2018-12-06
test-network: check link before starting dnsmasq
Yu Watanabe
1
-27
/
+18
2018-12-06
test-network: show command outputs
Yu Watanabe
1
-0
/
+4
2018-12-06
test-network: sort imported modules
Yu Watanabe
1
-4
/
+4
2018-12-06
test-network: sort links and units
Yu Watanabe
1
-44
/
+156
2018-12-06
test-network: fix typo in class name
Yu Watanabe
1
-1
/
+1
2018-12-06
fd-util: Fix error handling in safe_fclose
Paweł Szewczyk
1
-1
/
+1
2018-12-06
tree-wide: drop missing.h from headers and use relevant missing_*.h
Yu Watanabe
6
-5
/
+6
2018-12-06
lockfile: drop unnecessary headers from lockfile-util.h
Yu Watanabe
7
-5
/
+6
2018-12-06
nsflsgs: drop missing.h and use missing_sched.h
Yu Watanabe
2
-3
/
+2
2018-12-06
util: drop missing.h from socket-util.h
Yu Watanabe
23
-13
/
+30
2018-12-06
util: drop missing.h from time-util.c
Yu Watanabe
1
-1
/
+1
2018-12-06
missing: move fs or mount related definitions to missing_fs.h
Yu Watanabe
4
-61
/
+66
2018-12-06
missing: drop falloc related definitions
Yu Watanabe
1
-9
/
+0
2018-12-06
missing: move sched.h related definitions to missing_sched.h
Yu Watanabe
3
-15
/
+23
2018-12-06
missing: drop old drm related definitions
Yu Watanabe
2
-8
/
+4
2018-12-06
missing: drop BPF_XOR as we have linux/bpf_common.h
Yu Watanabe
1
-4
/
+0
2018-12-06
missing: drop DM_DEFERRED_REMOVE as we have dm-ioctl.h
Yu Watanabe
1
-4
/
+0
[next]