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
*
various: treat BUS_ERROR_NO_SUCH_UNIT the same as SD_BUS_ERROR_SERVICE_UNKNOWN
Zbigniew Jędrzejewski-Szmek
2020-08-24
5
-12
/
+16
*
sd-bus: add a variant of sd_bus_error_has_name() that takes multiple names
Zbigniew Jędrzejewski-Szmek
2020-08-24
4
-3
/
+31
*
Merge pull request #16804 from keszybz/conditionals-and-spelling-fixes
Lennart Poettering
2020-08-21
15
-20
/
+58
|
\
|
*
tree-wide: fix spelling of "fallback"
Zbigniew Jędrzejewski-Szmek
2020-08-20
13
-20
/
+21
|
*
test-string-util: add a test for strjoin()
Zbigniew Jędrzejewski-Szmek
2020-08-20
1
-0
/
+33
|
*
test-acl-util: output more debug info
Zbigniew Jędrzejewski-Szmek
2020-08-20
1
-0
/
+4
*
|
Request seccomp logging if SYSTEMD_LOG_SECCOMP environment variable is set.
Steve Dodd
2020-08-21
1
-0
/
+9
*
|
Merge pull request #16686 from bluca/mount_images_opts
Zbigniew Jędrzejewski-Szmek
2020-08-21
9
-161
/
+402
|
\
\
|
*
|
core: add mount options support for MountImages
Luca Boccassi
2020-08-20
7
-86
/
+345
|
*
|
core: change RootImageOptions to use names instead of partition numbers
Luca Boccassi
2020-08-20
6
-45
/
+49
|
*
|
core: use strv_split_colon_pairs when parsing RootImageOptions
Luca Boccassi
2020-08-20
2
-51
/
+31
|
*
|
core: cleanup unused variables
Luca Boccassi
2020-08-20
2
-2
/
+0
*
|
|
seccomp: add support for riscv64
Aurelien Jarno
2020-08-21
3
-4
/
+32
*
|
|
Merge pull request #16803 from poettering/analyze-condition-rework
Zbigniew Jędrzejewski-Szmek
2020-08-20
8
-193
/
+52
|
\
\
\
|
*
|
|
core: remove support for ConditionNull=
Lennart Poettering
2020-08-20
8
-111
/
+11
|
*
|
|
core: add missing conditions/asserts to unit file parsing
Lennart Poettering
2020-08-20
1
-8
/
+16
|
*
|
|
analyze: rework condition testing
Lennart Poettering
2020-08-20
1
-77
/
+28
*
|
|
|
mount-util: tweak how we find inaccessible device nodes
Lennart Poettering
2020-08-20
1
-4
/
+18
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #16543 from poettering/nspawn-run-host
Lennart Poettering
2020-08-20
9
-49
/
+80
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
core: create per-user inaccessible node from the service manager
Lennart Poettering
2020-08-20
2
-6
/
+18
|
*
|
nspawn: provide $container and $container_uuid in /run/host too
Lennart Poettering
2020-08-20
2
-0
/
+18
|
*
|
nspawn,pid1: pass "inaccessible" nodes from cntr mgr to pid1 payload via /run...
Lennart Poettering
2020-08-20
6
-23
/
+33
|
*
|
nspawn: move $NOTIFY_SOCKET into /run/host/ too
Lennart Poettering
2020-08-20
1
-8
/
+6
|
*
|
nspawn/machine: move mount propagation dir to /run/host/incoming
Lennart Poettering
2020-08-20
2
-16
/
+9
*
|
|
sd-bus: fix error handling on readv()
Lennart Poettering
2020-08-20
1
-4
/
+8
|
|
/
|
/
|
*
|
Merge pull request #16221 from bluca/show_microsec
Lennart Poettering
2020-08-20
11
-59
/
+119
|
\
\
|
*
|
systemctl: add --timestamp to change timestamp print format
Luca Boccassi
2020-08-19
1
-11
/
+32
|
*
|
basic/time-util: add function to format timestamps with different styles
Luca Boccassi
2020-08-19
10
-48
/
+87
*
|
|
user-runtime-dir: deal gracefully with missing logind properties
Lennart Poettering
2020-08-20
1
-5
/
+10
*
|
|
Merge pull request #16559 from benzea/benzea/memory-recursiveprot
Zbigniew Jędrzejewski-Szmek
2020-08-20
1
-0
/
+2
|
\
\
\
|
*
|
|
mount-setup: Enable memory_recursiveprot for cgroup2
Benjamin Berg
2020-08-19
1
-0
/
+2
*
|
|
|
Merge pull request #16677 from poettering/statx-mntid
Zbigniew Jędrzejewski-Szmek
2020-08-20
3
-46
/
+106
|
\
\
\
\
|
*
|
|
|
mountpoint-util: use new kernel 5.8 statx() API for determining mount points
Lennart Poettering
2020-08-19
2
-19
/
+37
|
*
|
|
|
mountpoint-util: use new kernel 5.8 statx() API for determining mnt_id
Lennart Poettering
2020-08-19
3
-25
/
+62
|
*
|
|
|
mountpoint-util: minor modernizations
Lennart Poettering
2020-08-19
1
-2
/
+7
*
|
|
|
|
Merge pull request #16782 from keszybz/seccomp-use-cleanup
Zbigniew Jędrzejewski-Szmek
2020-08-20
2
-17
/
+9
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
shared/seccomp: use _cleanup_ in one more place
Zbigniew Jędrzejewski-Szmek
2020-08-19
2
-11
/
+7
|
*
|
|
|
shared/seccomp: do not use ifdef guards around textual syscall names
Zbigniew Jędrzejewski-Szmek
2020-08-19
1
-6
/
+2
*
|
|
|
|
Merge pull request #16790 from poettering/core-if-block-merge
Zbigniew Jędrzejewski-Szmek
2020-08-20
2
-21
/
+15
|
\
\
\
\
\
|
*
|
|
|
|
mount-setup: drop pointless zero initialization
Lennart Poettering
2020-08-19
1
-1
/
+1
|
*
|
|
|
|
core: merge a few if blocks
Lennart Poettering
2020-08-19
1
-20
/
+14
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
basic/virt: treat "pouch" as a container type (id: pouch)
Wen Yang
2020-08-20
2
-0
/
+3
*
|
|
|
|
Merge pull request #16792 from poettering/machine-id-chroot
Anita Zhang
2020-08-20
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
machine-id-setup: don't use KVM or container manager supplied uuid if in chro...
Lennart Poettering
2020-08-19
1
-1
/
+1
|
|
/
/
/
/
*
/
/
/
/
path-lookup: path_join() all the things!
Lennart Poettering
2020-08-19
1
-5
/
+5
|
/
/
/
/
*
|
|
|
homed: default to "btrfs" as fs type in the LUKS backend
Lennart Poettering
2020-08-19
3
-3
/
+3
*
|
|
|
Merge pull request #16771 from poettering/dyn-pwq
Lennart Poettering
2020-08-19
11
-202
/
+350
|
\
\
\
\
|
*
|
|
|
firstboot: hook up with libpwquality
Lennart Poettering
2020-08-19
3
-0
/
+50
|
*
|
|
|
home: make libpwquality dep a runtime dlopen() one
Lennart Poettering
2020-08-19
10
-202
/
+300
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #16762 from poettering/homed-fixlets
Zbigniew Jędrzejewski-Szmek
2020-08-19
2
-2
/
+24
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
[next]