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
*
Use correct option name in error message
Janis Goldschmidt
2022-07-27
1
-1
/
+1
*
Revert NFTSet feature
Yu Watanabe
2022-06-22
1
-3
/
+0
*
core: firewall integration with DynamicUserNFTSet=
Topi Miettinen
2022-06-08
1
-0
/
+3
*
manager: ignore return value of unit_watch_pid()
Shreenidhi Shedi
2022-06-05
1
-6
/
+6
*
tree-wide: use LOG_MESSAGE() where possible
Zbigniew Jędrzejewski-Szmek
2022-05-11
1
-1
/
+2
*
core/oomd: Use oom-kill ServiceResult for oomd
Nishal Kulkarni
2022-03-22
1
-2
/
+5
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-2
/
+0
*
list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() safer
Yu Watanabe
2022-03-19
1
-1
/
+1
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
1
-10
/
+3
*
tree-wide: use strv_contains() in more places
Zbigniew Jędrzejewski-Szmek
2022-03-18
1
-2
/
+2
*
manager: pass monitor metadata in more cases
Zbigniew Jędrzejewski-Szmek
2022-03-10
1
-1
/
+2
*
manager/service: when we have multiple candidates to handle, warn
Zbigniew Jędrzejewski-Szmek
2022-03-10
1
-10
/
+9
*
manager/service: when we spawn, say why
Zbigniew Jędrzejewski-Szmek
2022-03-10
1
-1
/
+7
*
various: align vertically for ease of reading
Zbigniew Jędrzejewski-Szmek
2022-03-10
1
-1
/
+1
*
core: split $MONITOR_METADATA and return it only if a single unit triggers On...
Luca Boccassi
2022-03-10
1
-80
/
+50
*
tree-wide: use timestamp_is_set() more
Lennart Poettering
2022-02-22
1
-2
/
+2
*
core: really skip automatic restart when a JOB_STOP job is pending
Franck Bui
2022-02-22
1
-6
/
+1
*
pid1: set SYSTEMD_NSS_DYNAMIC_BYPASS=1 env var for dbus-daemon
Lennart Poettering
2022-02-18
1
-1
/
+1
*
pid1: lookup owning PID of BusName= name of services asynchronously
Lennart Poettering
2022-02-18
1
-19
/
+72
*
pid1: watch bus name always when we have it
Lennart Poettering
2022-02-18
1
-8
/
+10
*
core: use strextend instead of strextendf when possible
Luca Boccassi
2022-02-02
1
-24
/
+14
*
core: warn on ExitType=cgroup with legacy cgroup setup
Luca Boccassi
2022-02-01
1
-0
/
+3
*
core: do not restart a service with Restart=always when ExecCondition fails
Luca Boccassi
2022-01-26
1
-1
/
+1
*
tree-wide: fix typo
Yu Watanabe
2021-12-25
1
-2
/
+2
*
service: pass service exit status to spawned On{Failure,Success}= dependency
Peter Morrow
2021-12-13
1
-2
/
+98
*
socket: always pass socket, fd and SocketPeer ownership to service together
Lennart Poettering
2021-11-25
1
-9
/
+18
*
core: rename/generalize UNIT(u)->test_start_limit() hook
Michal Sekletar
2021-11-11
1
-3
/
+3
*
Reintroduce ExitType
Henri Chain
2021-11-08
1
-58
/
+74
*
tree-wide: port various places to use TAKE_PID()
Lennart Poettering
2021-11-03
1
-4
/
+2
*
Merge pull request #20935 from unusual-thoughts/fix-empty-argv
Yu Watanabe
2021-10-06
1
-0
/
+16
|
\
|
*
core/service: also check path in exec commands
Yu Watanabe
2021-10-06
1
-1
/
+7
|
*
core: fix SIGABRT on empty exec command argv
Henri Chain
2021-10-05
1
-0
/
+10
*
|
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-1
/
+1
|
/
*
core: fix the return type for xxx_running_timeout() functions
Frantisek Sumsal
2021-09-29
1
-1
/
+1
*
core: implement RuntimeMaxDeltaSec directive
Albert Brox
2021-09-28
1
-2
/
+23
*
core: Check unit start rate limiting earlier
Daan De Meyer
2021-08-25
1
-7
/
+18
*
tree-wide: port things over to FORMAT_PROC_FD_PATH()
Lennart Poettering
2021-08-19
1
-3
/
+1
*
Add implicit sentinel to strv_env_merge()
Zbigniew Jędrzejewski-Szmek
2021-08-11
1
-1
/
+1
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-10
/
+10
*
core: add helper to retrieve service.status_text
Zbigniew Jędrzejewski-Szmek
2021-07-19
1
-0
/
+9
*
core: align string tables
Zbigniew Jędrzejewski-Szmek
2021-07-19
1
-37
/
+37
*
Merge pull request #20109 from keszybz/timestamp-macros
Yu Watanabe
2021-07-14
1
-15
/
+11
|
\
|
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-15
/
+11
*
|
tree-wide: make cunescape*() functions return ssize_t
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-3
/
+4
|
/
*
core: add comment explaining event source deallocation
Zbigniew Jędrzejewski-Szmek
2021-07-01
1
-5
/
+5
*
Merge pull request #20058 from keszybz/status-format
Zbigniew Jędrzejewski-Szmek
2021-07-01
1
-10
/
+4
|
\
|
*
core: rework unit printing and implement 'combined' format
Zbigniew Jędrzejewski-Szmek
2021-06-30
1
-10
/
+4
*
|
Merge pull request #20030 from keszybz/exec_fd-event-source
Zbigniew Jędrzejewski-Szmek
2021-07-01
1
-11
/
+16
|
\
\
|
*
|
core/service: rework management of exec_fd event source
Zbigniew Jędrzejewski-Szmek
2021-05-12
1
-3
/
+8
|
*
|
core: disable event sources before unreffing them
Zbigniew Jędrzejewski-Szmek
2021-05-12
1
-8
/
+8
[next]