index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shutdown
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
umount: similar as previous commit, split out DM detaching
Lennart Poettering
2023-06-02
6
-125
/
+155
*
|
umount: split out MD detaching code from umount.c
Lennart Poettering
2023-06-02
6
-135
/
+166
|
/
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
1
-2
/
+2
*
switch-root: don't require /mnt/ when switching root into host OS
Lennart Poettering
2023-05-03
1
-1
/
+1
*
shutdown: paranoia – close all fds we might get passed in
Lennart Poettering
2023-04-27
1
-0
/
+6
*
tree-wide: convert more cases do DEVNUM_FORMAT_STR()/DEVNUM_FORMAT_VAL()
Lennart Poettering
2023-04-21
1
-2
/
+3
*
core: Propagate exit status via notify socket when running in VM
Daan De Meyer
2023-04-12
1
-0
/
+6
*
proc-cmdline: filter PID1 arguments when we are running in a container
Yu Watanabe
2023-03-29
1
-14
/
+5
*
tree-wide: reset optind to 0 when GNU extensions in optstring are used
Yu Watanabe
2023-03-29
1
-0
/
+4
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-2
/
+2
*
Merge pull request #26203 from medhefgo/meson
Yu Watanabe
2023-02-22
1
-4
/
+7
|
\
|
*
meson: Use dicts for test definitions
Jan Janssen
2023-02-21
1
-4
/
+7
*
|
process-util: rename FORK_NULL_STDIO -> FORK_REARRANGE_STDIO
Yu Watanabe
2023-02-20
1
-2
/
+8
|
/
*
meson: Do not include headers in source lists
Jan Janssen
2023-01-24
1
-3
/
+1
*
shutdown: Make all mounts private
Valentin David
2023-01-11
1
-0
/
+5
*
shutdown: Move busy mounts to not block parent mounts
Valentin David
2023-01-11
2
-2
/
+67
*
shutdown: Drop bit fields in boolean declarations
Valentin David
2023-01-11
1
-2
/
+2
*
shutdown: don't close pipe fds.
Lennart Poettering
2023-01-10
1
-2
/
+2
*
shutdown: propagate the original errno
Yu Watanabe
2023-01-10
1
-1
/
+1
*
shutdown: propagate mount() failures from child to parent
Lennart Poettering
2023-01-09
1
-12
/
+40
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-3
/
+3
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
2
-2
/
+2
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
2
-2
/
+0
*
basic,shared: move disable_coredumps() to coredump-util.[ch]
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
basic: create new basic/initrd-util.[ch] for initrd-related functions
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
shutdown: rework log_umount_blockers() a bit
Lennart Poettering
2022-08-31
1
-23
/
+37
*
umount: unmount profcs/sysfs/.. lazily
Lennart Poettering
2022-08-31
2
-15
/
+13
*
umount: minor modernizations
Lennart Poettering
2022-08-31
1
-4
/
+3
*
umount: use structured initialization
Lennart Poettering
2022-08-31
1
-4
/
+8
*
shutdown: rebreak all comments to coding style
Lennart Poettering
2022-08-31
1
-39
/
+27
*
shutdown: Fix last try detection
Jan Janssen
2022-08-25
1
-1
/
+1
*
shutdown: trivial modernizations
Lennart Poettering
2022-08-16
1
-22
/
+21
*
shutdown: Lazy unmount /oldroot/{dev,proc,sys}
Jan Janssen
2022-06-09
1
-0
/
+11
*
shutdown: Log processes that block umount
Jan Janssen
2022-06-09
1
-3
/
+63
*
shutdown: Rename umount_log_level and make it a bool
Jan Janssen
2022-06-09
3
-50
/
+44
*
shutdown: get only active md arrays.
Mariusz Tkaczyk
2022-04-06
1
-1
/
+17
*
list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() safer
Yu Watanabe
2022-03-19
1
-4
/
+4
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
2
-7
/
+0
*
test: Use TEST macros in more places
Jan Janssen
2022-03-16
1
-12
/
+14
*
meson: move files' closing brace to separate line
Zbigniew Jędrzejewski-Szmek
2022-03-03
1
-1
/
+2
*
meson: do not use split() in file lists
Zbigniew Jędrzejewski-Szmek
2022-03-02
1
-5
/
+4
*
shutdown: don't stop the watchdog
Michael Olbrich
2022-02-04
1
-2
/
+3
*
Merge pull request #22092 from keszybz/docs-links
Zbigniew Jędrzejewski-Szmek
2022-01-12
1
-1
/
+1
|
\
|
*
shutdown: adjust log message
Zbigniew Jędrzejewski-Szmek
2022-01-12
1
-1
/
+1
*
|
shutdown: release the watchdog finally
Lidong Zhong
2022-01-12
1
-0
/
+1
*
|
meson: Use files() for tests
Jan Janssen
2022-01-11
1
-3
/
+3
|
/
*
umount: fix log message
Lennart Poettering
2021-11-16
1
-1
/
+1
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-9
/
+3
*
homed,shutdown: call valgrind magic after LOOP_GET_STATUS64
Lennart Poettering
2021-10-16
1
-0
/
+12
*
basic: split out sync() family of calls from fs-util.[ch] into new c/h file
Lennart Poettering
2021-10-05
1
-1
/
+1
[prev]
[next]