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
*
core/service: service_add_fd_store() consumes passed fd
Yu Watanabe
8 days
1
-3
/
+1
*
core/exec-invoke: suppress placeholder home only in build_environment()
Mike Yuan
11 days
1
-8
/
+8
*
core/exec-invoke: minor cleanup for apply_working_directory() error handling
Mike Yuan
11 days
1
-15
/
+7
*
basic/user-util: split out placeholder suppression from USER_CREDS_CLEAN into...
Mike Yuan
11 days
1
-1
/
+1
*
pid1: make clear that $WATCHDOG_USEC is set for the shutdown binary, noone else
Lennart Poettering
2024-11-15
1
-0
/
+5
*
dbus-manager: add missing word 'unit' to PK message
Lennart Poettering
2024-11-12
1
-1
/
+1
*
introduce report_errno_and_exit() helper (#35028)
Luca Boccassi
2024-11-06
1
-14
/
+11
|
\
|
*
use report_errno_and_exit() in src/core/exec-invoke.c
Ivan Kruglov
2024-11-06
1
-14
/
+11
*
|
core/manager: silence false-positive warning by coverity
Yu Watanabe
2024-11-06
1
-1
/
+1
*
|
pid1: stop refusing to boot with cgroup v1
Zbigniew Jędrzejewski-Szmek
2024-11-06
1
-11
/
+1
|
/
*
tree-wide: time-out → timeout
Zbigniew Jędrzejewski-Szmek
2024-11-05
1
-1
/
+1
*
core: Introduce PrivatePIDs=
Daan De Meyer
2024-11-05
15
-9
/
+494
*
exec-invoke: Add debug logging for setup_private_users()
Daan De Meyer
2024-11-04
1
-7
/
+7
*
efivars: Remove STRINGIFY() helper macros
Daan De Meyer
2024-11-02
1
-1
/
+1
*
core: add id-mapped mount support for Exec directories
Andres Beltran
2024-11-01
4
-8
/
+106
*
core/service: don't propagate stop jobs if RestartMode=direct (#34768)
Lennart Poettering
2024-11-01
17
-123
/
+169
|
\
|
*
core/service: don't propagate stop jobs if RestartMode=direct
Mike Yuan
2024-10-27
1
-4
/
+5
|
*
core: make refuse_late_merge a proper attr of Job and introduce TRANSACTION_R...
Mike Yuan
2024-10-27
5
-38
/
+65
|
*
core/manager: introduce manager_add_job_full() which takes extra TransactionA...
Mike Yuan
2024-10-27
12
-37
/
+62
|
*
core/job: trivial modernization
Mike Yuan
2024-10-27
2
-15
/
+18
|
*
core: drop effectively unused UNIT_ATOM_PROPAGATE_RESTART
Mike Yuan
2024-10-27
3
-31
/
+21
|
*
core/service: use log_unit_* where appropriate
Mike Yuan
2024-10-27
1
-3
/
+3
*
|
core: add read-only flag for exec directories
Luca Boccassi
2024-11-01
6
-45
/
+98
*
|
core: make mount(8) and swapon(8) inherit SMACK label from systemd
Łukasz Stelmach
2024-10-30
2
-0
/
+6
*
|
core: add EXEC_DIRECTORY_TYPE_SHALL_CHOWN() helper
Lennart Poettering
2024-10-30
3
-5
/
+12
*
|
core/service: support sd_notify() MAINPIDFD=1 and MAINPIDFDID=
Mike Yuan
2024-10-29
1
-27
/
+89
*
|
socket: support setting ownership of message queues
David Michael
2024-10-28
1
-0
/
+8
*
|
cgroup: Add support for ProtectControlGroups= private and strict
Ryan Wilson
2024-10-28
6
-12
/
+167
*
|
core: Refactor ProtectControlGroups= to use enum vs bool
Ryan Wilson
2024-10-28
10
-25
/
+85
|
/
*
core: Add RootDirectory= path to error message if directory does not exist
Ryan Wilson
2024-10-27
1
-10
/
+26
*
core/execute: Rename error_path -> reterr_path/ret_path per coding guidelines
Ryan Wilson
2024-10-27
3
-18
/
+18
*
core/cgroup: rename CGROUP_PRESSURE_WATCH_ON/OFF -> CGROUP_PRESSURE_WATCH_YES/NO
Yu Watanabe
2024-10-26
3
-7
/
+7
*
tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...
Integral
2024-10-26
4
-15
/
+13
*
core: make sure that if PAMName= is set we always do the full user changing e...
Lennart Poettering
2024-10-24
1
-3
/
+18
*
Merge pull request #34799 from YHNdnzj/service-followups
Mike Yuan
2024-10-24
4
-87
/
+82
|
\
|
*
core: clean up errors for live mounting
Mike Yuan
2024-10-22
3
-55
/
+38
|
*
core/service: fix one wording
Mike Yuan
2024-10-22
1
-1
/
+1
|
*
core/service: add missing serialization for Service.live_mount_result
Mike Yuan
2024-10-22
1
-3
/
+13
|
*
core/service: call service_enter_running() if live mount fails
Mike Yuan
2024-10-22
1
-1
/
+1
|
*
core/service: introduce service_live_mount_finish()
Mike Yuan
2024-10-22
1
-8
/
+7
|
*
core/service: place occurrences of SERVICE_MOUNTING closer to reload states
Mike Yuan
2024-10-22
2
-21
/
+20
|
*
core/unit: put the reload job back to queue if unit is refreshing
Mike Yuan
2024-10-22
1
-1
/
+5
*
|
Merge pull request #34834 from yuwata/protect-home-tmpfs-read-only
Yu Watanabe
2024-10-23
1
-21
/
+21
|
\
\
|
*
|
core/namespace: replace MOUNT_PRIVATE_TMP_READ_ONLY with MOUNT_PRIVATE_TMP wi...
Yu Watanabe
2024-10-23
1
-10
/
+5
|
*
|
core/namespace: coding style cleanups
Yu Watanabe
2024-10-23
1
-6
/
+6
|
*
|
core/namespace: honor MountEntry.read_only, .options, and so on in static ent...
Yu Watanabe
2024-10-23
1
-5
/
+10
*
|
|
core: don't forget about fallback_smack_process_label
Łukasz Stelmach
2024-10-23
1
-1
/
+1
|
/
/
*
/
fileio: port write_string_file() to LabelOps, and thus add WRITE_STRING_FILE_...
Lennart Poettering
2024-10-22
2
-3
/
+1
|
/
*
Merge pull request #34403 from poettering/askpw-per-user
Lennart Poettering
2024-10-21
2
-31
/
+38
|
\
|
*
core: modernize askpw handling a bit
Lennart Poettering
2024-10-21
2
-31
/
+38
[next]