index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
dbus-execute.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ioprio: normalize io priority values in configuration
Lennart Poettering
2021-11-24
1
-2
/
+2
*
shared: split out ioprio related stuff into ioprio-util.[ch]
Lennart Poettering
2021-11-24
1
-0
/
+1
*
exec: Add TTYRows and TTYColumns properties to set TTY dimensions
Daan De Meyer
2021-11-05
1
-0
/
+8
*
core: add [State|Runtime|Cache|Logs]Directory symlink as second parameter
Luca Boccassi
2021-10-28
1
-9
/
+153
*
alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Lennart Poettering
2021-10-14
1
-1
/
+1
*
Merge pull request #20935 from unusual-thoughts/fix-empty-argv
Yu Watanabe
2021-10-06
1
-0
/
+4
|
\
|
*
core: fix SIGABRT on empty exec command argv
Henri Chain
2021-10-05
1
-0
/
+4
*
|
core: add dbus RestrictFileSystems= properties
Iago López Galeiras
2021-10-06
1
-0
/
+100
|
/
*
process-util: add helper for querying oom score adjustment value
Lennart Poettering
2021-10-04
1
-10
/
+2
*
core: Add ExecSearchPath parameter to specify the directory relative to which...
alexlzhu
2021-09-28
1
-0
/
+31
*
Get rid of ioprio.h and add a minimalistic reimplementation of the api
Zbigniew Jędrzejewski-Szmek
2021-09-22
1
-5
/
+5
*
Add implicit sentinel to strv_env_merge()
Zbigniew Jędrzejewski-Szmek
2021-08-11
1
-2
/
+2
*
Revert "Make oom_score_adjust_is_valid() static"
Lennart Poettering
2021-07-28
1
-5
/
+0
*
Make oom_score_adjust_is_valid() static
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-0
/
+5
*
pid1: add support for encrypted credentials
Lennart Poettering
2021-07-08
1
-14
/
+57
*
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-2
/
+2
*
core: add RestrictAddressFamilies=none to deny all address families
Yu Watanabe
2021-04-19
1
-4
/
+5
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-2
/
+2
*
tree-wide: sd_bus_error_setf → set_bus_error_set
Zbigniew Jędrzejewski-Szmek
2021-04-07
1
-14
/
+14
*
util: add creds-util.[ch] with helpers for dealing with credentials
Lennart Poettering
2021-03-26
1
-0
/
+1
*
core,seccomp: refuse to specify errno for allow-listed syscalls
Yu Watanabe
2021-03-08
1
-0
/
+3
*
core: drop meaningless parse_syscall_and_errno() calls
Yu Watanabe
2021-03-08
1
-9
/
+2
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-1
/
+1
*
New directives PrivateIPC and IPCNamespacePath
Xℹ Ruoyao
2021-03-03
1
-0
/
+8
*
Add ExtensionImages directive to form overlays
Luca Boccassi
2021-02-23
1
-0
/
+145
*
New directives NoExecPaths= ExecPaths=
Topi Miettinen
2021-01-29
1
-1
/
+7
*
treewide: tighten variable scope in loops (#18372)
Susant Sahani
2021-01-27
1
-6
/
+3
*
core: split read_mount_options helper out for reuse
Luca Boccassi
2021-01-21
1
-70
/
+2
*
core: dbus - use hashmap_ensure_put
Susant Sahani
2021-01-17
1
-5
/
+1
*
Add truncate: to StandardOutput= etc.
Lucas Werkmeister
2021-01-15
1
-8
/
+14
*
journal: move journal_field_valid() to journal_file.c
Yu Watanabe
2020-12-15
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
core: remember when we set ExecContext.mount_apivfs
Zbigniew Jędrzejewski-Szmek
2020-09-24
1
-4
/
+16
*
run: let systemd resolve the path with RootDirectory=/RootImage=
Zbigniew Jędrzejewski-Szmek
2020-09-23
1
-2
/
+4
*
Merge pull request #17076 from poettering/dissect-cleanup
Lennart Poettering
2020-09-16
1
-1
/
+1
|
\
|
*
dissect: introduce PartitionDesignator as real type
Lennart Poettering
2020-09-16
1
-1
/
+1
*
|
exec: SystemCallLog= directive
Topi Miettinen
2020-09-15
1
-0
/
+123
*
|
exec: Add kill action to system call filters
Topi Miettinen
2020-09-15
1
-2
/
+2
|
/
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-8
/
+4
*
core: add credentials logic
Lennart Poettering
2020-08-25
1
-0
/
+218
*
core: introduce ProtectProc= and ProcSubset= to expose hidepid= and subset= p...
Lennart Poettering
2020-08-24
1
-0
/
+12
*
core: add mount options support for MountImages
Luca Boccassi
2020-08-20
1
-44
/
+128
*
core: change RootImageOptions to use names instead of partition numbers
Luca Boccassi
2020-08-20
1
-9
/
+17
*
core: new feature MountImages
Luca Boccassi
2020-08-05
1
-0
/
+102
*
service: add new RootImageOptions feature
Luca Boccassi
2020-07-29
1
-0
/
+88
*
shared: split out property get helpers
Lennart Poettering
2020-06-30
1
-1
/
+1
*
core: add RootHashSignature service parameter
Luca Boccassi
2020-06-25
1
-0
/
+68
*
tree-wide: avoid some loaded terms
Lennart Poettering
2020-06-25
1
-17
/
+17
*
Merge pull request #16238 from keszybz/set-handling-more
Zbigniew Jędrzejewski-Szmek
2020-06-24
1
-5
/
+1
|
\
|
*
tree-wide: use set_ensure_put()
Zbigniew Jędrzejewski-Szmek
2020-06-22
1
-5
/
+1
[next]