Re: uhid spam: uhidev_intr: bad repid 33

2022-05-19 Thread Anton Lindqvist
On Fri, May 13, 2022 at 08:43:33PM +0200, Anton Lindqvist wrote: > On Fri, May 13, 2022 at 05:46:35PM +0100, Stuart Henderson wrote: > > On 2022/05/11 07:54, Anton Lindqvist wrote: > > > On Tue, May 10, 2022 at 02:51:07PM +0100, Stuart Henderson wrote: > > > > On 2022/05/10 08:12, Anton Lindqvist

cp(1) bogus error messages on short writes

2022-05-19 Thread piotr
To reproduce: $ (ulimit -f 1 && cp /etc/rc /tmp/rc) cp: /tmp/rc: No such file or directory $ (ulimit -f 1 && cp /etc/rc /tmp/rc) cp: /tmp/rc: Undefined error: 0 $ Patch: diff -rup /usr/src/bin/cp/utils.c cp/utils.c --- /usr/src/bin/cp/utils.c Sun Nov 28 20:28:41 2021 +++ cp/utils.c Fri May

dd(1) missing truncate(2) error handling

2022-05-19 Thread piotr
To reproduce: $ dd if=/dev/null of=/tmp/dd.test bs=1m seek=$((1 << 24)) 0+0 records in 0+0 records out 0 bytes transferred in 0.000 secs (0 bytes/sec) $ Patch: diff -rup /usr/src/bin/dd/dd.c dd/dd.c --- /usr/src/bin/dd/dd.cSun Oct 24 23:24:21 2021 +++ dd/dd.c Thu May 19 20:29:31

Re: macppc panic: vref used where vget required

2022-05-19 Thread Alexander Bluhm
On Tue, May 17, 2022 at 05:43:02PM +0200, Martin Pieuchot wrote: > Andrew, Alexander, could you test this and report back? Panic "vref used where vget required" is still there. As usual it needs a day to reproduce. This time I was running without the vref history diff. bluhm > Index: