index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
manager.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cgroup: rename cg_unified() → cg_unified_controller()
Lennart Poettering
2017-02-24
1
-1
/
+1
*
cgroup: change cg_unified() to possibly return errors again
Lennart Poettering
2017-02-24
1
-1
/
+4
*
Merge pull request #4670 from htejun/systemd-controller-on-unified-v2
Lennart Poettering
2017-02-23
1
-1
/
+1
|
\
|
*
core: simplify cg_[all_]unified()
Tejun Heo
2017-02-18
1
-1
/
+1
*
|
Merge pull request #5131 from keszybz/environment-generators
Lennart Poettering
2017-02-21
1
-56
/
+72
|
\
\
|
|
/
|
/
|
|
*
manager: run environment generators
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-12
/
+58
|
*
core/manager: move environment serialization out to basic/env-util.c
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-26
/
+4
|
*
core/manager: fix grammar in comment
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-4
/
+3
|
*
basic/exec-util: add support for synchronous (ordered) execution
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-1
/
+2
|
*
core/manager: split out creation of serialization fd out to a helper
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-13
/
+4
|
*
basic/util: move execute_directory() to separate file
Zbigniew Jędrzejewski-Szmek
2017-02-12
1
-0
/
+1
*
|
tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_ID
Zbigniew Jędrzejewski-Szmek
2017-02-15
1
-4
/
+4
*
|
core/manager: silence gcc warning about unitialized variable
Zbigniew Jędrzejewski-Szmek
2017-02-12
1
-1
/
+2
*
|
core/manager: make manager_load_unit*() functions always take output arg
Zbigniew Jędrzejewski-Szmek
2017-02-12
1
-4
/
+4
|
/
*
core: use a memfd for serialization
Lennart Poettering
2017-02-06
1
-6
/
+10
*
manager: refuse reloading/reexecing when /run is overly full
Lennart Poettering
2017-02-06
1
-2
/
+6
*
core: downgrade "Time has been changed" to debug (#4906)
Zbigniew Jędrzejewski-Szmek
2016-12-18
1
-1
/
+1
*
pid1,catalog: use a different MESSAGE_ID for user manager startup
Zbigniew Jędrzejewski-Szmek
2016-12-11
1
-1
/
+1
*
tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)
Reverend Homer
2016-12-09
1
-11
/
+3
*
Merge pull request #4538 from fbuihuu/confirm-spawn-fixes
Lennart Poettering
2016-11-18
1
-1
/
+61
|
\
|
*
core: add 'c' in confirmation_spawn to resume the boot process
Franck Bui
2016-11-17
1
-1
/
+12
|
*
core: allow to redirect confirmation messages to a different console
Franck Bui
2016-11-17
1
-1
/
+44
|
*
core: prevent the cylon when confirmation_spawn=yes (#2194)
Franck Bui
2016-11-17
1
-0
/
+6
*
|
core: GC redundant device jobs from the run queue
Lennart Poettering
2016-11-16
1
-7
/
+34
*
|
core: drop n_in_gc_queue field of Manager structure
Lennart Poettering
2016-11-16
1
-2
/
+0
|
/
*
Merge pull request #4510 from keszybz/tree-wide-cleanups
Lennart Poettering
2016-11-03
1
-56
/
+57
|
\
|
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-1
/
+1
|
*
tree-wide: use startswith return value to avoid hardcoded offset
Zbigniew Jędrzejewski-Szmek
2016-10-22
1
-55
/
+56
*
|
core: use emergency_action for ctr+alt+del burst
Lukas Nykryn
2016-10-21
1
-29
/
+4
|
/
*
pid1: downgrade some rlimit warnings
Zbigniew Jędrzejewski-Szmek
2016-10-20
1
-1
/
+1
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-2
/
+1
*
core: add "invocation ID" concept to service manager
Lennart Poettering
2016-10-07
1
-1
/
+23
*
core: only warn on short reads on signal fd
Zbigniew Jędrzejewski-Szmek
2016-10-07
1
-5
/
+8
*
manager: tighten incoming notification message checks
Lennart Poettering
2016-10-07
1
-2
/
+8
*
manager: be stricter with incomining notifications, warn properly about too l...
Lennart Poettering
2016-10-07
1
-2
/
+2
*
manager: don't ever busy loop when we get a notification message we can't pro...
Lennart Poettering
2016-10-07
1
-7
/
+6
*
core: add possibility to set action for ctrl-alt-del burst (#4105)
Lukáš Nykrýn
2016-10-07
1
-13
/
+38
*
core: do not try to create /run/systemd/transient in test mode
Zbigniew Jędrzejewski-Szmek
2016-10-01
1
-3
/
+5
*
core: update warning message
Zbigniew Jędrzejewski-Szmek
2016-10-01
1
-1
/
+1
*
core: get rid of unneeded state variable
Zbigniew Jędrzejewski-Szmek
2016-10-01
1
-11
/
+4
*
pid1: more informative error message for ignored notifications
Zbigniew Jędrzejewski-Szmek
2016-09-29
1
-2
/
+8
*
pid1: process zero-length notification messages again
Zbigniew Jędrzejewski-Szmek
2016-09-29
1
-9
/
+6
*
pid1: don't return any error in manager_dispatch_notify_fd() (#4240)
Franck Bui
2016-09-29
1
-4
/
+9
*
If the notification message length is 0, ignore the message (#4237)
Jorge Niedbalski
2016-09-29
1
-0
/
+4
*
pid1: drop kdbus_fd and all associated logic
Zbigniew Jędrzejewski-Szmek
2016-09-09
1
-28
/
+5
*
core: add Ref()/Unref() bus calls for units
Lennart Poettering
2016-08-22
1
-14
/
+13
*
Merge pull request #3965 from htejun/systemd-controller-on-unified
Zbigniew Jędrzejewski-Szmek
2016-08-20
1
-1
/
+1
|
\
|
*
core: use the unified hierarchy for the systemd cgroup controller hierarchy
Tejun Heo
2016-08-17
1
-1
/
+1
|
*
core: rename cg_unified() to cg_all_unified()
Tejun Heo
2016-08-16
1
-1
/
+1
*
|
core: add RemoveIPC= setting
Lennart Poettering
2016-08-19
1
-2
/
+409
|
/
[next]