summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mountpoint-util: rename mount_propagation_flags_to_string() and friends as si...Yu Watanabe2022-12-157-22/+22
* mount-util: mount flag is unsigned longYu Watanabe2022-12-152-4/+3
* mount-util: drop unnecessary inline attributesYu Watanabe2022-12-151-2/+2
* Merge pull request #25743 from yuwata/timesync-ipv6Yu Watanabe2022-12-151-6/+7
|\
| * timesync: ignore IPv6 addresses when the kernel does not support IPv6Yu Watanabe2022-12-141-5/+6
| * timesync: downgrade log message about unsupported address familyYu Watanabe2022-12-141-1/+1
* | basic: do not output emojis if not on a proper terminalZbigniew Jędrzejewski-Szmek2022-12-151-9/+9
* | Merge pull request #25732 from enr0n/unit-test-machine-id-initializedYu Watanabe2022-12-155-18/+27
|\ \
| * | journal: skip part of test-journal-interleaving if no machine-id existsNick Rosbrook2022-12-141-11/+16
| * | test-load-fragment: simplify machine-id checkNick Rosbrook2022-12-141-1/+3
| * | test-unit-name: simplify machine-id checkNick Rosbrook2022-12-141-1/+3
| * | test-fs-util: skip part of test_chase_symlinks if machine-id is not initializedNick Rosbrook2022-12-141-1/+1
| * | test-id128: simplify machine-id checkNick Rosbrook2022-12-141-4/+4
* | | Merge pull request #25723 from keszybz/generators-tmpYu Watanabe2022-12-1535-290/+342
|\ \ \
| * | | fstab-generator: use log message that matches realityZbigniew Jędrzejewski-Szmek2022-12-141-2/+2
| * | | tree-wide: use mode=0nnn for mount optionZbigniew Jędrzejewski-Szmek2022-12-149-55/+62
| * | | manager: execute generators in a mount namespace "sandbox"Zbigniew Jędrzejewski-Szmek2022-12-141-22/+53
| * | | shared: add new safe_fork flag FORK_PRIVATE_TMPZbigniew Jędrzejewski-Szmek2022-12-147-86/+100
| * | | core/namespace: indentationZbigniew Jędrzejewski-Szmek2022-12-131-6/+6
| * | | treewide: drop "RUN_" from "RUN_WITH_UMASK"Zbigniew Jędrzejewski-Szmek2022-12-1320-41/+41
| * | | nspawn: realign columnsZbigniew Jędrzejewski-Szmek2022-12-131-79/+79
* | | | Merge pull request #25693 from yuwata/binfmtYu Watanabe2022-12-155-15/+67
|\ \ \ \
| * | | | unit: check more specific path to be written by systemd-binfmtYu Watanabe2022-12-141-1/+1
| * | | | binfmt: check if binfmt is mounted before applying rulesYu Watanabe2022-12-143-3/+24
| * | | | binfmt-util: also check if binfmt is mounted in read-writeYu Watanabe2022-12-141-2/+3
| * | | | binfmt-util: split out binfmt_mounted()Yu Watanabe2022-12-141-4/+23
| * | | | stat-util: introduce fd_is_read_only_fs()Yu Watanabe2022-12-141-7/+18
| | |/ / | |/| |
* | | | pam: actually align the columnsZbigniew Jędrzejewski-Szmek2022-12-151-9/+9
* | | | systemctl: is-enabled: document the return code changeMike Yuan2022-12-141-0/+5
|/ / /
* | | Merge pull request #25575 from brauner/nspawn.socket_surgeryLennart Poettering2022-12-141-117/+57
|\ \ \
| * | | nspawn: remove cgroup socketChristian Brauner2022-12-131-14/+3
| * | | nspawn: remove pty socketChristian Brauner2022-12-131-15/+3
| * | | nspawn: remove rtnl socketChristian Brauner2022-12-131-21/+8
| * | | nspawn: s/kmsg_socket_pair/fd_inner_socket_pair/gChristian Brauner2022-12-131-19/+27
| * | | nspawn: s/fd_socket_pair/fd_outer_socket_pair/gChristian Brauner2022-12-131-24/+24
| * | | nspawn: remove uid socketChristian Brauner2022-12-131-16/+6
| * | | nspawn: remove uuid socketChristian Brauner2022-12-131-13/+2
| * | | nspawn: remove pid socketChristian Brauner2022-12-131-13/+2
| * | | nspawn: s/notify_socket/fd_socket/gChristian Brauner2022-12-131-6/+6
* | | | Merge pull request #25734 from yuwata/sd-id128Yu Watanabe2022-12-144-45/+55
|\ \ \ \
| * | | | man: update documents for sd_id128_get_invocation()Yu Watanabe2022-12-141-4/+14
| * | | | sd-id128: also refuse an empty invocation IDYu Watanabe2022-12-142-1/+5
| * | | | sd-id128: allow sd_id128_get_machine() and friend to be called with NULLYu Watanabe2022-12-141-18/+10
| * | | | sd-id128: make sd_id128_get_machine() or friends return -EUCLEAN when an ID i...Yu Watanabe2022-12-144-22/+26
* | | | | timesync: Keep trying to connect even if the socket cannot be openedFelix Riemann2022-12-141-2/+4
* | | | | hwdb: Add mount matrix for CSL Panther Tab HDMVZ Ludwigsburg2022-12-141-0/+7
* | | | | Use dummy allocator to make accesses defined as per standardSiddhesh Poyarekar2022-12-142-10/+32
| |_|_|/ |/| | |
* | | | swap: tell swapon to reinitialize swap if neededDavid Tardon2022-12-141-1/+1
* | | | Merge pull request #25717 from bluca/reloadLuca Boccassi2022-12-148-0/+105
|\ \ \ \ | |/ / / |/| | |
| * | | manager: add option to rate limit daemon-reloadLuca Boccassi2022-12-138-0/+79