Re: audio usemixer breaks vs(4) Re: CVS commit: src/sys/dev

2017-11-06 Thread Tetsuya Isaki
At Tue, 07 Nov 2017 12:45:47 +0900, Tetsuya Isaki wrote: > > nat@, (cc: christos@) > > With this change, vs(4) no longer works even if usemixer=0. ^^ Oops, it should be 'usemixer=1'. If usemixer=1, it plays noise. If usemixer=0, failed to

audio usemixer breaks vs(4) Re: CVS commit: src/sys/dev

2017-11-06 Thread Tetsuya Isaki
nat@, (cc: christos@) With this change, vs(4) no longer works even if usemixer=0. Please revert it, and don't break without public discussion. This is the 3rd time you broke vs(4). You broke and I repaired. You broke and I repaired. I spent a lot of time this half year. If you can not consider a

Re: CVS commit: src/usr.bin/kdump

2017-11-06 Thread Christos Zoulas
In article <20171106163453.gb28...@britannica.bec.de>, Joerg Sonnenberger wrote: >On Sun, Nov 05, 2017 at 12:44:29PM -0500, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Sun Nov 5 17:44:29 UTC 2017 >> >> Modified Files: >> src/usr.bin/k

Re: CVS commit: src/usr.bin/kdump

2017-11-06 Thread Joerg Sonnenberger
On Sun, Nov 05, 2017 at 12:44:29PM -0500, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sun Nov 5 17:44:29 UTC 2017 > > Modified Files: > src/usr.bin/kdump: mkioctls > > Log Message: > deal with the stdbool.h mess defining bool in and > and then xf86

Re: CVS commit: src/lib/libc/stdio

2017-11-06 Thread Joerg Sonnenberger
On Fri, Nov 03, 2017 at 10:49:55PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sat Nov 4 02:49:55 UTC 2017 > > Modified Files: > src/lib/libc/stdio: flags.c fopen.3 > > Log Message: > Implement nofollow (l) for fopen(3). Test case? Joerg