re: CVS commit: src

2017-11-03 Thread Paul Goyette
On Fri, 3 Nov 2017, matthew green wrote: thanks for working on this. * Update the data structures used for exporting kernel history data to include a version number as well as the length of history arguments. so, old vmstat breaks for no reason? nothing else changed, right? Unfortunatel

Re: CVS commit: src/sys/dev

2017-11-03 Thread Michael van Elst
On Fri, Nov 03, 2017 at 09:22:36AM +0900, Takeshi Nakayama wrote: > errno 5 is EIO. > > This is why we check WDF_LOADED is not set and !RAW_PART or !S_IFCHR > in wdopen(). WDF_LOADED is set only in wd_fistopen(), so we cannot > open disks unless open with RAW_PART and S_IFCHR in the first time. >

re: CVS commit: src

2017-11-03 Thread matthew green
sorry, i forgot the sysctl interface was new. this is OK, but still likely overblown adding a version -- as mentioned, the ABI should never change in an incompatible way (we do have ways that grow structures, but never modify existing parts), so having a version is not necessary - the version coul

re: CVS commit: src

2017-11-03 Thread Paul Goyette
On Fri, 3 Nov 2017, matthew green wrote: sorry, i forgot the sysctl interface was new. this is OK, but still likely overblown adding a version -- as mentioned, the ABI should never change in an incompatible way (we do have ways that grow structures, but never modify existing parts), so having a

Re: CVS commit: src/sys/dev

2017-11-03 Thread Takeshi Nakayama
>>> Michael van Elst wrote > On Fri, Nov 03, 2017 at 09:22:36AM +0900, Takeshi Nakayama wrote: > > errno 5 is EIO. > > > > This is why we check WDF_LOADED is not set and !RAW_PART or !S_IFCHR > > in wdopen(). WDF_LOADED is set only in wd_fistopen(), so we cannot > > open disks unless open with

Re: CVS commit: src/sys/dev

2017-11-03 Thread Robert Swindells
Michael van Elst wrote: >On Fri, Nov 03, 2017 at 09:22:36AM +0900, Takeshi Nakayama wrote: >> errno 5 is EIO. >> >> This is why we check WDF_LOADED is not set and !RAW_PART or !S_IFCHR >> in wdopen(). WDF_LOADED is set only in wd_fistopen(), so we cannot >> open disks unless open with RAW_PART

re: CVS commit: src/sys/dev

2017-11-03 Thread matthew green
> Modified Files: > src/sys/dev: audio.c > > Log Message: > Blocksizes sould be rounded to a power of 2 as OSS applications need this. sounds like a limitation that belongs in ossaudio not audio. is it hard to move there instead? .mrg.

Re: CVS commit: src/sys/dev

2017-11-03 Thread Nathanial Sloss
On Sat, 4 Nov 2017 09:46:03 matthew green wrote: > > Modified Files: > > src/sys/dev: audio.c > > > > Log Message: > > Blocksizes sould be rounded to a power of 2 as OSS applications need > > this. > Not sure how hard it would be to move it to ossaudio. I'll try to modify ossaudio.c in the

Re: CVS commit: src/sys/dev

2017-11-03 Thread Tetsuya Isaki
At Sat, 4 Nov 2017 01:50:48 +, > Module Name: src > Committed By: nat > Date: Sat Nov 4 01:50:48 UTC 2017 > > Modified Files: > src/sys/dev: audio.c > > Log Message: > AU_RING_SIZE -> s.bufsize in audio_initbufs. > > > To generate a diff of this commit: > cvs rdiff -u -r1.42