Re: CVS commit: src/sys/conf

2020-03-03 Thread Paul Goyette
On Wed, 4 Mar 2020, Paul Goyette wrote: Module Name:src Committed By: pgoyette Date: Wed Mar 4 02:20:57 UTC 2020 Modified Files: src/sys/conf: files Log Message: mips64 has compat_netbsd32 but cannot have exec_aout; all other users of compat_netbsd32 need exec_aout Ad

Re: CVS commit: src/sys/kern

2020-03-03 Thread Andrew Doran
On Tue, Mar 03, 2020 at 02:55:16PM -0500, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Tue Mar 3 19:55:16 UTC 2020 > > Modified Files: > src/sys/kern: vfs_syscalls.c > > Log Message: > don't skip the rdir check for the lazy case; breaks chroot df(1)

Re: CVS commit: src/lib

2020-03-03 Thread Taylor R Campbell
> Date: Tue, 03 Mar 2020 20:05:14 +1100 > from: matthew green > > thanksand can you please have this pulled up to other > branches it's present on. Already done: https://releng.NetBSD.org/cgi-bin/req-9.cgi?show=756 https://releng.NetBSD.org/cgi-bin/req-8.cgi?show=1513

Re: CVS commit: src/sys/dev

2020-03-03 Thread Christos Zoulas
Yes, I thought about providing an ioctl to do this, but it would mean that everything that talks to those devices would need to be modified to issue the ioctl. Raw mode means to call the underlying uhidev write which is the raw usb writes instead of using the report mechanism. My devices did not

re: CVS commit: src/sys/dev

2020-03-03 Thread matthew green
Martin Husemann writes: > On Tue, Mar 03, 2020 at 03:26:47PM +1100, matthew green wrote: > > without really understanding, it seems that there should be > > a uhid ioctl to enable this mode, and then your userland code > > sets it, instead of this hack. > > Or make uhid not attach at all on FIDO d

re: CVS commit: src/lib

2020-03-03 Thread matthew green
> Committed By: riastradh > Date: Tue Mar 3 04:20:50 UTC 2020 > > Modified Files: > src/lib: Makefile > > Log Message: > Remove unfinished hack I accidentally committed in 2017. > > This caused make to unconditionally take ages running useless > submakes in every subdirectory. Ac