index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fuzz-journal-remote: fix potential fd-leak
Yu Watanabe
2023-03-18
1
-8
/
+6
*
fuzz-journal-remote: remove temporary files on exit
Yu Watanabe
2023-03-18
1
-1
/
+8
*
Merge pull request #26759 from medhefgo/boot-stack-protector
Yu Watanabe
2023-03-18
7
-19
/
+140
|
\
|
*
boot: Add undefined sanitizer support
Jan Janssen
2023-03-17
4
-5
/
+62
|
*
meson: Share more C flags
Jan Janssen
2023-03-17
4
-6
/
+14
|
*
boot: Add support for -ftrapv
Jan Janssen
2023-03-17
2
-1
/
+6
|
*
boot: Add support for -fstack-protector
Jan Janssen
2023-03-17
4
-2
/
+40
|
*
boot: Detect nested assertions
Jan Janssen
2023-03-17
1
-5
/
+18
*
|
Merge pull request #26862 from yuwata/uki-util
Yu Watanabe
2023-03-18
7
-219
/
+337
|
\
\
|
*
|
uki-util: move functions for inspecting kernel to uki-util.[ch]
Yu Watanabe
2023-03-17
4
-300
/
+320
|
*
|
bootctl: introduce inspect_kernel()
Yu Watanabe
2023-03-17
1
-39
/
+87
|
*
|
bootctl: introduce uki_read_pretty_name()
Yu Watanabe
2023-03-17
1
-11
/
+36
|
*
|
bootctl: find matching section in read_pe_section()
Yu Watanabe
2023-03-17
1
-11
/
+33
|
*
|
bootctl: return 0 instead of EXIT_SUCCESS
Yu Watanabe
2023-03-17
3
-4
/
+4
|
*
|
bootctl: move verb_kernel_identity()
Yu Watanabe
2023-03-17
1
-24
/
+24
|
*
|
os-util: add missing headers
Yu Watanabe
2023-03-17
1
-0
/
+3
*
|
|
Merge pull request #26861 from yuwata/exec-util
Yu Watanabe
2023-03-18
2
-20
/
+74
|
\
\
\
|
*
|
|
exec-util: introduce EXEC_DIR_SKIP_REMAINING flag
Yu Watanabe
2023-03-17
2
-3
/
+22
|
*
|
|
exec-util: extract the core logic of execute_directories() as execute_strv()
Yu Watanabe
2023-03-17
2
-16
/
+48
|
*
|
|
exec-util: enumerate executables earlier
Yu Watanabe
2023-03-17
1
-10
/
+13
|
*
|
|
exec-util: drop meaningless casts
Yu Watanabe
2023-03-17
1
-7
/
+6
|
*
|
|
exec-util: tighten variable scope a bit
Yu Watanabe
2023-03-17
1
-5
/
+6
|
|
/
/
*
|
|
Merge pull request #26855 from DaanDeMeyer/repart-fixes
Yu Watanabe
2023-03-18
1
-8
/
+29
|
\
\
\
|
*
|
|
repart: Report better errors if partition sizes are too small
Daan De Meyer
2023-03-16
1
-1
/
+22
|
*
|
|
repart: Zero full verity signature partition size
Daan De Meyer
2023-03-16
1
-7
/
+4
|
*
|
|
repart: Make sure we seek to beginning of partition target before copy
Daan De Meyer
2023-03-16
1
-0
/
+3
*
|
|
|
Merge pull request #26863 from yuwata/kernel-install-cleanups
Mike Yuan
2023-03-17
1
-28
/
+8
|
\
\
\
\
|
*
|
|
|
kernel-install: check all entry candidates first, then check existence of $pr...
Yu Watanabe
2023-03-17
1
-8
/
+8
|
*
|
|
|
Revert "kernel-install: also try to find $BOOT by partition GUID"
Yu Watanabe
2023-03-17
1
-20
/
+0
|
|
|
/
/
|
|
/
|
|
*
/
|
|
sleep: fix default values unmatched with manual
Mike Yuan
2023-03-17
1
-1
/
+4
|
/
/
/
*
|
|
Merge pull request #26849 from DaanDeMeyer/fwd-colors
Daan De Meyer
2023-03-17
2
-3
/
+23
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
journald-console: Add colors when forwarding to console
Daan De Meyer
2023-03-16
1
-2
/
+6
|
*
|
terminal-util: Don't assume terminal is dumb if connected to /dev/null
Daan De Meyer
2023-03-16
1
-1
/
+17
|
|
/
*
|
Merge pull request #26783 from yuwata/loop-ref-follow-up
Daan De Meyer
2023-03-17
1
-6
/
+8
|
\
\
|
*
|
udev: mention that the kernel silently truncates lo_file_name if too long
Yu Watanabe
2023-03-14
1
-6
/
+8
*
|
|
test: add a testcase that dir_fd_is_root() is not confused by bind mount
Yu Watanabe
2023-03-17
1
-0
/
+33
*
|
|
udevadm-verify: add a short summary
Yu Watanabe
2023-03-16
1
-2
/
+18
|
|
/
|
/
|
*
|
sd-journal: fix segfault
Yu Watanabe
2023-03-16
1
-0
/
+2
*
|
Merge pull request #26835 from poettering/userdb-modernizations
Luca Boccassi
2023-03-16
3
-76
/
+45
|
\
\
|
*
|
userdbd: make static const what we can make so
Lennart Poettering
2023-03-15
1
-1
/
+1
|
*
|
userdbd: rework to use sd_event_add_child() instead of manual SIGCHLD
Lennart Poettering
2023-03-15
1
-50
/
+32
|
*
|
userdbd: make use of FORK_CLOSE_ALL_FDS + FORK_REOPEN_LOG where we can
Lennart Poettering
2023-03-15
1
-11
/
+6
|
*
|
userdbd: modernize signal handling
Lennart Poettering
2023-03-15
3
-16
/
+8
*
|
|
updated usage of SD_BUS_METHOD_WITH_NAMES macros to SD_BUS_METHOD_WIT… (#26...
OMOJOLA JOSHUA
2023-03-15
1
-27
/
+15
*
|
|
Merge pull request #26771 from YHNdnzj/machinectl-edit
Yu Watanabe
2023-03-15
1
-4
/
+166
|
\
\
\
|
*
|
|
machinectl: add verb edit and cat to operate on .nspawn files
Mike Yuan
2023-03-15
1
-4
/
+166
*
|
|
|
manager: fix scope for environment generators
Ludwig Nussel
2023-03-15
1
-1
/
+1
*
|
|
|
Merge pull request #26831 from YHNdnzj/edit-util-followup
Yu Watanabe
2023-03-15
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
edit-util: log unexpected errors if we fail to remove the parent dir
Mike Yuan
2023-03-15
1
-2
/
+2
|
*
|
|
|
edit-util: use path_equal
Mike Yuan
2023-03-15
1
-1
/
+1
|
|
/
/
/
[next]