summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src/network/networkd-dhcp4.c: set prefsrc for classless or static routesDan Streetman2019-07-061-0/+4
* login: move file definitions outside of the conditionalizationLennart Poettering2019-07-051-3/+3
* Merge pull request #12964 from yuwata/network-bridge-vlan-issue-12958Zbigniew Jędrzejewski-Szmek2019-07-053-76/+35
|\
| * network: fix issue found by UBSanYu Watanabe2019-07-051-2/+2
| * network: fix the initial value of the counter for brvlanYu Watanabe2019-07-051-3/+2
| * network: re-implement parse_vid_range()Yu Watanabe2019-07-053-63/+22
| * network: minor coding-style updateYu Watanabe2019-07-051-8/+9
* | Merge pull request #12963 from keszybz/analyze-timestampYu Watanabe2019-07-057-17/+23
|\ \
| * | pid1: use monotonic timestamp in dump if realtime is not availableZbigniew Jędrzejewski-Szmek2019-07-041-3/+5
| * | basic/time-util: add helper function to check if timestamp is setZbigniew Jędrzejewski-Szmek2019-07-047-14/+18
* | | varlink: add varlink server to event loop only if there is oneLennart Poettering2019-07-041-6/+8
| |/ |/|
* | portabled: Make use of SYNTHETIC_ERRNO()Lennart Poettering2019-07-041-4/+2
* | fsck: split out fsck return code definitions into a header file of its ownLennart Poettering2019-07-053-12/+16
* | dissect: split out DM deferred remove into src/shared/dm-util.cLennart Poettering2019-07-054-35/+49
* | Merge pull request #12949 from yuwata/sd-netlink-sd-netlink-message-enter-arrayLennart Poettering2019-07-045-17/+96
|\ \
| * | test: add test for sd_netlink_message_enter_array()Yu Watanabe2019-07-041-0/+45
| * | sd-netlink: add CTRL_ATTR_MCAST_GROUPSYu Watanabe2019-07-041-2/+13
| * | sd-netlink: drop unnecessary 'else'Yu Watanabe2019-07-041-2/+2
| * | sd-netlink: introduce sd_netlink_message_enter_array()Yu Watanabe2019-07-042-12/+35
| * | sd-netlink: fix inverted log messageYu Watanabe2019-07-041-1/+1
| |/
* | meson: create /var/log/journal/{,remote/} conditionallyZbigniew Jędrzejewski-Szmek2019-07-042-17/+21
|/
* Merge pull request #12946 from poettering/blockdev-tweaksYu Watanabe2019-07-041-3/+6
|\
| * blockdev-util: let us know if block_get_whole_disk() did anythingLennart Poettering2019-07-041-1/+1
| * blockdev: filter out invalid block devices earlyLennart Poettering2019-07-041-0/+3
| * blockdev-util: propagate actual errorLennart Poettering2019-07-041-2/+2
* | varlink: allow using varlink_wait() even with a serverLennart Poettering2019-07-041-1/+0
* | json: use JSON_VARIANT_ARRAY_FOREACH() where we canLennart Poettering2019-07-041-6/+2
* | logind: drop old-style header from .sym file in favour of SPDXLennart Poettering2019-07-041-8/+1
|/
* debug-generator: enable custom systemd.debug_shell ttyJan Synacek2019-07-021-9/+31
* Merge pull request #12912 from yuwata/network-move-functionsZbigniew Jędrzejewski-Szmek2019-07-0225-1089/+1175
|\
| * network: move prototypes related to network Network bus objects to networkd-n...Yu Watanabe2019-06-305-5/+14
| * network: move DHCP server related functions to networkd-dhcp-server.cYu Watanabe2019-06-307-346/+364
| * network: move DHCP6 related code from networkd-manager.c to networkd-dhcp6.cYu Watanabe2019-06-304-129/+130
| * network: move conf parsers and function prototypesYu Watanabe2019-06-3020-611/+669
* | Merge pull request #12888 from yuwata/network-udev-property-supportZbigniew Jędrzejewski-Szmek2019-07-019-76/+267
|\ \
| * | test: add tests for config_parse_match_{strv,ifnames}()Yu Watanabe2019-07-011-0/+23
| * | network,udev: add Property= setting in [Match] sectionYu Watanabe2019-07-018-6/+111
| * | network,udev: make net_match_config() take sd_deviceYu Watanabe2019-07-014-35/+23
| * | network,udev: fix multiple invert matching linesYu Watanabe2019-07-015-36/+111
* | | udev: accept lines which have only PROGRAM=Yu Watanabe2019-07-011-1/+1
* | | meson: drop duplicated sourceYu Watanabe2019-07-011-1/+0
|/ /
* | networkctl: do not show '(null)' in HW Address entryYu Watanabe2019-06-301-6/+6
* | Merge pull request #12910 from keszybz/udev-kvmYu Watanabe2019-06-302-28/+24
|\ \ | |/ |/|
| * udev: don't force device ownership and mode on every eventZbigniew Jędrzejewski-Szmek2019-06-292-27/+23
| * udev: tiny fix to debug messageZbigniew Jędrzejewski-Szmek2019-06-291-1/+1
* | Merge pull request #12903 from keszybz/condition-quotingYu Watanabe2019-06-3025-175/+235
|\ \
| * | test-condition: do not accidentally treat error as passing conditionZbigniew Jędrzejewski-Szmek2019-06-291-51/+51
| * | Treat kernel version condition as a list of quoted checksZbigniew Jędrzejewski-Szmek2019-06-292-6/+65
| * | Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek2019-06-2824-93/+93
| * | Reindent some things for readabilityZbigniew Jędrzejewski-Szmek2019-06-282-25/+26