summaryrefslogtreecommitdiffstats
path: root/sysusers.d (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-25ethtool: reindent link mode tableYu Watanabe1-52/+52
2019-06-25ethtool: add missing link modeYu Watanabe2-1/+16
2019-06-25ethtool-util: fix returned value when ethtool_cmd_speed() is SPEED_UNKNOWNYu Watanabe1-2/+7
2019-06-25linux: make UBSAN quietYu Watanabe2-1/+2
2019-06-25linux: update kernel headersYu Watanabe4-14/+61
2019-06-25bootctl: fix display of options with embedeed newlinesZbigniew Jędrzejewski-Szmek1-2/+14
2019-06-25sd-device: don't accept /sys as a device pathLubomir Rintel1-0/+4
2019-06-25udevd: fix a reversed conditional on global property setLubomir Rintel1-1/+1
2019-06-24man: beef up systemd.exec(5)Lennart Poettering1-23/+46
2019-06-24tree-wide: replace strjoina() with prefix_roota()Yu Watanabe14-41/+38
2019-06-24networkd: rework warning and debug messages about address addition and removalZbigniew Jędrzejewski-Szmek1-34/+34
2019-06-24logind: log operation details when starting actionsZbigniew Jędrzejewski-Szmek2-26/+25
2019-06-24logind: remove unused checkZbigniew Jędrzejewski-Szmek1-6/+2
2019-06-24tree-wide: replace strjoin() with path_join()Yu Watanabe4-6/+7
2019-06-24core: introduce NUMAPolicy and NUMAMask optionsMichal Sekletar19-5/+409
2019-06-24test: add more testcases for prefix_roota()Yu Watanabe1-0/+3
2019-06-24path-util: fix an issue when the path argument of prefix_roota() is not absoluteYu Watanabe1-2/+2
2019-06-24man: document that sd_bus_creds_get_exec() is not suitable for security decis...Lennart Poettering1-6/+8
2019-06-24man: drop references to "syslog" and "syslog+console" from man pageLennart Poettering2-45/+43
2019-06-24doc: make clear that --system and --user only make sense with --testLennart Poettering2-17/+19
2019-06-24man: correct that Sockets= may not be undoneLennart Poettering1-5/+3
2019-06-24man: document that DynamicUser=1 implied sandboxing cannot be turned offLennart Poettering1-8/+9
2019-06-24tree-wide: use _cleanup_ attribute and strv_consume() + TAKE_PTR()Yu Watanabe4-24/+17
2019-06-24sd-path: use _cleanup_strv_free_ attributeYu Watanabe1-13/+6
2019-06-23update TODOLennart Poettering1-0/+14
2019-06-22man: fix references to VTABLE property flagsPeter A. Bigot1-8/+8
2019-06-22update TODOLennart Poettering1-0/+2
2019-06-22bpf-firewall: optimization for IPAddressXYZ="any" (and unprivileged users)Anita Zhang3-36/+83
2019-06-22cgroup-util: kill also threadsTopi Miettinen1-5/+35
2019-06-21coverity: stop setting _Float*Evgeny Vereshchagin1-2/+1
2019-06-21man: drop my copyrightJan Synacek1-2/+0
2019-06-21path-util: get rid of prefix_root()Lennart Poettering14-76/+44
2019-06-20nspawn: don't hard fail when setting capabilitiesAnita Zhang3-1/+55
2019-06-20bpf: use more TAKE_FD()Lennart Poettering1-4/+2
2019-06-20sd-path: use _cleanup_ attributeYu Watanabe1-7/+5
2019-06-20tree-wide: replace strjoin() with path_join()Yu Watanabe44-119/+90
2019-06-20bus-creds: fix size calculation for storing caps dataLennart Poettering1-3/+5
2019-06-20capability: fix loops for cap_last_cap()Lennart Poettering2-3/+3
2019-06-20units: deny access to block devicesTopi Miettinen4-0/+8
2019-06-20cgroup: Continue unit reset if cgroup is busyDonald Buczek1-4/+7
2019-06-19util: use extract_first_word() instead of strsep()Yu Watanabe2-22/+36
2019-06-19tree-wide: use htobe{32,16}() instead of hton{l,s}()Yu Watanabe2-3/+3
2019-06-19tree-wide: drop alloca() in loopYu Watanabe6-13/+28
2019-06-19networkctl: show link speed, duplex, auto negotiation, and portYu Watanabe1-2/+72
2019-06-19network: change type of BitRates= bus propertyYu Watanabe2-47/+18
2019-06-19table: introduce FORMAT_BPS typeYu Watanabe2-0/+24
2019-06-19test: add tests for format_bytes()Yu Watanabe2-0/+42
2019-06-19util: make format_bytes() support e.g. 3.0EYu Watanabe1-5/+8
2019-06-19util: introduce format_bytes_full()Yu Watanabe11-49/+77
2019-06-19ethtool-util: introduce ethtool_get_link_info()Yu Watanabe2-0/+41