summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* basic/cap-list: reduce scope of variablescap-bpf-compatZbigniew Jędrzejewski-Szmek2020-07-092-9/+4
* basic/cap-list: parse/print numerical capabilitiesZbigniew Jędrzejewski-Szmek2020-07-092-4/+8
* NEWS: add datev246-rc1Zbigniew Jędrzejewski-Szmek2020-07-091-0/+2
* userdb: fix dlopen callZbigniew Jędrzejewski-Szmek2020-07-091-1/+1
* Merge pull request #16411 from ddstreet/bridge_without_carrier_failsYu Watanabe2020-07-091-4/+2
|\
| * test-netowrk: in test_bridge_configure_without_carrier, avoid strange test fa...Dan Streetman2020-07-081-3/+2
| * test-network: don't print networkctl output for passing subtestsDan Streetman2020-07-081-1/+0
* | NEWS: add blurb about os-release and $container_host_*Zbigniew Jędrzejewski-Szmek2020-07-091-0/+8
* | Merge pull request #15891 from bluca/host_os_releaseZbigniew Jędrzejewski-Szmek2020-07-0813-84/+153
|\ \
| * | portabled: implement container host os-release interfaceLuca Boccassi2020-06-231-0/+1
| * | nspawn: implement container host os-release interfaceLuca Boccassi2020-06-237-15/+95
| * | Container interface: document exposing the host's os-releaseLuca Boccassi2020-06-232-0/+17
| * | nspawn: use mkdir_p_safe instead of homegrown versionLuca Boccassi2020-06-231-54/+2
| * | basic/mkdir: introduce safe recursive variantsLuca Boccassi2020-06-233-16/+39
* | | Merge pull request #16405 from sipraga/masterZbigniew Jędrzejewski-Szmek2020-07-088-2/+72
|\ \ \
| * | | network: add support for MACVLAN source modeAlvin Šipraga2020-07-088-2/+72
| | |/ | |/|
* | | Merge pull request #15955 from anitazha/nulloremptyZbigniew Jędrzejewski-Szmek2020-07-083-10/+41
|\ \ \
| * | | shared/install: do not require /dev/null to be present in chrootsZbigniew Jędrzejewski-Szmek2020-07-052-11/+17
| * | | core: check null_or_empty for masked units instead of /dev/nullAnita Zhang2020-07-033-10/+35
* | | | Merge pull request #16404 from keszybz/release-246-prepZbigniew Jędrzejewski-Szmek2020-07-084-8/+43
|\ \ \ \
| * | | | meson: bump version numbers for v246Zbigniew Jędrzejewski-Szmek2020-07-081-3/+3
| * | | | NEWS: update contributors list for v246-rcZbigniew Jędrzejewski-Szmek2020-07-082-1/+39
| * | | | git-contrib: simplify implementation a bitZbigniew Jędrzejewski-Szmek2020-07-081-4/+1
| | |/ / | |/| |
* | | | test: bump the TEST-47 sleeps once againFrantisek Sumsal2020-07-081-2/+2
|/ / /
* | | Merge pull request #16385 from JackFangXN/masterLennart Poettering2020-07-0814-29/+35
|\ \ \
| * | | table use table_log_print_error() instead of table_log_show_errorfangxiuning2020-07-0814-26/+26
| * | | table add table_log_sort_error()fangxiuning2020-07-086-5/+8
| * | | table add table_log_show_error()fangxiuning2020-07-0810-14/+17
* | | | sd-device: use log_device_debug_errno()Yu Watanabe2020-07-081-1/+1
* | | | Merge pull request #16379 from yuwata/network-dhcp6-delegated-prefix-address-...Yu Watanabe2020-07-083-5/+27
|\ \ \ \
| * | | | network: make address_handler() staticYu Watanabe2020-07-072-2/+1
| * | | | network: introduce own address handler for dhcp6 delegated prefixYu Watanabe2020-07-071-3/+26
* | | | | docs: update information where to file bugs against RHEL/CentOS versions of s...Lukas Nykryn2020-07-071-1/+1
* | | | | Merge pull request #16143 from fbuihuu/fstab-generator-fixZbigniew Jędrzejewski-Szmek2020-07-072-31/+36
|\ \ \ \ \
| * | | | | fstab-generator: introduce an helper to write extra dependencies specified vi...Franck Bui2020-07-011-14/+26
| * | | | | fstab-generator: extra dependencies specified in fstab should be applied to t...Franck Bui2020-07-012-18/+11
* | | | | | add error message when bind mount src missingAlan Perry2020-07-072-5/+8
* | | | | | Merge pull request #16301 from poettering/firstboot-imageZbigniew Jędrzejewski-Szmek2020-07-0710-27/+189
|\ \ \ \ \ \
| * | | | | | TODOLennart Poettering2020-07-071-2/+6
| * | | | | | firstboot: add option to turn off welcome text displayLennart Poettering2020-07-072-0/+23
| * | | | | | man: document the new --image= switch of systemd-firstbootLennart Poettering2020-07-071-0/+12
| * | | | | | firstboot: add --image= switchLennart Poettering2020-07-071-6/+108
| * | | | | | mount-util: use UMOUNT_NOFOLLOW in recursive umounterLennart Poettering2020-07-071-3/+2
| * | | | | | mount-util: add destructor helper that umounts + rmdirs a pathLennart Poettering2020-07-071-0/+11
| * | | | | | namespace-util: introduce helper for combining unshare() + MS_SLAVE remountLennart Poettering2020-07-075-16/+27
* | | | | | | Merge pull request #16388 from keszybz/xdg-desktop-fuzz-caseZbigniew Jędrzejewski-Szmek2020-07-075-29/+56
|\ \ \ \ \ \ \
| * | | | | | | xdg-autostart: ignore all empty entries in multi-string entriesZbigniew Jędrzejewski-Szmek2020-07-072-12/+11
| * | | | | | | xdg-autostart: avoid quadratic behaviour in strv parsingZbigniew Jędrzejewski-Szmek2020-07-072-20/+48
| * | | | | | | fuzz: add test case that should already be resolvedZbigniew Jędrzejewski-Szmek2020-07-071-0/+0
| * | | | | | | sleep: one spelling unificationZbigniew Jędrzejewski-Szmek2020-07-071-1/+1