index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
systemctl: print RestrictAddressFamilies= in 'show' command
Yu Watanabe
2019-03-04
1
-1
/
+2
*
systemctl: show nothing if no LoadError=
Yu Watanabe
2019-03-04
1
-1
/
+3
*
systemctl: format IPIngressBytes= or friends nicely
Yu Watanabe
2019-03-04
1
-0
/
+2
*
systemctl: show IPAddressAllow= and IPAddressDeny= in 'show' command
Yu Watanabe
2019-03-04
1
-0
/
+62
*
test: add tests for test_in_addr_prefix_to_string()
Yu Watanabe
2019-03-04
1
-0
/
+49
*
test: move tests for in_addr_prefix_from_string()
Yu Watanabe
2019-03-04
1
-27
/
+30
*
util: introduce in_addr_prefix_to_string()
Yu Watanabe
2019-03-04
2
-0
/
+36
*
util: use _cleanup_ attributes
Yu Watanabe
2019-03-04
1
-10
/
+6
*
core: fix received size of signal or status size
Yu Watanabe
2019-03-04
1
-10
/
+13
*
systemctl: show SuccessExitStatus= and friends
Yu Watanabe
2019-03-04
1
-0
/
+62
*
systemctl: use streq() if arguments must be non-NULL
Yu Watanabe
2019-03-04
1
-1
/
+1
*
systemctl: do not show negative values in {Success,Failure}ActionExitStatus=
Yu Watanabe
2019-03-04
1
-0
/
+17
*
bus-util: drop unnecessary re-formatting
Yu Watanabe
2019-03-04
5
-56
/
+72
*
systemctl: show SELinuxContext=, AppArmorProfile= and SmackProcessLabel=
INSUN PYO
2019-03-04
1
-0
/
+14
*
semaphoreci: caching and more robust creation of container image
Martin Pitt
2019-03-04
1
-20
/
+37
*
test: do not assume test-chown-rec is running as root
Davide Cavalca
2019-03-04
1
-12
/
+14
*
Merge pull request #11820 from dm0-/chase
Lennart Poettering
2019-03-04
4
-3
/
+60
|
\
|
*
test-fs-util: test chase_symlinks with user-owned dirs
David Michael
2019-02-28
1
-0
/
+24
|
*
TEST-22: add test for unprivileged dirs in root prefixes
David Michael
2019-02-28
1
-0
/
+32
|
*
tmpfiles: pass arg_root to chase_symlinks as the root prefix
David Michael
2019-02-28
1
-3
/
+3
|
*
fs-util: exempt root prefix directories from UID checks
David Michael
2019-02-28
1
-0
/
+1
*
|
Merge pull request #11770 from yuwata/fix-9955
Lennart Poettering
2019-03-04
10
-39
/
+204
|
\
\
|
*
|
test-network: add tests for address pool
Yu Watanabe
2019-03-01
2
-1
/
+29
|
*
|
network: generate addresses from pool with larger prefixlen
Yu Watanabe
2019-03-01
1
-2
/
+2
|
*
|
network: generate random prefix from address pool
Yu Watanabe
2019-03-01
1
-15
/
+16
|
*
|
test: add tests for in_addr_random_prefix()
Yu Watanabe
2019-03-01
1
-0
/
+48
|
*
|
util: introduce in_addr_random_prefix()
Yu Watanabe
2019-03-01
2
-0
/
+79
|
*
|
network: propagate error from in_addr_is_null()
Yu Watanabe
2019-03-01
1
-2
/
+3
|
*
|
man: mention Address= can be specified once in [Address] section
Yu Watanabe
2019-03-01
1
-4
/
+4
|
*
|
man: mention limit about prefix length when null address is specified to Addr...
Yu Watanabe
2019-03-01
1
-12
/
+8
|
*
|
network: check prefixlen when null address is specified to Address=
Yu Watanabe
2019-03-01
1
-0
/
+13
|
*
|
network: use fd00::/8 for ipv6 address pool
Yu Watanabe
2019-03-01
1
-1
/
+1
|
*
|
network: make address_pool_new() static
Yu Watanabe
2019-03-01
2
-2
/
+1
|
|
/
*
|
login: HyperV requires master-of-seat to be set
Mike Lothian
2019-03-04
1
-0
/
+4
*
|
fuzz-dhcp6-client: avoid assertion failure on samples which dont fit in pipe
Yu Watanabe
2019-03-04
2
-0
/
+5
*
|
Merge pull request #11882 from yuwata/fix-log-syntax
Lennart Poettering
2019-03-04
3
-3
/
+10
|
\
\
|
*
|
test: add tests for log_syntax()
Yu Watanabe
2019-03-04
1
-1
/
+8
|
*
|
log: make log_syntax() assign correct errno and show valid error cause
Yu Watanabe
2019-03-04
2
-2
/
+2
|
/
/
*
|
xbootldr: multiple spaces between keys and values (#11872)
Ben Iofel
2019-03-03
1
-1
/
+1
*
|
man: flush-caches and reset-server-features are commands for resolvectl (#11877)
Yu, Li-Yu
2019-03-03
1
-2
/
+2
*
|
Merge pull request #11472 from poettering/sd-bus-ref-tweak
Zbigniew Jędrzejewski-Szmek
2019-03-01
8
-56
/
+187
|
\
\
|
*
|
test: add test for new sd-bus refcnt logic
Lennart Poettering
2019-03-01
2
-0
/
+48
|
*
|
sd-bus: use "queue" message references for managing r/w message queues in con...
Lennart Poettering
2019-03-01
2
-34
/
+32
|
*
|
bus-message: introduce two kinds of references to bus messages
Lennart Poettering
2019-03-01
2
-3
/
+89
|
*
|
sd-bus: always go through sd_bus_unref() to free messages
Lennart Poettering
2019-03-01
1
-7
/
+5
|
*
|
sd-bus: drop two inappropriate empty lines
Lennart Poettering
2019-03-01
1
-2
/
+0
|
*
|
sd-bus: make sure dispatch_rqueue() initializes return parameter on all types...
Lennart Poettering
2019-03-01
1
-1
/
+3
|
*
|
sd-bus: reorder bus ref and bus message ref handling
Lennart Poettering
2019-03-01
1
-2
/
+3
|
*
|
sd-bus: make rqueue/wqueue sizes of type size_t
Lennart Poettering
2019-03-01
2
-3
/
+3
|
*
|
sd-bus: initialize mutex after we allocated the wqueue
Lennart Poettering
2019-03-01
1
-2
/
+2
[next]