index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
swap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
swap: check p->what for NULL
Vito Caputo
2020-03-23
1
-1
/
+1
*
swap: finish the secondary swap units' jobs if deactivation of the primary sw...
HATAYAMA Daisuke
2020-02-27
1
-2
/
+8
*
core: add implicit ordering dep on blockdev@.target from all mount units
Lennart Poettering
2020-01-21
1
-2
/
+8
*
core: downgrade swap → device dep to Requires=
Lennart Poettering
2020-01-21
1
-1
/
+1
*
swap: generate automatic dependencies also for /proc/swaps devices
Lennart Poettering
2020-01-21
1
-6
/
+24
*
Merge pull request #14505 from poettering/refuse-on-failure
Zbigniew Jędrzejewski-Szmek
2020-01-14
1
-0
/
+2
|
\
|
*
core: clearly refuse OnFailure= deps on units that can't fail
Lennart Poettering
2020-01-09
1
-0
/
+2
*
|
core: set error value correctly
Lennart Poettering
2020-01-09
1
-1
/
+3
*
|
core: use unit-based logging instead of generic logging where appropriate
Lennart Poettering
2020-01-09
1
-5
/
+4
*
|
core: no need to initialize swap structure fields if all zeroes anyway
Lennart Poettering
2020-01-09
1
-4
/
+0
|
/
*
core: swap priority can be negative
Topi Miettinen
2019-12-04
1
-4
/
+6
*
tree-wide: drop double newline
Yu Watanabe
2019-11-03
1
-2
/
+0
*
core: drop 'wants' parameter from unit_add_node_dependency()
Franck Bui
2019-10-28
1
-1
/
+1
*
swap: do not make swap units wanted by its device unit anymore
Franck Bui
2019-10-28
1
-6
/
+5
*
core: adjust load functions for other unit types to be more like service
Zbigniew Jędrzejewski-Szmek
2019-10-11
1
-7
/
+6
*
core: turn unit_load_fragment_and_dropin_optional() into a flag
Zbigniew Jędrzejewski-Szmek
2019-10-11
1
-4
/
+2
*
cgroup: analyze: Report memory configurations that deviate from systemd
Chris Down
2019-10-03
1
-1
/
+1
*
core: add support for RestartKillSignal= to override signal used for restart ...
Zbigniew Jędrzejewski-Szmek
2019-10-02
1
-6
/
+17
*
Merge pull request #13439 from yuwata/core-support-systemctl-clean-more
Zbigniew Jędrzejewski-Szmek
2019-09-13
1
-3
/
+83
|
\
|
*
core/swap: support "systemctl clean" for swap units
Yu Watanabe
2019-08-28
1
-3
/
+83
*
|
core: make RuntimeDirectoryPreserve= works with non-service units
Yu Watanabe
2019-08-22
1
-1
/
+3
|
/
*
pid1: always log successfull process termination quietly
Zbigniew Jędrzejewski-Szmek
2019-08-22
1
-1
/
+2
*
swap: scan /proc/swaps before processing waitid() results
Lennart Poettering
2019-07-18
1
-3
/
+15
*
core: reduce the number of stalled PIDs from the watched processes list when ...
Franck Bui
2019-03-20
1
-3
/
+2
*
core: rename unit_{start_limit|condition|assert}_test() to unit_test_xyz()
Lennart Poettering
2019-03-18
1
-1
/
+1
*
swap: always add in extras when we load a swap unit
Lennart Poettering
2018-12-07
1
-9
/
+11
*
swap: drop return value
Lennart Poettering
2018-12-07
1
-1
/
+1
*
swap: don't propagate issues with processing /proc/swaps
Lennart Poettering
2018-12-07
1
-5
/
+2
*
swap: when loading a unit from /proc/swaps, mark its load state as good
Lennart Poettering
2018-12-07
1
-1
/
+7
*
swap: split out code adding in additional unit props into a function of its own
Lennart Poettering
2018-12-07
1
-50
/
+63
*
swap: fix misplaced comment
Lennart Poettering
2018-12-07
1
-1
/
+1
*
swap: flush out state when activating a unit, not when deactivating it
Lennart Poettering
2018-12-07
1
-6
/
+11
*
core: whenever we change state of a unit, force out PropertiesChanged bus signal
Lennart Poettering
2018-12-01
1
-0
/
+4
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-4
/
+4
*
core: introduce a helper function to wrap unit_log_{success,failure}
Zbigniew Jędrzejewski-Szmek
2018-11-16
1
-5
/
+1
*
core: log a recognizable message when a unit succeeds, too
Lennart Poettering
2018-11-16
1
-1
/
+3
*
core: make log messages about unit processes exiting recognizable
Lennart Poettering
2018-11-16
1
-2
/
+5
*
core: make log messages about units entering a 'failed' state recognizable
Lennart Poettering
2018-11-16
1
-1
/
+1
*
core: introduce exec_params_clear()
Yu Watanabe
2018-11-08
1
-1
/
+1
*
core: split environment block mantained by PID 1's Manager object in two
Lennart Poettering
2018-10-31
1
-1
/
+3
*
core: rework serialization
Lennart Poettering
2018-10-26
1
-4
/
+5
*
pid1: drop unused path parameter to add_two_dependencies_by_name()
Zbigniew Jędrzejewski-Szmek
2018-09-15
1
-1
/
+1
*
pid1: drop now-unused path parameter to add_dependency_by_name()
Zbigniew Jędrzejewski-Szmek
2018-09-15
1
-2
/
+2
*
core: replace udev_device by sd_device
Yu Watanabe
2018-08-22
1
-38
/
+30
*
Merge pull request #9624 from poettering/service-state-flush
Zbigniew Jędrzejewski-Szmek
2018-08-02
1
-0
/
+1
|
\
|
*
core: properly reset all ExecStatus structures when entering a new unit cycle
Lennart Poettering
2018-07-23
1
-0
/
+1
*
|
core: introduce new Type=exec service type
Lennart Poettering
2018-07-25
1
-0
/
+1
|
/
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
core: add a couple of more error cases that should result in "bad-setting"
Lennart Poettering
2018-06-11
1
-2
/
+2
[next]