index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
shell-completion
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-06
network: address-generation: modernize config_parse_address_generation_type()
Yu Watanabe
4
-60
/
+67
2021-10-06
network: address-generation: mask prefix with prefixlen for safety
Yu Watanabe
1
-6
/
+11
2021-10-06
network: address-generation: always start DAD counter from zero
Yu Watanabe
1
-35
/
+62
2021-10-06
network: address-generation: always use the first 64 bits of the prefix
Yu Watanabe
1
-7
/
+5
2021-10-06
network: ndisc: ignore autonomous prefix with prefix length larger than 64
Yu Watanabe
1
-6
/
+15
2021-10-06
network: radv: ignore Assign= if prefixlen is larger than 64
Yu Watanabe
1
-0
/
+11
2021-10-06
network: make generate_ipv6_eui_64_address() take prefix
Yu Watanabe
4
-42
/
+34
2021-10-06
network: fix prefixlen for reserved subnet anycast address
Yu Watanabe
1
-11
/
+9
2021-10-06
network: move address generation methods to network-address-generation.[ch]
Yu Watanabe
10
-316
/
+343
2021-10-06
in-addr-util: introduce in{4,6}_addr_prefix_covers()
Yu Watanabe
2
-8
/
+53
2021-10-06
in-addr-util: do not shift 8 or more for uint8_t
Yu Watanabe
1
-1
/
+4
2021-10-06
in-addr-util: introduce in{4,6}_addr_mask()
Yu Watanabe
2
-24
/
+35
2021-10-06
in-addr-util: introduce in6_addr_hash_ops_free
Yu Watanabe
2
-0
/
+7
2021-10-06
network: radv: reorder functions
Yu Watanabe
1
-370
/
+370
2021-10-06
user-record: disable two pbkdf fields that don't apply for pkbdf2
Lennart Poettering
1
-4
/
+5
2021-10-06
ethtool-util: make ethtool_set_wol() take password
Yu Watanabe
3
-7
/
+34
2021-10-06
ethtool-util: do not try to enable unsupported WoL options
Yu Watanabe
1
-0
/
+10
2021-10-06
ethtool-util: make wol_options_to_string() not return all flag strings
Yu Watanabe
2
-3
/
+8
2021-10-06
Update 60-sensor.hwdb
chlorophyll-zz
1
-1
/
+0
2021-10-06
core/service: also check path in exec commands
Yu Watanabe
1
-1
/
+7
2021-10-06
man: add discussion of read-only filesystem support in daemons
Zbigniew Jędrzejewski-Szmek
1
-56
/
+72
2021-10-06
man: document systemd-analyze filesystems
Iago López Galeiras
1
-0
/
+14
2021-10-06
analyze: add filesystems command
Iago López Galeiras
1
-0
/
+173
2021-10-06
README: document LSM BPF requirements
Iago López Galeiras
1
-1
/
+8
2021-10-06
test: add test-bpf-lsm
Iago López Galeiras
2
-0
/
+120
2021-10-06
man: document EXIT_BPF status
Iago López Galeiras
1
-0
/
+5
2021-10-06
man: add RestrictFileSystems= documentation
Iago López Galeiras
1
-0
/
+94
2021-10-06
mkosi: add libbpf dependency
Iago López Galeiras
2
-0
/
+9
2021-10-06
core: add dbus RestrictFileSystems= properties
Iago López Galeiras
3
-0
/
+125
2021-10-06
core: add RestrictFileSystems= fragment parser
Iago López Galeiras
10
-1
/
+145
2021-10-06
core: use LSM BPF functions to implement RestrictFileSystems=
Iago Lopez Galeiras
7
-1
/
+99
2021-10-06
core: add BPF LSM functions
Iago Lopez Galeiras
6
-0
/
+363
2021-10-06
shared/bpf-dlopen: expose more libbpf functions
Iago López Galeiras
2
-0
/
+12
2021-10-06
exit-status: add EXIT_BPF
Iago López Galeiras
2
-2
/
+4
2021-10-06
cgroup-util: add cg_path_get_cgroupid()
Iago López Galeiras
2
-0
/
+24
2021-10-06
bpf: add restrict_fs BPF program
Iago López Galeiras
3
-0
/
+94
2021-10-06
basic: use filesystem database
Iago López Galeiras
3
-42
/
+53
2021-10-06
basic: add filesystem database
Iago López Galeiras
6
-0
/
+331
2021-10-06
missing_magic: add several filesystems
Iago López Galeiras
1
-0
/
+130
2021-10-06
basic: move CIFS magic number to missing_magic.h
Iago Lopez Galeiras
2
-5
/
+5
2021-10-06
unit-file: tighten unit file discovery checks
Lennart Poettering
1
-10
/
+44
2021-10-06
basic/env-util: correctly parse extended vars after non-extended vars (#20941)
Andrew Soutar
2
-1
/
+5
2021-10-05
repart: use right error variable
Lennart Poettering
1
-2
/
+2
2021-10-05
basic: move chase_symlinks_and_fopen_unlocked() → chase-symlinks.[ch]
Lennart Poettering
6
-46
/
+46
2021-10-05
core: fix SIGABRT on empty exec command argv
Henri Chain
3
-0
/
+45
2021-10-05
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
48
-543
/
+594
2021-10-05
basic: split out inotify-related calls from fs-util.h → inotify-util.h
Lennart Poettering
15
-47
/
+63
2021-10-05
basic: split out glyph/emoji related calls from locale-util.[ch] into glyph-u...
Lennart Poettering
23
-187
/
+206
2021-10-05
basic: split out sync() family of calls from fs-util.[ch] into new c/h file
Lennart Poettering
22
-199
/
+216
2021-10-04
test: create and merge code coverage reports in integration tests
Luca Boccassi
2
-0
/
+49
[prev]
[next]