summaryrefslogtreecommitdiffstats
path: root/network/80-6rd-tunnel.network (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-18path-util: add examples for path_make_relative() and path_make_relative_parent()Yu Watanabe1-1/+11
2022-09-18tree-wide: drop unused reference to DecryptedImageYu Watanabe15-76/+31
2022-09-18tree-wide: use dissected_image_relinquish()Yu Watanabe4-52/+24
2022-09-18dissect-image: introduce dissected_image_relinquish()Yu Watanabe2-0/+19
2022-09-18udev: do not ignore -ENOENT from sd_device_get_devname() for block deviceYu Watanabe1-2/+0
2022-09-18udev: use block_device_get_whole_disk()Yu Watanabe1-17/+7
2022-09-18blockdev-util: change return value when a partition device is passed to parti...Yu Watanabe1-1/+1
2022-09-18blockdev-util: introduce block_device_get_whole_disk()Yu Watanabe2-0/+31
2022-09-18blockdev-util: split-out block_device_is_whole_disk()Yu Watanabe1-10/+23
2022-09-18sd-device: refuse block device without subsystemYu Watanabe1-2/+2
2022-09-18dissect-image: free crypt_device object before trying to activate with unique...Yu Watanabe1-5/+14
2022-09-18udev: downgrade log level when device node is already removedYu Watanabe1-2/+3
2022-09-18dissect-image: introduce DISSECTED_PARTITION_NULLYu Watanabe2-4/+10
2022-09-18dissect-image: split out dissected_image_new()Yu Watanabe1-24/+42
2022-09-18dissect-image: take a reference of LoopDevice into DissectedImageYu Watanabe2-6/+31
2022-09-18loop-util: introduce reference counter for LoopDeviceYu Watanabe2-1/+7
2022-09-18dissect-image: take reference of DecryptedImage into DissectedImageYu Watanabe2-2/+11
2022-09-18dissect-image: introduce reference counter for DecryptedImageYu Watanabe2-7/+29
2022-09-18dissect-image: lazily deactivate decrypted DM volumesYu Watanabe1-1/+2
2022-09-18measure: rename measure_pcr() to measure_kernel()Lennart Poettering1-4/+4
2022-09-17cryptsetup-util: introduce crypt_free_and_replace()Yu Watanabe2-2/+6
2022-09-17test-50-dissect: do not fail test on cleanupYu Watanabe1-3/+7
2022-09-17test-50-dissect: check mount destination instead of mount sourceYu Watanabe1-1/+8
2022-09-17coredumpctl: rename table entryZbigniew Jędrzejewski-Szmek2-2/+2
2022-09-17various: use "-" instead of "n/a" in tablesZbigniew Jędrzejewski-Szmek3-13/+13
2022-09-17fd-util: rename CLOSE_AND_REPLACE() -> close_and_replace()Yu Watanabe11-15/+12
2022-09-16dissect-image: make verity_partition() actually fail when all attempts of act...Yu Watanabe1-4/+6
2022-09-16dissect-image: split out verity_timeout()Yu Watanabe1-20/+23
2022-09-16man: explicitly document that "reboot -f" is different from "systemctl reboot...Yu Watanabe1-2/+6
2022-09-16nspawn: fix two error stringsLennart Poettering1-2/+2
2022-09-16add CAP_LINUX_IMMUTABLE to systemd-machined, so it can handle machinectl read...Dan Streetman1-1/+1
2022-09-16sd-netlink: unexport sd-netlinkYu Watanabe6-291/+136
2022-09-16update TODOLennart Poettering1-5/+0
2022-09-16tmpfiles: let's suffix path to dirs with '/' also in log messagesLennart Poettering1-1/+1
2022-09-16tmpfiles: drop redundant forward declarationsLennart Poettering1-3/+0
2022-09-16journalctl: respect --quiet flag during file concistency verificationDaniel Braunwarth1-7/+10
2022-09-16dissect-image: handle all non-negative return values as successYu Watanabe1-10/+9
2022-09-16dissect-image: fix memleak on failureYu Watanabe1-4/+3
2022-09-16udev-node: do not create symlink to a non-existing device nodeYu Watanabe1-0/+7
2022-09-16udev-node: split out stack_directory_read_one()Yu Watanabe1-55/+71
2022-09-16watchdog: use /dev/watchdog0 only if it existsYu Watanabe1-8/+17
2022-09-16update TODOLennart Poettering1-1/+27
2022-09-16pid1: drop redundant DBus propertiesYu Watanabe4-47/+21
2022-09-16watchdog: explicitly initialize global variableYu Watanabe1-7/+3
2022-09-16test: add tests for uid_range_coalesce()Yu Watanabe1-0/+39
2022-09-16uid-range: tie up number and array of uid range entriesYu Watanabe7-194/+211
2022-09-16uid-range: make uid_range_intersect() take two UidRange objectsYu Watanabe1-5/+5
2022-09-16uid-range: optimize to load uid_map fileYu Watanabe2-36/+27
2022-09-16uid-range: escape from loop earlierYu Watanabe1-12/+14
2022-09-16uid-range: sort uid range entries in uid_range_coalesce()Yu Watanabe1-11/+18