CVS commit: src/sys/dev/nvmm/x86

2019-04-27 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Apr 27 08:16:19 UTC 2019

Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_vmx.c nvmm_x86_vmxfunc.S

Log Message:
Optimize nvmm-intel, use inlined GCC assembly rather than function calls.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/nvmm/x86/nvmm_x86_vmx.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/nvmm/x86/nvmm_x86_vmxfunc.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netcan

2019-04-27 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Apr 27 08:48:31 UTC 2019

Modified Files:
src/sys/netcan: if_canloop.c

Log Message:
Oooppss - deleted too many chars.  Put them back.

Should fix the build break.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/netcan/if_canloop.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netcan

2019-04-27 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Apr 27 08:49:19 UTC 2019

Modified Files:
src/sys/netcan: if_canloop.c

Log Message:
Semicolon not needed


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/netcan/if_canloop.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/nvmm/x86

2019-04-27 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Apr 27 09:06:18 UTC 2019

Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_svm.c nvmm_x86_vmx.c

Log Message:
If guest events were being processed when a #VMEXIT occurred, reschedule
the events rather than dismissing them. This can happen for instance when a
guest wants to process an exception and an #NPF occurs on the guest IDT. In
practice it occurs only when the host swapped out specific guest pages.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/nvmm/x86/nvmm_x86_svm.c
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/nvmm/x86/nvmm_x86_vmx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sat Apr 27 10:18:00 UTC 2019

Modified Files:
src/sys/arch/arm/sunxi [isaki-audio2]: sun8i_codec.c
src/sys/dev [isaki-audio2]: audio_dai.h
src/sys/dev/fdt [isaki-audio2]: ausoc.c

Log Message:
Adapt to audio2.
- XXX Name conflicts.  audio2 replaces set_params with set_format
  and audio_dai already have had its own set_format.
  I named newly introduced one audio_dai_mi_set_format for now.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.6.1 src/sys/arch/arm/sunxi/sun8i_codec.c
cvs rdiff -u -r1.4 -r1.4.2.1 src/sys/dev/audio_dai.h
cvs rdiff -u -r1.3 -r1.3.8.1 src/sys/dev/fdt/ausoc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/x86/x86

2019-04-27 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Apr 27 10:40:17 UTC 2019

Modified Files:
src/sys/arch/x86/x86: spectre.c

Log Message:
Add support for EnhancedIBRS, a more performant mitigation for SpectreV2,
available on future CPUs (or maybe they already exist now...).


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/x86/x86/spectre.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libpthread

2019-04-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Apr 27 10:57:12 UTC 2019

Modified Files:
src/lib/libpthread: call_once.3 cnd.3 mtx.3 thrd.3 threads.3 tss.3

Log Message:
Fix some typos, improve wording.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libpthread/call_once.3 \
src/lib/libpthread/cnd.3 src/lib/libpthread/mtx.3 \
src/lib/libpthread/threads.3 src/lib/libpthread/tss.3
cvs rdiff -u -r1.2 -r1.3 src/lib/libpthread/thrd.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/dev/ic

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sat Apr 27 11:52:54 UTC 2019

Modified Files:
src/sys/dev/ic [isaki-audio2]: pl041.c pl041var.h

Log Message:
Adapt to audio2.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.2.1 src/sys/dev/ic/pl041.c
cvs rdiff -u -r1.1 -r1.1.16.1 src/sys/dev/ic/pl041var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/arch/usermode

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sat Apr 27 11:58:03 UTC 2019

Modified Files:
src/sys/arch/usermode/dev [isaki-audio2]: vaudio.c
src/sys/arch/usermode/include [isaki-audio2]: thunk.h
src/sys/arch/usermode/usermode [isaki-audio2]: thunk.c

Log Message:
Adapt to audio2.


To generate a diff of this commit:
cvs rdiff -u -r1.4.32.1 -r1.4.32.2 src/sys/arch/usermode/dev/vaudio.c
cvs rdiff -u -r1.66 -r1.66.2.1 src/sys/arch/usermode/include/thunk.h
cvs rdiff -u -r1.91 -r1.91.2.1 src/sys/arch/usermode/usermode/thunk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/dev

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sat Apr 27 12:05:28 UTC 2019

Modified Files:
src/sys/dev [isaki-audio2]: audio_if.h
src/sys/dev/audio [isaki-audio2]: audio.c

Log Message:
Add audio_indexof_format().  It finds index matches with specified
audio_param_t from array of audio_format_t.
Formerly, it was auconv_set_converter() that convert userland
params to the hardware native (linear) format and such conversion
is unnecessary in audio2.  But some drivers have gotten index from
this format array using auconv_set_converter().  This function is
an alternative to such usage.


To generate a diff of this commit:
cvs rdiff -u -r1.70.24.1 -r1.70.24.2 src/sys/dev/audio_if.h
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/dev/audio/audio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/ews4800mips/conf

2019-04-27 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sat Apr 27 12:08:11 UTC 2019

Modified Files:
src/sys/arch/ews4800mips/conf: RAMDISK

Log Message:
Skip CARP & Veriexec support in RAMDISK to reduce size


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/ews4800mips/conf/RAMDISK

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sgimips/conf

2019-04-27 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sat Apr 27 12:12:26 UTC 2019

Modified Files:
src/sys/arch/sgimips/conf: INSTALL32_IP3x

Log Message:
Skip CARP & Veriexec support to reduce size


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sgimips/conf/INSTALL32_IP3x

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/dev/hdaudio

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sat Apr 27 12:28:40 UTC 2019

Modified Files:
src/sys/dev/hdaudio [isaki-audio2]: hdafg.c

Log Message:
More adapt to audio2.
- Replace set_params with new set_format.
- Remove sc_encodings which is no longer used.


To generate a diff of this commit:
cvs rdiff -u -r1.16.2.1 -r1.16.2.2 src/sys/dev/hdaudio/hdafg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/dev/pci

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sat Apr 27 12:53:37 UTC 2019

Modified Files:
src/sys/dev/pci [isaki-audio2]: auich.c

Log Message:
Adapt to audio2.
- Correct frequency_type in modem_audio_format.
- {spdif,modem}_audio_format in my previous commit (in this branch)
  was also wrong. :(


To generate a diff of this commit:
cvs rdiff -u -r1.154.2.1 -r1.154.2.2 src/sys/dev/pci/auich.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/dev/pci

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sat Apr 27 12:57:54 UTC 2019

Modified Files:
src/sys/dev/pci [isaki-audio2]: auacer.c

Log Message:
Adapt to audio2.


To generate a diff of this commit:
cvs rdiff -u -r1.36.2.1 -r1.36.2.2 src/sys/dev/pci/auacer.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/dev/pci

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sat Apr 27 13:10:03 UTC 2019

Modified Files:
src/sys/dev/pci [isaki-audio2]: auixp.c auixpvar.h

Log Message:
Adapt to audio2.
- Move auixp_formats' definition from header to source.
- Make compilable even with DEBUG_AUIXP.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.45.2.1 src/sys/dev/pci/auixp.c
cvs rdiff -u -r1.8.42.1 -r1.8.42.2 src/sys/dev/pci/auixpvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/dev/pci

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sat Apr 27 13:25:33 UTC 2019

Modified Files:
src/sys/dev/pci [isaki-audio2]: autri.c

Log Message:
Adapt to audio2.
Tested on sparc64 by macallan@.  Thank you.


To generate a diff of this commit:
cvs rdiff -u -r1.56.2.1 -r1.56.2.2 src/sys/dev/pci/autri.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/dev/pci

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sat Apr 27 13:44:32 UTC 2019

Modified Files:
src/sys/dev/pci [isaki-audio2]: autri.c

Log Message:
More adapt to audio2.
- Shrink autri_formats[].  HW actually supports frequencies other
  than 48kHz but they may include (ignorable) rounding error in
  thier calculation.  So accept only 48kHz.  It's enough.
- Remove obsoleted and empty methods.


To generate a diff of this commit:
cvs rdiff -u -r1.56.2.2 -r1.56.2.3 src/sys/dev/pci/autri.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/dev/pci

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sat Apr 27 13:52:55 UTC 2019

Modified Files:
src/sys/dev/pci [isaki-audio2]: auvia.c auviavar.h

Log Message:
Adapt to audio2.
- auvia_set_params_sub is also renamed because caller auvia_set_params
  is renamed to auvia_set_format.


To generate a diff of this commit:
cvs rdiff -u -r1.82.2.1 -r1.82.2.2 src/sys/dev/pci/auvia.c
cvs rdiff -u -r1.16 -r1.16.54.1 src/sys/dev/pci/auviavar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/top/dist/machine

2019-04-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 27 14:10:01 UTC 2019

Modified Files:
src/external/bsd/top/dist/machine: m_netbsd.c

Log Message:
simplify and explain


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/external/bsd/top/dist/machine/m_netbsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/elf2aout

2019-04-27 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Apr 27 15:43:09 UTC 2019

Modified Files:
src/usr.bin/elf2aout: elf2aout.c

Log Message:
Fix build on ppc64


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/elf2aout/elf2aout.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2019-04-27 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Apr 27 15:45:21 UTC 2019

Modified Files:
src/lib/libnvmm: nvmm.h
src/sys/dev/nvmm: nvmm.h
src/sys/dev/nvmm/x86: nvmm_x86.h nvmm_x86_svm.c nvmm_x86_vmx.c

Log Message:
Reorder the NVMM headers, to make a clear(er) distinction between MI and
MD. Also use #defines for the exit reasons rather than an union. No ABI
change, and no API change except 'cap->u.{}' renamed to 'cap->arch'.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libnvmm/nvmm.h
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/nvmm/nvmm.h
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/nvmm/x86/nvmm_x86.h
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/nvmm/x86/nvmm_x86_svm.c
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/nvmm/x86/nvmm_x86_vmx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/nvmm

2019-04-27 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Apr 27 17:30:38 UTC 2019

Modified Files:
src/sys/dev/nvmm: nvmm.c

Log Message:
Mmh, fix nvmm_vcpu_create(), the cpuid is given, and must not be chosen
from the free map. Looks like I forgot this after all my design rounds.
While here reorder the initialization.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/nvmm/nvmm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libutil

2019-04-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 27 17:46:08 UTC 2019

Modified Files:
src/lib/libutil: snprintb.3

Log Message:
Document the '*' field and give a more complex example with F and *.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libutil/snprintb.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/common/lib/libutil

2019-04-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 27 17:45:28 UTC 2019

Modified Files:
src/common/lib/libutil: snprintb.c

Log Message:
Fix an off-by-one in the F modifier that ended up skipping the first : or =
entry, and add a * specifier for a "default case".


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/common/lib/libutil/snprintb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2019-04-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 27 17:47:48 UTC 2019

Modified Files:
src/sys/sys: mman.h

Log Message:
Add more cases for the small alignments (useful because they cover popular
page-sizes), and add a default case.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/sys/mman.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libutil

2019-04-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 27 17:48:13 UTC 2019

Modified Files:
src/lib/libutil: snprintb.3

Log Message:
remove dup line


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libutil/snprintb.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2019-04-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 27 17:53:26 UTC 2019

Modified Files:
src/sys/sys: mman.h

Log Message:
provide 1,2,4,8M entries since this are popular for loading text and data
in ELF.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/sys/mman.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libutil

2019-04-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Apr 27 17:58:51 UTC 2019

Modified Files:
src/lib/libutil: snprintb.3

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libutil/snprintb.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/sys

2019-04-27 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Apr 27 22:00:29 UTC 2019

Modified Files:
src/lib/libc/sys: getitimer.2

Log Message:
s/three/multiple/

Adjust text for consistency.  There are already more than three interval
timers available, and who knows if even more might be added in the future.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/getitimer.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2019-04-27 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sat Apr 27 23:04:32 UTC 2019

Modified Files:
src/distrib/sets/lists/comp: mi
src/lib/libm: Makefile
src/lib/libm/man: nextafter.3
src/lib/libm/src: s_nextafterl.c
src/usr.sbin/makemandb: nostem.txt

Log Message:
Add a C99 symbol to libm: nexttowardl

It's an alias for an already existing symbol nextafterl.

Patch obtained from 

Detected by the LLVM buildbot breakage in tests.


To generate a diff of this commit:
cvs rdiff -u -r1.2271 -r1.2272 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.209 -r1.210 src/lib/libm/Makefile
cvs rdiff -u -r1.5 -r1.6 src/lib/libm/man/nextafter.3
cvs rdiff -u -r1.5 -r1.6 src/lib/libm/src/s_nextafterl.c
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/makemandb/nostem.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists

2019-04-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr 28 00:03:46 UTC 2019

Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/debug: shl.mi

Log Message:
bump bind


To generate a diff of this commit:
cvs rdiff -u -r1.863 -r1.864 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.222 -r1.223 src/distrib/sets/lists/debug/shl.mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mpl/bind

2019-04-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr 28 00:01:16 UTC 2019

Modified Files:
src/external/mpl/bind/dist: bind.keys.h config.h.in configure
src/external/mpl/bind/dist/bin/check: named-checkconf.c
src/external/mpl/bind/dist/bin/dnssec: dnssec-cds.c dnssec-dsfromkey.c
dnssec-keygen.8 dnssec-keygen.c
src/external/mpl/bind/dist/bin/named: named.conf.5 server.c
src/external/mpl/bind/dist/bin/nsupdate: nsupdate.c
src/external/mpl/bind/dist/bin/tests/system: feature-test.c
src/external/mpl/bind/dist/bin/tests/system/dlzexternal: driver.c
src/external/mpl/bind/dist/bin/tools: dnstap-read.c
src/external/mpl/bind/dist/contrib/dlz/drivers: dlz_filesystem_driver.c
src/external/mpl/bind/dist/contrib/dlz/modules/filesystem:
dlz_filesystem_dynamic.c
src/external/mpl/bind/dist/lib/bind9: check.c
src/external/mpl/bind/dist/lib/dns: byaddr.c client.c dnstap.c ds.c
gen.c message.c resolver.c rpz.c sdlz.c validator.c zone.c
src/external/mpl/bind/dist/lib/dns/include/dns: dnstap.h ds.h ecs.h
rpz.h
src/external/mpl/bind/dist/lib/dns/rdata/generic: ds_43.h key_25.h
keydata_65533.h
src/external/mpl/bind/dist/lib/dns/rdata/in_1: eid_31.c nimloc_32.c
src/external/mpl/bind/dist/lib/dns/tests: dnstap_test.c rdata_test.c
result_test.c
src/external/mpl/bind/dist/lib/isc: lex.c quota.c result.c
src/external/mpl/bind/dist/lib/isc/include/isc: quota.h result.h util.h
src/external/mpl/bind/dist/lib/isc/tests: netaddr_test.c result_test.c
src/external/mpl/bind/dist/lib/isc/unix: errno2result.c socket.c
src/external/mpl/bind/dist/lib/isc/win32: errno2result.c
src/external/mpl/bind/dist/lib/isccc/tests: result_test.c
src/external/mpl/bind/dist/lib/isccfg: namedconf.c
src/external/mpl/bind/dist/lib/ns: client.c hooks.c interfacemgr.c
query.c
src/external/mpl/bind/dist/lib/ns/include/ns: client.h hooks.h
interfacemgr.h
src/external/mpl/bind/include: config.h
src/external/mpl/bind/include/dns: rdatastruct.h
src/external/mpl/bind/lib/libbind9: shlib_version
src/external/mpl/bind/lib/libdns: shlib_version
src/external/mpl/bind/lib/libirs: shlib_version
src/external/mpl/bind/lib/libisc: Makefile shlib_version
src/external/mpl/bind/lib/libisccc: shlib_version
src/external/mpl/bind/lib/libisccfg: shlib_version
src/external/mpl/bind/lib/libns: Makefile shlib_version
Removed Files:
src/external/mpl/bind/dist/bin/tests/system/checkconf:
bad-allow-update-forwarding-view.conf
bad-allow-update-forwarding.conf bad-allow-update-view.conf
bad-allow-update.conf
src/external/mpl/bind/dist/bin/tests/system/dlz: prereq.sh.in

Log Message:
merge conflicts, bump versions, sync includes


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mpl/bind/dist/bind.keys.h
cvs rdiff -u -r1.4 -r1.5 src/external/mpl/bind/dist/config.h.in \
src/external/mpl/bind/dist/configure
cvs rdiff -u -r1.3 -r1.4 \
src/external/mpl/bind/dist/bin/check/named-checkconf.c
cvs rdiff -u -r1.4 -r1.5 src/external/mpl/bind/dist/bin/dnssec/dnssec-cds.c \
src/external/mpl/bind/dist/bin/dnssec/dnssec-dsfromkey.c \
src/external/mpl/bind/dist/bin/dnssec/dnssec-keygen.8 \
src/external/mpl/bind/dist/bin/dnssec/dnssec-keygen.c
cvs rdiff -u -r1.4 -r1.5 src/external/mpl/bind/dist/bin/named/named.conf.5 \
src/external/mpl/bind/dist/bin/named/server.c
cvs rdiff -u -r1.3 -r1.4 src/external/mpl/bind/dist/bin/nsupdate/nsupdate.c
cvs rdiff -u -r1.4 -r1.5 \
src/external/mpl/bind/dist/bin/tests/system/feature-test.c
cvs rdiff -u -r1.1.1.1 -r0 \

src/external/mpl/bind/dist/bin/tests/system/checkconf/bad-allow-update-forwarding-view.conf
 \

src/external/mpl/bind/dist/bin/tests/system/checkconf/bad-allow-update-forwarding.conf
 \

src/external/mpl/bind/dist/bin/tests/system/checkconf/bad-allow-update-view.conf
 \
src/external/mpl/bind/dist/bin/tests/system/checkconf/bad-allow-update.conf
cvs rdiff -u -r1.1.1.1 -r0 \
src/external/mpl/bind/dist/bin/tests/system/dlz/prereq.sh.in
cvs rdiff -u -r1.4 -r1.5 \
src/external/mpl/bind/dist/bin/tests/system/dlzexternal/driver.c
cvs rdiff -u -r1.3 -r1.4 src/external/mpl/bind/dist/bin/tools/dnstap-read.c
cvs rdiff -u -r1.3 -r1.4 \
src/external/mpl/bind/dist/contrib/dlz/drivers/dlz_filesystem_driver.c
cvs rdiff -u -r1.3 -r1.4 \

src/external/mpl/bind/dist/contrib/dlz/modules/filesystem/dlz_filesystem_dynamic.c
cvs rdiff -u -r1.4 -r1.5 src/external/mpl/bind/dist/lib/bind9/check.c
cvs rdiff -u -r1.3 -r1.4 src/external/mpl/bind/dist/lib/dns/byaddr.c \
src/external/mpl/bind/dist/lib/dns/client.c \
src/external/mpl/bind/dist/lib/dns/gen.c \
src/external/

CVS commit: src/doc

2019-04-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr 28 00:05:11 UTC 2019

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new bind


To generate a diff of this commit:
cvs rdiff -u -r1.1614 -r1.1615 src/doc/3RDPARTY
cvs rdiff -u -r1.2530 -r1.2531 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/arch/sgimips/hpc

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sun Apr 28 02:07:42 UTC 2019

Modified Files:
src/sys/arch/sgimips/hpc [isaki-audio2]: haltwo.c

Log Message:
Correct debug message in previous commit.


To generate a diff of this commit:
cvs rdiff -u -r1.24.2.1 -r1.24.2.2 src/sys/arch/sgimips/hpc/haltwo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/dev/pci

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sun Apr 28 02:15:32 UTC 2019

Modified Files:
src/sys/dev/pci [isaki-audio2]: azalia.c azalia.h

Log Message:
Adapt to audio2.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.86.2.1 src/sys/dev/pci/azalia.c
cvs rdiff -u -r1.21 -r1.21.54.1 src/sys/dev/pci/azalia.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/dev/pci

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sun Apr 28 02:19:35 UTC 2019

Modified Files:
src/sys/dev/pci [isaki-audio2]: cmpci.c

Log Message:
Adapt to audio2.


To generate a diff of this commit:
cvs rdiff -u -r1.53.2.1 -r1.53.2.2 src/sys/dev/pci/cmpci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/dev/pci

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sun Apr 28 03:00:21 UTC 2019

Modified Files:
src/sys/dev/pci [isaki-audio2]: esa.c

Log Message:
Adapt to audio2.
- Fix wrong round_blocksize() calculation. ~0x20 -> -0x20.


To generate a diff of this commit:
cvs rdiff -u -r1.63.2.1 -r1.63.2.2 src/sys/dev/pci/esa.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/dev/pci

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sun Apr 28 03:33:26 UTC 2019

Modified Files:
src/sys/dev/pci [isaki-audio2]: esm.c esmvar.h

Log Message:
Adapt to audio2.
- Recording seems a bit tricky so I left it untouched.
  (It should work on audio2 as well if it works on -current/-8.)


To generate a diff of this commit:
cvs rdiff -u -r1.61.2.1 -r1.61.2.2 src/sys/dev/pci/esm.c
cvs rdiff -u -r1.18 -r1.18.54.1 src/sys/dev/pci/esmvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/dev/pci

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sun Apr 28 04:45:34 UTC 2019

Modified Files:
src/sys/dev/pci [isaki-audio2]: eso.c esoreg.h

Log Message:
Adapt to audio2.
- Select a few typical frequencies which doesn't have rounding error
  instead of whole range.


To generate a diff of this commit:
cvs rdiff -u -r1.69.2.1 -r1.69.2.2 src/sys/dev/pci/eso.c
cvs rdiff -u -r1.8 -r1.8.168.1 src/sys/dev/pci/esoreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/dev/pci

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sun Apr 28 05:07:00 UTC 2019

Modified Files:
src/sys/dev/pci [isaki-audio2]: eso.c

Log Message:
Don't release sc_lock on eso_halt_{input,output}.
halt_* is called with sc_lock && sc_intr_lock held.  This lock order
is first sc_lock and then sc_intr_lock.  So unlocking sc_lock with
sc_intr_lock held is wrong operation.  And cv_wait(sc_intr_lock) will
work even with sc_lock held.


To generate a diff of this commit:
cvs rdiff -u -r1.69.2.2 -r1.69.2.3 src/sys/dev/pci/eso.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [isaki-audio2] src/sys/dev/pci

2019-04-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sun Apr 28 06:36:50 UTC 2019

Modified Files:
src/sys/dev/pci [isaki-audio2]: fms.c

Log Message:
Adapt to audio2.
- Searching nearest frequency is unnecessary in audio2.


To generate a diff of this commit:
cvs rdiff -u -r1.45.2.1 -r1.45.2.2 src/sys/dev/pci/fms.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.