summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* man: lift pam_systemd_homed description to SummaryZbigniew Jędrzejewski-Szmek2022-07-131-10/+14
* Add coredump daemons to bug/RFE template component optionsDaan De Meyer2022-07-132-0/+4
* Merge pull request #23817 from yuwata/sd-device-send-udev-database-versionZbigniew Jędrzejewski-Szmek2022-07-135-32/+57
|\
| * sd-device: send udev database versionYu Watanabe2022-07-082-0/+28
| * sd-device: make device_get_properties_{nulstr,strv}() take NULL for result valueYu Watanabe2022-07-082-10/+10
| * sd-device: change type of properties nulstr from uint8_t* to char*Yu Watanabe2022-07-085-24/+21
* | ci: limit which env variables we pass through `sudo`Frantisek Sumsal2022-07-131-2/+8
* | test-network: save and restore timezoneYu Watanabe2022-07-131-0/+15
* | Merge pull request #23881 from keszybz/kernel-install-strikes-yet-againYu Watanabe2022-07-137-118/+293
|\ \
| * | kernel-install: suppress bogus shellcheck hintZbigniew Jędrzejewski-Szmek2022-07-121-0/+1
| * | kernel-install: use set -eZbigniew Jędrzejewski-Szmek2022-07-123-0/+6
| * | kernel-install: return 0 for unknown verbs in pluginsZbigniew Jędrzejewski-Szmek2022-07-122-1/+2
| * | kernel-install: raise fuss if plugins are called without the expected parametersZbigniew Jędrzejewski-Szmek2022-07-122-5/+5
| * | test-kernel-install: add a simple test that kernel-install copies the filesZbigniew Jędrzejewski-Szmek2022-07-123-2/+94
| * | kernel-install: mark the plugins as executable in gitZbigniew Jędrzejewski-Szmek2022-07-122-0/+0
| * | kernel-install: allow overriding the plugin list tooZbigniew Jędrzejewski-Szmek2022-07-122-10/+20
| * | kernel-install/90-loaderentry: make ownership change optionalZbigniew Jędrzejewski-Szmek2022-07-061-2/+4
| * | kernel-install: allow overriding the path to config filesZbigniew Jędrzejewski-Szmek2022-07-063-16/+35
| * | kernel-install: do not silently ignore files we can't readZbigniew Jędrzejewski-Szmek2022-07-062-11/+15
| * | man: rework documentation of kernel-install configZbigniew Jędrzejewski-Szmek2022-07-061-70/+95
| * | kernel-install: do not let config file override variablesZbigniew Jędrzejewski-Szmek2022-07-061-6/+21
| * | kernel-install: fix invocation as installkernelZbigniew Jędrzejewski-Szmek2022-07-061-1/+1
* | | test-network: wait for L2TP tunnels being removedYu Watanabe2022-07-131-1/+13
* | | logind: don't delay login for root even if systemd-user-sessions.service is n...Franck Bui2022-07-127-8/+49
* | | smack: Add DefaultSmackProcessLabel to user.conf and system.confŁukasz Stelmach2022-07-129-6/+53
* | | Merge pull request #23982 from medhefgo/boot-miscLuca Boccassi2022-07-1215-68/+53
|\ \ \
| * | | bcd: Clean up includesJan Janssen2022-07-122-13/+5
| * | | bcd: Use std alignofJan Janssen2022-07-122-8/+8
| * | | boot: Remove _cleanup_freepool_Jan Janssen2022-07-1212-34/+33
| * | | boot: Use int instead of INTNJan Janssen2022-07-122-4/+4
| * | | boot: Use uintptr_t when converting EFI_PHYSICAL_ADDRESSJan Janssen2022-07-121-10/+4
* | | | Merge pull request #23979 from DaanDeMeyer/nspawn-relative-pathsLuca Boccassi2022-07-122-51/+85
|\ \ \ \ | |/ / / |/| | |
| * | | nspawn: Support relative source paths for --bind and --overlayDaan De Meyer2022-07-122-23/+66
| * | | nspawn: Rewrap --overlay docsDaan De Meyer2022-07-111-25/+17
| * | | nspawn: Drop unnecessary intermediate variableDaan De Meyer2022-07-111-4/+3
* | | | Merge pull request #23980 from yuwata/test-networkYu Watanabe2022-07-121-3/+3
|\ \ \ \
| * | | | test-network: support to remove routing policy rules with l3mdev flagYu Watanabe2022-07-111-1/+1
| * | | | test-network: merge stdout and stderr of invoked command by call()Yu Watanabe2022-07-111-2/+2
* | | | | Merge pull request #23972 from yuwata/sd-deviceYu Watanabe2022-07-112-17/+14
|\ \ \ \ \
| * | | | | sd-device: shorten code a bitYu Watanabe2022-07-112-17/+11
| * | | | | sd-device: make sd_device_get_is_initialized() not return -ENOENTYu Watanabe2022-07-111-0/+3
* | | | | | Fix automatic screen rotation for Asus Transformer T100TAMMichal Stanke2022-07-111-0/+1
* | | | | | Merge pull request #23974 from yuwata/align-tablesYu Watanabe2022-07-112-196/+196
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | unit-def: align string tablesYu Watanabe2022-07-111-125/+125
| * | | | | virt: align tablesYu Watanabe2022-07-111-71/+71
| |/ / / /
* | | | | man: explain why pam_systemd_home wants to be in all four stacksLennart Poettering2022-07-111-2/+7
* | | | | Merge pull request #23969 from yuwata/test-networkFrantisek Sumsal2022-07-111-1517/+1075
|\ \ \ \ \
| * | | | | test-network: various cleanupsYu Watanabe2022-07-111-1516/+1074
| * | | | | test-network: extend timeout for DHCP lease to be expiredYu Watanabe2022-07-111-1/+1
* | | | | | sd-netlink: add sizes for some IP and Ethernet addressesTopi Miettinen2022-07-112-12/+12
| |_|/ / / |/| | | |