CVS commit: src/sys/netinet6

2016-12-10 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Sun Dec 11 07:38:50 UTC 2016

Modified Files:
src/sys/netinet6: in6.c nd6.c nd6.h nd6_nbr.c nd6_rtr.c

Log Message:
Add nd6_ prefix to exported functions


To generate a diff of this commit:
cvs rdiff -u -r1.222 -r1.223 src/sys/netinet6/in6.c
cvs rdiff -u -r1.212 -r1.213 src/sys/netinet6/nd6.c
cvs rdiff -u -r1.75 -r1.76 src/sys/netinet6/nd6.h
cvs rdiff -u -r1.130 -r1.131 src/sys/netinet6/nd6_nbr.c
cvs rdiff -u -r1.122 -r1.123 src/sys/netinet6/nd6_rtr.c

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



CVS commit: src/sys/netinet6

2016-12-10 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Sun Dec 11 07:37:53 UTC 2016

Modified Files:
src/sys/netinet6: nd6.c nd6.h nd6_rtr.c

Log Message:
Move default interface things from nd6_rtr.c to nd6.c


To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.212 src/sys/netinet6/nd6.c
cvs rdiff -u -r1.74 -r1.75 src/sys/netinet6/nd6.h
cvs rdiff -u -r1.121 -r1.122 src/sys/netinet6/nd6_rtr.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

2016-12-10 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Sun Dec 11 07:36:30 UTC 2016

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

Log Message:
PR 50613: Onno van der Linden: unpausing audio(4) causes already written
  data to be dropped.
Applied patch prepared by Onno.


To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 src/sys/dev/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/netinet6

2016-12-10 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Sun Dec 11 07:36:55 UTC 2016

Modified Files:
src/sys/netinet6: nd6.h nd6_rtr.c

Log Message:
Make some functions static


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/netinet6/nd6.h
cvs rdiff -u -r1.120 -r1.121 src/sys/netinet6/nd6_rtr.c

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



CVS commit: src/sys/netinet6

2016-12-10 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Sun Dec 11 07:36:20 UTC 2016

Modified Files:
src/sys/netinet6: nd6.h

Log Message:
Remove function declarations that have no actual definition


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/netinet6/nd6.h

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



CVS commit: src/sys/netinet6

2016-12-10 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Sun Dec 11 07:35:42 UTC 2016

Modified Files:
src/sys/netinet6: icmp6.c

Log Message:
Correct sanity checks of icmp6_redirect_output

- rt->rt_ifp is always non-NULL
- Checking RTF_UP here is just racy and meaningless
- The arguments should be non-NULL (at least for now)


To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 src/sys/netinet6/icmp6.c

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



CVS commit: src/sys/netinet

2016-12-10 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Sun Dec 11 07:34:14 UTC 2016

Modified Files:
src/sys/netinet: icmp6.h

Log Message:
Remove unnecessary forward struct declarations


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/netinet/icmp6.h

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



CVS commit: src/share/mk

2016-12-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Dec 11 06:37:49 UTC 2016

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
complete the transition to binutils-2.27


To generate a diff of this commit:
cvs rdiff -u -r1.998 -r1.999 src/share/mk/bsd.own.mk

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



CVS commit: src/sys/dev

2016-12-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Dec 11 06:30:11 UTC 2016

Modified Files:
src/sys/dev: files.audio

Log Message:
one more vaudiospeaker remove


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/files.audio

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



CVS commit: src/sys/dev/raidframe

2016-12-10 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Sun Dec 11 05:27:00 UTC 2016

Modified Files:
src/sys/dev/raidframe: rf_dagffrd.c rf_engine.c

Log Message:
Ensure variables are initialized.  Fixes error due to -Wmaybe-unitialized.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/raidframe/rf_dagffrd.c
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/raidframe/rf_engine.c

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



CVS commit: src/share/mk

2016-12-10 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Dec 11 03:40:57 UTC 2016

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
aarch64 builds work with binutils 2.27.  switch it.  hppa builds,
just needs a run time test if someone wants.  then we're done!


To generate a diff of this commit:
cvs rdiff -u -r1.997 -r1.998 src/share/mk/bsd.own.mk

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



CVS commit: src/tests/lib/libc/gen/exect

2016-12-10 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sun Dec 11 03:38:09 UTC 2016

Modified Files:
src/tests/lib/libc/gen/exect: t_exect.c

Log Message:
Skip t_exect test because it makes test machines to hang

exect(NULL,NULL,NULL) generates 15859 times SIGTRAP on amd64
Currently exect(3) is misdesigned -- see PR port-amd64/51700 and it
needs to be redone from scratch.

This test affects amd64 releng machines causing tests to hang or
fail. As there is little point to test interface that is still not,
designed and implemented and implemented and is breaking tests - skip it
unconditionally for all ports.

Sponsored by 


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/gen/exect/t_exect.c

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



CVS commit: src/share/mk

2016-12-10 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Dec 11 02:38:54 UTC 2016

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
switch mips (32 bit) and arm to binutils 2.27.  hppa and aarch64 left.


To generate a diff of this commit:
cvs rdiff -u -r1.996 -r1.997 src/share/mk/bsd.own.mk

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



CVS commit: src/external/gpl3/binutils

2016-12-10 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Dec 11 02:13:35 UTC 2016

Modified Files:
src/external/gpl3/binutils/lib/libbfd/arch/hppa: bfd.h bfdver.h
config.h
src/external/gpl3/binutils/lib/libopcodes/arch/hppa: config.h
src/external/gpl3/binutils/usr.bin/common/arch/hppa: config.h defs.mk
src/external/gpl3/binutils/usr.bin/gas/arch/hppa: config.h
src/external/gpl3/binutils/usr.bin/gprof/arch/hppa: gconfig.h
src/external/gpl3/binutils/usr.bin/ld/arch/hppa: config.h

Log Message:
mknative-binutils 2.27 and hppa.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/external/gpl3/binutils/lib/libbfd/arch/hppa/bfd.h
cvs rdiff -u -r1.9 -r1.10 \
src/external/gpl3/binutils/lib/libbfd/arch/hppa/bfdver.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/lib/libbfd/arch/hppa/config.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/lib/libopcodes/arch/hppa/config.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/usr.bin/common/arch/hppa/config.h
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/usr.bin/common/arch/hppa/defs.mk
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/usr.bin/gas/arch/hppa/config.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/usr.bin/gprof/arch/hppa/gconfig.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/usr.bin/ld/arch/hppa/config.h

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



CVS commit: src/external/gpl3/binutils

2016-12-10 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Dec 11 01:53:44 UTC 2016

Modified Files:
src/external/gpl3/binutils/lib/libbfd/arch/aarch64: bfd.h bfdver.h
config.h
src/external/gpl3/binutils/lib/libbfd/arch/mipseb: bfd.h bfdver.h
config.h defs.mk
src/external/gpl3/binutils/lib/libbfd/arch/mipsel: bfd.h bfdver.h
config.h defs.mk
src/external/gpl3/binutils/lib/libopcodes/arch/aarch64: config.h
src/external/gpl3/binutils/lib/libopcodes/arch/mipseb: config.h
src/external/gpl3/binutils/lib/libopcodes/arch/mipsel: config.h
src/external/gpl3/binutils/usr.bin/common/arch/aarch64: config.h
defs.mk
src/external/gpl3/binutils/usr.bin/common/arch/mipseb: config.h defs.mk
src/external/gpl3/binutils/usr.bin/common/arch/mipsel: config.h defs.mk
src/external/gpl3/binutils/usr.bin/gas/arch/aarch64: config.h
src/external/gpl3/binutils/usr.bin/gas/arch/mipseb: config.h
src/external/gpl3/binutils/usr.bin/gas/arch/mipsel: config.h
src/external/gpl3/binutils/usr.bin/gprof/arch/aarch64: gconfig.h
src/external/gpl3/binutils/usr.bin/gprof/arch/mipseb: gconfig.h
src/external/gpl3/binutils/usr.bin/gprof/arch/mipsel: gconfig.h
src/external/gpl3/binutils/usr.bin/ld/arch/aarch64: config.h
src/external/gpl3/binutils/usr.bin/ld/arch/mipseb: config.h
src/external/gpl3/binutils/usr.bin/ld/arch/mipsel: config.h

Log Message:
regen binutils mknative files for binutils 2.27 on mipsel, mipseb and aarch64.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/binutils/lib/libbfd/arch/aarch64/bfd.h
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/binutils/lib/libbfd/arch/aarch64/bfdver.h \
src/external/gpl3/binutils/lib/libbfd/arch/aarch64/config.h
cvs rdiff -u -r1.8 -r1.9 \
src/external/gpl3/binutils/lib/libbfd/arch/mipseb/bfd.h
cvs rdiff -u -r1.11 -r1.12 \
src/external/gpl3/binutils/lib/libbfd/arch/mipseb/bfdver.h
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/lib/libbfd/arch/mipseb/config.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/lib/libbfd/arch/mipseb/defs.mk
cvs rdiff -u -r1.8 -r1.9 \
src/external/gpl3/binutils/lib/libbfd/arch/mipsel/bfd.h
cvs rdiff -u -r1.11 -r1.12 \
src/external/gpl3/binutils/lib/libbfd/arch/mipsel/bfdver.h
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/lib/libbfd/arch/mipsel/config.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/lib/libbfd/arch/mipsel/defs.mk
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/binutils/lib/libopcodes/arch/aarch64/config.h
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/lib/libopcodes/arch/mipseb/config.h
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/lib/libopcodes/arch/mipsel/config.h
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/binutils/usr.bin/common/arch/aarch64/config.h \
src/external/gpl3/binutils/usr.bin/common/arch/aarch64/defs.mk
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/usr.bin/common/arch/mipseb/config.h
cvs rdiff -u -r1.9 -r1.10 \
src/external/gpl3/binutils/usr.bin/common/arch/mipseb/defs.mk
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/usr.bin/common/arch/mipsel/config.h
cvs rdiff -u -r1.9 -r1.10 \
src/external/gpl3/binutils/usr.bin/common/arch/mipsel/defs.mk
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/binutils/usr.bin/gas/arch/aarch64/config.h
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/usr.bin/gas/arch/mipseb/config.h
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/usr.bin/gas/arch/mipsel/config.h
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/binutils/usr.bin/gprof/arch/aarch64/gconfig.h
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/usr.bin/gprof/arch/mipseb/gconfig.h
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/usr.bin/gprof/arch/mipsel/gconfig.h
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/binutils/usr.bin/ld/arch/aarch64/config.h
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/usr.bin/ld/arch/mipseb/config.h
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/usr.bin/ld/arch/mipsel/config.h

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



CVS commit: src/doc

2016-12-10 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Dec 11 01:44:32 UTC 2016

Modified Files:
src/doc: CHANGES

Log Message:
add a bunch of stuff i've done since netbsd-7.  fix a few entries.


To generate a diff of this commit:
cvs rdiff -u -r1.2220 -r1.2221 src/doc/CHANGES

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



CVS commit: src/usr.sbin/sysinst

2016-12-10 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Sun Dec 11 00:56:34 UTC 2016

Modified Files:
src/usr.sbin/sysinst: menus.mi partman.c

Log Message:
Add aes-xts to sysinst(8).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/sysinst/menus.mi
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/sysinst/partman.c

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



CVS commit: src/sbin/cgdconfig

2016-12-10 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Sun Dec 11 00:34:39 UTC 2016

Modified Files:
src/sbin/cgdconfig: params.c

Log Message:
Add aes-xts to cgdconfig(8).


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sbin/cgdconfig/params.c

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



CVS commit: src/sys/crypto/rijndael

2016-12-10 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Sun Dec 11 00:28:45 UTC 2016

Modified Files:
src/sys/crypto/rijndael: rijndael-api-fst.c rijndael-api-fst.h

Log Message:
Add XTS mode.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/crypto/rijndael/rijndael-api-fst.c
cvs rdiff -u -r1.8 -r1.9 src/sys/crypto/rijndael/rijndael-api-fst.h

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



CVS commit: src/doc

2016-12-10 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Sun Dec 11 00:25:32 UTC 2016

Modified Files:
src/doc: CHANGES

Log Message:
Added aes-xts to cgd(4).


To generate a diff of this commit:
cvs rdiff -u -r1.2219 -r1.2220 src/doc/CHANGES

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



CVS commit: src/share/man/man4

2016-12-10 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Sun Dec 11 00:24:48 UTC 2016

Modified Files:
src/share/man/man4: cgd.4

Log Message:
Document AES-XTS in cgd(4).


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/share/man/man4/cgd.4

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



CVS commit: src/sys/sys

2016-12-10 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Sun Dec 11 00:23:04 UTC 2016

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

Log Message:
Welcome to 7.99.45.

cgd(4): struct cryptfuncs gets a new cf_cipher_prep member.


To generate a diff of this commit:
cvs rdiff -u -r1.511 -r1.512 src/sys/sys/param.h

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



CVS commit: src/tests/dev/cgd

2016-12-10 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Sun Dec 11 00:23:44 UTC 2016

Modified Files:
src/tests/dev/cgd: t_cgd_aes.c

Log Message:
AES XTS unit tests should now pass.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/dev/cgd/t_cgd_aes.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

2016-12-10 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Sun Dec 11 00:20:49 UTC 2016

Modified Files:
src/sys/dev: cgd.c cgd_crypto.c cgd_crypto.h

Log Message:
Add XTS mode to cgd(4).


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sys/dev/cgd.c
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/cgd_crypto.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/cgd_crypto.h

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



CVS commit: src/share/mk

2016-12-10 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Dec 10 23:40:03 UTC 2016

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
revert binutils check polarity.  now we know that only these are
not updated to binutils 2.27: aarch64*, *arm*, hppa, mipse[lb]


To generate a diff of this commit:
cvs rdiff -u -r1.995 -r1.996 src/share/mk/bsd.own.mk

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



CVS commit: src/usr.sbin/crash

2016-12-10 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Dec 10 23:21:02 UTC 2016

Modified Files:
src/usr.sbin/crash: crash.8

Log Message:
note that crash/sparc is unstable


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/crash/crash.8

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



CVS commit: src/share/mk

2016-12-10 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Dec 10 23:19:26 UTC 2016

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
switch ppc* to binutils 2.27.


To generate a diff of this commit:
cvs rdiff -u -r1.994 -r1.995 src/share/mk/bsd.own.mk

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



CVS commit: src

2016-12-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 10 23:12:40 UTC 2016

Modified Files:
src/share/mk: bsd.obj.mk
src/usr.bin/make: main.c

Log Message:
Back in 1993 ${MACHINE} was a unique way to define objdirs for
every platform. Thus setting OBJMACHINE, allowed one to keep
in-tree objdirs with multiple builds. With the advent of evb*, this
has become impossible until now. Introduce OBJMACHINE_ARCH that
adds ${MACHINE_ARCH} to the objdir so that we have unique objdirs
per build again. Until we restructure things to that this is not
necessary, it is the simplest fix.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/share/mk/bsd.obj.mk
cvs rdiff -u -r1.253 -r1.254 src/usr.bin/make/main.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

2016-12-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 10 23:03:26 UTC 2016

Modified Files:
src/sys/arch/acorn32/conf: EB7500ATX GENERIC INSTALL LOWMEM_WSCONS NC
src/sys/arch/alpha/conf: GENERIC
src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0
src/sys/arch/amiga/conf: AMIGA DRACO GENERIC GENERIC.in MDINSTALL
src/sys/arch/amigappc/conf: GENERIC NULL
src/sys/arch/atari/conf: GENERIC.in HADES HADES.in MILAN-ISAIDE
MILAN-PCIIDE
src/sys/arch/bebox/conf: GENERIC
src/sys/arch/cats/conf: GENERIC INSTALL
src/sys/arch/cobalt/conf: GENERIC INSTALL
src/sys/arch/dreamcast/conf: GENERIC
src/sys/arch/epoc32/conf: GENERIC
src/sys/arch/evbarm/conf: ALLWINNER_A80 ARMADILLO9 BPI CUBIEBOARD
GUMSTIX HDL_G HPT5325 HUMMINGBIRD_A31 IMX23_OLINUXINO LUBBOCK
MINI2440 MMNET_GENERIC MPCSA_GENERIC MV2120 RPI SHEEVAPLUG SMDK2410
TEGRA TS7200 TWINTAIL
src/sys/arch/evbmips/conf: ALCHEMY LOONGSON MALTA
src/sys/arch/evbppc/conf: EV64260 OPENBLOCKS266_OPT PMPPC
src/sys/arch/hp300/conf: GENERIC
src/sys/arch/hpcarm/conf: NETBOOKPRO WZERO3
src/sys/arch/hpcmips/conf: GENERIC TX3922 VR41XX
src/sys/arch/hppa/conf: GENERIC
src/sys/arch/i386/conf: ALL GENERIC GENERIC_TINY INSTALL_FLOPPY
INSTALL_TINY XEN3_DOM0
src/sys/arch/ibmnws/conf: GENERIC
src/sys/arch/iyonix/conf: GENERIC
src/sys/arch/landisk/conf: GENERIC
src/sys/arch/macppc/conf: GENERIC GENERIC_601
src/sys/arch/mmeye/conf: MMEYE_WLF
src/sys/arch/netwinder/conf: GENERIC
src/sys/arch/ofppc/conf: GENERIC
src/sys/arch/playstation2/conf: DEBUG
src/sys/arch/pmax/conf: GENERIC GENERIC64 INSTALL INSTALL64
src/sys/arch/prep/conf: GENERIC
src/sys/arch/sandpoint/conf: ENCPP1
src/sys/arch/sgimips/conf: GENERIC32_IP2x GENERIC32_IP3x
src/sys/arch/shark/conf: GENERIC INSTALL
src/sys/arch/sparc/conf: INSTALL KRUPS MRCOFFEE TADPOLE3GX
src/sys/arch/sparc64/conf: GENERIC NONPLUS64
src/sys/arch/usermode/conf: GENERIC.common
src/sys/arch/vax/conf: GENERIC
src/sys/arch/x68k/conf: GENERIC INSTALL
src/sys/arch/zaurus/conf: GENERIC

Log Message:
remove VAUDIOSPEAKER for now, will be done differently.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/acorn32/conf/EB7500ATX
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/acorn32/conf/GENERIC
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/acorn32/conf/INSTALL
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/acorn32/conf/LOWMEM_WSCONS
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/acorn32/conf/NC
cvs rdiff -u -r1.373 -r1.374 src/sys/arch/alpha/conf/GENERIC
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.445 -r1.446 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.121 -r1.122 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/amiga/conf/AMIGA
cvs rdiff -u -r1.178 -r1.179 src/sys/arch/amiga/conf/DRACO
cvs rdiff -u -r1.312 -r1.313 src/sys/arch/amiga/conf/GENERIC
cvs rdiff -u -r1.130 -r1.131 src/sys/arch/amiga/conf/GENERIC.in
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/amiga/conf/MDINSTALL
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/amigappc/conf/GENERIC
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/amigappc/conf/NULL
cvs rdiff -u -r1.110 -r1.111 src/sys/arch/atari/conf/GENERIC.in
cvs rdiff -u -r1.108 -r1.109 src/sys/arch/atari/conf/HADES
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/atari/conf/HADES.in
cvs rdiff -u -r1.85 -r1.86 src/sys/arch/atari/conf/MILAN-ISAIDE
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/atari/conf/MILAN-PCIIDE
cvs rdiff -u -r1.149 -r1.150 src/sys/arch/bebox/conf/GENERIC
cvs rdiff -u -r1.159 -r1.160 src/sys/arch/cats/conf/GENERIC
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/cats/conf/INSTALL
cvs rdiff -u -r1.149 -r1.150 src/sys/arch/cobalt/conf/GENERIC
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/cobalt/conf/INSTALL
cvs rdiff -u -r1.123 -r1.124 src/sys/arch/dreamcast/conf/GENERIC
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/epoc32/conf/GENERIC
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/conf/ALLWINNER_A80 \
src/sys/arch/evbarm/conf/MINI2440
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/evbarm/conf/ARMADILLO9 \
src/sys/arch/evbarm/conf/SHEEVAPLUG
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/conf/BPI
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/evbarm/conf/CUBIEBOARD
cvs rdiff -u -r1.87 -r1.88 src/sys/arch/evbarm/conf/GUMSTIX
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/evbarm/conf/HDL_G \
src/sys/arch/evbarm/conf/MPCSA_GENERIC
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/conf/HPT5325 \
src/sys/arch/evbarm/conf/MV2120
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/conf/HUMMINGBIRD_A31
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf/IMX23_OLINUXINO
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/evbarm/conf/LUBBOCK
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/evbarm/conf/MMNET_GEN

CVS commit: src/sys/dev/raidframe

2016-12-10 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sat Dec 10 23:03:27 UTC 2016

Modified Files:
src/sys/dev/raidframe: rf_driver.c rf_general.h

Log Message:
raidframe: use existing routines to print an error and panic.

fixes the i386 ALL build with clang which complained about the
format string not being a string literal, and lets us get rid of
rf_panicbuf.

note: kern_assert is not KASSERT. it should panic as long as the
string is not NULL.

No functional change intended.


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/dev/raidframe/rf_driver.c
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/raidframe/rf_general.h

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



CVS commit: src/external/gpl3/binutils

2016-12-10 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Dec 10 22:57:41 UTC 2016

Modified Files:
src/external/gpl3/binutils/lib/libbfd/arch/powerpc64: bfd.h bfdver.h
config.h
src/external/gpl3/binutils/lib/libopcodes/arch/powerpc64: config.h
src/external/gpl3/binutils/usr.bin/common/arch/powerpc64: config.h
defs.mk
src/external/gpl3/binutils/usr.bin/gas/arch/powerpc64: config.h
src/external/gpl3/binutils/usr.bin/gprof/arch/powerpc64: gconfig.h
src/external/gpl3/binutils/usr.bin/ld/arch/powerpc64: config.h

Log Message:
regen mknative-binutils for ppc64 and binutils 2.27


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/lib/libbfd/arch/powerpc64/bfd.h
cvs rdiff -u -r1.8 -r1.9 \
src/external/gpl3/binutils/lib/libbfd/arch/powerpc64/bfdver.h
cvs rdiff -u -r1.6 -r1.7 \
src/external/gpl3/binutils/lib/libbfd/arch/powerpc64/config.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/lib/libopcodes/arch/powerpc64/config.h
cvs rdiff -u -r1.6 -r1.7 \
src/external/gpl3/binutils/usr.bin/common/arch/powerpc64/config.h \
src/external/gpl3/binutils/usr.bin/common/arch/powerpc64/defs.mk
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/usr.bin/gas/arch/powerpc64/config.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/usr.bin/gprof/arch/powerpc64/gconfig.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/usr.bin/ld/arch/powerpc64/config.h

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



CVS commit: src/sys/dev

2016-12-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 10 22:37:12 UTC 2016

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

Log Message:
remove VAUDIOSPEAKER, needs to be done differently.


To generate a diff of this commit:
cvs rdiff -u -r1.274 -r1.275 src/sys/dev/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/dev/wscons

2016-12-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 10 22:36:28 UTC 2016

Modified Files:
src/sys/dev/wscons: wskbd.c

Log Message:
remove VAUDIOSPEAKER, needs to be done differently.


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/dev/wscons/wskbd.c

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



CVS commit: src/sys/net/npf

2016-12-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 10 22:09:50 UTC 2016

Modified Files:
src/sys/net/npf: npf_conn.c

Log Message:
revert dir hack.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/net/npf/npf_conn.c

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



CVS commit: src/libexec/identd

2016-12-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 10 22:09:18 UTC 2016

Modified Files:
src/libexec/identd: npf.c

Log Message:
Fix the direction; ipf/pf seem to be wrong...


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/libexec/identd/npf.c

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



CVS commit: src/libexec/identd

2016-12-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 10 22:08:13 UTC 2016

Modified Files:
src/libexec/identd: identd.c

Log Message:
Fix varargs.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/libexec/identd/identd.c

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



CVS commit: src/external/gpl3/binutils

2016-12-10 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Dec 10 21:33:53 UTC 2016

Modified Files:
src/external/gpl3/binutils/lib/libbfd/arch/powerpc: bfd.h bfdver.h
config.h
src/external/gpl3/binutils/lib/libopcodes/arch/powerpc: config.h
src/external/gpl3/binutils/usr.bin/common/arch/powerpc: config.h
defs.mk
src/external/gpl3/binutils/usr.bin/gas/arch/powerpc: config.h
src/external/gpl3/binutils/usr.bin/gprof/arch/powerpc: gconfig.h
src/external/gpl3/binutils/usr.bin/ld/arch/powerpc: config.h

Log Message:
rebuild mkantive for ppc and binutils 2.27.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/lib/libbfd/arch/powerpc/bfd.h
cvs rdiff -u -r1.9 -r1.10 \
src/external/gpl3/binutils/lib/libbfd/arch/powerpc/bfdver.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/lib/libbfd/arch/powerpc/config.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/lib/libopcodes/arch/powerpc/config.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/usr.bin/common/arch/powerpc/config.h
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/usr.bin/common/arch/powerpc/defs.mk
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/usr.bin/gas/arch/powerpc/config.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/usr.bin/gprof/arch/powerpc/gconfig.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/binutils/usr.bin/ld/arch/powerpc/config.h

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



CVS commit: src/lib/libc/arch/ia64/sys

2016-12-10 Thread Sean Cole
Module Name:src
Committed By:   scole
Date:   Sat Dec 10 21:19:15 UTC 2016

Modified Files:
src/lib/libc/arch/ia64/sys: exect.S

Log Message:
Add exect stub so "build.sh distribution" will compile


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/ia64/sys/exect.S

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



CVS commit: src/sys/dev/scsipi

2016-12-10 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat Dec 10 21:17:12 UTC 2016

Modified Files:
src/sys/dev/scsipi: cd.c

Log Message:
appease gcc.


To generate a diff of this commit:
cvs rdiff -u -r1.334 -r1.335 src/sys/dev/scsipi/cd.c

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



CVS commit: src/lib/libnpf

2016-12-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 10 21:04:12 UTC 2016

Modified Files:
src/lib/libnpf: npf.c npf.h

Log Message:
use array notation


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/lib/libnpf/npf.c
cvs rdiff -u -r1.29 -r1.30 src/lib/libnpf/npf.h

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

2016-12-10 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sat Dec 10 20:02:07 UTC 2016

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

Log Message:
Remove outdated note in the PT_DUMPCORE call of the ptrace(2) man-page

Currently the PT_DUMPCORE call requires process to be stopped, therefore it
no longer need to warn about stoped tracee to generate consistent data.

Sponsored by 


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/lib/libc/sys/ptrace.2

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/xdebug

2016-12-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Dec 10 19:28:19 UTC 2016

Modified Files:
src/distrib/sets/lists/xdebug: md.sparc

Log Message:
glint_drv.so.1.debug is not obsolete with XOrg server 1.18 any more


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/xdebug/md.sparc

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



CVS commit: src/lib/libnpf

2016-12-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 10 19:07:22 UTC 2016

Modified Files:
src/lib/libnpf: npf.c

Log Message:
update for v18 conn list; more error checks


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/lib/libnpf/npf.c

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



CVS commit: src/sys/net/npf

2016-12-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 10 19:05:46 UTC 2016

Modified Files:
src/sys/net/npf: npf.h npf_conn.c npf_conn.h

Log Message:
Welcome to version 18:
- Connection state keys are not stored and loaded using the logical key
  contents.
- connection finder key is stored in a map that contains the key and the
  direction.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/net/npf/npf.h
cvs rdiff -u -r1.19 -r1.20 src/sys/net/npf/npf_conn.c
cvs rdiff -u -r1.9 -r1.10 src/sys/net/npf/npf_conn.h

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



CVS commit: src/sys/net/npf

2016-12-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 10 19:02:18 UTC 2016

Modified Files:
src/sys/net/npf: npf_rproc.c

Log Message:
Add missing extcalls array. This is currently a no-op, but this is what
userland does too. Allows npfctl save; npfctl load to work again.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/net/npf/npf_rproc.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/isa

2016-12-10 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sat Dec 10 17:41:44 UTC 2016

Modified Files:
src/sys/dev/isa: cms.c

Log Message:
Be explicit about precedence of operators
Appeases clang when building an ALL kernel


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/isa/cms.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

2016-12-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Dec 10 17:31:33 UTC 2016

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

Log Message:
Avoid crashes in calcwater when audioattach did not fully complete


To generate a diff of this commit:
cvs rdiff -u -r1.273 -r1.274 src/sys/dev/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/dev

2016-12-10 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sat Dec 10 17:01:09 UTC 2016

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

Log Message:
fix AUDIO_DEBUG build (it builds, it boots, it plays music)

typos (vhan to vchan), sc->sc_mode[n] to vc->sc_mode, etc.


To generate a diff of this commit:
cvs rdiff -u -r1.272 -r1.273 src/sys/dev/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/dev

2016-12-10 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sat Dec 10 16:08:04 UTC 2016

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

Log Message:
remove redundant null check
allocating with KM_SLEEP can't fail


To generate a diff of this commit:
cvs rdiff -u -r1.271 -r1.272 src/sys/dev/audio.c

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



CVS commit: src/lib/libc/gen

2016-12-10 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sat Dec 10 14:13:29 UTC 2016

Modified Files:
src/lib/libc/gen: exec.3

Log Message:
Fix typo; ".Lx" should be ".Nx"


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/gen/exec.3

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



CVS commit: src/sys/arch/x68k/stand/loadbsd

2016-12-10 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sat Dec 10 14:06:44 UTC 2016

Modified Files:
src/sys/arch/x68k/stand/loadbsd: Makefile

Log Message:
Fix comment. We do not use the a.out format anymore...


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/x68k/stand/loadbsd/Makefile

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



CVS commit: src/sys/arch/x68k/stand/loadbsd

2016-12-10 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sat Dec 10 14:03:34 UTC 2016

Modified Files:
src/sys/arch/x68k/stand/loadbsd: Makefile

Log Message:
Clear STRIPFLAG after include bsd.own.mk; it can be modified by mk.conf via
bsd.own.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/x68k/stand/loadbsd/Makefile

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



CVS commit: src/usr.sbin/mlxctl

2016-12-10 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sat Dec 10 13:55:56 UTC 2016

Modified Files:
src/usr.sbin/mlxctl: Makefile

Log Message:
s/LIButil/LIBUTIL/ in DPADD


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/mlxctl/Makefile

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



CVS commit: src/external/bsd/less/bin

2016-12-10 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sat Dec 10 13:44:51 UTC 2016

Modified Files:
src/external/bsd/less/bin/less: Makefile
src/external/bsd/less/bin/lesskey: Makefile

Log Message:
PR bin/50123 (myself): less and lesskey do not depend on libcurses and
libterminfo, respectively.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/less/bin/less/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/less/bin/lesskey/Makefile

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



CVS commit: src/doc

2016-12-10 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Dec 10 10:43:28 UTC 2016

Modified Files:
src/doc: CHANGES

Log Message:
note crash for sparc


To generate a diff of this commit:
cvs rdiff -u -r1.2218 -r1.2219 src/doc/CHANGES

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



CVS commit: src/usr.sbin/crash

2016-12-10 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Dec 10 10:42:43 UTC 2016

Modified Files:
src/usr.sbin/crash: Makefile

Log Message:
enable sparc crash(8) builds.
it's not very stable yet but it's not 100% useless.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.sbin/crash/Makefile

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



CVS commit: src/sys/arch/sparc

2016-12-10 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Dec 10 10:41:07 UTC 2016

Modified Files:
src/sys/arch/sparc/include: cpu.h db_machdep.h
src/sys/arch/sparc/sparc: cpuvar.h db_interface.c db_trace.c machdep.c

Log Message:
rearrange slightly to enable crash(8) to build.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/sparc/include/cpu.h
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/sparc/include/db_machdep.h
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/sparc/sparc/cpuvar.h
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/sparc/sparc/db_interface.c
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/sparc/sparc/db_trace.c
cvs rdiff -u -r1.327 -r1.328 src/sys/arch/sparc/sparc/machdep.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

2016-12-10 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat Dec 10 10:26:38 UTC 2016

Modified Files:
src/sys/dev: files.dev
src/sys/dev/scsipi: cd.c cdvar.h sd.c sdvar.h

Log Message:
Refactored sd and cd to use common disk subroutines.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/files.dev
cvs rdiff -u -r1.333 -r1.334 src/sys/dev/scsipi/cd.c
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/scsipi/cdvar.h
cvs rdiff -u -r1.319 -r1.320 src/sys/dev/scsipi/sd.c
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/scsipi/sdvar.h

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



CVS commit: src/sys/arch/sparc

2016-12-10 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Dec 10 09:51:44 UTC 2016

Modified Files:
src/sys/arch/sparc/include: cpu.h
src/sys/arch/sparc/sparc: cpuvar.h

Log Message:
move struct cpu_info and xpmsg into  from
.  this enables them for crash(8)
and this seems more natural to me anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/sparc/include/cpu.h
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/sparc/sparc/cpuvar.h

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



CVS commit: src/share/man/man9

2016-12-10 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat Dec 10 09:49:00 UTC 2016

Modified Files:
src/share/man/man9: disk.9 dksubr.9

Log Message:
Add d_label and add a few words to minphys and strategy.

Update disk man page for other users of the disk driver switch and
add reference to dksubr(9).


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/share/man/man9/disk.9
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/dksubr.9

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



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

2016-12-10 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Dec 10 09:44:06 UTC 2016

Modified Files:
src/sys/arch/sparc/conf: GENERIC

Log Message:
revert the previous.  sparc has no spkr.


To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 src/sys/arch/sparc/conf/GENERIC

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



CVS commit: src/sys/net/npf

2016-12-10 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Sat Dec 10 09:26:16 UTC 2016

Modified Files:
src/sys/net/npf: npf_conn.c

Log Message:
Remove what looks like remnant (partly removed already) debug code,
which could not possibly compile as it was.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/net/npf/npf_conn.c

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



CVS commit: src/lib/libnpf

2016-12-10 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Sat Dec 10 08:48:11 UTC 2016

Modified Files:
src/lib/libnpf: npf.c

Log Message:
Remove what was probably a left over remnant of a debugging printf
which was incompletely deleted.   Hopefully fix the build.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libnpf/npf.c

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