index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cgtop
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-17
tree-wide: port various parsers over to read_stripped_line()
Lennart Poettering
1
-4
/
+3
2023-10-17
fileio: add read_stripped_line() as trivial read_line() + strstrip() combo
Lennart Poettering
2
-0
/
+32
2023-10-17
docs/FILE_DESCRIPTOR_STORE: NotifyAccess=cgroup -> all
Mike Yuan
1
-1
/
+1
2023-10-17
core/mount: allow disabling stop propagation from backing device
Mike Yuan
2
-15
/
+32
2023-10-17
rules: add mtd/by-name symlinks
Matthias Schiffer
2
-0
/
+13
2023-10-17
meson: Fix unused format parameter warning
Jan Janssen
1
-1
/
+1
2023-10-16
nspawn: check if we can set CoredumpReceive= before doing so
Nick Rosbrook
1
-2
/
+28
2023-10-16
test: make sure that the default naming scheme name maps back to itself
Zbigniew Jędrzejewski-Szmek
3
-10
/
+14
2023-10-16
shared/netif-naming-scheme: align tables
Zbigniew Jędrzejewski-Szmek
1
-10
/
+10
2023-10-16
NEWS, man: move description of SR-IOV-R net naming to v255
Zbigniew Jędrzejewski-Szmek
4
-8
/
+33
2023-10-16
net_id: add missing naming scheme name for v254
Antonio Alvarez Feijoo
1
-0
/
+1
2023-10-16
udev: Enable filtering the output of udevadm info --export-db
Daan De Meyer
3
-30
/
+291
2023-10-16
mount-util: use mount beneath to replace previous namespace mount
Luca Boccassi
9
-41
/
+109
2023-10-16
update TODO
Lennart Poettering
1
-2
/
+0
2023-10-16
run: pin the unit we invoke continously while we are running
Lennart Poettering
1
-6
/
+13
2023-10-16
run: output invocation ID when starting service and scope units
Lennart Poettering
2
-43
/
+70
2023-10-16
namespace: add // FIXME comments on some suplicate logging
Lennart Poettering
1
-3
/
+3
2023-10-16
namespace: downgrade log messages to LOG_DEBUG
Lennart Poettering
1
-2
/
+2
2023-10-16
namespace: don't retry to a mount if we didn't actually manage to create an i...
Lennart Poettering
1
-4
/
+5
2023-10-16
namespace: downgrade log message of error we ignore to LOG_WARNING
Lennart Poettering
1
-2
/
+2
2023-10-16
namespace: convert ProtectHostname= logic to a static table
Lennart Poettering
1
-26
/
+17
2023-10-16
Add --json switch to udevadm info
Daan De Meyer
3
-4
/
+85
2023-10-16
namespace: normalize memory management of mount list
Lennart Poettering
1
-435
/
+455
2023-10-16
update TODO
Lennart Poettering
1
-1
/
+0
2023-10-16
sysext: make some calls available via varlink
Lennart Poettering
11
-75
/
+593
2023-10-16
stub: NULL checks for DeviceHandle and FilePath
Lukas
1
-15
/
+19
2023-10-16
resolve: fix no mDNS announcement after probing
Vishal Chillara Srinivas
1
-1
/
+1
2023-10-15
fuzz: Add fuzzer for efi conf/osrel parsing
Jan Janssen
2
-0
/
+29
2023-10-15
boot: Fix OOB reads in conf/osrel parsing
Jan Janssen
2
-1
/
+3
2023-10-15
boot: Move line_get_key_value to efi-string
Jan Janssen
4
-74
/
+128
2023-10-15
boot: Move parse_boolean to efi-string
Jan Janssen
6
-38
/
+50
2023-10-15
test: Remove unnecessary test prefix
Jan Janssen
6
-7
/
+7
2023-10-15
core: don't downgrade multi-state settings to boolean
Frantisek Sumsal
2
-4
/
+75
2023-10-14
docs: update fuzzers docs
Frantisek Sumsal
1
-2
/
+21
2023-10-14
test: update Ubuntu CI instructions
Frantisek Sumsal
1
-3
/
+5
2023-10-14
varlink: drop dead code
Frantisek Sumsal
1
-5
/
+1
2023-10-14
varlink: use int for log level
Frantisek Sumsal
2
-5
/
+5
2023-10-14
varlink: don't panic on malformed method definition
Frantisek Sumsal
2
-0
/
+12
2023-10-14
test: add a fuzzer for the varlink IDL stuff
Frantisek Sumsal
3
-0
/
+134