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
*
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
55
-113
/
+143
*
executor: return instead of assert on invalid command line arguments
Luca Boccassi
2023-10-20
1
-2
/
+8
*
test-recurse-dir: work around nftw() ignoring symlinks()
Zbigniew Jędrzejewski-Szmek
2023-10-19
1
-7
/
+8
*
Merge pull request #29628 from mrc0mmand/systemd-executor-test
Luca Boccassi
2023-10-19
1
-1
/
+7
|
\
|
*
core: properly cleanup ExecParameter's prefix array
Frantisek Sumsal
2023-10-19
1
-1
/
+7
*
|
pidref: make PIDREF_NULL const
Lennart Poettering
2023-10-19
1
-1
/
+1
*
|
Merge pull request #29629 from bluca/mount_tunnel_pidref
Luca Boccassi
2023-10-19
4
-11
/
+17
|
\
\
|
*
|
mount tunnel: use PidRef
Luca Boccassi
2023-10-19
4
-11
/
+17
*
|
|
Merge pull request #29623 from YHNdnzj/core-followup
Luca Boccassi
2023-10-19
4
-30
/
+20
|
\
\
\
|
*
|
|
core/service: check error first and log about errno
Mike Yuan
2023-10-19
1
-2
/
+2
|
*
|
|
cgroup-util: use RET_GATHER more, return first error
Mike Yuan
2023-10-19
1
-20
/
+12
|
*
|
|
core/exec-invoke: use correct exit status
Mike Yuan
2023-10-19
1
-2
/
+2
|
*
|
|
core/namespace: merge if blocks
Mike Yuan
2023-10-19
1
-6
/
+4
|
|
/
/
*
/
/
pid1,vconsole-setup: lock /dev/console instead of the tty device
Zbigniew Jędrzejewski-Szmek
2023-10-19
4
-21
/
+47
|
/
/
*
|
executor: fix double free of MountOptions
Luca Boccassi
2023-10-19
1
-5
/
+4
*
|
Merge pull request #29617 from keszybz/efi-no-xmalloc0
Luca Boccassi
2023-10-19
2
-10
/
+3
|
\
\
|
*
|
efi: drop unused xmalloc0()
Zbigniew Jędrzejewski-Szmek
2023-10-19
1
-6
/
+0
|
*
|
efi: do not memzero fields before initializing them
Zbigniew Jędrzejewski-Szmek
2023-10-19
1
-4
/
+3
*
|
|
cgroup-util: drop dead code block
Yu Watanabe
2023-10-19
1
-7
/
+0
*
|
|
Merge pull request #29595 from YHNdnzj/systemctl-failed-system
Luca Boccassi
2023-10-19
4
-14
/
+41
|
\
\
\
|
*
|
|
systemctl: is-failed: check if system is degraded when no unit given
Mike Yuan
2023-10-18
2
-3
/
+27
|
*
|
|
systemctl: minor modernization
Mike Yuan
2023-10-18
3
-11
/
+14
*
|
|
|
varlink: Add new varlink_collect method
Arthur Shau
2023-10-19
3
-5
/
+206
*
|
|
|
fuzz: unify logging setup
Frantisek Sumsal
2023-10-19
43
-99
/
+60
|
|
_
|
/
|
/
|
|
*
|
|
core: don't assert when serializing malformed state
Frantisek Sumsal
2023-10-18
2
-16
/
+22
*
|
|
test: add a fuzzer for exec_{serialize,deserialize}_invocation()
Frantisek Sumsal
2023-10-18
2
-0
/
+105
|
/
/
*
|
Merge pull request #29594 from poettering/cgroup-rename-ret-params
Lennart Poettering
2023-10-18
48
-417
/
+703
|
\
\
|
*
|
test-cgroup: make test case a bit more robust towards previous aborted runs
Lennart Poettering
2023-10-18
1
-0
/
+4
|
*
|
killall: port killing spree loop over to PidRef
Lennart Poettering
2023-10-18
2
-46
/
+47
|
*
|
test: port tests over to new /proc/ enumeration API
Lennart Poettering
2023-10-18
2
-25
/
+24
|
*
|
process-util: add API for enumerating processes in /proc/ and pinning them vi...
Lennart Poettering
2023-10-18
2
-0
/
+73
|
*
|
process-util: add pidref_is_unwaited() and make pid_is_unwaited() return errors
Lennart Poettering
2023-10-18
10
-15
/
+34
|
*
|
process-util: add pidref_is_my_child()
Lennart Poettering
2023-10-18
4
-3
/
+29
|
*
|
process-util: change pid_is_alive() to not eat up errors, and add pidref_is_a...
Lennart Poettering
2023-10-18
6
-26
/
+52
|
*
|
process-util: add pidref_get_uid() and rename get_process_uid() → pidref_ge...
Lennart Poettering
2023-10-18
6
-6
/
+28
|
*
|
core: port unit/process kill logic to pidref
Lennart Poettering
2023-10-18
5
-33
/
+44
|
*
|
pidref: add new pidref_is_self() helper
Lennart Poettering
2023-10-18
5
-4
/
+13
|
*
|
process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...
Lennart Poettering
2023-10-18
28
-60
/
+81
|
*
|
dbus-unit: make sure GetProcesses() D-Bus call internally uses pidfd
Lennart Poettering
2023-10-18
1
-15
/
+21
|
*
|
process-util: add pidref_is_kernel_thread()
Lennart Poettering
2023-10-18
10
-10
/
+28
|
*
|
process-util: add pidref_get_cmdline()
Lennart Poettering
2023-10-18
10
-89
/
+136
|
*
|
cgroup-show: use size_t for array sizes
Lennart Poettering
2023-10-18
2
-6
/
+6
|
*
|
pidref: we never have to verify PID 1
Lennart Poettering
2023-10-18
1
-0
/
+3
|
*
|
cgroup-util: make cg_pidref_get_path() PidRef parameter const
Lennart Poettering
2023-10-18
2
-2
/
+2
|
*
|
pidref: make signal sending calls take const PidRef
Lennart Poettering
2023-10-18
2
-6
/
+6
|
*
|
pidref: make pidref_verify() parameter const
Lennart Poettering
2023-10-18
2
-2
/
+2
|
*
|
cgroup-util: rename all return parameters in cgroup-util to ret_xyz
Lennart Poettering
2023-10-18
2
-82
/
+83
*
|
|
manager: move idle_pipe allocation to manager.c and make it atomic
Lennart Poettering
2023-10-18
3
-13
/
+36
*
|
|
fd-util: use close_many() where appropriate
Lennart Poettering
2023-10-18
1
-2
/
+1
*
|
|
fd-util: add new helper close_many_unset()
Lennart Poettering
2023-10-18
3
-2
/
+9
[next]