summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* systemd-sleep: (bug) use resume_offset value if setZach Smith2019-06-272-2/+35
* test: fix argument type of test_format_bytes_one()Yu Watanabe2019-06-271-7/+8
* util,test: rename variable non_iec -> siYu Watanabe2019-06-272-6/+6
* execute: drop SYNTHETIC_ERRNO because error code was received from the apply_...Michal Sekletar2019-06-251-1/+1
* network: further log message updateYu Watanabe2019-06-251-49/+49
* core: factor root_directory application out of apply_working_directoryJoerg Behrmann2019-06-251-10/+28
* core: move config_parse_* functions to a shared moduleFrantisek Sumsal2019-06-253-191/+203
* core: mention why we do migration for everything but ConfigurationDirectory=Lennart Poettering2019-06-251-1/+5
* core: log when we convert from DynamicUser=1 to =0 or vice versaLennart Poettering2019-06-251-0/+8
* Merge pull request #12869 from poettering/dynamic-user-re-migrateLennart Poettering2019-06-251-19/+54
|\
| * core: migrate service directories back from private if neededLennart Poettering2019-06-241-0/+32
| * core: add missing space to DynamicUser=1 directory commentLennart Poettering2019-06-241-19/+22
* | bpf-firewall: custom BPF programs through IP(Ingress|Egress)FilterPath=Kai Lüke2019-06-2515-7/+403
* | Merge pull request #12874 from yuwata/ethtool-make-ubsan-quietLennart Poettering2019-06-256-70/+138
|\ \
| * | ethtool: reindent link mode tableYu Watanabe2019-06-251-52/+52
| * | ethtool: add missing link modeYu Watanabe2019-06-252-1/+16
| * | ethtool-util: fix returned value when ethtool_cmd_speed() is SPEED_UNKNOWNYu Watanabe2019-06-251-2/+7
| * | linux: make UBSAN quietYu Watanabe2019-06-252-1/+2
| * | linux: update kernel headersYu Watanabe2019-06-254-14/+61
* | | Merge pull request #12870 from yuwata/tree-wide-further-path-join-cleanupsLennart Poettering2019-06-2520-49/+50
|\ \ \
| * | | tree-wide: replace strjoina() with prefix_roota()Yu Watanabe2019-06-2414-41/+38
| * | | tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-244-6/+7
| * | | test: add more testcases for prefix_roota()Yu Watanabe2019-06-241-0/+3
| * | | path-util: fix an issue when the path argument of prefix_roota() is not absoluteYu Watanabe2019-06-241-2/+2
| | |/ | |/|
* | | Merge pull request #12871 from keszybz/various-printing-fixesYu Watanabe2019-06-254-68/+75
|\ \ \ | |_|/ |/| |
| * | bootctl: fix display of options with embedeed newlinesZbigniew Jędrzejewski-Szmek2019-06-251-2/+14
| * | networkd: rework warning and debug messages about address addition and removalZbigniew Jędrzejewski-Szmek2019-06-241-34/+34
| * | logind: log operation details when starting actionsZbigniew Jędrzejewski-Szmek2019-06-242-26/+25
| * | logind: remove unused checkZbigniew Jędrzejewski-Szmek2019-06-241-6/+2
* | | sd-device: don't accept /sys as a device pathLubomir Rintel2019-06-251-0/+4
* | | udevd: fix a reversed conditional on global property setLubomir Rintel2019-06-251-1/+1
* | | core: introduce NUMAPolicy and NUMAMask optionsMichal Sekletar2019-06-2415-5/+352
| |/ |/|
* | doc: make clear that --system and --user only make sense with --testLennart Poettering2019-06-241-3/+3
|/
* tree-wide: use _cleanup_ attribute and strv_consume() + TAKE_PTR()Yu Watanabe2019-06-244-24/+17
* sd-path: use _cleanup_strv_free_ attributeYu Watanabe2019-06-241-13/+6
* Merge pull request #12836 from yuwata/tree-wide-replace-strjoinLennart Poettering2019-06-2244-126/+95
|\
| * sd-path: use _cleanup_ attributeYu Watanabe2019-06-201-7/+5
| * tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-2044-119/+90
* | bpf-firewall: optimization for IPAddressXYZ="any" (and unprivileged users)Anita Zhang2019-06-223-36/+83
* | cgroup-util: kill also threadsTopi Miettinen2019-06-221-5/+35
* | path-util: get rid of prefix_root()Lennart Poettering2019-06-2114-76/+44
* | nspawn: don't hard fail when setting capabilitiesAnita Zhang2019-06-203-1/+55
* | Merge pull request #12846 from poettering/cap-last-cap-fixYu Watanabe2019-06-203-6/+8
|\ \
| * | bus-creds: fix size calculation for storing caps dataLennart Poettering2019-06-201-3/+5
| * | capability: fix loops for cap_last_cap()Lennart Poettering2019-06-202-3/+3
* | | bpf: use more TAKE_FD()Lennart Poettering2019-06-201-4/+2
|/ /
* | Merge pull request #12762 from yuwata/network-introduce-carrier-and-network-s...Lennart Poettering2019-06-2013-78/+270
|\ \
| * | timesync: judging if network is online by networkd's address stateYu Watanabe2019-06-161-3/+8
| * | sd-network: introduce functions for new link and manager statesYu Watanabe2019-06-164-9/+50
| * | network: drop unused manager_send_changed()Yu Watanabe2019-06-162-9/+0