summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* missing: re-add drm related entriesYu Watanabe2018-12-074-4/+12
* missing: add ARPHRD_IP6GREYu Watanabe2018-12-071-0/+5
* af-list,arphrd-list: also include relevant missing_*.h headersYu Watanabe2018-12-075-5/+8
* journal: use missing_audit.h to generate audit_type-list.txtYu Watanabe2018-12-074-11/+9
* cap-list: use missing_capabilty.h to generate list of capabilitiesYu Watanabe2018-12-071-1/+2
* Merge pull request #11038 from keszybz/man-timeoutsYu Watanabe2018-12-071-4/+3
|\
| * shared/generator: reword comment for clarityZbigniew Jędrzejewski-Szmek2018-12-031-4/+3
* | systemctl: be nice to users and give hint how to specify "-.mount"Zbigniew Jędrzejewski-Szmek2018-12-071-1/+9
* | shared/blkid-util: do not include util.h needlesslyZbigniew Jędrzejewski-Szmek2018-12-071-4/+2
* | Revert "pager: close all fds when forking off pager"Yu Watanabe2018-12-061-1/+1
* | Merge pull request #11056 from poettering/resolved-ifindexYu Watanabe2018-12-066-126/+150
|\ \
| * | logs-show: use grey color for de-emphasizing journal log outputLennart Poettering2018-12-051-0/+4
| * | resolvectl: color "comment" output greyLennart Poettering2018-12-052-9/+9
| * | resolvectl: add some basic highlighting to query outputLennart Poettering2018-12-051-6/+6
| * | resolvectl: when doing reverse lookups, show ifindex as "comment" too in outputLennart Poettering2018-12-051-24/+15
| * | resolvectl: fix interface output when resolving hostnames→addressesLennart Poettering2018-12-051-9/+21
| * | resolvectl: remove allow_loopback parameter from ifname_mangle()Lennart Poettering2018-12-053-21/+13
| * | resolvectl: for our per-link verbs alternatively accept interface name in -iLennart Poettering2018-12-051-46/+65
| * | resolvectl: rework ifname_mangle()Lennart Poettering2018-12-051-26/+16
| * | resolved: request incoming ifindex for DNS UDP packets, tooLennart Poettering2018-12-051-3/+19
* | | test-resolved: fix error code check in assertionAlexey Bogdanenko2018-12-061-1/+1
* | | Merge pull request #10935 from poettering/rlimit-nofile-safeZbigniew Jędrzejewski-Szmek2018-12-0628-41/+120
|\ \ \
| * | | udevd: configure a child process name for worker processesLennart Poettering2018-12-011-1/+1
| * | | makefs: correct child process nameLennart Poettering2018-12-011-1/+1
| * | | machined: prefix child process name with 'sd'Lennart Poettering2018-12-011-1/+1
| * | | pager: close all fds when forking off pagerLennart Poettering2018-12-011-1/+1
| * | | pager: log about all error conditionsLennart Poettering2018-12-011-10/+31
| * | | tree-wide: (void)ify some setsid() and related callsLennart Poettering2018-12-012-3/+3
| * | | tree-wide: use FORK_RLIMIT_NOFILE_SAFE wherever possibleLennart Poettering2018-12-0111-15/+15
| * | | tree-wide: invoke rlimit_nofile_safe() before various exec{v,ve,l}() invocationsLennart Poettering2018-12-0112-0/+28
| * | | process-util: add new FORK_RLIMIT_NOFILE_SAFE flag for safe_fork()Lennart Poettering2018-12-012-9/+19
| * | | move src/shared/rlimit-util.[ch] → src/basic/Lennart Poettering2018-12-014-2/+2
| * | | rlimit: add new rlimit_nofile_safe() helperLennart Poettering2018-12-012-0/+20
* | | | Merge pull request #11063 from yuwata/update-missing-v3Yu Watanabe2018-12-0659-362/+415
|\ \ \ \
| * | | | tree-wide: drop missing.h from headers and use relevant missing_*.hYu Watanabe2018-12-066-5/+6
| * | | | lockfile: drop unnecessary headers from lockfile-util.hYu Watanabe2018-12-067-5/+6
| * | | | nsflsgs: drop missing.h and use missing_sched.hYu Watanabe2018-12-062-3/+2
| * | | | util: drop missing.h from socket-util.hYu Watanabe2018-12-0623-13/+30
| * | | | util: drop missing.h from time-util.cYu Watanabe2018-12-061-1/+1
| * | | | missing: move fs or mount related definitions to missing_fs.hYu Watanabe2018-12-064-61/+66
| * | | | missing: drop falloc related definitionsYu Watanabe2018-12-061-9/+0
| * | | | missing: move sched.h related definitions to missing_sched.hYu Watanabe2018-12-063-15/+23
| * | | | missing: drop old drm related definitionsYu Watanabe2018-12-062-8/+4
| * | | | missing: drop BPF_XOR as we have linux/bpf_common.hYu Watanabe2018-12-061-4/+0
| * | | | missing: drop DM_DEFERRED_REMOVE as we have dm-ioctl.hYu Watanabe2018-12-061-4/+0
| * | | | missing: move definition of secure_getenv() to missing_stdlib.hYu Watanabe2018-12-063-9/+15
| * | | | missing: move rand related definitions to missing_random.hYu Watanabe2018-12-063-8/+18
| * | | | missing: drop TIOCVHANGUPYu Watanabe2018-12-061-4/+0
| * | | | missing: add memfd related definitions to missing_mman.hYu Watanabe2018-12-063-8/+14
| * | | | missing: move timer related definition to missing_timerfd.hYu Watanabe2018-12-063-4/+10