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
> 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
>
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
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
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
> ==
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
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
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
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:
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
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'
11 matches
Mail list logo