index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
mount.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split out part of mount-util.c into mountpoint-util.c
Zbigniew Jędrzejewski-Szmek
2018-11-29
1
-1
/
+1
*
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
-5
/
+6
*
core: include error cause in log message
Yu Watanabe
2018-10-19
1
-1
/
+1
*
pid1: drop unused path parameter to add_two_dependencies_by_name()
Zbigniew Jędrzejewski-Szmek
2018-09-15
1
-4
/
+4
*
pid1: drop now-unused path parameter to add_dependency_by_name()
Zbigniew Jędrzejewski-Szmek
2018-09-15
1
-6
/
+6
*
tree-wide: use returned value from log_*_errno()
Yu Watanabe
2018-08-07
1
-2
/
+1
*
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
-4
/
+5
|
/
*
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
-4
/
+4
*
core: enumerate perpetual units in a separate per-unit-type method
Lennart Poettering
2018-06-07
1
-9
/
+6
*
core: rework device_found_node() prototype
Lennart Poettering
2018-06-07
1
-2
/
+2
*
Merge pull request #9158 from poettering/notify-auto-reload
Zbigniew Jędrzejewski-Szmek
2018-06-05
1
-1
/
+2
|
\
|
*
core: don't trigger OnFailure= deps when a unit is going to restart
Lennart Poettering
2018-06-01
1
-1
/
+2
*
|
path-util: introduce path_simplify()
Yu Watanabe
2018-06-03
1
-1
/
+1
|
/
*
core: undo the dependency inversion between unit.h and all unit types
Felipe Sateler
2018-05-15
1
-0
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
core: don't include libmount.h in a header file (#8580)
Michael Olbrich
2018-03-26
1
-0
/
+2
*
shutdown: use libmount to enumerate /proc/self/mountinfo
Zbigniew Jędrzejewski-Szmek
2018-03-16
1
-5
/
+2
*
Merge pull request #8175 from keszybz/gc-cleanup
Lennart Poettering
2018-02-15
1
-3
/
+6
|
\
|
*
pid1: rename unit_check_gc to unit_may_gc
Zbigniew Jędrzejewski-Szmek
2018-02-15
1
-3
/
+6
*
|
Merge pull request #8125 from poettering/cgroups-migrate
Zbigniew Jędrzejewski-Szmek
2018-02-15
1
-1
/
+0
|
\
\
|
*
|
core: fold manager_set_exec_params() into unit_set_exec_params()
Lennart Poettering
2018-02-12
1
-1
/
+0
|
|
/
*
/
tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...
Lennart Poettering
2018-02-12
1
-2
/
+2
|
/
*
core: remove unnecessary initialization
Yu Watanabe
2018-02-09
1
-1
/
+1
*
core: make ExecRuntime be manager managed object
Yu Watanabe
2018-02-06
1
-4
/
+5
*
core/mount: dump TimeoutSec=
Yu Watanabe
2018-01-30
1
-2
/
+5
*
mount,swap: write event loop priority as "SD_EVENT_PRIORITY_NORMAL-x"
Lennart Poettering
2018-01-23
1
-1
/
+1
*
mount: don't consider activated until /sbin/mount returns
Alan Jenkins
2018-01-23
1
-5
/
+1
*
mount: clarify that umount retries do not (anymore) allow multiple timeouts
Alan Jenkins
2018-01-23
1
-3
/
+7
*
mount: mountinfo event is supposed to always arrive before SIGCHLD
Alan Jenkins
2018-01-23
1
-15
/
+17
*
mount: forbid mount on path with symlinks
Alan Jenkins
2018-01-20
1
-1
/
+1
*
core: prevent spurious retries of umount
Alan Jenkins
2018-01-13
1
-2
/
+2
*
core: fix output (logging) for mount units (#7603)
Alan Jenkins
2018-01-13
1
-0
/
+4
*
core: Fix edge case when processing /proc/self/mountinfo (#7811)
rkolchmeyer
2018-01-05
1
-1
/
+1
*
core: warn about left-over processes in cgroup on unit start
Lennart Poettering
2017-11-25
1
-3
/
+5
*
core: unify common code for preparing for forking off unit processes
Lennart Poettering
2017-11-21
1
-17
/
+6
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
core: implement /run/systemd/units/-based path for passing unit info from PID...
Lennart Poettering
2017-11-16
1
-0
/
+2
*
core/mount: fstype may be NULL
Yu Watanabe
2017-11-12
1
-1
/
+1
*
core: make "tmpfs" dependencies on swapfs a "default" dep, not an "implicit"
Lennart Poettering
2017-11-10
1
-24
/
+7
*
core: track why unit dependencies came to be
Lennart Poettering
2017-11-10
1
-32
/
+39
[next]