summaryrefslogtreecommitdiffstats
path: root/docs/assets (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-04udevadm: add new "lock" verb for locking block devicesLennart Poettering4-0/+403
2022-04-04hash-funcs: tweak odering in devt_compare_func()Lennart Poettering2-6/+11
2022-04-04TODOLennart Poettering1-1/+4
2022-04-04gpt: introduce common implementation of type uuid search loopLennart Poettering1-9/+24
2022-04-04update TODOLennart Poettering1-2/+12
2022-04-04virt: move array iterators to smaller scope, and use right typeLennart Poettering1-5/+2
2022-04-04virt: make virtualization enum a named typeLennart Poettering8-107/+119
2022-04-04virt: rework kvm with hyperv enlightenment checks a bitLennart Poettering3-27/+26
2022-04-03sd-dhcp6-client: request several optionsYu Watanabe3-7/+55
2022-04-03network: dhcp6: request DNS servers or friends only when they will be usedYu Watanabe3-24/+34
2022-04-03dhcp: make option names singularYu Watanabe6-42/+42
2022-04-03sd-dhcp6-client: sort requesting optionsYu Watanabe2-12/+20
2022-04-03sd-dhcp6-client: rename req_opts_len -> n_req_optsYu Watanabe2-8/+7
2022-04-03Identify kvm + hv_passthrough as "kvm"Brett Holman3-1/+3
2022-04-01build(deps): bump meson from 0.61.2 to 0.62.0 in /.github/workflowsdependabot[bot]1-3/+3
2022-04-01build(deps): bump actions/labeler from 3.1.0 to 4dependabot[bot]1-1/+1
2022-04-01build(deps): bump actions/checkout from 2.4.0 to 3dependabot[bot]6-6/+6
2022-04-01build(deps): bump github/codeql-action from 1.1.3 to 2.1.6dependabot[bot]1-3/+3
2022-04-01build(deps): bump github/super-linter from 4.8.5 to 4.9.1dependabot[bot]1-1/+1
2022-04-01veritysetup: fix memory corruptionLennart Poettering1-5/+11
2022-04-01tree-wide: fix typoYu Watanabe2-2/+2
2022-04-01udev: add /dev/disk/by-diskseq symlink for block devicesLennart Poettering1-0/+5
2022-04-01tree-wide: add a space after if, switch, for, and whileYu Watanabe56-81/+87
2022-04-01test: add space between argumentsYu Watanabe1-1/+1
2022-04-01path-util: use STR_IN_SET() where appropriateLennart Poettering1-3/+4
2022-04-01notify: remove spurious whitespaceLennart Poettering1-1/+1
2022-04-01process-util: refactor APIs for reading /proc/self/xyz symlinksLennart Poettering3-35/+22
2022-04-01analyze: fix offline check for syscal filterLuca Boccassi1-1/+1
2022-04-01analyze: fix offline check for 'native' syscall architectureLuca Boccassi2-6/+9
2022-04-01userdbctl: also show available UID range in current usernsLennart Poettering1-14/+206
2022-04-01update TODOLennart Poettering1-2/+0
2022-04-01pid1: add taint flag if uid/gid userns range too smallLennart Poettering1-6/+31
2022-04-01uid-range: replace uid_range_contains() by more generalized uid_range_covers()Lennart Poettering3-5/+31
2022-04-01uid-range: add some overflow checksLennart Poettering1-0/+6
2022-04-01uid-range: add new uid_range_load_userns() for loading /proc/self/uid_mapLennart Poettering3-0/+98
2022-04-01test: port test-uid-range to tests.hLennart Poettering1-3/+4
2022-04-01uid-range: use size_t for array sizeLennart Poettering4-16/+16
2022-04-01test-resolved-stream: before entering user/network namespaces check if that's...Lennart Poettering1-3/+29
2022-04-01tests: modernize load_testdata_env() a bitLennart Poettering1-6/+9
2022-04-01update TODOLennart Poettering1-0/+11
2022-04-01udev: use sd_device_open() where appropriateYu Watanabe5-52/+39
2022-04-01test: add test for sd_device_open()Yu Watanabe1-0/+7
2022-04-01sd-device: introduce sd_device_open()Yu Watanabe3-0/+67
2022-04-01fd-util: rename loop_get_diskseq() -> fd_get_diskseq()Yu Watanabe3-24/+26
2022-04-01basic/missing: move BLKGETDISKSEQ to missing_fs.hYu Watanabe3-5/+5
2022-04-01test: replace helper_wait_for_dev() with 'udevadm wait'Yu Watanabe1-45/+4
2022-04-01udevadm: introduce new 'wait' commandYu Watanabe7-18/+495
2022-04-01test: add more tests for sd_device_new_from_xxx()Yu Watanabe1-24/+95
2022-04-01sd-device: introduce sd_device_new_from_devname()Yu Watanabe3-0/+44
2022-03-31systemctl: show tainted stateLennart Poettering3-7/+22