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
*
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
*
shutdown: introduce init_watchdog()
Franck Bui
2021-09-15
1
-20
/
+25
*
watchdog: rename watchdog_set_timeout() into watchdog_setup()
Franck Bui
2021-09-15
1
-1
/
+1
*
core: watchdog_set_timeout() doesn't need to return the timeout value used by...
Franck Bui
2021-09-15
1
-1
/
+1
*
watchdog: make watchdog_ping() a NOP when the watchdog is disabled or closed
Franck Bui
2021-09-15
1
-5
/
+15
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-2
/
+2
*
tree-wide: "a" -> "an"
Yu Watanabe
2021-06-30
1
-1
/
+1
*
tree-wide: add missing whitespace at the end of comments
Yu Watanabe
2021-06-15
1
-1
/
+1
*
Merge pull request #18886 from anitazha/shutdownconsole
Zbigniew Jędrzejewski-Szmek
2021-03-31
1
-1
/
+6
|
\
|
*
shutdown: log on container exit
Anita Zhang
2021-03-05
1
-1
/
+3
|
*
shutdown: set always_reopen_console
Anita Zhang
2021-03-05
1
-0
/
+3
[next]