Re: svn commit: r318757 - head

2017-05-24 Thread Konstantin Belousov
On Tue, May 23, 2017 at 04:46:14PM -0500, Larry Rosenman wrote: > My PostgreSQL buildfarm animal BROKE with this change until I force rebuilt > lang/perl5.24 > and all my p5-* ports. So what was the symptoms and the error, exactly ? A lot of efforts were spent to ensure that _consistent_ set of o

svn commit: r318780 - in head: include sys/sys

2017-05-24 Thread Konstantin Belousov
Author: kib Date: Wed May 24 09:25:13 2017 New Revision: 318780 URL: https://svnweb.freebsd.org/changeset/base/318780 Log: Use __BSD_VISIBLE test instead checking for absense of _POSIX_SOURCE. The Termios headers and used sometimes _POSIX_SOURCE directly to determine if a thing should b

svn commit: r318781 - in head: share/man/man9 sys/sys

2017-05-24 Thread Konstantin Belousov
Author: kib Date: Wed May 24 10:09:54 2017 New Revision: 318781 URL: https://svnweb.freebsd.org/changeset/base/318781 Log: Add BIT_OR2(), BIT_AND2(), BIT_NAND2(), BIT_XOR() and BIT_XOR2(). Submitted by: Sebastian Huber MFC after:2 weeks Modified: head/share/man/man9/bitset.9 hea

Re: svn commit: r318757 - head

2017-05-24 Thread Larry Rosenman
The initial failure: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=peripatus&dt=2017-05-23%2019%3A17%3A42 I then recompiled perl, and got: borg.lerctr.org /home/pgbuildfarm $ cd /home/pgbuildfarm/bin/latest && ./run_branches.pl --run-all --config=/home/pgbuildfarm/conf/build-farm.conf S

Re: svn commit: r318757 - head

2017-05-24 Thread Konstantin Belousov
On Wed, May 24, 2017 at 08:06:34AM -0500, Larry Rosenman wrote: > The initial failure: > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=peripatus&dt=2017-05-23%2019%3A17%3A42 > > I then recompiled perl, and got: > borg.lerctr.org /home/pgbuildfarm $ cd /home/pgbuildfarm/bin/latest && > .

Re: svn commit: r318757 - head

2017-05-24 Thread Larry Rosenman
The initial failure was NOT, except that the PostgreSQL build builds a PL/Perl interpreter that MIGHT Be considered that. It was unexpected. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 17716 Limpia Crk

svn commit: r318788 - head/usr.sbin/bhyve

2017-05-24 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 24 14:24:47 2017 New Revision: 318788 URL: https://svnweb.freebsd.org/changeset/base/318788 Log: bhyvegc_resize: make use of reallocarray(3) for bounds-checking. Also add __FBSDID. Reviewed by: grehan This file lacks a license(!) so for this change the f

svn commit: r318789 - head/sys/contrib/ipfilter/netinet

2017-05-24 Thread Cy Schubert
Author: cy Date: Wed May 24 14:36:51 2017 New Revision: 318789 URL: https://svnweb.freebsd.org/changeset/base/318789 Log: Ifdef out a redundant if statement when LARGE_NAT is disabled. MFC after:1 week Modified: head/sys/contrib/ipfilter/netinet/ip_nat.c Modified: head/sys/contrib/i

Re: svn commit: r318736 - in head: cddl/lib/libzfs contrib/compiler-rt/lib/sanitizer_common contrib/openbsm/libbsm include lib/libarchive lib/libc/gen lib/libc/include lib/libc/sys lib/libkvm lib/libm

2017-05-24 Thread Pedro Giffuni
First of all, HUGE thanks to everyone involved in this project! On 05/23/17 04:29, Konstantin Belousov wrote: Author: kib Date: Tue May 23 09:29:05 2017 New Revision: 318736 URL: https://svnweb.freebsd.org/changeset/base/318736 Log: Commit the 64-bit inode project. Extend the ino_t,

Re: svn commit: r318736 - in head: cddl/lib/libzfs contrib/compiler-rt/lib/sanitizer_common contrib/openbsm/libbsm include lib/libarchive lib/libc/gen lib/libc/include lib/libc/sys lib/libkvm lib/libm

2017-05-24 Thread Ed Maste
On 24 May 2017 at 10:53, Pedro Giffuni wrote: > > There is now a bunch of coverity issues (OVERFLOW_BEFORE_WIDEN mostly) > tied to ino64_t. At least the following CIDs are related: On a quick look the OVERFLOW_BEFORE_WIDEN issues are false positives in practice: for correct operation the product

svn commit: r318790 - head/usr.sbin/bootparamd/bootparamd

2017-05-24 Thread Alan Somers
Author: asomers Date: Wed May 24 16:30:38 2017 New Revision: 318790 URL: https://svnweb.freebsd.org/changeset/base/318790 Log: Fix a buffer overflow in bootparamd(8) If /etc/bootparams contains a line with an excessively long pathname, and a client asks for that path, then bootparamd will

svn commit: r318792 - head

2017-05-24 Thread Ed Maste
Author: emaste Date: Wed May 24 17:11:10 2017 New Revision: 318792 URL: https://svnweb.freebsd.org/changeset/base/318792 Log: UPDATING: clarify ino64 upgrade instructions even further - mention COMPAT_FREEBSD11 earlier so that the steps are in chronological order - suggest removing /u

Re: svn commit: r318757 - head

2017-05-24 Thread O. Hartmann
Am Wed, 24 May 2017 08:06:34 -0500 Larry Rosenman schrieb: > The initial failure: > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=peripatus&dt=2017-05-23%2019%3A17%3A42 > > I then recompiled perl, and got: > borg.lerctr.org /home/pgbuildfarm $ cd /home/pgbuildfarm/bin/latest > && ./run

Re: svn commit: r318757 - head

2017-05-24 Thread Larry Rosenman
I fixed my issues by force-rebuilding perl and all installed p5-* ports. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 _

Re: svn commit: r318757 - head

2017-05-24 Thread O. Hartmann
Am Wed, 24 May 2017 12:28:51 -0500 Larry Rosenman schrieb: > I fixed my issues by force-rebuilding perl and all installed p5-* ports. > > This isn't possible in my case :-( lang/perl rebuilds all right, but every p5-* ports fails with [...] Checking if your kit is complete... ListUtil.c: l

Re: svn commit: r318757 - head

2017-05-24 Thread Larry Rosenman
-- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 On 5/24/17, 12:40 PM, "O. Hartmann" wrote: Am Wed, 24 May 2017 12:28:51 -0500 Larry Rosenman schrie

svn commit: r318793 - head/sys/netinet

2017-05-24 Thread Gleb Smirnoff
Author: glebius Date: Wed May 24 17:47:16 2017 New Revision: 318793 URL: https://svnweb.freebsd.org/changeset/base/318793 Log: o Rearrange struct inpcb fields to optimize the TCP output code path considering cache line hits and misses. Put the lock and hash list glue into the first cach

svn commit: r318794 - in head: sbin/zfsbootcfg share/man/man9 usr.sbin/efidp

2017-05-24 Thread Glen Barber
Author: gjb Date: Wed May 24 17:47:49 2017 New Revision: 318794 URL: https://svnweb.freebsd.org/changeset/base/318794 Log: Update the "first appeared in" version in several manual pages. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/sbin/zfsbootcfg/zfsbootcfg

svn commit: r318795 - in head/lib/libc: gen sys

2017-05-24 Thread Glen Barber
Author: gjb Date: Wed May 24 17:50:34 2017 New Revision: 318795 URL: https://svnweb.freebsd.org/changeset/base/318795 Log: Update the "first appeared in" version in several manual pages. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/lib/libc/gen/sem_timedwait

Re: svn commit: r318757 - head

2017-05-24 Thread O. Hartmann
Am Wed, 24 May 2017 19:40:46 +0200 "O. Hartmann" schrieb: > Am Wed, 24 May 2017 12:28:51 -0500 > Larry Rosenman schrieb: > > > I fixed my issues by force-rebuilding perl and all installed p5-* ports. > > > > > > > This isn't possible in my case :-( > > lang/perl rebuilds all right, but

Re: svn commit: r318757 - head

2017-05-24 Thread Larry Rosenman
On 5/24/17, 1:01 PM, "O. Hartmann" wrote: Am Wed, 24 May 2017 19:40:46 +0200 "O. Hartmann" schrieb: > Am Wed, 24 May 2017 12:28:51 -0500 > Larry Rosenman schrieb: > > > I fixed my issues by force-rebuilding perl and all installed p5-* ports. > > > >

Re: svn commit: r318757 - head

2017-05-24 Thread O. Hartmann
Am Wed, 24 May 2017 13:04:30 -0500 Larry Rosenman schrieb: > On 5/24/17, 1:01 PM, "O. Hartmann" wrote: > > Am Wed, 24 May 2017 19:40:46 +0200 > "O. Hartmann" schrieb: > > > Am Wed, 24 May 2017 12:28:51 -0500 > > Larry Rosenman schrieb: > > > > > I fixed my issu

svn commit: r318800 - head/sys/x86/include

2017-05-24 Thread John Baldwin
Author: jhb Date: Wed May 24 18:54:21 2017 New Revision: 318800 URL: https://svnweb.freebsd.org/changeset/base/318800 Log: Remove constants and comments for unimplemented entries in the default LDT. These entries will never be added to the default LDT in the future. Modified: head/sys/x8

Re: svn commit: r318757 - head

2017-05-24 Thread Ngie Cooper (yaneurabeya)
> On May 24, 2017, at 11:10, O. Hartmann wrote: > > Am Wed, 24 May 2017 13:04:30 -0500 > Larry Rosenman schrieb: … > I use the traditional "make" way (via portmaster) There were some reports about needing to do “make clean” before “make install”. Memory serves me correctly there are

Re: svn commit: r318757 - head

2017-05-24 Thread O. Hartmann
Am Wed, 24 May 2017 12:11:06 -0700 "Ngie Cooper (yaneurabeya)" schrieb: > > On May 24, 2017, at 11:10, O. Hartmann wrote: > > > > Am Wed, 24 May 2017 13:04:30 -0500 > > Larry Rosenman schrieb: > > … > > > I use the traditional "make" way (via portmaster) > > There were some report

Re: svn commit: r318757 - head

2017-05-24 Thread Cy Schubert
In message <1c1ab22c-60bf-4707-f635-8069aa1e0...@freebsd.org>, Bryan Drewery wr ites: > This is an OpenPGP/MIME signed message (RFC 4880 and 3156) > --sIw1a8MPU8obGIEqPMSjxuV84b026de6m > Content-Type: multipart/mixed; boundary="8b3Tlc1Bt9VfscoFw6tX1N8B8aTeGubhr"; > protected-headers="v1" > From:

Re: svn commit: r318757 - head

2017-05-24 Thread Bryan Drewery
On 5/24/17 1:17 PM, Cy Schubert wrote: > In message <1c1ab22c-60bf-4707-f635-8069aa1e0...@freebsd.org>, Bryan > Drewery wr > ites: >> This is an OpenPGP/MIME signed message (RFC 4880 and 3156) >> --sIw1a8MPU8obGIEqPMSjxuV84b026de6m >> Content-Type: multipart/mixed; boundary="8b3Tlc1Bt9VfscoFw6tX1N

svn commit: r318812 - head/cddl/contrib/opensolaris/cmd/zdb

2017-05-24 Thread Andriy Gapon
Author: avg Date: Wed May 24 20:41:26 2017 New Revision: 318812 URL: https://svnweb.freebsd.org/changeset/base/318812 Log: MFV r316860: 7545 zdb should disable reference tracking illumos/illumos-gate@4dd77f9e38ef05b39db128ff7608d926fd3218c6 https://github.com/illumos/illumos-gate/commit/

svn commit: r318814 - head/cddl/contrib/opensolaris/lib/libzfs_core/common

2017-05-24 Thread Andriy Gapon
Author: avg Date: Wed May 24 20:53:01 2017 New Revision: 318814 URL: https://svnweb.freebsd.org/changeset/base/318814 Log: MFC r316904: 7729 libzfs_core`lzc_rollback() leaks result nvl illumos/illumos-gate@ac428481f96be89add7a1edf43ae47dd71038553 https://github.com/illumos/illumos-gate/c

svn commit: r318816 - in head: lib/lib80211 lib/libc/net lib/libc/sys lib/libpmc share/man/man4 share/man/man7 usr.sbin/pmcstudy

2017-05-24 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 24 21:02:53 2017 New Revision: 318816 URL: https://svnweb.freebsd.org/changeset/base/318816 Log: Don't end up manpage titles with a full stop. MFC after:2 weeks Modified: head/lib/lib80211/lib80211.3 head/lib/libc/net/sctp_bindx.3 head/lib/libc/net/sct

Re: svn commit: r318736 - in head: cddl/lib/libzfs contrib/compiler-rt/lib/sanitizer_common contrib/openbsm/libbsm include lib/libarchive lib/libc/gen lib/libc/include lib/libc/sys lib/libkvm lib/libm

2017-05-24 Thread Ngie Cooper (yaneurabeya)
> On May 24, 2017, at 09:26, Ed Maste wrote: > > On 24 May 2017 at 10:53, Pedro Giffuni wrote: >> >> There is now a bunch of coverity issues (OVERFLOW_BEFORE_WIDEN mostly) >> tied to ino64_t. At least the following CIDs are related: > > On a quick look the OVERFLOW_BEFORE_WIDEN issues are fal

svn commit: r318818 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-05-24 Thread Andriy Gapon
Author: avg Date: Wed May 24 21:29:31 2017 New Revision: 318818 URL: https://svnweb.freebsd.org/changeset/base/318818 Log: MFC r316907: 1300 filename normalization doesn't work for removes illumos/illumos-gate@1c17160ac558f98048951327f4e9248d8f46acc0 https://github.com/illumos/illumos-ga

svn commit: r318819 - head/cddl/contrib/opensolaris/lib/libzfs/common

2017-05-24 Thread Andriy Gapon
Author: avg Date: Wed May 24 21:32:35 2017 New Revision: 318819 URL: https://svnweb.freebsd.org/changeset/base/318819 Log: MFC r316908: 7541 zpool import/tryimport ioctl returns ENOMEM because provided buffer is too small for config illumos/illumos-gate@8b65a70b763232c90a91f31eb2010314c02e

svn commit: r318820 - in head/sys: dev/sound/pcm tools/sound

2017-05-24 Thread Hans Petter Selasky
Author: hselasky Date: Wed May 24 21:42:48 2017 New Revision: 318820 URL: https://svnweb.freebsd.org/changeset/base/318820 Log: Increase the allowed maximum number of audio channels from 31 to 127 in the PCM feeder mixer. Without this change a value of 32 channels is treated like zero, due t

svn commit: r318821 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-05-24 Thread Andriy Gapon
Author: avg Date: Wed May 24 21:43:34 2017 New Revision: 318821 URL: https://svnweb.freebsd.org/changeset/base/318821 Log: MFC r316912: 7793 ztest fails assertion in dmu_tx_willuse_space illumos/illumos-gate@61e255ce7267b52208af9daf434b77d37fb75622 https://github.com/illumos/illumos-gate

svn commit: r318822 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-05-24 Thread Andriy Gapon
Author: avg Date: Wed May 24 21:45:52 2017 New Revision: 318822 URL: https://svnweb.freebsd.org/changeset/base/318822 Log: MFC r316913: 7869 panic in bpobj_space(): null pointer dereference illumos/illumos-gate@a3905a45920de250d181b66ac0b6b71bd200d9ef https://github.com/illumos/illumos-g

svn commit: r318823 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-05-24 Thread Andriy Gapon
Author: avg Date: Wed May 24 21:49:21 2017 New Revision: 318823 URL: https://svnweb.freebsd.org/changeset/base/318823 Log: MFC r316914: 7801 add more by-dnode routines illumos/illumos-gate@b0c42cd4706ba01ce158bd2bb1004f7e59eca5fe https://github.com/illumos/illumos-gate/commit/b0c42cd4706

svn commit: r318824 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-05-24 Thread Andriy Gapon
Author: avg Date: Wed May 24 21:52:20 2017 New Revision: 318824 URL: https://svnweb.freebsd.org/changeset/base/318824 Log: MFC r316915: 7801 add more by-dnode routines (lint) illumos/illumos-gate@411be58a6e030a3b606f1afcc7f2e2459ffda844 https://github.com/illumos/illumos-gate/commit/411b

svn commit: r318827 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-05-24 Thread Andriy Gapon
Author: avg Date: Wed May 24 22:15:16 2017 New Revision: 318827 URL: https://svnweb.freebsd.org/changeset/base/318827 Log: MFV r316916: 7970 zfs_arc_num_sublists_per_state should be common to all multilists illumos/illumos-gate@10fbdecb05f411234920f8d3c92c148d39106d7e https://github.com

svn commit: r318828 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-05-24 Thread Andriy Gapon
Author: avg Date: Wed May 24 22:21:24 2017 New Revision: 318828 URL: https://svnweb.freebsd.org/changeset/base/318828 Log: MFV r316917: 7968 multi-threaded spa_sync() illumos/illumos-gate@94c2d0eb22e9624151ee84a7edbf7178e1bf4087 https://github.com/illumos/illumos-gate/commit/94c2d0eb22e9

svn commit: r318829 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-05-24 Thread Andriy Gapon
Author: avg Date: Wed May 24 22:25:26 2017 New Revision: 318829 URL: https://svnweb.freebsd.org/changeset/base/318829 Log: MFV r316920: 8023 Panic destroying a metaslab deferred range tree illumos/illumos-gate@3991b535a8e990c0369be677746a87c259b13e9f https://github.com/illumos/illumos-ga

svn commit: r318830 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-05-24 Thread Andriy Gapon
Author: avg Date: Wed May 24 22:27:48 2017 New Revision: 318830 URL: https://svnweb.freebsd.org/changeset/base/318830 Log: MFC r316921: 8027 tighten up dsl_pool_dirty_delta illumos/illumos-gate@313ae1e182df6e6a04b56c4b73ded33e11b75666 https://github.com/illumos/illumos-gate/commit/313ae1

svn commit: r318831 - head/cddl/contrib/opensolaris/lib/libzfs/common

2017-05-24 Thread Andriy Gapon
Author: avg Date: Wed May 24 22:30:21 2017 New Revision: 318831 URL: https://svnweb.freebsd.org/changeset/base/318831 Log: MFV r316922: 5380 receive of a send -p stream doesn't need to try renaming snapshots illumos/illumos-gate@471a88e499c660844f4590487ce7c4d5a7090294 https://github.co

svn commit: r318832 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-05-24 Thread Andriy Gapon
Author: avg Date: Wed May 24 22:32:56 2017 New Revision: 318832 URL: https://svnweb.freebsd.org/changeset/base/318832 Log: MFV r316923: 8026 retire zfs_throttle_delay and zfs_throttle_resolution illumos/illumos-gate@6b036259815954b7ad86d651af18efba672cb7a9 https://github.com/illumos/illu

svn commit: r318833 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-05-24 Thread Andriy Gapon
Author: avg Date: Wed May 24 22:34:54 2017 New Revision: 318833 URL: https://svnweb.freebsd.org/changeset/base/318833 Log: MFV r316925: 6101 attempt to lzc_create() a filesystem under a volume results in a panic illumos/illumos-gate@b127fe3c059af7adf772735498680b4f2e1405ef https://githu

svn commit: r318834 - head/sys/cddl/contrib/opensolaris

2017-05-24 Thread Andriy Gapon
Author: avg Date: Wed May 24 22:40:56 2017 New Revision: 318834 URL: https://svnweb.freebsd.org/changeset/base/318834 Log: MFV r316930: 5814 bpobj_iterate_impl(): Close a refcount leak iterating on a sublist. illumos/illumos-gate@b67dde11a73a9455d641403cbbb65ec2add41b41 https://github.c

Re: svn commit: r318814 - head/cddl/contrib/opensolaris/lib/libzfs_core/common

2017-05-24 Thread Andriy Gapon
On 24/05/2017 23:53, Andriy Gapon wrote: > MFC r316904: 7729 libzfs_core`lzc_rollback() leaks result nvl This and a few other commits should have MFV instead of MFC in their description. Sorry for any confusion that this mistake of mine might cause. -- Andriy Gapon _

Re: svn commit: r318757 - head

2017-05-24 Thread Jeffrey Bouquet
On Wed, 24 May 2017 20:10:00 +0200, "O. Hartmann" wrote: > Am Wed, 24 May 2017 13:04:30 -0500 > Larry Rosenman schrieb: > > > On 5/24/17, 1:01 PM, "O. Hartmann" wrote: > > > > Am Wed, 24 May 2017 19:40:46 +0200 > > "O. Hartmann" schrieb: > > > > > Am Wed, 24 May 2017 12:2

svn commit: r318856 - in head/sys: dev/ath dev/ath/ath_dfs/null dev/ath/ath_hal dev/ath/ath_rate/sample modules modules/ath modules/ath_dfs modules/ath_hal modules/ath_hal_ar5210 modules/ath_hal_ar...

2017-05-24 Thread Adrian Chadd
Author: adrian Date: Thu May 25 04:18:46 2017 New Revision: 318856 URL: https://svnweb.freebsd.org/changeset/base/318856 Log: [ath] [ath_hal] (etc, etc) - begin the task of re-modularising the HAL. In the deep past, when this code compiled as a binary module, ath_hal built as a module. T

svn commit: r318857 - in head/sys/dev/ath: . ath_hal

2017-05-24 Thread Adrian Chadd
Author: adrian Date: Thu May 25 04:26:26 2017 New Revision: 318857 URL: https://svnweb.freebsd.org/changeset/base/318857 Log: [ath] [ath_hal] retire AH_SUPPORT_AR5416 changing anything. Yes, the memory bloat is large, but it's 2017 and I'll fix it later by making it runtime configurable /

svn commit: r318858 - head

2017-05-24 Thread Adrian Chadd
== --- head/UPDATING Thu May 25 04:26:26 2017(r318857) +++ head/UPDATING Thu May 25 05:01:44 2017(r318858) @@ -51,6 +51,31 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12 ** SPECIAL WARNING: ** +20170524: + The

svn commit: r318859 - head/lib

2017-05-24 Thread Adrian Chadd
Author: adrian Date: Thu May 25 05:02:43 2017 New Revision: 318859 URL: https://svnweb.freebsd.org/changeset/base/318859 Log: [lib] disable libc++experimental on mips platforms for now. This breaks at least mips32 platform builds. Reviewed by: dim Modified: head/lib/Makefile Modif

svn commit: r318860 - in head/sys: dev/sound/pcm tools/sound

2017-05-24 Thread Hans Petter Selasky
Author: hselasky Date: Thu May 25 05:23:47 2017 New Revision: 318860 URL: https://svnweb.freebsd.org/changeset/base/318860 Log: Declare the "snd_fxdiv_table" once. This shaves around 24Kbytes of binary data from sound.ko and the kernel. MFC after:3 days Modified: head/sys/d