index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
service.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/service: service_add_fd_store() consumes passed fd
Yu Watanabe
10 days
1
-3
/
+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
1
-0
/
+33
*
core/service: don't propagate stop jobs if RestartMode=direct (#34768)
Lennart Poettering
2024-11-01
1
-8
/
+19
|
\
|
*
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
1
-2
/
+13
|
*
core/manager: introduce manager_add_job_full() which takes extra TransactionA...
Mike Yuan
2024-10-27
1
-3
/
+2
|
*
core/service: use log_unit_* where appropriate
Mike Yuan
2024-10-27
1
-3
/
+3
*
|
core/service: support sd_notify() MAINPIDFD=1 and MAINPIDFDID=
Mike Yuan
2024-10-29
1
-27
/
+89
|
/
*
core: clean up errors for live mounting
Mike Yuan
2024-10-22
1
-44
/
+28
*
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
1
-20
/
+19
*
core: move debug logging from _can_live_mount() functions to caller
Lennart Poettering
2024-10-16
1
-8
/
+2
*
core: one more Mount -> LiveMount rename
Luca Boccassi
2024-10-16
1
-1
/
+1
*
core/service: add missing serialization for extra fds
Mike Yuan
2024-10-11
1
-0
/
+38
*
core/service: use array rather than list for extra fds, limit max number
Mike Yuan
2024-10-11
1
-85
/
+48
*
core: suppress one debugging log
Yu Watanabe
2024-10-08
1
-1
/
+5
*
Add ExtraFileDescriptor property to StartTransientUnit dbus API
Ryan Wilson
2024-10-07
1
-31
/
+106
*
systemd: rewatch pids under cgroup v1 when sigchld of processes more than mai...
chenjiayi
2024-09-18
1
-1
/
+1
*
core/unit: introduce unit_set_debug_invocation()
Mike Yuan
2024-09-04
1
-21
/
+11
*
core/service: modernize service_load_pid_file() a bit
Mike Yuan
2024-09-04
1
-19
/
+14
*
core/service: minor coding style tweak
Mike Yuan
2024-09-04
1
-4
/
+2
*
core: do BindMount/MountImage operations in async control process
Luca Boccassi
2024-08-29
1
-5
/
+236
*
service: add 'debug' option to RestartMode=
Luca Boccassi
2024-08-27
1
-2
/
+37
*
core: honor FileDescriptorName= too for Accept=yes sockets
Mike Yuan
2024-08-26
1
-1
/
+2
*
core: move check for combination of PAMName= + KillMode= to unit_verify_conte...
Mike Yuan
2024-08-26
1
-3
/
+0
*
core/service: drop redundant flush_n_restarts indicator
Mike Yuan
2024-08-04
1
-21
/
+8
*
core/service: actually allow to "hurry up" auto restarts
Mike Yuan
2024-08-03
1
-12
/
+18
*
core/unit: unexport cg_kill log funcs, rather take in bool
Mike Yuan
2024-08-02
1
-4
/
+4
*
core: pin notify sender through pidfd (potentially SCM_PIDFD)
Mike Yuan
2024-07-22
1
-13
/
+15
*
core/service: use switch in service_notify_message_authorized()
Mike Yuan
2024-07-21
1
-8
/
+16
*
core/service: imply Type=exec if credentials are used
Mike Yuan
2024-07-21
1
-0
/
+6
*
core/service: destroy runtime data when Type=oneshot services exit
Mike Yuan
2024-07-21
1
-11
/
+26
*
core: do not set up cgroup runtime on coldplug
Mike Yuan
2024-06-28
1
-1
/
+0
*
core/service: store BUSERROR= & VARLINKERROR= received through notification
Mike Yuan
2024-06-20
1
-2
/
+49
*
core/service: fix accept-socket deserialization
Mike Yuan
2024-06-17
1
-4
/
+4
*
core: cast ignored retval of deserialize_* to void
Mike Yuan
2024-06-17
1
-6
/
+6
*
core/service: use r to store parsed int values
Mike Yuan
2024-06-16
1
-12
/
+8
*
core/service: drop unused bus_name_owner
Mike Yuan
2024-06-16
1
-18
/
+1
*
core/service: also serialize/dump status_errno
Mike Yuan
2024-06-16
1
-0
/
+14
*
core/service: use serialize_usec where appropriate, drop redundant debug log
Mike Yuan
2024-06-16
1
-57
/
+46
*
Merge pull request #32961 from YHNdnzj/starttime-main
Yu Watanabe
2024-06-12
1
-0
/
+10
|
\
|
*
core/service: try to query for new main process's starttime
Mike Yuan
2024-05-22
1
-0
/
+10
*
|
core: populate $REMOTE_ADDR for AF_UNIX sockets
Kamil Szczęk
2024-06-12
1
-13
/
+18
|
/
*
core/service: remove unnecessary reset of notify_access_override
Mike Yuan
2024-05-13
1
-4
/
+1
*
core/service: shorten code a bit
Yu Watanabe
2024-05-10
1
-3
/
+1
*
core/service: use switch for service_enter_start
Mike Yuan
2024-05-07
1
-22
/
+25
[next]