CVS commit: src/tests/kernel

2016-12-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 15 08:57:24 UTC 2016 Modified Files: src/tests/kernel: t_ptrace_wait.h Log Message: Prepare t_ptrace_wait.h for hardware watchpoints API Add new symbol ATF_TP_ADD_TC_HAVE_PTRACE_WATCHPOINTS() to be protected with the __HAV

CVS commit: src

2016-12-15 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 15 09:17:26 UTC 2016 Modified Files: src/distrib/sets/lists/xbase: mi src/external/mit/xorg/lib/xkeyboard-config: Makefile Added Files: src/external/mit/xorg/lib/xkeyboard-config: xkeyboard-config.man Removed F

CVS commit: src/sys

2016-12-15 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Dec 15 09:28:07 UTC 2016 Modified Files: src/sys/arch/acorn32/podulebus: if_ie.c src/sys/arch/amiga/dev: if_es.c if_qn.c src/sys/arch/arm/at91: at91emac.c src/sys/arch/arm/broadcom: bcm53xx_eth.c

CVS commit: src/sys/dev

2016-12-15 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Dec 15 09:33:25 UTC 2016 Modified Files: src/sys/dev/ic: sgec.c src/sys/dev/pci: if_de.c Log Message: Move bpf_mtap in Tx hardware intrrupt to if_start The intention of the change is to prevent bpf_mtap from running

CVS commit: src/sys

2016-12-15 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Dec 15 09:35:25 UTC 2016 Modified Files: src/sys/dev/ic: hd64570.c midway.c src/sys/dev/pci: if_lmc.c src/sys/netisdn: i4b_ipr.c Log Message: Annotate bpf_mtap still running in Rx hardware interrupt with "XXX

CVS commit: src/sys/sys

2016-12-15 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Dec 15 09:39:24 UTC 2016 Modified Files: src/sys/sys: param.h Log Message: Bump for move of bpf_mtap and if_ipackets++ Welcome to 7.99.49 To generate a diff of this commit: cvs rdiff -u -r1.515 -r1.516 src/sys/sys/param.h

CVS commit: src/external/gpl3/gdb/dist/gdb

2016-12-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Dec 15 10:01:16 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: alpha-tdep.c Log Message: Skip the initial GP load in function prologue when inserting a breakpoint. GNU ld for alpha is so clever that the redundant GP lo

CVS commit: src/sys/arch/powerpc/fpu

2016-12-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Dec 15 11:32:03 UTC 2016 Modified Files: src/sys/arch/powerpc/fpu: fpu_emu.c Log Message: Fix build without DDB. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/powerpc/fpu/fpu_emu.c Please note that

CVS commit: src

2016-12-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 15 12:04:18 UTC 2016 Modified Files: src/distrib/sets/lists/comp: md.amd64 md.i386 src/sys/arch/amd64/amd64: machdep.c netbsd32_machdep.c process_machdep.c trap.c src/sys/arch/amd64/conf: files.am

CVS commit: src/sys/arch/powerpc/ibm4xx

2016-12-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Dec 15 12:10:02 UTC 2016 Modified Files: src/sys/arch/powerpc/ibm4xx: ibm4xx_machdep.c Log Message: Fix build without DDB. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/powerpc/ibm4xx/ibm4xx_machdep

CVS commit: src/tests/kernel/arch/amd64

2016-12-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 15 12:15:20 UTC 2016 Modified Files: src/tests/kernel/arch/amd64: t_ptrace_wait.c Log Message: Add ATF tests for hardware assisted watchpoints on amd64 Addedd tests: - watchpoint_count - watchpoint_read - watchpoint_wri

CVS commit: src/sys/sys

2016-12-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 15 12:20:39 UTC 2016 Modified Files: src/sys/sys: param.h Log Message: Welcome to NetBSD 7.99.50! New ptrace(2) calls for hardware assisted watchpoints/breakpoints: - PT_COUNT_WATCHPOINTS, - PT_READ_WATCHPOINT, - PT_WRI

CVS commit: src/doc

2016-12-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 15 12:42:38 UTC 2016 Modified Files: src/doc: TODO.ptrace Log Message: Update TODO.ptrace with recent changes Hardware assisted breakpoint/watchpoint API has been merged with current. Add note about pthread_dbg(3) API nee

CVS commit: src/doc

2016-12-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 15 12:51:02 UTC 2016 Modified Files: src/doc: CHANGES Log Message: ptrace(2): Add hardware assisted breakpoint/watchpoint API: PT_READ_WATCHPOINT, PT_WRITE_WATCHPOINT and PT_COUNT_WATCHPOINTS To generate a diff

CVS commit: src/distrib/sets/lists

2016-12-15 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 15 12:56:52 UTC 2016 Modified Files: src/distrib/sets/lists/modules: ad.arm ad.mips md.amd64 md.hppa md.i386 md.ia64 mi src/distrib/sets/lists/tests: mi src/distrib/sets/lists/xbase: mi shl.mi

CVS commit: src/lib/libc/sys

2016-12-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 15 13:06:08 UTC 2016 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: ptrace(2): Remove dead text, some of it commented in this file for years For example PT_READ_U/PT_WRITE_U has been removed by in 19950126. Spon

CVS commit: src/lib/libc/sys

2016-12-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 15 14:49:46 UTC 2016 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: ptrace(2): Document PT_GETXMMREGS and PT_SETXMMREGS (i386 port specific) Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.42 -

CVS commit: src/lib/libc/sys

2016-12-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 15 15:03:17 UTC 2016 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: ptrace(2): Document PT_GETVECREGS and PT_SETVECREGS (ppc ports specific) Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.43 -

CVS commit: src/sys/dev/usb

2016-12-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Dec 15 17:21:21 UTC 2016 Modified Files: src/sys/dev/usb: uftdi.c Log Message: allow suspend with uftdi(4). it works fine. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/dev/usb/uftdi.c Please note that

CVS commit: src/sys/sys

2016-12-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 15 20:04:36 UTC 2016 Modified Files: src/sys/sys: ptrace.h Log Message: Simplify #ifdefs so this compiles on architectures that do not support watchpoints. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 sr

CVS commit: src/sys/dev

2016-12-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Dec 15 22:01:57 UTC 2016 Modified Files: src/sys/dev: audio.c Log Message: In the n == VAUDIOCHANS case we need to call mutex_exit() before returning. Perhaps this will address PR kern/51721 To generate a diff of this com

CVS commit: src/sys/dev/pci

2016-12-15 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Dec 16 01:42:04 UTC 2016 Modified Files: src/sys/dev/pci: pm2reg.h Log Message: add bit definitions for dither and alpha blending registers To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/pm2r

CVS commit: src/tests/net/ndp

2016-12-15 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Dec 16 03:14:23 UTC 2016 Modified Files: src/tests/net/ndp: t_ra.sh Log Message: Improve stability of the tests - Do ifconfig -w 10 after ifconfig up - Accept /1d0h0m..s/ in addition to /23h59m..s/ for expiration time - Prev

CVS commit: src/tests/net/ndp

2016-12-15 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Dec 16 03:49:45 UTC 2016 Modified Files: src/tests/net/ndp: t_ra.sh Log Message: Add a test case that deletes auto-configured addresses To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/net/ndp/t_ra.sh

CVS commit: src/sys/arch/powerpc/ibm4xx

2016-12-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Dec 16 03:59:31 UTC 2016 Modified Files: src/sys/arch/powerpc/ibm4xx: ibm4xx_machdep.c Log Message: Fix comments. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/powerpc/ibm4xx/

CVS commit: src/sys/arch/powerpc/ibm4xx

2016-12-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Dec 16 04:27:03 UTC 2016 Modified Files: src/sys/arch/powerpc/ibm4xx: ibm4xx_machdep.c Log Message: Fix typo: s/IPKBD/IPKDB/ To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/powerpc/ibm4xx/ibm4xx_machd

CVS commit: src

2016-12-15 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Dec 16 04:45:04 UTC 2016 Modified Files: src/include: dirent.h src/lib/libc/compat/gen: compat_alphasort.c compat_scandir.c src/lib/libc/compat/include: dirent.h src/lib/libc/gen: alphasort.c initdir.c scan

CVS commit: src/sys/arch/powerpc/ibm4xx

2016-12-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Dec 16 06:29:11 UTC 2016 Modified Files: src/sys/arch/powerpc/ibm4xx: trap.c Log Message: Remove needless goto's. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/powerpc/ibm4xx/