index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
unit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: add [State|Runtime|Cache|Logs]Directory symlink as second parameter
Luca Boccassi
2021-10-28
1
-6
/
+5
*
core: remove refcount for bpf program
alexlzhu
2021-10-12
1
-1
/
+1
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-0
/
+1
*
core: add a new setting DefaultOOMScoreAdjust= and set it to 100 above servic...
Lennart Poettering
2021-10-04
1
-0
/
+5
*
cgroup: re-evaluate startup units during shutdown as well
Peter Morrow
2021-09-24
1
-9
/
+1
*
core: Add information on which condition failed to the job done message
Daan De Meyer
2021-08-28
1
-0
/
+19
*
core: Unit's condition_result field is a boolean
Lennart Poettering
2021-08-27
1
-1
/
+1
*
core: Check unit start rate limiting earlier
Daan De Meyer
2021-08-25
1
-0
/
+7
*
core: implement RestrictNetworkInterfaces=
Mauricio Vásquez
2021-08-18
1
-0
/
+6
*
unit: coldplug both job and nop_job if possible
Geass-LL
2021-08-16
1
-4
/
+7
*
manager: add a test flag to ignore dependencies
Maanya Goenka
2021-08-12
1
-0
/
+12
*
Merge pull request #20199 from ddstreet/unit_cgroup_catchup
Lennart Poettering
2021-08-12
1
-2
/
+7
|
\
|
*
core: Make sure cgroup_oom_queue is flushed on manager exit
Michal Koutný
2021-08-05
1
-2
/
+5
|
*
cgroup: do 'catchup' for unit cgroup inotify watch files
Dan Streetman
2021-08-05
1
-0
/
+2
*
|
core: don't go to disk for masked unit state if we know it anyway
Lennart Poettering
2021-08-10
1
-0
/
+9
|
/
*
core: wrap cgroup path with empty_to_root() in log messages
Yu Watanabe
2021-08-04
1
-3
/
+3
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-4
/
+4
*
tree-wide: add FORMAT_BYTES()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-6
/
+4
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-4
/
+1
*
core: always set output arg in unit_status_string()
Zbigniew Jędrzejewski-Szmek
2021-07-01
1
-10
/
+18
*
Merge pull request #20058 from keszybz/status-format
Zbigniew Jędrzejewski-Szmek
2021-07-01
1
-11
/
+29
|
\
|
*
core: supress description in status if same as id
Zbigniew Jędrzejewski-Szmek
2021-06-30
1
-0
/
+1
|
*
core: rework unit printing and implement 'combined' format
Zbigniew Jędrzejewski-Szmek
2021-06-30
1
-11
/
+28
*
|
Merge pull request #20030 from keszybz/exec_fd-event-source
Zbigniew Jędrzejewski-Szmek
2021-07-01
1
-1
/
+1
|
\
\
|
*
|
core: disable event sources before unreffing them
Zbigniew Jędrzejewski-Szmek
2021-05-12
1
-1
/
+1
*
|
|
core: emit nicer log message for exiting ConditionExec processes
Zbigniew Jędrzejewski-Szmek
2021-06-30
1
-2
/
+3
|
|
/
|
/
|
*
|
core: avoid calling path_simplify() unnecessarilly for u.requires_mounts_for ...
Zbigniew Jędrzejewski-Szmek
2021-06-24
1
-16
/
+14
*
|
core: Hide "Deactivated successfully" message
Jan Macku
2021-06-17
1
-1
/
+5
*
|
tree-wide: add missing whitespace at the end of comments
Yu Watanabe
2021-06-15
1
-1
/
+1
*
|
core/serialization: drop misleadingly-named unit_can_serialize()
Zbigniew Jędrzejewski-Szmek
2021-06-10
1
-6
/
+0
*
|
core: rename socket-bind.[ch] → bpf-socket-bind.[ch]
Lennart Poettering
2021-06-08
1
-1
/
+1
*
|
bpf-firewall: move destruction of IP firewall objects to bpf-firewall.c
Lennart Poettering
2021-06-08
1
-20
/
+4
*
|
pid1: only add a Wants= type dependency on /tmp when PrivateTmp=yes
Franck Bui
2021-06-07
1
-6
/
+11
*
|
fix typo
Yu Watanabe
2021-06-04
1
-1
/
+1
*
|
core: when looping over mount/swap names, continue if we find one which doesn...
Lennart Poettering
2021-06-01
1
-5
/
+6
*
|
tree-wide: fix typo
Yu Watanabe
2021-05-28
1
-2
/
+2
*
|
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-1
/
+1
*
|
core: reorder where we add units to queues in unit_notify()
Lennart Poettering
2021-05-25
1
-22
/
+30
*
|
core: change BoundBy= dependency handling to be processed by a deferred work ...
Lennart Poettering
2021-05-25
1
-46
/
+60
*
|
core: make unneeded check a bit tighter
Lennart Poettering
2021-05-25
1
-1
/
+1
*
|
core: order reverse dep table in same way as enum
Lennart Poettering
2021-05-25
1
-3
/
+3
*
|
core: implement Uphold= dependency type
Lennart Poettering
2021-05-25
1
-3
/
+71
*
|
core: add new OnSuccess= dependency type
Lennart Poettering
2021-05-25
1
-18
/
+59
*
|
core: add new PropagateStopTo= dependency (and inverse)
Lennart Poettering
2021-05-25
1
-0
/
+2
*
|
core: add a reverse dep for OnFailure=
Lennart Poettering
2021-05-25
1
-1
/
+2
*
|
core: convert Slice= into a proper dependency (and add a back dependency)
Lennart Poettering
2021-05-25
1
-11
/
+29
*
|
core: add UNIT_GET_SLICE() helper
Lennart Poettering
2021-05-25
1
-9
/
+15
*
|
core: rebreak a few comments
Lennart Poettering
2021-05-25
1
-9
/
+10
*
|
core: split dependency types into atoms
Lennart Poettering
2021-05-25
1
-269
/
+366
*
|
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-3
/
+3
|
/
[next]