summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/sd-ipv4ll.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-16journald: when logging about dropped messages, include more meta dataLennart Poettering5-12/+15
2017-11-16journal: reindent field mapping tablesLennart Poettering1-23/+23
2017-11-16journal: make use of IOVEC_MAKE() where it makes senseLennart Poettering2-13/+5
2017-11-16journal: move valid_user_field() to journal-util.[ch] and rename it → journ...Lennart Poettering3-37/+44
2017-11-16man: fix wrong tag (#7358)Yu Watanabe1-3/+3
2017-11-16tmpfiles: when /etc is not fully initialized, some specifiers are expected to...Franck Bui1-41/+106
2017-11-16systemctl: other wayland sessions should inhibit shutdown, like x11 sessions ...Alan Jenkins1-1/+1
2017-11-16sd-dhcp6-client: Implement FQDN Option (#7309)Stefan Agner7-2/+137
2017-11-16sd-dhcp-client: validate hostnames stricter (#7308)Stefan Agner2-2/+8
2017-11-16man: document that noauto doesn't affect automount units configured through /...Lennart Poettering1-7/+6
2017-11-16man: document interaction of --root= and the user/group databases (#7344)Lennart Poettering1-4/+8
2017-11-16NEWS: document the systemd-logind IP firewalling incompatibility (#7343)Lennart Poettering1-0/+27
2017-11-16man: document that generators can generate instances+templates and regular un...Lennart Poettering1-18/+12
2017-11-16man: document explicitly that network-online.target doesn't track connectivit...Lennart Poettering1-0/+4
2017-11-15core/manager: just return an error if we fail halfwayZbigniew Jędrzejewski-Szmek1-16/+21
2017-11-15core: fix message about detected memory hierarchyZbigniew Jędrzejewski-Szmek1-3/+3
2017-11-15test-cgroup-util: add basic test for cg_all_unified/cg_hybrid_unified/cg_unif...Zbigniew Jędrzejewski-Szmek1-0/+27
2017-11-15util-lib: add debug messages when checking cgroup layoutZbigniew Jędrzejewski-Szmek1-5/+12
2017-11-15Use plural DelegateControllers= consistentlyZbigniew Jędrzejewski-Szmek1-1/+1
2017-11-15Update TODOZbigniew Jędrzejewski-Szmek1-2/+0
2017-11-15man/systemd-socket-proxyd: fix unit dependencies in examples (#7340)Roland Hieber1-3/+3
2017-11-15po: specify a glib preset (#7333)Piotr Drąg1-1/+1
2017-11-14core: fix bus property logic for RequiresMountsFor= dependencies (#7332)Lennart Poettering1-2/+2
2017-11-14udev: net_setup_link: don't error out when we couldn't apply link config (#7328)Michal Sekletar1-4/+2
2017-11-14logind: fix SetLinger to authorize by client's effective User IDAlan Jenkins2-19/+20
2017-11-14loginctl: enable-linger does not need fallback to XDG_SESSION_IDAlan Jenkins1-3/+3
2017-11-14logind: comment use of *_get_session()Alan Jenkins2-0/+8
2017-11-14logind: more specific error message for unknown usersAlan Jenkins1-3/+5
2017-11-14logind: "self" objects which do not apply - return specific error messagesAlan Jenkins3-33/+7
2017-11-14logind: remove an obscure dbus error from GetSessionByPID(0) and friendsAlan Jenkins1-26/+61
2017-11-14busctl: fix minor memory leak in busctl (#7331)Lennart Poettering1-3/+4
2017-11-14po: add a copy of polkit its rulesZbigniew Jędrzejewski-Szmek10-1/+22
2017-11-14Remove TODO entry (#7326)Lucas Werkmeister1-2/+0
2017-11-14man: document > /dev/stderr pitfalls (#7317)Lennart Poettering2-3/+16
2017-11-14core/dbus-unit: add property_get_requires_mounts_for() to send correct messag...Yu Watanabe1-1/+32
2017-11-14Fix error message when binding files (#7196)Zeal Jagannatha1-1/+1
2017-11-13systemctl: print a friendly message when systemctl is invoked, but PID 1 is n...Lennart Poettering1-0/+6
2017-11-13core: only warn about BPF/cgroup missing once per runtime (#7319)Lennart Poettering2-6/+18
2017-11-13basic: remove redundant check (#7320)Topi Miettinen1-1/+1
2017-11-13i18n: drop intltool use, use meson's merge_file directlyZbigniew Jędrzejewski-Szmek16-149/+131
2017-11-13man: rework systemd-vconsole-setup man page a bit (#7312)Lennart Poettering1-16/+12
2017-11-13install: drop redundant printing of unit name (#7296)Lennart Poettering1-2/+2
2017-11-13man: remove productname which resulting trademark symbol (#7193)Shuang Liu1-1/+1
2017-11-13bpf-firewall: properly handle kernels where BPF cgroup is disabled but TRIE m...Lennart Poettering1-1/+26
2017-11-13man: document the new Delegate= syntaxLennart Poettering1-7/+24
2017-11-13core: rework the Delegate= unit file setting to take a list of controller namesLennart Poettering8-22/+246
2017-11-13core: downgrade a log message from error to warningLennart Poettering1-2/+2
2017-11-13string-util: add delete_trailing_chars() and skip_leading_chars() helpersLennart Poettering10-32/+92
2017-11-13conf-parser: reindent some strangely indented function headersLennart Poettering1-20/+22
2017-11-13conf-parser: turn three bool function params into a flags fieldsLennart Poettering21-91/+88