index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
cgroup: fine tune when to apply cgroup attributes to the root cgroup
Lennart Poettering
2018-11-23
1
-123
/
+174
|
*
cgroup: append \n to static strings we write to cgroup attributes
Lennart Poettering
2018-11-23
1
-3
/
+3
|
*
cgroup: tighten manager_owns_host_root_cgroup() a bit
Lennart Poettering
2018-11-23
1
-0
/
+3
|
*
cgroup: rename {manager_owns|unit_has}_root_cgroup() → .._host_root_cgroup()
Lennart Poettering
2018-11-23
3
-11
/
+11
|
*
cgroup: add a common routine for writing to attributes, and logging about it
Lennart Poettering
2018-11-23
1
-70
/
+29
|
*
cgroup: add a new macro for determining log level for cgroup attr write failures
Lennart Poettering
2018-11-23
1
-1
/
+6
|
*
cgroup: ignore EPERM for a couple of more attribute writes
Lennart Poettering
2018-11-23
1
-4
/
+4
|
*
cgroup: add comment explaining why we ignore EINVAL at two places
Lennart Poettering
2018-11-23
1
-2
/
+6
|
*
cgroup: suffix settings with "=" in log messages where appropriate
Lennart Poettering
2018-11-23
1
-2
/
+2
|
*
cgroup: only install cgroup release agent when we own the root cgroup
Lennart Poettering
2018-11-23
1
-1
/
+1
|
*
cgroup: use structured initialization
Lennart Poettering
2018-11-23
1
-16
/
+17
*
|
pid1,sd-device: use PATH_STARTSWITH_SET more
Zbigniew Jędrzejewski-Szmek
2018-11-23
1
-3
/
+1
|
/
*
unit: minor optimization, use stack over heap, when we can
Lennart Poettering
2018-11-23
1
-7
/
+2
*
unit: drop an unused fields from Unit struct
Lennart Poettering
2018-11-23
1
-3
/
+0
*
core: add two minor comments (#10890)
Lennart Poettering
2018-11-22
2
-0
/
+4
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
8
-78
/
+66
*
core: Detect initial timer state from serialized data
Michal Koutný
2018-11-21
1
-9
/
+10
*
Merge pull request #10860 from keszybz/more-cleanup-2
Lennart Poettering
2018-11-21
1
-0
/
+1
|
\
|
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-0
/
+1
*
|
core: run env generators with non-zero umask
Lennart Poettering
2018-11-20
1
-1
/
+5
*
|
main: don't freeze PID 1 in containers, exit with non-zero instead
Lennart Poettering
2018-11-20
1
-4
/
+11
*
|
main: use EXIT_EXCEPTION instead of EXIT_FAILURE at two more exceptional places
Lennart Poettering
2018-11-20
1
-2
/
+2
|
/
*
main: when reloading PID 1 let's reset the default environment
Lennart Poettering
2018-11-19
3
-3
/
+6
*
manager: log on two OOM occasions
Lennart Poettering
2018-11-19
1
-2
/
+2
*
Merge pull request #10809 from keszybz/unit-log-result
Lennart Poettering
2018-11-19
8
-34
/
+14
|
\
|
*
core: introduce a helper function to wrap unit_log_{success,failure}
Zbigniew Jędrzejewski-Szmek
2018-11-16
8
-34
/
+14
*
|
cgroup v2: DefaultCPUAccounting=yes if CPU controller isn't required
Chris Down
2018-11-18
1
-3
/
+11
*
|
cgroup v2: Don't require CPU controller for CPU accounting in 4.15+
Chris Down
2018-11-18
2
-8
/
+7
*
|
conf-parse: drop unused prototype
Lennart Poettering
2018-11-17
1
-1
/
+0
|
/
*
Merge pull request #10770 from poettering/unit-done-log
Lennart Poettering
2018-11-16
12
-169
/
+266
|
\
|
*
job: simplify status message extraction
Lennart Poettering
2018-11-16
1
-15
/
+8
|
*
job: when a job was skipped due to a failed condition, log about it
Lennart Poettering
2018-11-16
1
-4
/
+18
|
*
core: make unit_start() return a distinguishable error code in case condition...
Lennart Poettering
2018-11-16
3
-3
/
+5
|
*
job: add two explanatory comments
Lennart Poettering
2018-11-16
1
-3
/
+4
|
*
job: let's remove one comparison and reduce indentation level by one
Lennart Poettering
2018-11-16
1
-12
/
+14
|
*
core: log a recognizable message when a unit succeeds, too
Lennart Poettering
2018-11-16
10
-8
/
+35
|
*
core: make log messages about unit processes exiting recognizable
Lennart Poettering
2018-11-16
6
-25
/
+57
|
*
core: make log messages about units entering a 'failed' state recognizable
Lennart Poettering
2018-11-16
10
-8
/
+22
|
*
job: also include job ID in log messages when we begin with a job
Lennart Poettering
2018-11-16
1
-4
/
+8
|
*
core: move unit_status_emit_starting_stopping_reloading() and related calls t...
Lennart Poettering
2018-11-16
3
-103
/
+103
|
*
job: add log message when we can't enable the job run event source
Lennart Poettering
2018-11-16
1
-2
/
+7
|
*
job: add comment for EAGAIN job run case
Lennart Poettering
2018-11-16
1
-3
/
+3
|
*
job: minor coding style tweaks
Lennart Poettering
2018-11-16
1
-3
/
+4
|
*
job: include JOB_ID field in log message about jobs
Lennart Poettering
2018-11-16
1
-5
/
+7
*
|
Merge pull request #10785 from poettering/cgroup-join-removal
Lennart Poettering
2018-11-16
5
-85
/
+95
|
\
\
|
*
|
cgroup: when determining which controllers we need, always extend the mask ac...
Lennart Poettering
2018-11-16
1
-6
/
+11
|
*
|
core: remove JoinControllers= configuration setting
Lennart Poettering
2018-11-16
4
-77
/
+82
|
*
|
core: fix capitalization of CPUShares= settings
Lennart Poettering
2018-11-16
1
-2
/
+2
|
|
/
*
|
Merge pull request #10802 from poettering/hide-only-on
Lennart Poettering
2018-11-16
1
-1
/
+1
|
\
\
|
*
|
man: let's deprecate PermissionsStartOnly=
Lennart Poettering
2018-11-16
1
-1
/
+1
|
|
/
[prev]
[next]