summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | hwdb: Fix mount matrix for CSL Panther Tab HD (#25752)mvzlb2022-12-151-1/+1
| |/ / |/| |
* | | Merge pull request #25350 from poettering/efi-guid-equalLennart Poettering2022-12-156-18/+20
|\ \ \
| * | | efi: add common implementation for loop finding EFI configuration tablesLennart Poettering2022-12-144-14/+13
| * | | efi: add efi_guid_equal() helperLennart Poettering2022-12-145-6/+9
* | | | Merge pull request #25602 from fbuihuu/fix-TEST-73-LOCALEYu Watanabe2022-12-152-12/+21
|\ \ \ \
| * | | | localed: reload PID1 configuration after modifying /etc/locale.confFranck Bui2022-12-081-12/+8
| * | | | test: update TEST-73-LOCALE to define several locale settings in initial PID1...Franck Bui2022-12-021-0/+13
* | | | | repart: Rework Minimize= option settingsDaan De Meyer2022-12-152-9/+34
| |_|/ / |/| | |
* | | | 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-151-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-151-1/+1
| * | | | | | binfmt: check if binfmt is mounted before applying rulesYu Watanabe2022-12-153-3/+24
| * | | | | | binfmt-util: also check if binfmt is mounted in read-writeYu Watanabe2022-12-151-2/+3
| * | | | | | binfmt-util: split out binfmt_mounted()Yu Watanabe2022-12-151-4/+23
| * | | | | | stat-util: introduce fd_is_read_only_fs()Yu Watanabe2022-12-151-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-154-45/+55
|\ \ \ \ \ \
| * | | | | | man: update documents for sd_id128_get_invocation()Yu Watanabe2022-12-151-4/+14
| * | | | | | sd-id128: also refuse an empty invocation IDYu Watanabe2022-12-152-1/+5
| * | | | | | sd-id128: allow sd_id128_get_machine() and friend to be called with NULLYu Watanabe2022-12-151-18/+10
| * | | | | | sd-id128: make sd_id128_get_machine() or friends return -EUCLEAN when an ID i...Yu Watanabe2022-12-154-22/+26
* | | | | | | timesync: Keep trying to connect even if the socket cannot be openedFelix Riemann2022-12-151-2/+4