summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* systemd: Fix busctl crash on aarch64 when setting output table formatAlin Popa2020-02-168-14/+14
* systemd: Fix busctl crash on aarch64 when setting output table formatAlin Popa2020-02-161-2/+20
* makefs: strdup arguments to mkfsOliver Giles2020-02-131-4/+9
* Merge pull request #14833 from kpfleming/multiple-ipv6token-addressesYu Watanabe2020-02-123-52/+104
|\
| * network: Allow multiple IPv6Token 'static' items to generate addressesKevin P. Fleming2020-02-101-49/+94
| * network: Make address_hash_ops available outside of networkd-address.cKevin P. Fleming2020-02-102-1/+3
| * network: Document the lack of actual DAD usage in prefixstable algorithmKevin P. Fleming2020-02-101-0/+5
| * network: Correct typo and naming in error messageKevin P. Fleming2020-02-101-1/+1
| * network: Improve variable name for address generationKevin P. Fleming2020-02-101-5/+5
* | Merge pull request #14584 from ssahani/tc-handleYu Watanabe2020-02-113-10/+66
|\ \
| * | network: add support for qdisc handleSusant Sahani2020-02-103-1/+57
| * | network: fix indentationYu Watanabe2020-02-101-9/+9
| |/
* | Revert "Support Plugable UD-PRO8 dock"Zbigniew Jędrzejewski-Szmek2020-02-101-4/+1
* | fix typo in object fieldChris Murphy2020-02-101-1/+1
|/
* network fix parser for IPv6Token=Yu Watanabe2020-02-101-19/+2
* portablectl: add --now and --enable to attach/detachLuca Boccassi2020-02-071-2/+225
* Merge pull request #14805 from yuwata/network-ipv6-token-follow-upZbigniew Jędrzejewski-Szmek2020-02-072-7/+13
|\
| * network: fix ABRTYu Watanabe2020-02-071-1/+7
| * network: rename eui64 to staticYu Watanabe2020-02-072-6/+6
* | Merge pull request #14784 from yuwata/network-rename-qdisc-follow-upZbigniew Jędrzejewski-Szmek2020-02-078-15/+144
|\ \
| * | network: tc: support teqlYu Watanabe2020-02-077-7/+130
| * | network: update log messageYu Watanabe2020-02-071-4/+4
| * | network: append period if error message provided by kernel does not contain itYu Watanabe2020-02-071-1/+6
| * | network: drop redundant %mYu Watanabe2020-02-071-1/+1
| * | network: introduce new [QDisc] section to support Parent=ingressYu Watanabe2020-02-073-2/+3
* | | journal: fix log messageYu Watanabe2020-02-071-1/+1
* | | repart: do not quit earlier when --empty=forceYu Watanabe2020-02-071-1/+1
|/ /
* | core: sync SeccompParseFlags between dbus-execute and load-fragmentAnita Zhang2020-02-071-1/+4
|/
* Merge pull request #14813 from keszybz/renames-and-null-printfYu Watanabe2020-02-076-55/+72
|\
| * core/selinux-access: use _cleanup_ and improve loggingZbigniew Jędrzejewski-Szmek2020-02-061-28/+41
| * basic/selinux-util: expose _cleanup_freecon_Zbigniew Jędrzejewski-Szmek2020-02-062-3/+7
| * core/selinux-access: do not use NULL for %sZbigniew Jędrzejewski-Szmek2020-02-061-3/+3
| * network: also change fair_queue_traffic_policing→fair_queueingZbigniew Jędrzejewski-Szmek2020-02-063-23/+23
* | repart: quit earlier if no .conf file existsYu Watanabe2020-02-061-4/+7
|/
* selinux: update log message to suppress warning by coverityYu Watanabe2020-02-061-2/+2
* Merge pull request #14800 from keszybz/ask-password-echoYu Watanabe2020-02-063-23/+48
|\
| * shared/ask-password-api: show "(press TAB for no echo)"Zbigniew Jędrzejewski-Szmek2020-02-062-5/+22
| * shared/ask-password-api: return "error" when dialogue is cancelledZbigniew Jędrzejewski-Szmek2020-02-062-14/+20
| * firstboot: add missing checkZbigniew Jędrzejewski-Szmek2020-02-061-4/+6
* | sysctl: fix segfaultYu Watanabe2020-02-061-1/+1
* | Merge pull request #14156 from fbuihuu/deal-with-aliases-when-disablingZbigniew Jędrzejewski-Szmek2020-02-062-4/+4
|\ \
| * | shared/install: drop an unused variable in config_parse_also()Franck Bui2020-01-101-2/+2
| * | shared/install: try harder to find enablement symlinks when disabling a unitFranck Bui2020-01-101-1/+1
| * | core: explicit mention of unit ID is redundant with log_unit_*()Franck Bui2020-01-101-1/+1
* | | core: do not prepare a SELinux context for dummy files for devicenode bind-mo...Christian Göttsche2020-02-061-3/+2
* | | network: remove unnecessary link->ifname from debug log statementsMike Gilbert2020-02-061-3/+3
* | | sd-journal: close journal files that were deleted by journald before we've se...Michal Sekletár2020-02-053-1/+17
* | | cgroup: systemctl: Don't display NULL if protection was set to maxChris Down2020-02-052-3/+11
* | | Merge pull request #14415 from ssahani/prefixstable-rfc-7217-newZbigniew Jędrzejewski-Szmek2020-02-055-21/+249
|\ \ \ | |_|/ |/| |
| * | network: Allow to specify multiple IPv6Token for SLAACSusant Sahani2020-02-055-21/+249