summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7816 from poettering/chase-pidZbigniew Jędrzejewski-Szmek2018-01-1510-88/+324
|\
| * cocci: there's not ENOTSUP, there's only EOPNOTSUPPLennart Poettering2018-01-111-2/+2
| * ethtool-util: don't pass fds as pointers if we don't have toLennart Poettering2018-01-111-17/+18
| * ethtool-util: fix weird whitespaceLennart Poettering2018-01-111-3/+1
| * ethtool-util: order includes properlyLennart Poettering2018-01-111-2/+2
| * ethtool-util: no need for memcpy() where normal assignment works tooLennart Poettering2018-01-111-2/+2
| * core: be stricter when handling PID files and MAINPID sd_notify() messagesLennart Poettering2018-01-113-39/+117
| * notify: add new --uid= commandLennart Poettering2018-01-111-2/+36
| * sd-dameon: also sent ucred when our UID differs from EUIDLennart Poettering2018-01-111-10/+19
| * manager: make use of pid_is_valid() where appropriateLennart Poettering2018-01-111-1/+1
| * manager: make use of NEWLINE macro where appropriateLennart Poettering2018-01-111-1/+1
| * dbus-util: properly parse timeout valuesLennart Poettering2018-01-111-3/+3
| * manager: swap order in which we ellipsize/escape sd_notify() messages for deb...Lennart Poettering2018-01-111-2/+3
| * fs-util: add new chase_symlinks() flag CHASE_OPENLennart Poettering2018-01-113-1/+45
| * fs-util: add new CHASE_SAFE flag to chase_symlinks()Lennart Poettering2018-01-113-3/+74
* | Merge pull request #7855 from poettering/log-h-includesZbigniew Jędrzejewski-Szmek2018-01-1587-240/+171
|\ \
| * | unit: log when we cannot add a watch on a specific PIDLennart Poettering2018-01-111-1/+3
| * | log: assign the realm to a variable first in log_full_errno_realm()Lennart Poettering2018-01-111-3/+3
| * | log: rework log_syntax_invalid_utf8() a bitLennart Poettering2018-01-112-6/+35
| * | log: minor modernizations to log_received_signal()Lennart Poettering2018-01-111-2/+4
| * | tty-ask-password-agent: add (void) cast to mkdir/mkfifo calls we knowingly ig...Lennart Poettering2018-01-111-2/+2
| * | log: minimize includes in log.hLennart Poettering2018-01-1182-22/+124
| * | sd-bus: drop bloom stuff, it's not needed anymore since kdbus is goneLennart Poettering2018-01-114-204/+0
* | | core: prevent spurious retries of umountAlan Jenkins2018-01-131-2/+2
* | | core: fix output (logging) for mount units (#7603)Alan Jenkins2018-01-131-0/+4
* | | dbus-execute: define bus_set_transient_errno() only if HAVE_SECCOMP (#7869)0xAX2018-01-131-0/+2
* | | process-util: make our freeze() routine do something usefulMichal Sekletar2018-01-121-0/+11
* | | Comment the fact that some tools need to termintate their bus connect firstFranck Bui2018-01-126-2/+12
* | | mount: make sure we terminate the bus connection first, and then close the pagerFranck Bui2018-01-121-1/+1
* | | Revert "tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appro...Franck Bui2018-01-126-5/+13
* | | support LZMA concatenated filesMatthew Thode2018-01-111-1/+1
* | | Merge pull request #7851 from msekletar/dbus-error-loggingLennart Poettering2018-01-111-29/+17
|\ \ \
| * | | dbus: propagate errors from bus_init_system() and bus_init_api()Michal Sekletar2018-01-111-29/+17
| |/ /
* | | bootctl: add newline after printf (#7856)winnerman-pythian2018-01-111-1/+1
* | | Merge pull request #7833 from keszybz/netdev-relaxedLennart Poettering2018-01-112-7/+4
|\ \ \ | |_|/ |/| |
| * | bus-socket: slight simplification in bus_get_peercred()Zbigniew Jędrzejewski-Szmek2018-01-111-6/+3
| * | netdev: use "relaxed" parsingZbigniew Jędrzejewski-Szmek2018-01-111-1/+1
* | | networkd: initcwn/initwnd use the right parsersSusant Sahani2018-01-111-7/+7
| |/ |/|
* | test-dnssec: Allow builds without libgcrypt (#7850) (#7850)Michal Koutný2018-01-111-0/+2
|/
* tmpfiles: consider /etc uninitialized also when /etc/machine-id is present bu...Franck Bui2018-01-101-3/+3
* Merge pull request #7846 from poettering/nobody-getenvZbigniew Jędrzejewski-Szmek2018-01-1020-65/+123
|\
| * util: minor tweaks to disable_core_dumps()Lennart Poettering2018-01-105-8/+13
| * manager: rework manager_clean_environment()Lennart Poettering2018-01-101-12/+18
| * nss-systemd,user-util: add a way how synthesizing "nobody" can be turned offLennart Poettering2018-01-103-10/+43
| * tmpfiles: modernize load_unix_sockets() a bitLennart Poettering2018-01-101-15/+30
| * util-lib: save/restore errno in cleanup callsLennart Poettering2018-01-103-1/+8
| * cocci: use strempty() at more placesLennart Poettering2018-01-107-19/+11
* | sd-netlink: let's make things compile on certain old glibc's and kernel heade...Lennart Poettering2018-01-101-10/+6
* | shutdown: make kill timeout configurable (#7835)Jan Klötzke2018-01-104-11/+26
* | Merge pull request #7843 from hbakken/work/old-kernel-supportLennart Poettering2018-01-102-1/+4
|\ \ | |/ |/|