Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-01-03 | hwdb: Add macro keys for HP 430 Programmable Wireless Keypad | Chris Mayo | 1 | -0/+8 | |
2025-01-03 | resolved: stop mdns/lnrr when config changes to disabled on reload | Luca Boccassi | 3 | -2/+8 | |
Currently on reload mdns/lnrr are enabled if they were disabled, but not viceversa. Fix it. Follow-up for 14a52176798bc2d013297b503ac6fa49a64e2725 | |||||
2025-01-03 | Correct ACCEL_MOUNT_MATRIX for Chuwi Hi10 Max | Michael Limiero | 1 | -1/+1 | |
2025-01-03 | units: some improvements in breakpoint-* units. | Antonio Alvarez Feijoo | 4 | -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-03 | debug-generator: use helper to check breakpoint validity | Antonio Alvarez Feijoo | 1 | -14/+27 | |
2025-01-02 | terminal-util: introduce terminal_{new,detach}_session helpers | Mike Yuan | 6 | -14/+63 | |
Prompted by #35761 | |||||
2025-01-02 | terminal-util: regroup some functions | Mike Yuan | 1 | -16/+17 | |
2025-01-02 | random-util: our baseline includes getrandom() (v3.17) now | Mike Yuan | 6 | -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-02 | random-util: drop needless conditionalization of sys/auxv.h | Mike Yuan | 2 | -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-02 | missing_syscall: mandate __NR_memfd_create | Mike Yuan | 1 | -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-02 | README: document kernel version for GRND_INSECURE and close_range() | Mike Yuan | 1 | -0/+2 | |
2025-01-02 | test: update README's Ubuntu CI section for mkosi changes | Luca Boccassi | 1 | -24/+6 | |