summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tests: fuzz etc_hosts_parseEvgeny Vereshchagin2022-01-202-0/+27
* resolve: fix assertion triggered when r == 0Yu Watanabe2022-01-201-1/+4
* bus: Use OrderedSet for introspectionJan Janssen2022-01-194-29/+28
* Merge pull request #21865 from yuwata/network-sr-iovLuca Boccassi2022-01-1945-690/+996
|\
| * network: show driver in debug logYu Watanabe2022-01-191-0/+2
| * udev/net: check if the requested SR-IOV virtual function exists before config...Yu Watanabe2022-01-191-0/+19
| * udev/net: allow to set number of SR-IOV virtual functionsYu Watanabe2022-01-196-6/+163
| * udev/net: also support [SR-IOV] section in .link filesYu Watanabe2022-01-193-1/+74
| * network: move SR-IOV related functions to src/shared/netif-sriov.[ch]Yu Watanabe2022-01-197-526/+552
| * network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-1936-196/+196
| * network: sr-iov: add missing assertionYu Watanabe2022-01-191-0/+2
| * network: sr-iov: drop conflicting sectionsYu Watanabe2022-01-193-5/+32
| * network: sr-iov: fix section name in log messagesYu Watanabe2022-01-191-2/+2
* | boot: Use -ffile-prefix-map when presentJan Janssen2022-01-191-1/+11
* | udev-util: add event UUID to debugging logsYu Watanabe2022-01-191-2/+7
* | sd-device: add more debugging logs in device_set_syspath()Yu Watanabe2022-01-191-8/+11
* | Merge pull request #22163 from bluca/extension_images_validationZbigniew Jędrzejewski-Szmek2022-01-192-3/+5
|\ \
| * | core: refuse to mount ExtensionImages if the base layer doesn't at least have...Luca Boccassi2022-01-191-0/+2
| * | dissect-image: validate extension-release even if the host has only ID in os-...Luca Boccassi2022-01-191-3/+3
* | | sysext: use LO_FLAGS_PARTSCAN when opening imageLuca Boccassi2022-01-191-1/+6
| |/ |/|
* | Merge pull request #22161 from kreijack/ignore-boot-entriesYu Watanabe2022-01-194-7/+11
|\ \ | |/ |/|
| * bootctl: removed unused parameter only_autoGoffredo Baroncelli2022-01-184-7/+11
| * bootctl: ignore the bootloader boot entriesGoffredo Baroncelli2022-01-181-1/+1
* | Merge pull request #22159 from medhefgo/boot-xbootldrLuca Boccassi2022-01-181-112/+76
|\ \
| * | boot: Pass around HARDDRIVE_DEVICE_PATHJan Janssen2022-01-181-59/+23
| * | boot: Simplify looking for the xboot hard driveJan Janssen2022-01-181-57/+59
| * | boot: Search for the partition node directlyJan Janssen2022-01-181-14/+12
* | | machined: provide more details to polkit authLudwig Nussel2022-01-183-16/+112
| |/ |/|
* | Merge pull request #21805 from набZbigniew Jędrzejewski-Szmek2022-01-183-151/+113
|\ \ | |/ |/|
| * kernel-install: don't pull out KERNEL_IMAGEнаб2022-01-041-11/+10
| * kernel-install: 90-loaderentry: error out on nonexistent initrds instead of s...наб2022-01-041-5/+7
| * kernel-install: port to /bin/shнаб2022-01-041-66/+43
| * kernel-install: fix shellcheckнаб2022-01-041-11/+11
| * kernel-install: 90-loaderentry: port to /bin/shнаб2022-01-041-65/+45
| * kernel-install: 50-depmod: port to /bin/shнаб2022-01-041-13/+15
* | pid1,cgroup-show: ignore -EOPNOTSUPP in cg_read_pid()Yu Watanabe2022-01-182-7/+18
* | test: fix a copy-and-paste errorYu Watanabe2022-01-181-1/+1
* | Merge pull request #22125 from DaanDeMeyer/copy-holesLuca Boccassi2022-01-174-1/+86
|\ \
| * | journal: Copy holes when archiving BTRFS journal filesDaan De Meyer2022-01-173-12/+55
| * | shared: Copy holes in sparse files in copy_bytes_full()Daan De Meyer2022-01-142-0/+42
* | | Merge pull request #22147 from keszybz/stdio-bridge-docsLuca Boccassi2022-01-171-6/+3
|\ \ \
| * | | stdio-bridge: trim whitespace and bracesZbigniew Jędrzejewski-Szmek2022-01-171-4/+1
| * | | stdio-bridge: make the error more straightforwardZbigniew Jędrzejewski-Szmek2022-01-171-1/+1
| * | | man: enhance the description of systemd-stdio-bridgeZbigniew Jędrzejewski-Szmek2022-01-171-1/+1
* | | | kernel-install: also remove modules.builtin.alias.binYu Watanabe2022-01-171-1/+1
|/ / /
* | | boot: Beep n times for n-th entryJan Janssen2022-01-173-16/+23
* | | core: add missing dependency DBus propertiesYu Watanabe2022-01-161-2/+4
* | | core: update log messageYu Watanabe2022-01-161-2/+6
* | | Merge pull request #22136 from yuwata/network-wireguard-disable-adding-routes...Luca Boccassi2022-01-161-9/+3
|\ \ \
| * | | network: wireguard: also accept negative boolean values to disable adding routesYu Watanabe2022-01-161-2/+2