index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
units
/
systemd-udevd-control.socket
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-14
man/systemd.nspawn: fix reference to --timezone argument (#10403)
Ben Boeckel
1
-1
/
+1
2018-10-14
udev: use readlink_malloc() or its friend
Yu Watanabe
2
-29
/
+20
2018-10-13
test: use fabsl instead of fabs as json_variant_real() returns 'long double'
Yu Watanabe
1
-1
/
+1
2018-10-13
busctl: drop unused variable
Yu Watanabe
1
-1
/
+1
2018-10-13
core: set _unused_ attribute to 'reloading'
Yu Watanabe
1
-2
/
+2
2018-10-13
core: ensure it's not fatal if we cannot watch /etc/localtime
Lennart Poettering
1
-3
/
+1
2018-10-13
core: add debug logging if we cant watch /etc/localtime itself
Lennart Poettering
1
-2
/
+6
2018-10-13
systemctl: clean up start_unit_one() error handling
Lennart Poettering
1
-17
/
+15
2018-10-13
systemctl: add missing OOM check
Lennart Poettering
1
-2
/
+4
2018-10-13
logind: validate /run/user/1000 before we set it
Lennart Poettering
1
-7
/
+41
2018-10-13
core: fix unfortunate typo in unit_is_unneeded()
Lennart Poettering
1
-1
/
+1
2018-10-13
core: make destructive transaction error a bit more useful
Lennart Poettering
1
-1
/
+3
2018-10-13
update TODO
Lennart Poettering
1
-23
/
+14
2018-10-13
man: also use "yes"/"no" rather than "true"/"false" in man pages
Lennart Poettering
7
-22
/
+22
2018-10-13
units: use =yes rather than =true everywhere
Lennart Poettering
1
-1
/
+1
2018-10-13
logind: automatically GC lingering users for who now user@.service (nor slice...
Lennart Poettering
1
-3
/
+27
2018-10-13
logind: improve error propagation of user_check_linger_file()
Lennart Poettering
1
-1
/
+7
2018-10-13
logind: add a RequiresMountsFor= dependency from the session scope unit to th...
Lennart Poettering
6
-10
/
+42
2018-10-13
logind: change user-runtime-dir to query runtime dir size from logind via the...
Lennart Poettering
4
-24
/
+34
2018-10-13
logind: optionally watch utmp for login data
Lennart Poettering
6
-1
/
+203
2018-10-13
logind: add hashtable for finding session by leader PID
Lennart Poettering
6
-12
/
+53
2018-10-13
logind: optionally, keep the user@.service instance for eached logged in user...
Lennart Poettering
8
-8
/
+107
2018-10-13
logind: minor session time handling tweaks
Lennart Poettering
2
-1
/
+2
2018-10-13
logind: rework how we manage the slice and user-runtime-dir@.service unit for...
Lennart Poettering
7
-130
/
+120
2018-10-13
logind: don't clobber bus error structure if we don't fail
Lennart Poettering
1
-7
/
+7
2018-10-13
logind: propagate session stop errors
Lennart Poettering
1
-2
/
+2
2018-10-13
logind: introduce little helper that checks whether a session is ready
Lennart Poettering
1
-5
/
+12
2018-10-13
logind: use TAKE_PTR() where we can
Lennart Poettering
1
-3
/
+1
2018-10-13
logind: prefer strjoin() over asprintf()
Lennart Poettering
1
-2
/
+2
2018-10-13
logind: don't rely on downgrade-to-bool
Lennart Poettering
1
-1
/
+1
2018-10-13
logind: voidify a few calls
Lennart Poettering
5
-11
/
+11
2018-10-13
logind: make better use of logging functions
Lennart Poettering
1
-6
/
+4
2018-10-13
logind: never elect a session that is stopping as display
Lennart Poettering
1
-6
/
+4
2018-10-13
logind: make unit/job active checking more debuggable
Lennart Poettering
4
-14
/
+42
2018-10-13
man: add missing space
Lennart Poettering
1
-1
/
+1
2018-10-13
sd-bus: add new API call sd_bus_error_move()
Lennart Poettering
5
-3
/
+43
2018-10-13
logind: fix bad error propagation
Lennart Poettering
1
-1
/
+1
2018-10-13
logind: correct bad clean-up path
Lennart Poettering
1
-1
/
+1
2018-10-13
logind: save/restore User object's "stopping" field during restarts
Lennart Poettering
2
-7
/
+18
2018-10-13
logind: improve logging in manager_connect_console()
Lennart Poettering
1
-11
/
+11
2018-10-13
logind: initialize Manager object with structure initialization too
Lennart Poettering
1
-3
/
+5
2018-10-13
units: improve Description= string a bit
Lennart Poettering
1
-1
/
+1
2018-10-13
units: set StopWhenUnneeded= for the user slice units too
Lennart Poettering
1
-0
/
+1
2018-10-13
logind: turn of stdio locking when writing session files too
Lennart Poettering
1
-3
/
+3
2018-10-13
logind: fix serialization/deserialization of user's "display session"
Lennart Poettering
2
-15
/
+21
2018-10-13
logind: rework Seat/Session/User object allocation and freeing a bit
Lennart Poettering
6
-60
/
+83
2018-10-13
format-table: don't use unsigned when there's no point in it
Lennart Poettering
1
-3
/
+3
2018-10-13
journal-upload: check for overflow
Lennart Poettering
1
-11
/
+11
2018-10-13
wait-online: more voidifyin of sd_event_add_signal()
Lennart Poettering
1
-2
/
+2
2018-10-13
machinectl: voidify calls to sd_event_add_signal()
Lennart Poettering
1
-4
/
+4
[next]