index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
man,catalog: fix typo
Yu Watanabe
2023-02-24
2
-3
/
+3
*
shared: move cg_set_access() declaration to right header file
Lennart Poettering
2023-02-23
3
-1
/
+3
*
journal-file: Improve debug messages
Daan De Meyer
2023-02-23
1
-19
/
+26
*
journal-file: Fix return value in bump_entry_array()
Daan De Meyer
2023-02-23
1
-1
/
+2
*
systemctl: use bus_message_hash_ops
Yu Watanabe
2023-02-23
1
-18
/
+8
*
man: link up sd_event_add_memory_pressure() more
Lennart Poettering
2023-02-23
1
-0
/
+2
*
Merge pull request #26258 from DaanDeMeyer/boot-smbios
Daan De Meyer
2023-02-23
7
-20
/
+142
|
\
|
*
vmm: Modernize get_smbios_table()
Daan De Meyer
2023-02-23
1
-11
/
+7
|
*
stub: Read extra kernel command line items from SMBIOS
Daan De Meyer
2023-02-23
2
-0
/
+24
|
*
vmm: Add smbios_find_oem_string()
Daan De Meyer
2023-02-23
2
-3
/
+43
|
*
vmm: Add more const
Daan De Meyer
2023-02-23
1
-7
/
+7
|
*
efi-string: Add efi_memchr()
Daan De Meyer
2023-02-23
3
-0
/
+29
|
*
efi-string: Add startswith8()
Daan De Meyer
2023-02-22
3
-0
/
+29
|
*
efi-string: Fix strchr() null byte handling
Daan De Meyer
2023-02-22
2
-1
/
+5
*
|
Merge pull request #26535 from yuwata/systemctl-list-cleanups
Yu Watanabe
2023-02-23
2
-279
/
+307
|
\
\
|
*
|
systemctl: cleanups for list-paths
Yu Watanabe
2023-02-23
1
-67
/
+62
|
*
|
systemctl: cleanups for list-automounts
Yu Watanabe
2023-02-23
1
-37
/
+47
|
*
|
systemctl: cleanups for list-timers
Yu Watanabe
2023-02-23
2
-52
/
+81
|
*
|
systemctl: cleanups for list-sockets
Yu Watanabe
2023-02-23
1
-100
/
+104
|
*
|
systemctl-list-units: drop unused return value
Yu Watanabe
2023-02-23
1
-18
/
+10
|
*
|
systemctl-list-units: fix memleak on error
Yu Watanabe
2023-02-23
1
-7
/
+5
*
|
|
Merge pull request #26560 from yuwata/journal-send-fix-memleak-and-cleanups
Yu Watanabe
2023-02-23
3
-71
/
+57
|
\
\
\
|
*
|
|
sd-journal: fix memleak and freeing invalid pointers
Yu Watanabe
2023-02-23
1
-69
/
+38
|
*
|
|
io-util: drop double evaluation in IOVEC_INIT_STRING()
Yu Watanabe
2023-02-23
1
-2
/
+6
|
*
|
|
io-util: introduce IOVEC_NULL
Yu Watanabe
2023-02-23
1
-0
/
+1
|
*
|
|
io-util: introduce iovec_array_free()
Lennart Poettering
2023-02-23
2
-0
/
+12
|
|
/
/
*
|
|
core/dbus-socket: check the socket path is absolute
Yu Watanabe
2023-02-23
1
-1
/
+1
*
|
|
execute: pass ambient caps from PAM through to invoked service
Lennart Poettering
2023-02-23
1
-8
/
+26
*
|
|
Merge pull request #26563 from dtardon/fd-init
Zbigniew Jędrzejewski-Szmek
2023-02-23
5
-7
/
+7
|
\
\
\
|
*
|
|
bootctl: drop unneeded initialization
David Tardon
2023-02-23
1
-1
/
+1
|
*
|
|
tree-wide: initialize fds with -EBADF
David Tardon
2023-02-23
5
-6
/
+6
*
|
|
|
Merge pull request #26556 from keszybz/list-timers-optimize-left
Zbigniew Jędrzejewski-Szmek
2023-02-23
6
-20
/
+103
|
\
\
\
\
|
*
|
|
|
systemctl: make list-timers not say "left" in "LEFT" column
Zbigniew Jędrzejewski-Szmek
2023-02-22
1
-1
/
+1
|
*
|
|
|
shared/format-table: optionally print timestamps without "left"
Zbigniew Jędrzejewski-Szmek
2023-02-22
5
-19
/
+102
*
|
|
|
|
Merge pull request #26458 from yuwata/core-network-namespace-remount-sysfs
Lennart Poettering
2023-02-23
18
-28
/
+484
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
test-execute: add test for PrivateNetwork= with/without mount namespacing
Yu Watanabe
2023-02-23
3
-3
/
+22
|
*
|
|
|
core/namespace: mount new sysfs when new network namespace is requested
Yu Watanabe
2023-02-23
4
-0
/
+18
|
*
|
|
|
core/namespace: introduce a new namespace mount mode PRIVATE_SYSFS
Yu Watanabe
2023-02-23
1
-1
/
+29
|
*
|
|
|
core/namespace: rename SYSFS -> BIND_SYSFS
Yu Watanabe
2023-02-23
1
-7
/
+7
|
*
|
|
|
mount-util: introduce remount_sysfs()
Yu Watanabe
2023-02-23
3
-1
/
+339
|
*
|
|
|
core/execute: make PrivateMounts= tristate
Yu Watanabe
2023-02-23
4
-5
/
+6
|
*
|
|
|
core/dbus-util: introduce bus_set_transient_tristate()
Yu Watanabe
2023-02-23
2
-0
/
+25
|
*
|
|
|
bus-util: introduce bus_property_get_tristate()
Yu Watanabe
2023-02-23
2
-0
/
+17
|
*
|
|
|
core/execute: introduce exec_needs_ipc_namespace() helper function
Yu Watanabe
2023-02-23
1
-6
/
+11
|
*
|
|
|
core/execute: introduce exec_needs_network_namespace() helper function
Yu Watanabe
2023-02-23
3
-5
/
+12
|
*
|
|
|
core/namespace: drop unused field in NamespaceInfo
Yu Watanabe
2023-02-23
2
-2
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
sd-event: fix error handling
Yu Watanabe
2023-02-23
1
-1
/
+1
*
|
|
|
Merge pull request #26559 from yuwata/sd-event-memory-pressure-follow-ups
Lennart Poettering
2023-02-23
1
-4
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
sd-event: fix error handling
Yu Watanabe
2023-02-23
1
-3
/
+4
|
*
|
|
sd-event: fix use of uninitialized variable
Yu Watanabe
2023-02-23
1
-1
/
+1
[next]