index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
alloc-util: add free_many() helper
Lennart Poettering
2023-08-24
2
-5
/
+2
*
core/namespace: do not return 1 unnecessarily
Yu Watanabe
2023-08-22
1
-15
/
+5
*
core/namespace: add missing string table entries
Yu Watanabe
2023-08-22
1
-20
/
+24
*
core/namespace: reimplement mount_private_sysfs() in the same logic to mount ...
Yu Watanabe
2023-08-22
1
-23
/
+27
*
core/namespace: use ERRNO_IS_NEG_PRIVILEGE()
Yu Watanabe
2023-08-22
1
-17
/
+15
*
Merge pull request #28787 from yuwata/credential-next
Zbigniew Jędrzejewski-Szmek
2023-08-22
10
-1003
/
+1180
|
\
|
*
core: do not leak mount for credentials directory if mount namespace is enabled
Yu Watanabe
2023-08-22
5
-17
/
+113
|
*
core/credential: make setup_credentials() return path to credentials directory
Yu Watanabe
2023-08-22
3
-19
/
+19
|
*
core: set $CREDENTIALS_DIRECTORY only when we set up credentials
Yu Watanabe
2023-08-22
1
-1
/
+3
|
*
core/credential: split out unit_add_default_credential_dependencies()
Yu Watanabe
2023-08-22
3
-24
/
+57
|
*
core: split out functions and definitions from execute.[ch] to credential.[ch]
Yu Watanabe
2023-08-22
8
-962
/
+1008
*
|
core: simplify get_process_umask() invocation
Lennart Poettering
2023-08-22
1
-1
/
+1
|
/
*
Merge pull request #28907 from poettering/have-seccomp-tweaks
Lennart Poettering
2023-08-21
4
-23
/
+0
|
\
|
*
tree-wide: don't ifdef seccomp-util.h, drop seccomp.h inclusion everywhere
Lennart Poettering
2023-08-21
4
-23
/
+0
*
|
tree-wide: drop "static inline" use in .c files
Lennart Poettering
2023-08-21
1
-1
/
+1
|
/
*
core/socket: don't consider service active when in SERVICE_AUTO_RESTART_QUEUED
Mike Yuan
2023-08-18
1
-4
/
+8
*
Merge pull request #28832 from dtardon/list-clear
Luca Boccassi
2023-08-17
6
-33
/
+12
|
\
|
*
tree-wide: use LIST_POP()
David Tardon
2023-08-17
4
-22
/
+10
|
*
tree-wide: use LIST_CLEAR()
David Tardon
2023-08-17
2
-11
/
+2
*
|
Merge pull request #28751 from yuwata/mount-revert
Luca Boccassi
2023-08-17
1
-43
/
+5
|
\
\
|
|
/
|
/
|
|
*
core/mount: disable timer event source when USEC_INFINITY
Yu Watanabe
2023-08-17
1
-3
/
+3
|
*
Revert "mount: check right before invoking /bin/umount if it makes sense"
Yu Watanabe
2023-08-14
1
-40
/
+2
*
|
Merge pull request #28758 from keszybz/negative-errno-macro
Luca Boccassi
2023-08-16
3
-56
/
+51
|
\
\
|
*
|
manager: fix error handling after failure to set up child
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-8
/
+13
|
*
|
various: use _NEG_ macros to reduce indentation
Zbigniew Jędrzejewski-Szmek
2023-08-16
2
-32
/
+25
|
*
|
manager: use _NEG_ macros to reduce indentation, reword comments, drop parens
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-18
/
+15
*
|
|
core: stage /run/host/os-release with a symlink to avoid possible race condition
Luca Boccassi
2023-08-16
4
-29
/
+47
|
/
/
*
/
allow ExtensionImages= and ExtensionDirectories= settings to support confext ...
Maanya Goenka
2023-08-15
1
-12
/
+53
|
/
*
core: drop redundant assignment of UNIT_MERGED in unit_load_fragment()
Yu Watanabe
2023-08-13
1
-17
/
+7
*
core: split manager's process killing on shutdown to separate helper
Luca Boccassi
2023-08-11
1
-7
/
+14
*
core: allow to pass EINVAL to unit_add_two_dependencies()
Luca Boccassi
2023-08-11
1
-7
/
+12
*
core: copy os-release with COPY_TRUNCATE
Luca Boccassi
2023-08-11
1
-2
/
+2
*
execute: Chown credentials files and directories to service group
Daan De Meyer
2023-08-10
1
-11
/
+27
*
main: drop redundant ()
Lennart Poettering
2023-08-10
1
-1
/
+1
*
tree-wide: drop _pure_ + _const_ from local, static functions
Lennart Poettering
2023-08-09
11
-28
/
+28
*
proc-cmdline: make proc_cmdline_get_bool() take flags
Yu Watanabe
2023-08-09
1
-1
/
+1
*
meson: use install_emptydir() and drop meson-make-symlink.sh
Yu Watanabe
2023-08-08
1
-10
/
+11
*
manager: fix reloading in reload-or-restart --marked
Zbigniew Jędrzejewski-Szmek
2023-08-07
1
-41
/
+41
*
meson: also merge declarations of fuzzers with other executables
Yu Watanabe
2023-08-03
1
-18
/
+15
*
meson: merge declarations of normal and test executables
Yu Watanabe
2023-08-03
1
-3
/
+7
*
include missing sys/file.h for LOCK_EX
Khem Raj
2023-08-02
1
-0
/
+1
*
core: free the strings in the set in other places too
David Tardon
2023-08-01
3
-10
/
+10
*
watchdog: Allow the watchdog to be disabled at runtime
Curtis Klein
2023-08-01
1
-10
/
+10
*
meson: move declaration of PID1
Yu Watanabe
2023-07-31
1
-0
/
+18
*
Merge pull request #28567 from yuwata/meson-versiondep
Luca Boccassi
2023-07-31
4
-2
/
+4
|
\
|
*
meson: unconditionally add version dependency for all executables and libraries
Yu Watanabe
2023-07-29
1
-2
/
+1
|
*
tree-wide: drop unnecessary inclusion of version.h
Yu Watanabe
2023-07-29
3
-0
/
+3
*
|
Merge pull request #28428 from ldv-alt/ERRNO_IS
Luca Boccassi
2023-07-30
3
-27
/
+35
|
\
\
|
|
/
|
/
|
|
*
execute: cleanup use of ERRNO_IS_PRIVILEGE()
Dmitry V. Levin
2023-07-28
1
-9
/
+13
|
*
varlink: cleanup use of ERRNO_IS_DISCONNECT()
Dmitry V. Levin
2023-07-28
1
-5
/
+6
[next]