CVS commit: src/usr.sbin/pcictl

2016-09-24 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 25 00:06:49 UTC 2016 Modified Files: src/usr.sbin/pcictl: pcictl.8 Log Message: add some examples: "pcictl pci0 list" and "pcictl pci0 list -N". inspired by PR 51243. To generate a diff of this commit: cvs rdiff -u -r1.16

CVS commit: src/sys/dev/cardbus

2016-09-24 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 24 23:54:49 UTC 2016 Modified Files: src/sys/dev/cardbus: cardslot.c Log Message: weak alias some pcmcia functions (to an returns error function) so this links when pcmcia isn't in the kernel. PR#7253. To generate a diff

CVS commit: src/distrib/sets/lists/base

2016-09-24 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 24 23:15:26 UTC 2016 Modified Files: src/distrib/sets/lists/base: mi Log Message: revert the previous; it seems to have been a mistake (adding nsd entries) and had nothing to do with the message (libc bump.) To generate a

CVS commit: xsrc/external/mit/libpciaccess/dist/src

2016-09-24 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Sep 24 23:14:21 UTC 2016 Modified Files: xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c Log Message: use PCI_IOC_DRVNAMEONBUS if it exists. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 \

CVS commit: src

2016-09-24 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 24 23:12:54 UTC 2016 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/lib/libpci: pci.3 pci.h pci_drvname.c shlib_version src/sys/dev/pci: pci_usrreq.c

CVS commit: src/lib/libc

2016-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 24 21:31:25 UTC 2016 Modified Files: src/lib/libc/db/btree: bt_close.c bt_debug.c bt_delete.c bt_open.c bt_overflow.c bt_page.c bt_put.c bt_search.c bt_seq.c bt_split.c src/lib/libc/db/mpool: mpool.c

CVS commit: src/tests/lib/libc/db

2016-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 24 21:18:23 UTC 2016 Modified Files: src/tests/lib/libc/db: h_db.c Log Message: remove mpool_getf To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/db/h_db.c Please note that diffs are

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

2016-09-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Sep 24 21:13:44 UTC 2016 Modified Files: src/sys/arch/x86/x86: pmap.c sys_machdep.c Log Message: LDT handling fixes: - add missing membar_store_store ("membar_producer") when setting a new ldt; - use UVM_KMF_WAITVA

CVS commit: src/sys/ufs/ffs

2016-09-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat Sep 24 21:00:54 UTC 2016 Modified Files: src/sys/ufs/ffs: ffs_wapbl.c Log Message: fix swapped KASSERT() To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/ufs/ffs/ffs_wapbl.c Please note that diffs

CVS commit: src/sys/ufs/ffs

2016-09-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat Sep 24 20:59:51 UTC 2016 Modified Files: src/sys/ufs/ffs: ffs_wapbl.c Log Message: i/o optimization for wapbl flush - only sync superblock and cgs when they were actually changed To generate a diff of this commit: cvs

CVS commit: src/distrib/sets/lists

2016-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 24 20:13:48 UTC 2016 Modified Files: src/distrib/sets/lists/base: mi shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: bump libc To generate a diff of this commit: cvs rdiff -u -r1.1134 -r1.1135

CVS commit: src/tests/lib/libc/db

2016-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 24 20:12:33 UTC 2016 Modified Files: src/tests/lib/libc/db: Makefile h_db.c t_db.sh Log Message: Add more of the torture tests from the mit kerberos tree. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc

2016-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 24 20:12:07 UTC 2016 Modified Files: src/lib/libc: shlib_version src/lib/libc/include: namespace.h Log Message: bump for the flags version of db routines To generate a diff of this commit: cvs rdiff -u -r1.268

CVS commit: src/include

2016-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 24 20:11:43 UTC 2016 Modified Files: src/include: db.h mpool.h Log Message: sync with mit/kerberos db To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/include/db.h cvs rdiff -u -r1.14 -r1.15

CVS commit: src/lib/libc/db

2016-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 24 20:11:12 UTC 2016 Modified Files: src/lib/libc/db/btree: bt_close.c bt_conv.c bt_debug.c bt_delete.c bt_open.c bt_overflow.c bt_page.c bt_put.c bt_search.c bt_seq.c bt_split.c extern.h

CVS commit: src/lib/libc/db/hash

2016-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 24 20:08:29 UTC 2016 Modified Files: src/lib/libc/db/hash: hash_page.c Log Message: When writing out pages in the "other endian" format, make a copy instead of trashing the in-memory one. To generate a diff of this

CVS commit: src/sys/dev/ic

2016-09-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 24 15:06:29 UTC 2016 Modified Files: src/sys/dev/ic: sl811hs.c sl811hsreg.h Log Message: Truncate the transfer length if an overflow is seen rather than halting. Don't consider an EP11_STAT_SETUP as an error as it's not

CVS commit: src/sys/dev/ic

2016-09-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 24 14:55:17 UTC 2016 Modified Files: src/sys/dev/ic: sl811hsreg.h Log Message: Use bit defines to create bit groups for SL11_EPSTAT To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/sl811hsreg.h

CVS commit: src/sbin/gpt

2016-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 24 13:40:55 UTC 2016 Modified Files: src/sbin/gpt: gpt.c Log Message: say that you need to destroy it first. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sbin/gpt/gpt.c Please note that diffs are

CVS commit: [netbsd-6] src/doc

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:25:33 UTC 2016 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: tickets 1401, 1403, 1404, 1405, 1406, 1407, 1408 To generate a diff of this commit: cvs rdiff -u -r1.1.2.263 -r1.1.2.264

CVS commit: [netbsd-6-0] src/doc

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:24:43 UTC 2016 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.7 Log Message: tickets 1401, 1403, 1405, 1406, 1408 To generate a diff of this commit: cvs rdiff -u -r1.1.2.76 -r1.1.2.77 src/doc/CHANGES-6.0.7

CVS commit: [netbsd-6-1] src/doc

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:24:36 UTC 2016 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: tickets 1401, 1403, 1405, 1406, 1408 To generate a diff of this commit: cvs rdiff -u -r1.1.2.74 -r1.1.2.75 src/doc/CHANGES-6.1.6

CVS commit: [netbsd-6-0] src/sys/dev/pci

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:21:10 UTC 2016 Modified Files: src/sys/dev/pci [netbsd-6-0]: if_vioif.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1401): sys/dev/pci/if_vioif.c: revision 1.25 Fix

CVS commit: [netbsd-6-0] src/sys/arch/sparc64/sparc64

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:19:09 UTC 2016 Modified Files: src/sys/arch/sparc64/sparc64 [netbsd-6-0]: locore.s Log Message: Pull up following revision(s) (requested by nakayama in ticket #1408): sys/arch/sparc64/sparc64/locore.s:

CVS commit: [netbsd-6-1] src/sys/arch/sparc64/sparc64

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:19:08 UTC 2016 Modified Files: src/sys/arch/sparc64/sparc64 [netbsd-6-1]: locore.s Log Message: Pull up following revision(s) (requested by nakayama in ticket #1408): sys/arch/sparc64/sparc64/locore.s:

CVS commit: [netbsd-6] src/sys/arch/sparc64/sparc64

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:18:43 UTC 2016 Modified Files: src/sys/arch/sparc64/sparc64 [netbsd-6]: locore.s Log Message: Pull up following revision(s) (requested by nakayama in ticket #1408): sys/arch/sparc64/sparc64/locore.s:

CVS commit: [netbsd-6] src/sys/dev/pci

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:14:57 UTC 2016 Modified Files: src/sys/dev/pci [netbsd-6]: if_wm.c Log Message: Apply patch, requested by martin in ticket #1407: sys/dev/pci/if_wm.c patch fix evbppc build, where the older gcc wrongly

CVS commit: [netbsd-6-1] src/sys/lib/libsa

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:10:55 UTC 2016 Modified Files: src/sys/lib/libsa [netbsd-6-1]: checkpasswd.c Log Message: Pull up following revision(s) (requested by dholland in ticket #1406): sys/lib/libsa/checkpasswd.c: revision 1.10

CVS commit: [netbsd-6] src/sys/lib/libsa

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:10:52 UTC 2016 Modified Files: src/sys/lib/libsa [netbsd-6]: checkpasswd.c Log Message: Pull up following revision(s) (requested by dholland in ticket #1406): sys/lib/libsa/checkpasswd.c: revision 1.10 Check

CVS commit: [netbsd-6-0] src/sys/lib/libsa

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:10:57 UTC 2016 Modified Files: src/sys/lib/libsa [netbsd-6-0]: checkpasswd.c Log Message: Pull up following revision(s) (requested by dholland in ticket #1406): sys/lib/libsa/checkpasswd.c: revision 1.10

CVS commit: [netbsd-6-1] src/sys/arch/sparc64/sparc64

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:06:45 UTC 2016 Modified Files: src/sys/arch/sparc64/sparc64 [netbsd-6-1]: kobj_machdep.c Log Message: Pull up following revision(s) (requested by martin in ticket #1405):

CVS commit: [netbsd-6] src/sys/arch/sparc64/sparc64

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:06:41 UTC 2016 Modified Files: src/sys/arch/sparc64/sparc64 [netbsd-6]: kobj_machdep.c Log Message: Pull up following revision(s) (requested by martin in ticket #1405):

CVS commit: [netbsd-6] src/lib/libc/gen

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:04:51 UTC 2016 Modified Files: src/lib/libc/gen [netbsd-6]: glob.c Log Message: Pull up following revision(s) (requested by joerg in ticket #1404): lib/libc/gen/glob.c: revision 1.36 Bump the glob limits to

CVS commit: [netbsd-6] src/etc/namedb

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:01:42 UTC 2016 Modified Files: src/etc/namedb [netbsd-6]: root.cache Log Message: Pull up following revision(s) (requested by taca in ticket #1403): etc/namedb/root.cache: revision 1.21 Update root.cache to

CVS commit: [netbsd-6-0] src/etc/namedb

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:01:38 UTC 2016 Modified Files: src/etc/namedb [netbsd-6-0]: root.cache Log Message: Pull up following revision(s) (requested by taca in ticket #1403): etc/namedb/root.cache: revision 1.21 Update root.cache

CVS commit: [netbsd-6-1] src/etc/namedb

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 13:01:33 UTC 2016 Modified Files: src/etc/namedb [netbsd-6-1]: root.cache Log Message: Pull up following revision(s) (requested by taca in ticket #1403): etc/namedb/root.cache: revision 1.21 Update root.cache

CVS commit: [netbsd-6] src/sys/dev/pci

2016-09-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Sep 24 12:56:16 UTC 2016 Modified Files: src/sys/dev/pci [netbsd-6]: if_vioif.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1401): sys/dev/pci/if_vioif.c: revision 1.25 Fix initializing