CVS commit: src/tests/kernel

2016-12-30 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Fri Dec 30 17:29:34 UTC 2016

Modified Files:
src/tests/kernel: t_ptrace_wait.h

Log Message:
Remove unused macro for ATF_TP_ADD_TC_HAVE_DBREGS

This code is unused.

Sponsored by 


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/kernel/t_ptrace_wait.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-30 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 30 17:54:43 UTC 2016

Modified Files:
src/sys/arch/sparc/include: reg.h
src/sys/arch/sparc/sparc: process_machdep.c trap.c

Log Message:
- allocate state if we did not have any in fpregs
- make fpstate explicitly start with fpregs for better type checking
- use c11 initializers


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sparc/include/reg.h
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sparc/sparc/process_machdep.c
cvs rdiff -u -r1.195 -r1.196 src/sys/arch/sparc/sparc/trap.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/sparc64

2016-12-30 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 30 18:30:19 UTC 2016

Modified Files:
src/sys/arch/sparc64/include: reg.h
src/sys/arch/sparc64/sparc64: process_machdep.c

Log Message:
- make fpreg{32,64} actually members of fsstate{32,64}.
- allocate fpstate if we did not have one and we need to write it.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sparc64/include/reg.h
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/sparc64/sparc64/process_machdep.c

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



CVS import: src/external/bsd/openresolv/dist

2016-12-30 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Fri Dec 30 19:42:05 UTC 2016

Update of /cvsroot/src/external/bsd/openresolv/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv20805

Log Message:
Import openresolv-3.9.0 with the following changes:
  *  Added --version option
  *  Fix pdns_recursor restart command
  *  Append a newline when restoring resolv.conf
  *  public_interfaces overrides private interface markings
  *  Fix runit support
  *  inclusive_interfaces overrides exclusive interface markings

Status:

Vendor Tag: roy
Release Tags:   openresolv-3-9-0

U src/external/bsd/openresolv/dist/README
U src/external/bsd/openresolv/dist/resolvconf.in
C src/external/bsd/openresolv/dist/resolvconf.8.in
C src/external/bsd/openresolv/dist/resolvconf.conf.5.in
U src/external/bsd/openresolv/dist/libc.in
U src/external/bsd/openresolv/dist/dnsmasq.in
U src/external/bsd/openresolv/dist/named.in
U src/external/bsd/openresolv/dist/pdnsd.in
U src/external/bsd/openresolv/dist/unbound.in

2 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jroy:yesterday -jroy src/external/bsd/openresolv/dist



CVS commit: src/external/bsd/openresolv/dist

2016-12-30 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Fri Dec 30 19:43:36 UTC 2016

Modified Files:
src/external/bsd/openresolv/dist: resolvconf.8.in resolvconf.conf.5.in

Log Message:
Sync


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/openresolv/dist/resolvconf.8.in
cvs rdiff -u -r1.16 -r1.17 \
src/external/bsd/openresolv/dist/resolvconf.conf.5.in

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-30 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Fri Dec 30 19:45:21 UTC 2016

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Note import of openresolv-3.9.0


To generate a diff of this commit:
cvs rdiff -u -r1.1387 -r1.1388 src/doc/3RDPARTY
cvs rdiff -u -r1.2229 -r1.2230 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.bin/xlint/lint1

2016-12-30 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 30 19:53:08 UTC 2016

Modified Files:
src/usr.bin/xlint/lint1: cgram.y scan.l

Log Message:
- add buffer bounded attribute
- allow empty attributes


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/usr.bin/xlint/lint1/cgram.y
cvs rdiff -u -r1.75 -r1.76 src/usr.bin/xlint/lint1/scan.l

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



CVS commit: src/usr.sbin/npf/npfd

2016-12-30 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 30 19:55:46 UTC 2016

Modified Files:
src/usr.sbin/npf/npfd: Makefile npfd.c npfd.h npfd_log.c

Log Message:
flesh this out more.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/npf/npfd/Makefile \
src/usr.sbin/npf/npfd/npfd.h
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/npf/npfd/npfd.c \
src/usr.sbin/npf/npfd/npfd_log.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/fstat

2016-12-30 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 30 21:08:23 UTC 2016

Modified Files:
src/usr.bin/fstat: fstat.c misc.c

Log Message:
Print the interface for bpf.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/usr.bin/fstat/fstat.c
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/fstat/misc.c

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



CVS commit: src

2016-12-30 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Fri Dec 30 22:38:39 UTC 2016

Modified Files:
src/distrib/sets/lists/comp: mi
src/lib/libcurses: Makefile curses.h curses_private.h curses_screen.3
screen.c setterm.c

Log Message:
Add the POSIX filter() function to libcurses.


To generate a diff of this commit:
cvs rdiff -u -r1.2083 -r1.2084 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.71 -r1.72 src/lib/libcurses/Makefile
cvs rdiff -u -r1.107 -r1.108 src/lib/libcurses/curses.h
cvs rdiff -u -r1.51 -r1.52 src/lib/libcurses/curses_private.h
cvs rdiff -u -r1.15 -r1.16 src/lib/libcurses/curses_screen.3
cvs rdiff -u -r1.24 -r1.25 src/lib/libcurses/screen.c
cvs rdiff -u -r1.54 -r1.55 src/lib/libcurses/setterm.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/dist/bfd

2016-12-30 Thread Brian Buhrow
Module Name:src
Committed By:   buhrow
Date:   Fri Dec 30 22:40:24 UTC 2016

Modified Files:
src/external/gpl3/binutils/dist/bfd: elf32-arm.c

Log Message:
Fix problem which prevents cross building on NetBSD systems which predate
NetBSD-6 or non-NetBSD systems.  See discussion on port-arm for details.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/binutils/dist/bfd/elf32-arm.c

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



CVS commit: [netbsd-7] src/sys/compat/linux/common

2016-12-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 31 07:38:31 UTC 2016

Modified Files:
src/sys/compat/linux/common [netbsd-7]: linux_sched.c

Log Message:
Pull up following revision(s) (requested by rin in ticket #1343):
sys/compat/linux/common/linux_sched.c: revision 1.68
PR/50021: Rin Okuyama: Fix linux affinity syscalls


To generate a diff of this commit:
cvs rdiff -u -r1.66.4.1 -r1.66.4.2 src/sys/compat/linux/common/linux_sched.c

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



CVS commit: [netbsd-7] xsrc/external/mit/xorg-server/dist/include

2016-12-30 Thread Soren Jacobsen
Module Name:xsrc
Committed By:   snj
Date:   Sat Dec 31 07:40:24 UTC 2016

Modified Files:
xsrc/external/mit/xorg-server/dist/include [netbsd-7]: servermd.h

Log Message:
Pull up following revision(s) (requested by rin in ticket #1344):
xsrc/external/mit/xorg-server/dist/include/servermd.h: revision 1.7
PR/50356: Rin Okuyama: Arm is not always little endian.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.6.10.1 \
xsrc/external/mit/xorg-server/dist/include/servermd.h

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



CVS commit: [netbsd-7] src/doc

2016-12-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Dec 31 07:43:21 UTC 2016

Modified Files:
src/doc [netbsd-7]: CHANGES-7.1

Log Message:
tickets 1343, 1344


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.140 -r1.1.2.141 src/doc/CHANGES-7.1

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