index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
coverity.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-22
core: when switching root remove /run/systemd before executing the binary spe...
Franck Bui
1
-0
/
+12
2024-07-22
Make vcs-tag do something useful for non-developer mode as well
Daan De Meyer
2
-4
/
+18
2024-07-22
zsh/_networkctl: remove duplicated argument for completion (#31926)
Collin L
1
-1
/
+1
2024-07-22
shared: log error when execve fail
Mauri de Souza Meneguzzo
2
-3
/
+9
2024-07-22
mkosi: update arch commit reference
Daan De Meyer
1
-1
/
+1
2024-07-22
mkosi: update fedora commit reference
Daan De Meyer
1
-1
/
+1
2024-07-22
test: systemd-networkd-tests: add fdb learned tests
Gregor Herburger
2
-0
/
+5
2024-07-22
networkctl: add support to display learned fdb entries
Gregor Herburger
2
-0
/
+17
2024-07-22
network: bridge: add support for IFLA_BR_FDB_MAX_LEARNED
Gregor Herburger
5
-0
/
+55
2024-07-22
mkosi: Use the Fedora Rawhide spec for CentOS
Daan De Meyer
3
-12
/
+6
2024-07-22
mkosi: Switch back to PKG_SUBDIR instead of symlinks
Daan De Meyer
15
-85
/
+61
2024-07-21
core/service: imply Type=exec if credentials are used
Mike Yuan
2
-6
/
+14
2024-07-21
test-execute: ExecStop= and friends should not get credentials
Mike Yuan
1
-2
/
+2
2024-07-21
cryptsetup: handle parallel activation of volumes with another tool gracefully
Kamil Szczęk
1
-2
/
+22
2024-07-21
udev-builtin-net_id: use firmware_node/sun for ID_NET_NAME_SLOT
Etienne Champetier
4
-11
/
+74
2024-07-21
test: override blocking localed policy in TEST-73-LOCALE
Luca Boccassi
1
-0
/
+23
2024-07-21
hwdb: fix MXC6655 accelerometer mount matrix for Aquarius Cmp NS483
Vasiliy Kovalev
1
-0
/
+3
2024-07-21
systemd.dnssd does not handle local requests (#32991)
Alain Greppin
1
-1
/
+4
2024-07-21
core/service: destroy runtime data when Type=oneshot services exit
Mike Yuan
1
-11
/
+26
2024-07-21
core/unit: add one assertion for u->manager
Mike Yuan
1
-0
/
+1
2024-07-20
timedatectl: setting set_local_rtc to 1 will throw Warning as well, use log_w...
ShreyasMahangade
1
-8
/
+16
2024-07-20
meson: fix missing failure if bpf-framework was enabled
Dominique Martinet
1
-0
/
+3
2024-07-20
upate TODO
Lennart Poettering
1
-0
/
+6
2024-07-20
run: clean up ExecCommandFlags serialization
Mike Yuan
1
-6
/
+12
2024-07-20
exec-util: modernize exec_command_flags_{to,from}_strv
Mike Yuan
3
-43
/
+32
2024-07-19
zsh: update varlinkctl completions
Ronan Pigott
1
-8
/
+26
2024-07-19
execute: add FIXME comment
Lennart Poettering
1
-0
/
+3
2024-07-19
zsh: add varlinkctl completions
Ronan Pigott
2
-0
/
+53
2024-07-19
docs: Document how to do stable releases
Daan De Meyer
1
-0
/
+6
2024-07-19
mkosi: Bump default device timeout a little
Daan De Meyer
1
-1
/
+1
2024-07-19
hwdb: Add mic mute key mapping for Dell Pro Rugged series
Kai-Chuan Hsieh
1
-0
/
+2
2024-07-19
pid1: use $COLUMNS info in status_vprintf()
Lennart Poettering
1
-2
/
+8
2024-07-19
main: set $COLUMNS/$ROWS for PID 1 based on /dev/console data
Lennart Poettering
1
-0
/
+40
2024-07-19
terminal-util: add recognizable error if cols/rows of tty are initially not i...
Lennart Poettering
1
-2
/
+2
2024-07-19
terminal-util: extend timeout on background color request
Lennart Poettering
1
-1
/
+1
2024-07-19
terminal-util: try to avoid reading more from terminal than we need in get_de...
Lennart Poettering
1
-3
/
+6
2024-07-19
exec-invoke: user EBADF where appropriate
Lennart Poettering
1
-1
/
+1
2024-07-19
tree-wide: acquire /dev/console lock around any attempts to reset TTY
Lennart Poettering
6
-3
/
+22
2024-07-19
terminal-util: teach resolve_dev_console() to deal correctly with /dev/consol...
Lennart Poettering
1
-6
/
+20
2024-07-19
terminal-util: move lock_dev_console() here
Lennart Poettering
6
-21
/
+18
2024-07-19
man: clarify what TTYReset= and TTYVTDisallocate= do and do not do regarding ...
Lennart Poettering
1
-6
/
+9
2024-07-19
units: bring agetty command lines back into sync
Lennart Poettering
4
-9
/
+10
2024-07-19
exec-invoke: move terminal initialization a bit
Lennart Poettering
2
-13
/
+52
2024-07-19
execute: reorder "destructive" tty reset operations
Lennart Poettering
1
-5
/
+11
2024-07-19
exec-invoke: handle errno log message writing in write_confirm_error_fd() lik...
Lennart Poettering
1
-6
/
+7
2024-07-19
exec-invoke: save original stdin/stdout with O_CLOEXEC set
Lennart Poettering
1
-2
/
+2
2024-07-19
execute: also hook up ansi-seq-based terminal size determination with exec_co...
Lennart Poettering
3
-25
/
+29
2024-07-19
tree-wide: reset stdout not stdin
Lennart Poettering
4
-5
/
+5
2024-07-19
terminal-util: refactor vt_disallocate()
Lennart Poettering
1
-40
/
+19
2024-07-19
terminal-util: move acquire_terminal() and AcquireTerminalFlags back together...
Lennart Poettering
1
-3
/
+3
[next]