summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shell-completion: udevadm: support --uuid optionYu Watanabe2021-06-042-2/+3
* Merge pull request #19796 from yuwata/udev-node-cleanupsYu Watanabe2021-06-0414-165/+241
|\
| * util: drop DEV_NUM_PATH_MAX and xsprintf_dev_num_path()Yu Watanabe2021-06-043-22/+2
| * util: move device-node.[ch] to sharedYu Watanabe2021-06-045-3/+2
| * udev: warn and propagate error in creating device symlinkYu Watanabe2021-06-041-14/+15
| * udev: try to create device symlink directly only when the link does not exist...Yu Watanabe2021-06-041-2/+3
| * udev: extract same logic of creating device symlinkYu Watanabe2021-06-041-26/+41
| * udev: use path_extract_directory() and path_equal()Yu Watanabe2021-06-041-4/+4
| * udev: refuse to create device symlink when a non-symlink file already existsYu Watanabe2021-06-041-15/+16
| * udev: make link_find_prioritized() return 0, 1, or negative errnoYu Watanabe2021-06-041-15/+17
| * udev: slightly update log message and adjust log levelYu Watanabe2021-06-041-12/+10
| * udev: logs if failed to remove devlinkYu Watanabe2021-06-041-4/+7
| * udev: do not try to remove /devYu Watanabe2021-06-041-1/+1
| * udev: use touch_file() and limit the number of trialYu Watanabe2021-06-041-12/+10
| * udev: logs when failed to remove saved info about devlinkYu Watanabe2021-06-041-2/+4
| * udev: refuse unsafe device symbolic linkYu Watanabe2021-06-041-4/+12
| * test: add tests for udev_node_escape_path()Yu Watanabe2021-06-042-0/+50
| * udev: use hashed path as a filename to save devlinkYu Watanabe2021-06-042-15/+31
| * util: expose urlsafe_base64char()Yu Watanabe2021-06-043-10/+12
* | hwdb: Add ProBook to use micmute hotkeyKai-Heng Feng2021-06-041-3/+3
* | test: don't expect that clone() always makes it to the kernelLennart Poettering2021-06-041-1/+1
* | tools/analyze-dump-sort: a helper to compare two 'systemd-analyze dump' outputsZbigniew Jędrzejewski-Szmek2021-06-041-0/+78
* | docs/ARCHITECTURE: more markup and unicodeZbigniew Jędrzejewski-Szmek2021-06-041-10/+10
* | NEWS: adjust grammar and other small changesZbigniew Jędrzejewski-Szmek2021-06-041-108/+105
* | fix typoYu Watanabe2021-06-042-2/+2
* | docs: use uppercase letters in titleLennart Poettering2021-06-041-1/+1
* | more 249 NEWS workLennart Poettering2021-06-041-21/+80
* | NEWS: more preparation for v249Lennart Poettering2021-06-031-4/+115
* | docs: add ARCHITECTURE.md with code mapLuca Boccassi2021-06-033-25/+123
* | man: fix typoadrian52021-06-031-1/+1
|/
* Merge pull request #19801 from poettering/device-unit-name-lengthLennart Poettering2021-06-033-68/+83
|\
| * pid1: don't choke on overly long device pathsLennart Poettering2021-06-031-4/+5
| * pid1: make swap_process_new() voidLennart Poettering2021-06-031-14/+9
| * pid1: downgrade if we can't make sense of the old device on MOVE ueventLennart Poettering2021-06-031-1/+1
| * pid1: eat up errors in device_update_found_by_name()Lennart Poettering2021-06-031-5/+4
| * pid1: properly propagate errors from device_setup_unit()Lennart Poettering2021-06-031-4/+2
| * pid1: reduce log noise generated by devices with overly long sysfs pathsLennart Poettering2021-06-032-2/+33
| * pid1: make return value of device_remove_old() void tooLennart Poettering2021-06-031-9/+6
| * pid1: shorten code a bitLennart Poettering2021-06-031-7/+3
| * pid1: make device_process_new() return voidLennart Poettering2021-06-031-23/+21
* | NEWS: start putting together NEWS for v249Lennart Poettering2021-06-031-0/+255
* | Merge pull request #19806 from poettering/ask-pw-asteriskLennart Poettering2021-06-032-17/+55
|\ \ | |/ |/|
| * ask-password: once we hit the message argument, don't process switches anymoreLennart Poettering2021-06-031-1/+1
| * ask-password: default to a different prompt than "Password:" if the echo is onLennart Poettering2021-06-031-0/+8
| * ask-password: make password echo fully configurableLennart Poettering2021-06-032-17/+47
* | Merge pull request #19800 from poettering/podman-testLennart Poettering2021-06-035-32/+44
|\ \ | |/ |/|
| * test: add a 'static' on a global variable we don't actually exportLennart Poettering2021-06-031-1/+1
| * test: tweak privilege tests for two more testsLennart Poettering2021-06-032-6/+7
| * test-seccomp: tighten privilege check before seccomp()Lennart Poettering2021-06-031-24/+29
| * test-capability: skip tests that need CAP_NET_RAW if cap is not passedLennart Poettering2021-06-031-1/+7
|/