index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
TODO
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-26
networkd: DHCP client do not get into a loop while setting MTU (#7460)
Susant Sahani
2
-0
/
+11
2017-11-26
test: increase the timeout for hwdb-test
Zbigniew Jędrzejewski-Szmek
1
-1
/
+2
2017-11-26
test: increase timeout for test-journal-enum
Zbigniew Jędrzejewski-Szmek
1
-1
/
+2
2017-11-26
exec-util: initialize `new` before using it (#7471)
Evgeny Vereshchagin
1
-1
/
+1
2017-11-25
fileio: include sys/mman.h
Yu Watanabe
1
-0
/
+1
2017-11-25
meson: update header file to detect memfd_create()
Yu Watanabe
1
-1
/
+2
2017-11-25
update TODO
Lennart Poettering
1
-4
/
+6
2017-11-25
core: warn about left-over processes in cgroup on unit start
Lennart Poettering
8
-16
/
+71
2017-11-25
core: generalize the cgroup empty check on GC
Lennart Poettering
3
-18
/
+17
2017-11-25
cgroup: remove logic for maintaining /control subcgroup for the service unit ...
Lennart Poettering
1
-45
/
+10
2017-11-25
unit: initialize bpf cgroup realization state properly
Lennart Poettering
2
-2
/
+3
2017-11-25
cgroup: when dispatching the cgroup realization queue, check again if we shal...
Lennart Poettering
1
-15
/
+28
2017-11-25
cgroup: drop unused parameter from function
Lennart Poettering
1
-2
/
+4
2017-11-25
cgroup-util: merge cg_set_tasks_access() and cg-set_group_access() into one
Lennart Poettering
3
-95
/
+61
2017-11-25
mkosi: let's switch to the unified mode for mkosi
Lennart Poettering
1
-1
/
+1
2017-11-25
test: set log_level to info in test-hwdb and check-help-*
Yu Watanabe
2
-0
/
+3
2017-11-25
Added Chuwi HiBook support (#7465)
Vladislav Vishnyakov
1
-0
/
+4
2017-11-25
nspawn: adjust path to static resolv.conf to support split usr
Yu Watanabe
1
-2
/
+8
2017-11-25
meson: remove abbreviations in status
Yu Watanabe
1
-19
/
+19
2017-11-25
firstboot: do not write vconsole.conf when arg_keymap is empty
Yu Watanabe
1
-5
/
+7
2017-11-25
machine: remove unused variables
Yu Watanabe
2
-2
/
+0
2017-11-25
journald: add _printf_ attribute to server_driver_message()
Yu Watanabe
1
-1
/
+1
2017-11-24
tests: make "test-execute" work in "sudo ninja -C build test" (#7463)
Lennart Poettering
1
-0
/
+3
2017-11-24
tmpfiles: check if not too many symbolic links. (#7423)
Lukasz Rubaszewski
1
-1
/
+1
2017-11-24
core: remove empty cgroups (#7457)
Christian Brauner
1
-0
/
+1
2017-11-24
networkd: auto promote links if "promote_secondaries" is unset (#7167)
Michael Vogt
3
-0
/
+60
2017-11-24
nspawn: hash the machine name, when looking for a suitable UID base (#7437)
Lennart Poettering
1
-1
/
+15
2017-11-24
systemctl: ignore shutdown's "-t" argument (#7459)
Lennart Poettering
1
-2
/
+2
2017-11-24
firstboot: remove some unnecessary code (#7456)
Zbigniew Jędrzejewski-Szmek
1
-8
/
+2
2017-11-24
test: skip DELEGATE test if the kernel can't do cgroupv2 (#7445)
Lennart Poettering
1
-8
/
+12
2017-11-24
test: handle gracefully if decompressor tools are not installed (#7455)
Lennart Poettering
1
-1
/
+8
2017-11-24
meson: restore building of man pages on demand even if -Dman=false
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2017-11-24
Fix build without libkmod
Zbigniew Jędrzejewski-Szmek
1
-5
/
+3
2017-11-24
efivars: if OsIndicationsSupported does not exist, assume that reboot-to-firm...
Lennart Poettering
1
-0
/
+2
2017-11-24
efivars: minor coding style improvements
Lennart Poettering
1
-13
/
+14
2017-11-24
logind: don't propagate firmware misbehaviours to bus clients
Lennart Poettering
1
-4
/
+6
2017-11-24
Remove NULL as last parameter to strjoin
Daniel Lockyer
2
-3
/
+3
2017-11-24
Replace use of snprintf with xsprintf
Daniel Lockyer
5
-7
/
+7
2017-11-24
Replace free and reassignment with free_and_replace
Daniel Lockyer
12
-64
/
+21
2017-11-24
Replace free and return NULL with return mfree
Daniel Lockyer
10
-22
/
+10
2017-11-24
Replace free and nullify by mfree
Daniel Lockyer
1
-2
/
+1
2017-11-24
Replace empty ternary with helper method
Daniel Lockyer
4
-9
/
+9
2017-11-24
test-execute: test more % specifiers (#7450)
Yu Watanabe
4
-3
/
+32
2017-11-24
__attribute__((fallthrough)) only when -Wimplicit-fallthrough (#7448)
Shawn Landden
1
-0
/
+4
2017-11-24
journalctl: add --output-fields= to --help text (#7443)
Lennart Poettering
1
-0
/
+1
2017-11-23
core: track scope controllers on the bus
Lennart Poettering
4
-5
/
+53
2017-11-23
core: refuse accepting a scope controller unless we are called on the API bus
Lennart Poettering
1
-0
/
+5
2017-11-23
nspawn: make use of the RequestStop logic of scope units
Lennart Poettering
3
-19
/
+98
2017-11-23
core: serialize the "controller" field in scope units
Lennart Poettering
1
-0
/
+11
2017-11-23
man: reorder/add sections to systemd.exec(5) (#7412)
Lennart Poettering
1
-1103
/
+1086
[next]