Active Repositories
Recent Activity
Today
To expand a little on the commit message, I think that commit 36a80f4264350 laid ground for always detecting the situation where a TTY is gone because of USB serial dropping t_mtx.
But it turns out that not all ttydevsw_* calls are error-checked.
I think that in some cases we may legitimately want to ignore some errors, but ENXIO is not such an error.
There were several possible ways to fix the issue, I picked one and described another alternative, but I am open to other suggestions.
# etcupdate diff -l | grep \^Changed Changed: /etc/master.passwd # etcupdate diff | grep \^Index Index: /etc/master.passwd Index: /etc/pam.d/ftpd Index: /etc/sysctl.conf Index: /etc/group Index: /etc/shells
diff -l works for me as-is as intended:
So I asked AI about the possible ports fallout and it seems pretty small in practice:
- Ports affected by the powerpc64le IEEE-128 long double switch
LLVM review: https://github.com/llvm/llvm-project/pull/201298
Submitted as a draft, because I don't want it to be prematurely committed when the review here isn't finished.
Minor fixes
Minor fixes