CVS commit: src/lib/libc/sys

2016-11-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Nov 20 07:05:20 UTC 2016 Modified Files: src/lib/libc/sys: wait.2 Log Message: Add crossreference to fork(2) per note in PR 9627. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libc/sys/wait.2 Pleas

CVS commit: src/sbin/scsictl

2016-11-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Nov 20 07:04:15 UTC 2016 Modified Files: src/sbin/scsictl: scsictl.8 Log Message: Add crossreference to scsi(4) per note in PR 9627. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sbin/scsictl/scsictl.8

CVS commit: src/share/man/man4

2016-11-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Nov 20 07:02:21 UTC 2016 Modified Files: src/share/man/man4: scsi.4 Log Message: Add crossreference to scsictl per note in PR 9627. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/share/man/man4/scsi.4 P

CVS commit: src/lib/libpthread_dbg

2016-11-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 20 03:53:47 UTC 2016 Modified Files: src/lib/libpthread_dbg: pthread_dbg.c Log Message: Fix pt_magic read in td_map_pth2thr() The pt_magic field is not the first one in the pthread_t structure. Sponsored by To generate

CVS commit: src/sys/arch/emips/ebus

2016-11-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Nov 20 03:30:12 UTC 2016 Modified Files: src/sys/arch/emips/ebus: ace_ebus.c Log Message: One more move of bufq_free() to outside of critical section. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/a

CVS commit: src/lib/libpthread_dbg

2016-11-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 20 03:11:32 UTC 2016 Modified Files: src/lib/libpthread_dbg: pthread_dbg.c Log Message: Catch up with correct pt_magic reads in td_thr_{getname,suspend,resume} The pt_magic field is not the first one in the pthread_t struc

CVS commit: src/sys/dev/scsipi

2016-11-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Nov 20 02:38:24 UTC 2016 Modified Files: src/sys/dev/scsipi: cd.c sd.c ss.c st.c Log Message: Avoid calling bufq_free() from critical code sections. To generate a diff of this commit: cvs rdiff -u -r1.331 -r1.332 src/sys/d

CVS commit: src/sys/dev

2016-11-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Nov 20 02:35:19 UTC 2016 Modified Files: src/sys/dev: ccd.c src/sys/dev/ata: wd.c Log Message: Avoid calling bufq_free() from critical section. To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/sy

CVS commit: src/sys/arch/emips/ebus

2016-11-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Nov 20 02:34:27 UTC 2016 Modified Files: src/sys/arch/emips/ebus: flash_ebus.c Log Message: Avoid calling bufq_free() from critical section. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/emips/

CVS commit: src/lib/libpthread_dbg

2016-11-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 20 02:27:56 UTC 2016 Modified Files: src/lib/libpthread_dbg: pthread_dbg.c Log Message: Fix pt_magic (part of pthread_t) read in td_thr_info() The pt_magic field is not the first one in the pthread_t structure. After this

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

2016-11-19 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 00:19:57 UTC 2016 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/arm: config.h targmatch.h src/external/gpl3/gdb/lib/libbfd/arch/coldfire: config.h targmatch.h src/external/gpl3/gdb/lib/libbfd/arch/hp

CVS commit: src/sbin/scsictl

2016-11-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Nov 19 23:37:33 UTC 2016 Modified Files: src/sbin/scsictl: scsictl.8 Log Message: Bump date for previous. Use more and more appropriate markup while here. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sbin/

CVS commit: src/sys/kern

2016-11-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 19 19:06:12 UTC 2016 Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: Add FALLTHROUGH commit To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/kern/sys_ptrace_common.c Please note that

CVS commit: src/sys/external/bsd/drm2/drm

2016-11-19 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Nov 19 17:19:59 UTC 2016 Modified Files: src/sys/external/bsd/drm2/drm: drm_vma_manager.c Log Message: Lock the manager and not just the node for inserting/removing nodes should fix/help PR kern/50349: radeondrmkms vt-switching

CVS commit: src/tests/lib/libpthread_dbg

2016-11-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Nov 19 15:13:46 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_dummy.c t_threads.c Log Message: Remove atf_tx_expect_fail from lib/libpthread_dbg/ tests The following PR are now resolved and are reported to be proper

CVS commit: src/sys/net

2016-11-19 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sat Nov 19 14:44:00 UTC 2016 Modified Files: src/sys/net: link_proto.c Log Message: Make fstat(2) work on AF_LINK socket descriptors. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/net/link_proto.c Please

CVS commit: src/sys/dev/usb

2016-11-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 19 09:49:20 UTC 2016 Modified Files: src/sys/dev/usb: ucom.c Log Message: Pull across various locking and reference counting fixes from nick-nhusb. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/d

CVS commit: src/external/gpl3/gdb

2016-11-19 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Nov 19 09:46:58 UTC 2016 Modified Files: src/external/gpl3/gdb: Makefile.gdb_arch Log Message: s/#/$/ in a $NetBSD$ so it actually expands To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/Makefi

CVS commit: src/sys/arch

2016-11-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Nov 19 09:22:04 UTC 2016 Modified Files: src/sys/arch/amd64/include: vmparam.h src/sys/arch/i386/include: vmparam.h Log Message: Put a one-page redzone between userland and the PTE space on amd64 and i386. The PTE space

CVS commit: src/external/gpl3/gdb/lib/libbfd/arch/alpha

2016-11-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 19 09:10:33 UTC 2016 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/alpha: config.h targmatch.h Log Message: mknative re-run To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb/lib/lib

CVS commit: src/sys/arch/mips/mips

2016-11-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 19 09:05:50 UTC 2016 Modified Files: src/sys/arch/mips/mips: mipsX_subr.S Log Message: Optimise the interrupt vector a litte. From matt@ To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/arch/mips/mip

CVS commit: src/external/gpl3/gdb/lib/libbfd/arch/armeb

2016-11-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 19 08:46:04 UTC 2016 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/armeb: config.h defs.mk targmatch.h Log Message: Real mknative re-run To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/

CVS commit: src

2016-11-19 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Nov 19 08:43:40 UTC 2016 Modified Files: src/sbin/scsictl: scsictl.8 scsictl.c src/sys/dev/scsipi: scsi_disk.h Log Message: Add "getrealloc" and "setrealloc" commands to get/set automatic reallocation parameters/enables