Re: move more code under UAUDIO_DEBUG

2018-08-28 Thread Alexandre Ratchov
On Mon, Aug 20, 2018 at 05:32:13PM +0800, Michael W. Bombardieri wrote: > Hello, > > In uaudio_add_mixer() the number of input channels (ichs) is > only used in a DPRINTF statement so the code to set its value > can be excluded unless we're building a debug kernel. In my > understanding uaudio_get

Re: polish prtc(4) slightly

2018-08-28 Thread Mark Kettenis
> Date: Wed, 29 Aug 2018 09:53:59 +1000 > From: David Gwynne > > this has autoconf(9) allocatethe todr struct thing as part of a softc > instead of allocting it separately during attach. > > no functional change, just a shuffling of the deck chairs. > > ok? > > Index: prtc.c >

kdump: recognize kcov ioctl commands

2018-08-28 Thread Anton Lindqvist
Hi, Note that you must be running a fairly recent snapshot including the sys/kcov.h header in order to compile. Comments? OK? diff --git Makefile Makefile index e1918ae6a70..9c1416f12ef 100644 --- Makefile +++ Makefile @@ -39,6 +39,7 @@ ioctl.c: ${.CURDIR}/Makefile ${.CURDIR}/mkioctls

Re: audio round_buffersize

2018-08-28 Thread Alexandre Ratchov
On Tue, Aug 14, 2018 at 02:57:05PM +0800, Michael W. Bombardieri wrote: > Hello, > > Low level audio drivers using the upper layer audio driver's value > for buffer size don't need to declare a round_buffersize method. > The 3rd parameter of the method is the value provided by the > upper layer dr

Re: polish prtc(4) slightly

2018-08-28 Thread Mike Larkin
On Wed, Aug 29, 2018 at 09:53:59AM +1000, David Gwynne wrote: > this has autoconf(9) allocatethe todr struct thing as part of a softc > instead of allocting it separately during attach. > > no functional change, just a shuffling of the deck chairs. > > ok? > ok mlarkin > Index: prtc.c > ==

polish prtc(4) slightly

2018-08-28 Thread David Gwynne
this has autoconf(9) allocatethe todr struct thing as part of a softc instead of allocting it separately during attach. no functional change, just a shuffling of the deck chairs. ok? Index: prtc.c === RCS file: /cvs/src/sys/arch/spa

openssl s_time: different tally marks for different TLS versions

2018-08-28 Thread Scott Cheloha
Two diffs here. First, move the tally mark printing out of the benchmark loop. Second, print '0' for TLS 1.0, '1' for TLS 1.1, etc. This breaks stdout compatibility with OpenSSL s_time, and prior versions of s_time in general, because 't' was used for TLS 1.0 (behavior change) and '2' was used f

mg: add set-case-replace

2018-08-28 Thread Reyk Floeter
Hi, the new case-preserving replace is a very nice feature - unless you want to replace a string with the exact capitalisation. >From florian@'s original commit message: > Use (mostly) the same capitalisation in the replacement string as in > > the replaced string: > > replacing foo with bar t

Re: ospfd: prevent additional ospfd from starting

2018-08-28 Thread Claudio Jeker
On Tue, Aug 28, 2018 at 01:19:39PM +0200, Remi Locherer wrote: > On Tue, Aug 28, 2018 at 07:56:43AM +0200, Claudio Jeker wrote: > > On Mon, Aug 27, 2018 at 11:33:19PM +0200, Remi Locherer wrote: > > > On Fri, Aug 24, 2018 at 12:21:31PM +0200, Remi Locherer wrote: > > > > On Fri, Aug 24, 2018 at 08:

Re: ospfd: prevent additional ospfd from starting

2018-08-28 Thread Remi Locherer
On Tue, Aug 28, 2018 at 07:56:43AM +0200, Claudio Jeker wrote: > On Mon, Aug 27, 2018 at 11:33:19PM +0200, Remi Locherer wrote: > > On Fri, Aug 24, 2018 at 12:21:31PM +0200, Remi Locherer wrote: > > > On Fri, Aug 24, 2018 at 08:58:12AM +0200, Claudio Jeker wrote: [ snip ] > > > > Why are we not c

Re: nits in ifconfig.8

2018-08-28 Thread Jeremie Courreges-Anglas
On Tue, Aug 28 2018, "Callum R. Davies" wrote: > Hi, just a couple of nits in ifconfig.8 that I found whilst struggling > to get a route to fe80::1 on a VPS. > > 'colon-separated' and 'comma-separated' is in keeping with the style of > the rest of the page. > > 'lowest 64th bit' > 'lowest 64 bits'