index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
execute.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
core: Move DynamicCreds into ExecRuntime
Daan De Meyer
2023-03-27
1
-16
/
+15
*
|
core: Introduce unit private exec runtime
Daan De Meyer
2023-03-27
1
-26
/
+64
*
|
execute: Do not pass destroy as a boolean argument to unref()
Daan De Meyer
2023-03-27
1
-30
/
+27
*
|
execute: Rename ExecRuntime to ExecSharedRuntime
Daan De Meyer
2023-03-27
1
-51
/
+51
|
/
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-3
/
+3
*
core: move encrypted credential check to execute.c
Lennart Poettering
2023-03-23
1
-0
/
+17
*
Merge pull request #26916 from DaanDeMeyer/log-context-ref
Daan De Meyer
2023-03-22
1
-0
/
+2
|
\
|
*
unit: Add LOG_CONTEXT_PUSH_UNIT()
Daan De Meyer
2023-03-21
1
-0
/
+2
*
|
core: Settle log target if we're going to be closing all fds
Daan De Meyer
2023-03-22
1
-0
/
+1
*
|
execute: Add kernel cmdline arguments for tty term, rows and columns
Daan De Meyer
2023-03-21
1
-5
/
+98
|
/
*
tree-wide: simplify x ? x : y to x ?: y where applicable
Frantisek Sumsal
2023-03-18
1
-1
/
+1
*
core: make the memory pressure cgroup path writable when ProtectControlGroups...
Luca Boccassi
2023-03-15
1
-3
/
+23
*
core: rename "mount_flags" → "mount_propagation_flag" internally where appr...
Lennart Poettering
2023-03-14
1
-3
/
+3
*
execute: use prctl(PR_SET_MDWE) for MemoryDenyWriteExecute=yes
Topi Miettinen
2023-03-13
1
-0
/
+14
*
execute: Use log_unit_error_errno() instead of log_error_errno()
Daan De Meyer
2023-03-13
1
-3
/
+5
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-1
/
+1
*
tree-wide: replace IOVEC_INIT with IOVEC_MAKE
Yu Watanabe
2023-03-06
1
-3
/
+3
*
tree-wide: error handling modernizations
Lennart Poettering
2023-03-01
1
-11
/
+15
*
pid1: add unit file settings to control memory pressure logic
Lennart Poettering
2023-03-01
1
-13
/
+74
*
execute: pass ambient caps from PAM through to invoked service
Lennart Poettering
2023-02-23
1
-8
/
+26
*
core/namespace: mount new sysfs when new network namespace is requested
Yu Watanabe
2023-02-23
1
-0
/
+2
*
core/execute: make PrivateMounts= tristate
Yu Watanabe
2023-02-23
1
-1
/
+2
*
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
1
-3
/
+9
*
core/namespace: drop unused field in NamespaceInfo
Yu Watanabe
2023-02-23
1
-1
/
+0
*
execute: modernizations
Lennart Poettering
2023-02-23
1
-36
/
+38
*
capability-util: add CAP_MASK_ALL + CAP_MASK_UNSET macros
Lennart Poettering
2023-02-20
1
-2
/
+2
*
cap-list: rename capability_set_to_string_alloc() → capability_set_to_string()
Lennart Poettering
2023-02-20
1
-2
/
+2
*
execute: drop spurious empty line
Lennart Poettering
2023-02-16
1
-1
/
+0
*
core/execute: fix comment
Yu Watanabe
2023-02-15
1
-1
/
+1
*
Merge pull request #23309 from DaanDeMeyer/log-context
Luca Boccassi
2023-01-20
1
-1
/
+1
|
\
|
*
basic: Use statement expressions more in list.h
Daan De Meyer
2023-01-08
1
-1
/
+1
*
|
tree-wide: fix typo
Yu Watanabe
2023-01-20
1
-1
/
+1
*
|
core: mount namespaces: Remove auxiliary bind mounts directory after unit ter...
Michal Koutný
2023-01-19
1
-0
/
+17
*
|
core: add OpenFile setting
Richard Phibel
2023-01-10
1
-6
/
+148
|
/
*
core: move some basename() use → path_extract_filename()
Lennart Poettering
2022-12-23
1
-11
/
+12
*
tree-wide: have_effective_cap() may return negative errno
Yu Watanabe
2022-12-23
1
-4
/
+4
*
tree-wide: introduce PIPE_EBADF macro
Yu Watanabe
2022-12-20
1
-4
/
+4
*
tree-wide: use -EBADF also in pipe initializers
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-4
/
+4
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-14
/
+14
*
journal: log filtering options support in PID1
Quentin Deslandes
2022-12-15
1
-1
/
+15
*
execute: Pass AT_FDCWD instead of -1
Daan De Meyer
2022-12-13
1
-1
/
+2
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
basic: move a bunch of cmdline-related funcs to new argv-util.c+h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
analyze: extend the dump command to accept patterns
Franck Bui
2022-10-13
1
-1
/
+1
*
Merge pull request #24784 from yuwata/core-exec-directory
Zbigniew Jędrzejewski-Szmek
2022-10-12
1
-15
/
+85
|
\
|
*
core: do not create symlink to private directory if parent already exists
Yu Watanabe
2022-10-03
1
-8
/
+57
|
*
core: make exec_directory_add() extends existing symlinks
Yu Watanabe
2022-10-03
1
-7
/
+28
*
|
Merge pull request #24933 from keszybz/erradicate-strerror
Luca Boccassi
2022-10-11
1
-1
/
+2
|
\
\
|
*
|
core,logind,systemctl,journald: replace calls to strerror() with setting errn...
Zbigniew Jędrzejewski-Szmek
2022-10-11
1
-1
/
+2
|
|
/
[prev]
[next]