aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test-dnssec: Allow builds without libgcrypt (#7850) (#7850)gentoo-236Michal Koutný2018-01-131-0/+2
* tmpfiles: consider /etc uninitialized also when /etc/machine-id is present bu...Franck Bui2018-01-131-3/+3
* util-lib: save/restore errno in cleanup callsLennart Poettering2018-01-133-1/+8
* sd-radv: avoid redefinition of struct in6_addrHans-Christian Noren Egtvedt2018-01-131-1/+0
* missing: add bpf() define for ARM definitionHans-Christian Noren Egtvedt2018-01-131-0/+2
* missing: fix bpf() define for TileraHans-Christian Noren Egtvedt2018-01-131-0/+2
* timesync: fix typoYu Watanabe2018-01-131-1/+1
* network: fix invalid memory access in netdev_cancel_callbackZbigniew Jędrzejewski-Szmek2018-01-131-1/+1
* networkd: fix memory corruptionLennart Poettering2018-01-132-6/+17
* network: fix memory leak when an netdev was skippedZbigniew Jędrzejewski-Szmek2018-01-132-11/+11
* networkd: call link_set_routing_policy_rule before setting routes (#7815)Susant Sahani2018-01-131-2/+2
* sd-device: support the case that /sys is a symlinkYu Watanabe2018-01-131-0/+23
* sd-device: use chase_symlinks()Yu Watanabe2018-01-131-12/+2
* rules: Mark the kvm device as static_node (for s390x and ppc64) (#7795)Thomas Huth2018-01-131-1/+2
* logind: fix user_object_find()Lennart Poettering2018-01-131-6/+6
* core: Fix edge case when processing /proc/self/mountinfo (#7811)rkolchmeyer2018-01-131-1/+1
* install: search preset files in /run (#7715)John Lin2018-01-131-0/+2
* core: RuntimeDirectory= does not request new mount namespaceYu Watanabe2018-01-131-2/+1
* Revert "core/execute: RuntimeDirectory= or friends requires mount namespace"Yu Watanabe2018-01-131-6/+8
* systemd-udevd: fix speed/duplex processing with valid .link files (#7808)Bruce A. Johnson2018-01-131-3/+3
* NEWS: add in a missing change back from 229 (#7804)Lennart Poettering2018-01-131-0/+7
* ip-address-access: let's exit the loop after invalidating our entry a (#7803)Lennart Poettering2018-01-131-7/+6
* meson: don't search PATH for telinit (#7770)Mike Gilbert2018-01-132-3/+5
* core: double free in bus_timer_set_transient_propertyZbigniew Jędrzejewski-Szmek2018-01-131-3/+1
* run: double freeZbigniew Jędrzejewski-Szmek2018-01-131-3/+1
* dhcp6: Fix DHCPv6 client file descriptor and event handling (#7796)Patrik Flykt2018-01-131-31/+33
* README: EXT4_POSIX_ACL -> EXT4_FS_POSIX_ACL (#7799)George G2018-01-131-1/+1
* resolved: skip conflict notifications for DNS-SD PTR RRsDmitry Rozhkov2018-01-131-0/+4
* resolved: fix refcounting DnsScope's conflict_queueDmitry Rozhkov2018-01-131-2/+7
* fix systemd-analyze time when default.target is not reached (#7764)Boucman2018-01-131-2/+9
* basic: detect_vm_cpuid: fix hypervisor detectionMike Gilbert2018-01-131-2/+1
* fileio: write_string_stream_ts: check for file errors immediatelyMike Gilbert2018-01-111-0/+3
* fileio: write_string_stream_ts: return errors from fputs and fputcMike Gilbert2018-01-111-2/+5
* sysctl: use raw file descriptor in sysctl_write (#7753)Mike Gilbert2018-01-111-1/+16
* basic: detect_vm_cpuid: use gcc's __get_cpuid() function (#7758)Mike Gilbert2018-01-111-30/+12
* analyze: correct help text where we take unit name argumentsLennart Poettering2018-01-111-2/+2
* man: systemd: fix typo (#7746)nulsoh2018-01-111-1/+1
* terminal-util: open /dev/null with O_CLOEXEC in make_stdio_null()Lennart Poettering2018-01-111-1/+1
* fd-util: use close_nointr() return value instead of errnoLennart Poettering2018-01-111-9/+8
* bootspec: drop ".conf" from BootEntry.filenameYu Watanabe2018-01-111-5/+13
* meson: hopefully renameat2() will show up where renameat() is definedLennart Poettering2018-01-111-1/+2
* meson: look for gettid() definition where getpid() is definedLennart Poettering2018-01-111-1/+2
* meson: when pivot_root() is added one day, look for it in <unistd.h>Lennart Poettering2018-01-111-1/+2
* meson: use "args" for setting _GNU_SOURCE when checking for functionsLennart Poettering2018-01-111-10/+6
* meson: define _GNU_SOURCE to detect copy_file_range() (#7734)Yu Watanabe2018-01-111-1/+2
* Add mkdir_errno_wrapper() and use instead of mkdir() in various placesZbigniew Jędrzejewski-Szmek2018-01-118-39/+49
* systemctl: don't show vendor preset state for generated/transient units (#7711)Lennart Poettering2018-01-111-1/+2
* core:socket: fix string in socket_exec_command_tableYu Watanabe2018-01-111-5/+5
* core,seccomp: fix logic to parse RestrictAddressFamilies= in dbus-execute.cYu Watanabe2018-01-111-12/+20
* core,seccomp: fix logic to parse syscall filter in dbus-execute.cYu Watanabe2018-01-114-96/+102