summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* missing_syscall.h: include errno.hFabrice Fontaine2019-01-111-0/+1
* missing_if_link.h: add IFLA_BOND_MODEFabrice Fontaine2019-01-112-0/+4
* basic/tmpfile-util.c: fix build without O_TMPFILEFabrice Fontaine2019-01-111-0/+1
* capability: fix build without PR_CAP_AMBIENTFabrice Fontaine2019-01-113-0/+3
* Revert "nss: prevent PROTECT_ERRNO from squashing changes to *errnop"Zbigniew Jędrzejewski-Szmek2019-01-107-133/+44
* docs: note that udev doesn't deal with binary attribute values (#11383)Sam Morris2019-01-101-2/+9
* meson: stop setting -fPIE globallyMichael Biebl2019-01-101-7/+0
* Revert "logind: become the controlling terminal process before restoring VT"Franck Bui2019-01-101-43/+15
* pam_systemd: reword message about not creating a sessionZbigniew Jędrzejewski-Szmek2019-01-101-1/+1
* nss: prevent PROTECT_ERRNO from squashing changes to *errnopSam Morris2019-01-107-44/+133
* Merge pull request #11376 from yuwata/11365-v2Zbigniew Jędrzejewski-Szmek2019-01-101-45/+37
|\
| * udev: open control and netlink sockets before daemonizationZbigniew Jędrzejewski-Szmek2019-01-101-33/+34
| * udevd: drop redundant call to sd_event_get_exit_codeZbigniew Jędrzejewski-Szmek2019-01-101-12/+3
* | Merge pull request #11350 from yuwata/logind-inhibitwhat-cleanupsYu Watanabe2019-01-102-21/+8
|\ \
| * | login: simplify the condtion in assertion and slightly decrease binary sizeYu Watanabe2019-01-081-10/+2
| * | login: use free_and_strdup() at one more placeYu Watanabe2019-01-081-7/+2
| * | login: adjust range of InhibitWhat in assertionsYu Watanabe2019-01-081-1/+1
| * | login: do not use cast to bool for enumYu Watanabe2019-01-072-3/+3
* | | Merge pull request #11361 from yuwata/follow-up-11352Yu Watanabe2019-01-101-33/+22
|\ \ \
| * | | core/socket: drop unnecessary assignment to 'r'Yu Watanabe2019-01-081-23/+15
| * | | core/socket: use macro to define log_address_error_errno()Yu Watanabe2019-01-081-10/+7
* | | | Merge pull request #11366 from keszybz/a-few-unrelated-cleanupsYu Watanabe2019-01-107-70/+28
|\ \ \ \
| * | | | timesyncd,resolved,machinectl: drop calls to sd_event_get_exit_code()Zbigniew Jędrzejewski-Szmek2019-01-083-9/+4
| * | | | Fix a few commentsZbigniew Jędrzejewski-Szmek2019-01-083-8/+6
| * | | | sd-device: modernize code a bitZbigniew Jędrzejewski-Szmek2019-01-081-53/+18
* | | | | logind: do not pass negative number to strerrorZbigniew Jędrzejewski-Szmek2019-01-101-1/+1
| |_|_|/ |/| | |
* | | | Merge pull request #11374 from keszybz/journal-fixesZbigniew Jędrzejewski-Szmek2019-01-1013-173/+170
|\ \ \ \
| * | | | journal-remote: set a limit on the number of fields in a messageZbigniew Jędrzejewski-Szmek2019-01-093-3/+12
| * | | | journal-remote: verify entry length from headerZbigniew Jędrzejewski-Szmek2019-01-091-10/+24
| * | | | µhttpd: use a cleanup function to call MHD_destroy_responseZbigniew Jędrzejewski-Szmek2019-01-093-47/+18
| * | | | journald: lower the maximum entry size limit to ½ for non-sealed fdsZbigniew Jędrzejewski-Szmek2019-01-091-2/+4
| * | | | journald: when processing a native message, bail more quickly on overbig mess...Zbigniew Jędrzejewski-Szmek2019-01-091-28/+37
| * | | | journald: set a limit on the number of fields (1k)Zbigniew Jędrzejewski-Szmek2019-01-092-0/+8
| * | | | coredump: fix message when we fail to save a journald coredumpZbigniew Jędrzejewski-Szmek2019-01-091-2/+2
| * | | | basic/process-util: limit command line lengths to _SC_ARG_MAXZbigniew Jędrzejewski-Szmek2019-01-091-48/+25
| * | | | journald: do not store the iovec entry for process commandline on stackZbigniew Jędrzejewski-Szmek2019-01-094-30/+38
| * | | | journald: remove unnecessary {}Zbigniew Jędrzejewski-Szmek2019-01-091-3/+1
| * | | | coredump: remove duplicate MESSAGE= prefix from messageZbigniew Jędrzejewski-Szmek2019-01-091-2/+3
|/ / / /
* / / / core/mount: make mount_setup_existing_unit() not drop MOUNT_PROC_JUST_MOUNTED...Yu Watanabe2019-01-091-3/+3
|/ / /
* / / udev-node: make link_find_prioritized() return negative value when nothing foundYu Watanabe2019-01-081-0/+3
|/ /
* | zsh completion: Prevent functions from clobbering each other, &c.dana2019-01-0819-82/+147
* | Add Teclast X80 PLUS (H5C5) accel mount matrixmarvelousblack2019-01-081-0/+4
* | Merge pull request #11355 from yuwata/rfe-11343Zbigniew Jędrzejewski-Szmek2019-01-082-7/+19
|\ \
| * | test: add testcases for the lines prefixed with whitespacesYu Watanabe2019-01-081-5/+17
| * | conf-parser: accept whitespaces before commentsYu Watanabe2019-01-081-1/+1
| * | conf-parser: mention that unknown lvalue is ignoredYu Watanabe2019-01-081-1/+1
* | | Merge pull request #11352 from yuwata/rfe-11348Lennart Poettering2019-01-081-36/+46
|\ \ \
| * | | core/socket: logs address or path which fails to be initializedYu Watanabe2019-01-071-8/+19
| * | | core/socket: use _cleanup_ attribute for closing fds on errorYu Watanabe2019-01-071-29/+28
| * | | core/socket: use log_unit_*()Yu Watanabe2019-01-071-4/+4