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
*
mountpoint-util: add small helper that checks if a path is below the API VFS ...
Lennart Poettering
2024-02-06
1
-1
/
+1
*
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
2
-2
/
+2
*
shutdown: Send EXIT_STATUS before final sync
Daan De Meyer
2023-12-18
1
-4
/
+7
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
1
-2
/
+2
*
process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...
Lennart Poettering
2023-10-18
1
-1
/
+1
*
Revert "shutdown: do not umount recursively before MS_MOVE"
Lennart Poettering
2023-09-02
1
-3
/
+2
*
switch-root: rework SWITCH_ROOT_SKIP_RECURSIVE_RUN flag
Lennart Poettering
2023-09-02
1
-1
/
+0
*
Journal: Add message IDs for emergency-level log messages
OMOJOLA JOSHUA
2023-09-01
1
-1
/
+4
*
shutdown: handle gracefully if MD_LEVEL udev propery is not set
Lennart Poettering
2023-08-07
1
-7
/
+20
*
shutdown: do not umount recursively before MS_MOVE
Yu Watanabe
2023-08-03
1
-2
/
+3
*
shutdown: disable recursive mount of /run/ on switching root
Yu Watanabe
2023-08-03
1
-2
/
+4
*
meson: merge declarations of normal and test executables
Yu Watanabe
2023-08-03
1
-4
/
+1
*
test: fix test executable name
Yu Watanabe
2023-08-03
1
-1
/
+1
*
meson: move declarations of socket-proxy, udevadm, quotacheck, and shutdown
Yu Watanabe
2023-08-01
1
-0
/
+21
*
device-util: Declare iterator variables inline
Daan De Meyer
2023-07-12
3
-3
/
+0
*
umount: /usr/ should never be unmounted regardless of HAVE_SPLIT_USR or not
Lennart Poettering
2023-06-03
1
-5
/
+4
*
Merge pull request #27435 from poettering/renew-reboot
Lennart Poettering
2023-06-02
1
-11
/
+9
|
\
|
*
switch-root: automatically make target switch root dir a mount point
Lennart Poettering
2023-06-02
1
-6
/
+0
|
*
switch-root: disable sync() again when we switch root during shutdown
Lennart Poettering
2023-06-02
1
-2
/
+6
|
*
switch-root: introduce SwitchRootFlags flags parameter to switch_root()
Lennart Poettering
2023-06-02
1
-1
/
+1
|
*
switch-root: always use MS_BIND to move api vfs over
Lennart Poettering
2023-06-02
1
-5
/
+1
|
*
pid1: add "soft-reboot" reboot method
Lennart Poettering
2023-06-02
1
-1
/
+5
*
|
shutdown: tone down failure messages a bit
Lennart Poettering
2023-06-02
1
-6
/
+6
*
|
detach-loopback: also don't bother detaching loopback block device /usr/ is r...
Lennart Poettering
2023-06-02
1
-3
/
+9
*
|
detach-md: similar to the DM case, also don't try to detach MD device backing...
Lennart Poettering
2023-06-02
1
-2
/
+5
*
|
shutdown: don't attempt to detach DM volume backing /usr/
Lennart Poettering
2023-06-02
1
-2
/
+5
*
|
detach-loopback: also decouple from umount.h
Lennart Poettering
2023-06-02
4
-16
/
+37
*
|
detach-md: also decouple structures from umount.h
Lennart Poettering
2023-06-02
1
-11
/
+33
*
|
detach-dm: decouple from umount.[ch]
Lennart Poettering
2023-06-02
1
-11
/
+33
*
|
detach-swap: decouple from umount.h
Lennart Poettering
2023-06-02
3
-20
/
+39
*
|
umount: split out swap detachment code too
Lennart Poettering
2023-06-02
7
-86
/
+111
*
|
umount: split out loopback detach code
Lennart Poettering
2023-06-02
6
-197
/
+211
*
|
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
[next]