summaryrefslogtreecommitdiffstats
path: root/man/systemd-logind.service.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-01-03hwdb: Add macro keys for HP 430 Programmable Wireless KeypadChris Mayo1-0/+8
2025-01-03resolved: stop mdns/lnrr when config changes to disabled on reloadLuca Boccassi3-2/+8
Currently on reload mdns/lnrr are enabled if they were disabled, but not viceversa. Fix it. Follow-up for 14a52176798bc2d013297b503ac6fa49a64e2725
2025-01-03Correct ACCEL_MOUNT_MATRIX for Chuwi Hi10 MaxMichael Limiero1-1/+1
2025-01-03units: some improvements in breakpoint-* units.Antonio Alvarez Feijoo4-8/+11
- Set `RefuseManualStart=yes`. - Order before shutdown.target and emergency.target. - Remove wrong `Wants=remote-fs.target` dependency from breakpoint-pre-switch-root.service. - Remove unneeded `After=sysroot.mount` from breakpoint-pre-switch-root.service (implied by initrd.target).
2025-01-03debug-generator: use helper to check breakpoint validityAntonio Alvarez Feijoo1-14/+27
2025-01-02terminal-util: introduce terminal_{new,detach}_session helpersMike Yuan6-14/+63
Prompted by #35761
2025-01-02terminal-util: regroup some functionsMike Yuan1-16/+17
2025-01-02random-util: our baseline includes getrandom() (v3.17) nowMike Yuan6-76/+31
Plus, linux/random.h never defined getrandom(), hence remove the custom machinery for sys/random.h vs linux/random.h in favor of single HAVE_GETRANDOM.
2025-01-02random-util: drop needless conditionalization of sys/auxv.hMike Yuan2-8/+2
We assume its existence in basic/build-path.c, shared/userdb.c, and coredump/coredump.c already, for which nothing has been reported so far. So this seems safe to drop.
2025-01-02missing_syscall: mandate __NR_memfd_createMike Yuan1-5/+0
Follow-up for 6db5a6e799db9d95185cd0c2a327109e80114aea For basic system functionality we require memfd nowadays, so fail the build if syscall number not available.
2025-01-02README: document kernel version for GRND_INSECURE and close_range()Mike Yuan1-0/+2
2025-01-02test: update README's Ubuntu CI section for mkosi changesLuca Boccassi1-24/+6