index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
man
/
sd-login.xml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-12-20
umount: line break comments again
Lennart Poettering
1
-22
/
+13
2019-12-20
Revert "Drop dbus activation stub service"
Lennart Poettering
4
-1
/
+21
2019-12-20
network: fix typo
Yu Watanabe
1
-1
/
+1
2019-12-20
core,journal: export user units' InvocationID and use as _SYSTEMD_INVOCATION_ID
Anita Zhang
3
-18
/
+66
2019-12-19
network: update log message in message_rtnl_process_xyz()
Yu Watanabe
1
-7
/
+16
2019-12-19
man: add section about user manager units
Zbigniew Jędrzejewski-Szmek
1
-0
/
+39
2019-12-19
man: add remote-*.targets to the bootup sequence
Zbigniew Jędrzejewski-Szmek
1
-43
/
+53
2019-12-19
time-util: also use 32bit hack on EOVERFLOW
Lennart Poettering
1
-1
/
+1
2019-12-19
Revert "cryptsetup: umount encrypted devices before detaching it during shutd...
Zbigniew Jędrzejewski-Szmek
3
-18
/
+9
2019-12-19
[man] note which UID ranges will get user journals
Anita Zhang
2
-4
/
+10
2019-12-19
[man] fix URL
Anita Zhang
1
-1
/
+1
2019-12-18
test: add test case for PrivateDevices=y and Group=daemon
Anita Zhang
3
-0
/
+18
2019-12-18
core: create inaccessible nodes for users when making runtime dirs
Anita Zhang
11
-30
/
+96
2019-12-18
core: add test case for PrivateUsers=true in user manager
Filipe Brandenburger
4
-1
/
+163
2019-12-18
core: PrivateUsers=true for (unprivileged) user managers
Anita Zhang
2
-44
/
+78
2019-12-18
analyze: badness if neither of RootImage and RootDirectory exists
Topi Miettinen
1
-1
/
+1
2019-12-18
network: introduce AddPrefixRoute= and deprecate PrefixRoute=
Yu Watanabe
5
-14
/
+17
2019-12-18
Make openssl dependency optional again
Zbigniew Jędrzejewski-Szmek
2
-7
/
+7
2019-12-18
update TODO
Lennart Poettering
1
-2
/
+0
2019-12-18
sd-event: don't allocate event queue array on stack
Lennart Poettering
1
-15
/
+20
2019-12-18
man: add man page for sd_bus_message_sensitive()
Lennart Poettering
2
-0
/
+86
2019-12-18
Restore silent handling of BUS_ERROR_SPEED_METER_INACTIVE
Zbigniew Jędrzejewski-Szmek
3
-1
/
+4
2019-12-18
shared/loop-util: rename function
Zbigniew Jędrzejewski-Szmek
2
-3
/
+3
2019-12-18
shared/dropin: fix assert for invalid drop-in
Topi Miettinen
2
-11
/
+26
2019-12-17
initrd: make udev cleanup service confict trigger and settle too
Dimitri John Ledkov
1
-2
/
+2
2019-12-17
varlink: add varlink_close_unref() helper
Lennart Poettering
2
-1
/
+11
2019-12-17
chown-recursive: add fd based API
Lennart Poettering
2
-0
/
+39
2019-12-17
chown-recursive: move src/core/chown-recursive.[ch] → src/shared/
Lennart Poettering
4
-2
/
+2
2019-12-17
basic: add quota-util.[ch] with some helpers for the Linux quotactl() API
Lennart Poettering
3
-0
/
+62
2019-12-17
cryptsetup-pkcs11: just return zero on success, no need to return anything else
Lennart Poettering
1
-1
/
+1
2019-12-17
cryptsetup-pkcs11: line break some overly long lines
Lennart Poettering
1
-2
/
+18
2019-12-17
cryptsetup-pkcs11: refuse keys above 16MiB size
Lennart Poettering
1
-2
/
+10
2019-12-17
man: tweaks to the crypttab(5) man page
Lennart Poettering
2
-12
/
+15
2019-12-17
hwdb: assume all Medion Akoya E-models have the same matrix
cvoinf
1
-17
/
+6
2019-12-17
man: whitespace fix
Lennart Poettering
1
-1
/
+1
2019-12-17
man: we support growing xfs too these days
Lennart Poettering
1
-0
/
+1
2019-12-17
time-util: deal with systems where userspace has 64bit time_t but kernel does...
Lennart Poettering
1
-3
/
+24
2019-12-17
network: support alternative name to get bus path for the link
Yu Watanabe
1
-2
/
+6
2019-12-17
networkctl: support alternative name to specify interface
Yu Watanabe
1
-10
/
+35
2019-12-17
udev: sort alternative names
Yu Watanabe
1
-0
/
+1
2019-12-17
sd-netlink: introduce rtnl_resolve_link_alternative_names()
Yu Watanabe
3
-0
/
+31
2019-12-17
[import] fix stdin/stdout pipe behavior in import/export tar/raw
Anita Zhang
2
-6
/
+24
2019-12-17
hwdb: Add Bluetooth-attached Logitech MX Master
Jan Alexander Steffens (heftig)
1
-1
/
+10
2019-12-17
systemctl: show what verbs support --dry-run in the help page
Bart Willems
1
-0
/
+3
2019-12-17
sd-netlink: add a whitespce between cast operator and variable
Yu Watanabe
1
-8
/
+6
2019-12-17
sd-netlink: make netlink_container_parse() takes size_t for rt_len
Yu Watanabe
1
-5
/
+13
2019-12-17
network: set AlternativeNamesPolicy= in 99-default.link
Yu Watanabe
1
-0
/
+1
2019-12-17
udev: introduce AlternativeNamesPolicy= setting
Yu Watanabe
5
-40
/
+114
2019-12-17
udev: do not fail if kernel does not support alternative names
Yu Watanabe
2
-2
/
+5
2019-12-17
random-util: call initialize_srand() after fork()
Yu Watanabe
1
-1
/
+13
[next]