summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nspawn: fix locating config files with --ephemeralLuca Boccassi2022-04-191-3/+14
* Merge pull request #23101 from yuwata/sd-device-cleanupsYu Watanabe2022-04-184-111/+113
|\
| * sd-device: rename arguments and variablesYu Watanabe2022-04-182-27/+26
| * sd-device: fix possible use-of-uninitialized-valueYu Watanabe2022-04-181-1/+1
| * sd-device: use ERRNO_IS_DEVICE_ABSENT() at one more placeYu Watanabe2022-04-182-8/+10
| * sd-device: rename function arguments for storing resultsYu Watanabe2022-04-182-16/+16
| * sd-device: use correct type and parser for device node uid and gidYu Watanabe2022-04-181-4/+4
| * sd-device: shorten code a bitYu Watanabe2022-04-181-17/+9
| * sd-device: use path_extract_filename() at one more placeYu Watanabe2022-04-181-21/+14
| * sd-device: reset sysname and sysnum on renamingYu Watanabe2022-04-182-2/+12
| * sd-device: reduce indentationYu Watanabe2022-04-181-10/+8
| * sd-device: verify new syspath on renamingYu Watanabe2022-04-181-6/+14
* | resolve: fix typo in dns_class_is_pseudo()Yu Watanabe2022-04-181-1/+1
* | compression: add build-time option to select defaultLuca Boccassi2022-04-183-13/+11
|/
* udevadm: info: also show parent devices by --treeYu Watanabe2022-04-173-48/+81
* Merge pull request #23100 from yuwata/network-fix-tunnel-address-parserLuca Boccassi2022-04-172-32/+75
|\
| * network: l2tp: refuse null addressYu Watanabe2022-04-171-12/+36
| * network: tunnel: handle null address as "any"Yu Watanabe2022-04-171-20/+39
* | systemctl: colorize "enabled" in 'systemctl status ...'amarjargal2022-04-171-3/+20
|/
* Merge pull request #23089 from yuwata/sd-device-use-path_extract_filenameYu Watanabe2022-04-163-43/+24
|\
| * test: add tests for sd_device_get_sysnum()Yu Watanabe2022-04-161-1/+8
| * sd-device: shorten code a bitYu Watanabe2022-04-161-15/+8
| * sd-device: use path_extract_filename() at one more placeYu Watanabe2022-04-161-15/+4
| * fs-util: use path_extract_filename() at one more placeYu Watanabe2022-04-161-12/+4
* | Merge pull request #23021 from fbuihuu/tmpfiles-fix-precedence-with-plus-signYu Watanabe2022-04-161-8/+25
|\ \
| * | tmpfiles: constify item_compatible() parametersFranck Bui2022-04-111-3/+3
| * | tmpfiles.d: only 'w+' can have multiple lines for the same pathFranck Bui2022-04-111-7/+24
* | | shared/install: fix crash when reenable is called without --rootZbigniew Jędrzejewski-Szmek2022-04-151-1/+1
* | | networkctl: obey --full with lldp commandSimon Ellmann2022-04-151-44/+5
| |/ |/|
* | firewall-util: inline iterator and add several missing assertionsYu Watanabe2022-04-151-5/+8
* | sd-netlink: use correct type of iteratorYu Watanabe2022-04-151-1/+1
* | boot: Add missing continue statementsJan Janssen2022-04-141-1/+2
* | Merge pull request #23073 from medhefgo/boot-fixesYu Watanabe2022-04-145-22/+47
|\ \
| * | boot: Use correct device root when loading device treesJan Janssen2022-04-131-3/+6
| * | boot: Fix integer format specifiersJan Janssen2022-04-135-19/+41
* | | Add ConditionCPUFeature to load-fragment-gperf.gperf (#23076)Eduard Tolosa2022-04-141-0/+2
|/ /
* | Merge pull request #23011 from mrc0mmand/TEST-64-mdLennart Poettering2022-04-131-5/+11
|\ \
| * | sd-device: skip diskseq verification when ID_IGNORE_DISKSEQ property is setYu Watanabe2022-04-141-5/+11
* | | Merge pull request #22759 from msekletar/issue-18077-long-sysfs-paths-hashingLennart Poettering2022-04-135-16/+125
|\ \ \
| * | | core: shorten long unit names that are based on paths and append path hash at...Michal Sekletar2022-04-085-16/+125
* | | | Merge pull request #23070 from poettering/devnum-splitYu Watanabe2022-04-1441-312/+380
|\ \ \ \
| * | | | devnum-util: catch potential stack overruns earlyLennart Poettering2022-04-131-0/+2
| * | | | devnum-util: define helper macros for formatting devnum major/minor pairsLennart Poettering2022-04-138-25/+50
| * | | | basic: split out dev_t related calls into new devno-util.[ch]Lennart Poettering2022-04-1339-288/+329
| | |/ / | |/| |
* | | | udevadm: use xopendirat() where appropriateLennart Poettering2022-04-131-8/+13
* | | | udevadm: add new --tree mode to "udevadm info"Lennart Poettering2022-04-134-21/+198
* | | | sd-device: include parent devices in enumerationLennart Poettering2022-04-131-17/+66
* | | | sd-device: properly support some corner case syspathLennart Poettering2022-04-131-4/+9
* | | | sd-device: add some commentsLennart Poettering2022-04-131-2/+3
* | | | sd-device: filter regular files when enumeratingLennart Poettering2022-04-131-2/+13