summaryrefslogtreecommitdiffstats
path: root/shell-completion (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-06network: address-generation: modernize config_parse_address_generation_type()Yu Watanabe4-60/+67
2021-10-06network: address-generation: mask prefix with prefixlen for safetyYu Watanabe1-6/+11
2021-10-06network: address-generation: always start DAD counter from zeroYu Watanabe1-35/+62
2021-10-06network: address-generation: always use the first 64 bits of the prefixYu Watanabe1-7/+5
2021-10-06network: ndisc: ignore autonomous prefix with prefix length larger than 64Yu Watanabe1-6/+15
2021-10-06network: radv: ignore Assign= if prefixlen is larger than 64Yu Watanabe1-0/+11
2021-10-06network: make generate_ipv6_eui_64_address() take prefixYu Watanabe4-42/+34
2021-10-06network: fix prefixlen for reserved subnet anycast addressYu Watanabe1-11/+9
2021-10-06network: move address generation methods to network-address-generation.[ch]Yu Watanabe10-316/+343
2021-10-06in-addr-util: introduce in{4,6}_addr_prefix_covers()Yu Watanabe2-8/+53
2021-10-06in-addr-util: do not shift 8 or more for uint8_tYu Watanabe1-1/+4
2021-10-06in-addr-util: introduce in{4,6}_addr_mask()Yu Watanabe2-24/+35
2021-10-06in-addr-util: introduce in6_addr_hash_ops_freeYu Watanabe2-0/+7
2021-10-06network: radv: reorder functionsYu Watanabe1-370/+370
2021-10-06user-record: disable two pbkdf fields that don't apply for pkbdf2Lennart Poettering1-4/+5
2021-10-06ethtool-util: make ethtool_set_wol() take passwordYu Watanabe3-7/+34
2021-10-06ethtool-util: do not try to enable unsupported WoL optionsYu Watanabe1-0/+10
2021-10-06ethtool-util: make wol_options_to_string() not return all flag stringsYu Watanabe2-3/+8
2021-10-06Update 60-sensor.hwdbchlorophyll-zz1-1/+0
2021-10-06core/service: also check path in exec commandsYu Watanabe1-1/+7
2021-10-06man: add discussion of read-only filesystem support in daemonsZbigniew Jędrzejewski-Szmek1-56/+72
2021-10-06man: document systemd-analyze filesystemsIago López Galeiras1-0/+14
2021-10-06analyze: add filesystems commandIago López Galeiras1-0/+173
2021-10-06README: document LSM BPF requirementsIago López Galeiras1-1/+8
2021-10-06test: add test-bpf-lsmIago López Galeiras2-0/+120
2021-10-06man: document EXIT_BPF statusIago López Galeiras1-0/+5
2021-10-06man: add RestrictFileSystems= documentationIago López Galeiras1-0/+94
2021-10-06mkosi: add libbpf dependencyIago López Galeiras2-0/+9
2021-10-06core: add dbus RestrictFileSystems= propertiesIago López Galeiras3-0/+125
2021-10-06core: add RestrictFileSystems= fragment parserIago López Galeiras10-1/+145
2021-10-06core: use LSM BPF functions to implement RestrictFileSystems=Iago Lopez Galeiras7-1/+99
2021-10-06core: add BPF LSM functionsIago Lopez Galeiras6-0/+363
2021-10-06shared/bpf-dlopen: expose more libbpf functionsIago López Galeiras2-0/+12
2021-10-06exit-status: add EXIT_BPFIago López Galeiras2-2/+4
2021-10-06cgroup-util: add cg_path_get_cgroupid()Iago López Galeiras2-0/+24
2021-10-06bpf: add restrict_fs BPF programIago López Galeiras3-0/+94
2021-10-06basic: use filesystem databaseIago López Galeiras3-42/+53
2021-10-06basic: add filesystem databaseIago López Galeiras6-0/+331
2021-10-06missing_magic: add several filesystemsIago López Galeiras1-0/+130
2021-10-06basic: move CIFS magic number to missing_magic.hIago Lopez Galeiras2-5/+5
2021-10-06unit-file: tighten unit file discovery checksLennart Poettering1-10/+44
2021-10-06basic/env-util: correctly parse extended vars after non-extended vars (#20941)Andrew Soutar2-1/+5
2021-10-05repart: use right error variableLennart Poettering1-2/+2
2021-10-05basic: move chase_symlinks_and_fopen_unlocked() → chase-symlinks.[ch]Lennart Poettering6-46/+46
2021-10-05core: fix SIGABRT on empty exec command argvHenri Chain3-0/+45
2021-10-05basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering48-543/+594
2021-10-05basic: split out inotify-related calls from fs-util.h → inotify-util.hLennart Poettering15-47/+63
2021-10-05basic: split out glyph/emoji related calls from locale-util.[ch] into glyph-u...Lennart Poettering23-187/+206
2021-10-05basic: split out sync() family of calls from fs-util.[ch] into new c/h fileLennart Poettering22-199/+216
2021-10-04test: create and merge code coverage reports in integration testsLuca Boccassi2-0/+49