index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
systemd-sleep: (bug) use resume_offset value if set
Zach Smith
2019-06-27
2
-2
/
+35
*
test: fix argument type of test_format_bytes_one()
Yu Watanabe
2019-06-27
1
-7
/
+8
*
util,test: rename variable non_iec -> si
Yu Watanabe
2019-06-27
2
-6
/
+6
*
execute: drop SYNTHETIC_ERRNO because error code was received from the apply_...
Michal Sekletar
2019-06-25
1
-1
/
+1
*
network: further log message update
Yu Watanabe
2019-06-25
1
-49
/
+49
*
core: factor root_directory application out of apply_working_directory
Joerg Behrmann
2019-06-25
1
-10
/
+28
*
core: move config_parse_* functions to a shared module
Frantisek Sumsal
2019-06-25
3
-191
/
+203
*
core: mention why we do migration for everything but ConfigurationDirectory=
Lennart Poettering
2019-06-25
1
-1
/
+5
*
core: log when we convert from DynamicUser=1 to =0 or vice versa
Lennart Poettering
2019-06-25
1
-0
/
+8
*
Merge pull request #12869 from poettering/dynamic-user-re-migrate
Lennart Poettering
2019-06-25
1
-19
/
+54
|
\
|
*
core: migrate service directories back from private if needed
Lennart Poettering
2019-06-24
1
-0
/
+32
|
*
core: add missing space to DynamicUser=1 directory comment
Lennart Poettering
2019-06-24
1
-19
/
+22
*
|
bpf-firewall: custom BPF programs through IP(Ingress|Egress)FilterPath=
Kai Lüke
2019-06-25
15
-7
/
+403
*
|
Merge pull request #12874 from yuwata/ethtool-make-ubsan-quiet
Lennart Poettering
2019-06-25
6
-70
/
+138
|
\
\
|
*
|
ethtool: reindent link mode table
Yu Watanabe
2019-06-25
1
-52
/
+52
|
*
|
ethtool: add missing link mode
Yu Watanabe
2019-06-25
2
-1
/
+16
|
*
|
ethtool-util: fix returned value when ethtool_cmd_speed() is SPEED_UNKNOWN
Yu Watanabe
2019-06-25
1
-2
/
+7
|
*
|
linux: make UBSAN quiet
Yu Watanabe
2019-06-25
2
-1
/
+2
|
*
|
linux: update kernel headers
Yu Watanabe
2019-06-25
4
-14
/
+61
*
|
|
Merge pull request #12870 from yuwata/tree-wide-further-path-join-cleanups
Lennart Poettering
2019-06-25
20
-49
/
+50
|
\
\
\
|
*
|
|
tree-wide: replace strjoina() with prefix_roota()
Yu Watanabe
2019-06-24
14
-41
/
+38
|
*
|
|
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-24
4
-6
/
+7
|
*
|
|
test: add more testcases for prefix_roota()
Yu Watanabe
2019-06-24
1
-0
/
+3
|
*
|
|
path-util: fix an issue when the path argument of prefix_roota() is not absolute
Yu Watanabe
2019-06-24
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #12871 from keszybz/various-printing-fixes
Yu Watanabe
2019-06-25
4
-68
/
+75
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
bootctl: fix display of options with embedeed newlines
Zbigniew Jędrzejewski-Szmek
2019-06-25
1
-2
/
+14
|
*
|
networkd: rework warning and debug messages about address addition and removal
Zbigniew Jędrzejewski-Szmek
2019-06-24
1
-34
/
+34
|
*
|
logind: log operation details when starting actions
Zbigniew Jędrzejewski-Szmek
2019-06-24
2
-26
/
+25
|
*
|
logind: remove unused check
Zbigniew Jędrzejewski-Szmek
2019-06-24
1
-6
/
+2
*
|
|
sd-device: don't accept /sys as a device path
Lubomir Rintel
2019-06-25
1
-0
/
+4
*
|
|
udevd: fix a reversed conditional on global property set
Lubomir Rintel
2019-06-25
1
-1
/
+1
*
|
|
core: introduce NUMAPolicy and NUMAMask options
Michal Sekletar
2019-06-24
15
-5
/
+352
|
|
/
|
/
|
*
|
doc: make clear that --system and --user only make sense with --test
Lennart Poettering
2019-06-24
1
-3
/
+3
|
/
*
tree-wide: use _cleanup_ attribute and strv_consume() + TAKE_PTR()
Yu Watanabe
2019-06-24
4
-24
/
+17
*
sd-path: use _cleanup_strv_free_ attribute
Yu Watanabe
2019-06-24
1
-13
/
+6
*
Merge pull request #12836 from yuwata/tree-wide-replace-strjoin
Lennart Poettering
2019-06-22
44
-126
/
+95
|
\
|
*
sd-path: use _cleanup_ attribute
Yu Watanabe
2019-06-20
1
-7
/
+5
|
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
44
-119
/
+90
*
|
bpf-firewall: optimization for IPAddressXYZ="any" (and unprivileged users)
Anita Zhang
2019-06-22
3
-36
/
+83
*
|
cgroup-util: kill also threads
Topi Miettinen
2019-06-22
1
-5
/
+35
*
|
path-util: get rid of prefix_root()
Lennart Poettering
2019-06-21
14
-76
/
+44
*
|
nspawn: don't hard fail when setting capabilities
Anita Zhang
2019-06-20
3
-1
/
+55
*
|
Merge pull request #12846 from poettering/cap-last-cap-fix
Yu Watanabe
2019-06-20
3
-6
/
+8
|
\
\
|
*
|
bus-creds: fix size calculation for storing caps data
Lennart Poettering
2019-06-20
1
-3
/
+5
|
*
|
capability: fix loops for cap_last_cap()
Lennart Poettering
2019-06-20
2
-3
/
+3
*
|
|
bpf: use more TAKE_FD()
Lennart Poettering
2019-06-20
1
-4
/
+2
|
/
/
*
|
Merge pull request #12762 from yuwata/network-introduce-carrier-and-network-s...
Lennart Poettering
2019-06-20
13
-78
/
+270
|
\
\
|
*
|
timesync: judging if network is online by networkd's address state
Yu Watanabe
2019-06-16
1
-3
/
+8
|
*
|
sd-network: introduce functions for new link and manager states
Yu Watanabe
2019-06-16
4
-9
/
+50
|
*
|
network: drop unused manager_send_changed()
Yu Watanabe
2019-06-16
2
-9
/
+0
[next]