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 wrong queues
Pointed out by Mike Larkin.
PR kern/51448


To generate a diff of this commit:
cvs rdiff -u -r1.2.8.2 -r1.2.8.3 src/sys/dev/pci/if_vioif.c

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



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 to 2016/8/25 version, l.root-servers.net has  record
now.


To generate a diff of this commit:
cvs rdiff -u -r1.16.4.1.2.2 -r1.16.4.1.2.3 src/etc/namedb/root.cache

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



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 to 2016/8/25 version, l.root-servers.net has  record
now.


To generate a diff of this commit:
cvs rdiff -u -r1.16.10.3 -r1.16.10.4 src/etc/namedb/root.cache

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



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 2016/8/25 version, l.root-servers.net has  record
now.


To generate a diff of this commit:
cvs rdiff -u -r1.16.4.5 -r1.16.4.6 src/etc/namedb/root.cache

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



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 512KB for total string size and 64K path
entries. The old limits were too small for some important FTP use cases
like a pkgsrc repository.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.31.4.1 src/lib/libc/gen/glob.c

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



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):
sys/arch/sparc64/sparc64/kobj_machdep.c: revision 1.5
sys/arch/sparc64/sparc64/kobj_machdep.c: revision 1.6
Follow rev. 1.54, 1.55 of libexec/ld.elf_so/arch/sparc64/mdreloc.c.
The target of the OLO10 relocation is the simd13 field of the instruction,
so use a 13 bit target mask.
Fixes PR kern/51436 (I broke this myself in rev 1.4)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.14.1 src/sys/arch/sparc64/sparc64/kobj_machdep.c

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



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):
sys/arch/sparc64/sparc64/kobj_machdep.c: revision 1.5
sys/arch/sparc64/sparc64/kobj_machdep.c: revision 1.6
Follow rev. 1.54, 1.55 of libexec/ld.elf_so/arch/sparc64/mdreloc.c.
The target of the OLO10 relocation is the simd13 field of the instruction,
so use a 13 bit target mask.
Fixes PR kern/51436 (I broke this myself in rev 1.4)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.28.1 src/sys/arch/sparc64/sparc64/kobj_machdep.c

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



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:06:48 UTC 2016

Modified Files:
src/sys/arch/sparc64/sparc64 [netbsd-6-0]: kobj_machdep.c

Log Message:
Pull up following revision(s) (requested by martin in ticket #1405):
sys/arch/sparc64/sparc64/kobj_machdep.c: revision 1.5
sys/arch/sparc64/sparc64/kobj_machdep.c: revision 1.6
Follow rev. 1.54, 1.55 of libexec/ld.elf_so/arch/sparc64/mdreloc.c.
The target of the OLO10 relocation is the simd13 field of the instruction,
so use a 13 bit target mask.
Fixes PR kern/51436 (I broke this myself in rev 1.4)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.20.1 src/sys/arch/sparc64/sparc64/kobj_machdep.c

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



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
Check bounds on input. From Michael Plass.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.28.1 src/sys/lib/libsa/checkpasswd.c

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



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
Check bounds on input. From Michael Plass.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.20.1 src/sys/lib/libsa/checkpasswd.c

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



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 bounds on input. From Michael Plass.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.14.1 src/sys/lib/libsa/checkpasswd.c

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



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 warns about uninitialized
variable.


To generate a diff of this commit:
cvs rdiff -u -r1.227.2.19 -r1.227.2.20 src/sys/dev/pci/if_wm.c

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



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: revision 1.401
Fix RAS for 32-bit kernels.  trapframe is always 64-bit.


To generate a diff of this commit:
cvs rdiff -u -r1.338.8.7 -r1.338.8.8 src/sys/arch/sparc64/sparc64/locore.s

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



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: revision 1.401
Fix RAS for 32-bit kernels.  trapframe is always 64-bit.


To generate a diff of this commit:
cvs rdiff -u -r1.338.8.2.4.2 -r1.338.8.2.4.3 \
src/sys/arch/sparc64/sparc64/locore.s

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



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: revision 1.401
Fix RAS for 32-bit kernels.  trapframe is always 64-bit.


To generate a diff of this commit:
cvs rdiff -u -r1.338.8.4.2.2 -r1.338.8.4.2.3 \
src/sys/arch/sparc64/sparc64/locore.s

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



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

2016-09-24 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Sep 24 13:21:06 UTC 2016

Modified Files:
src/sys/dev/pci [netbsd-6-1]: 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 wrong queues
Pointed out by Mike Larkin.
PR kern/51448


To generate a diff of this commit:
cvs rdiff -u -r1.2.8.1.2.1 -r1.2.8.1.2.2 src/sys/dev/pci/if_vioif.c

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



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 initializing wrong queues
Pointed out by Mike Larkin.
PR kern/51448


To generate a diff of this commit:
cvs rdiff -u -r1.2.14.2 -r1.2.14.3 src/sys/dev/pci/if_vioif.c

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



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

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



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

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



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 src/doc/CHANGES-6.2

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



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 not public domain; they are subject to the
copyright notices on the relevant files.



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

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



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 valid for
host operation.

Should fix kern/51500: axe(4) at slhci(4) does not attach, but there are
more problems with axe(4)


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/dev/ic/sl811hs.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/sl811hsreg.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/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 commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/db/hash/hash_page.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/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
src/lib/libc/db/mpool: mpool.c
src/lib/libc/db/recno: rec_open.c rec_search.c

Log Message:
Merge the recursive tree traversal changes from the mit kerberos tree. This
Also make the tracefile customizable. Unfortunately we can't merge any of
the hash changes because they have a different on-disk format. That does not
matter really because we've fixed most of the problems...


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/db/btree/bt_close.c
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/db/btree/bt_conv.c
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/db/btree/bt_debug.c
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/db/btree/bt_delete.c \
src/lib/libc/db/btree/bt_search.c
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/db/btree/bt_open.c
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/db/btree/bt_overflow.c \
src/lib/libc/db/btree/bt_put.c src/lib/libc/db/btree/bt_split.c
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/db/btree/bt_page.c
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/db/btree/bt_seq.c
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/db/btree/extern.h
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/db/mpool/mpool.c
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/db/recno/rec_open.c
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/db/recno/rec_search.c

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



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 src/include/mpool.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

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 -r1.269 src/lib/libc/shlib_version
cvs rdiff -u -r1.180 -r1.181 src/lib/libc/include/namespace.h

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/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 src/tests/lib/libc/db/Makefile
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/db/h_db.c
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/db/t_db.sh

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

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 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.785 -r1.786 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.145 -r1.146 src/distrib/sets/lists/debug/shl.mi

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



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 rdiff -u -r1.30 -r1.31 src/sys/ufs/ffs/ffs_wapbl.c

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



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 are not public domain; they are subject to the
copyright notices on the relevant files.



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 when allocating space for a new ldt instead of
crashing if uvm_km_alloc fails;
  - if uvm_km_alloc fails in pmap_fork, bail instead of crashing;
  - clarify what else is going on in pmap_fork;
  - don't uvm_km_free while holding a mutex.


To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 src/sys/arch/x86/x86/pmap.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/x86/x86/sys_machdep.c

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



CVS commit: src/include

2016-09-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Sep 24 21:18:09 UTC 2016

Modified Files:
src/include: mpool.h

Log Message:
remove mpool_getf


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/include/mpool.h

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/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 not public domain; they are subject to the
copyright notices on the relevant files.



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
src/lib/libc/db/recno: rec_open.c rec_search.c
src/lib/libc/include: namespace.h

Log Message:
remove mpool_getf


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/db/btree/bt_close.c
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/db/btree/bt_debug.c
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/db/btree/bt_delete.c \
src/lib/libc/db/btree/bt_search.c
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/db/btree/bt_open.c
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/db/btree/bt_overflow.c \
src/lib/libc/db/btree/bt_put.c src/lib/libc/db/btree/bt_split.c
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/db/btree/bt_page.c
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/db/btree/bt_seq.c
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/db/mpool/mpool.c
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/db/recno/rec_open.c
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/db/recno/rec_search.c
cvs rdiff -u -r1.181 -r1.182 src/lib/libc/include/namespace.h

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

2016-09-24 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Sep 24 21:57:38 UTC 2016

Modified Files:
src/distrib/sets/lists/xcomp: mi
src/distrib/sets/lists/xdebug: md.alpha md.amd64 md.amiga md.bebox
md.cats md.dreamcast md.evbarm md.evbarm.armeb md.evbmips
md.ews4800mips md.hp300 md.hpcarm md.hpcmips md.hpcsh md.i386
md.ibmnws md.luna68k md.mac68k md.macppc md.netwinder md.newsmips
md.ofppc md.prep md.sgimips md.shark md.sparc md.sparc64 md.vax
md.zaurus
src/distrib/sets/lists/xserver: md.alpha md.amd64 md.amiga md.bebox
md.cats md.dreamcast md.evbarm md.evbmips md.ews4800mips md.hp300
md.hpcarm md.hpcmips md.hpcsh md.i386 md.ibmnws md.luna68k
md.mac68k md.macppc md.netwinder md.newsmips md.ofppc md.prep
md.sgimips md.shark md.sparc md.sparc64 md.vax md.zaurus

Log Message:
mark all the xorg-server 1.10 specific files as obsolete for xorg-server 1.18.

being to adapt not ready or not switched ports more to 1.18.


To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 src/distrib/sets/lists/xcomp/mi
cvs rdiff -u -r1.8 -r1.9 src/distrib/sets/lists/xdebug/md.alpha \
src/distrib/sets/lists/xdebug/md.dreamcast \
src/distrib/sets/lists/xdebug/md.evbarm.armeb \
src/distrib/sets/lists/xdebug/md.sparc64
cvs rdiff -u -r1.35 -r1.36 src/distrib/sets/lists/xdebug/md.amd64
cvs rdiff -u -r1.7 -r1.8 src/distrib/sets/lists/xdebug/md.amiga \
src/distrib/sets/lists/xdebug/md.cats \
src/distrib/sets/lists/xdebug/md.evbmips \
src/distrib/sets/lists/xdebug/md.hp300 \
src/distrib/sets/lists/xdebug/md.sparc
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/xdebug/md.bebox \
src/distrib/sets/lists/xdebug/md.luna68k \
src/distrib/sets/lists/xdebug/md.prep \
src/distrib/sets/lists/xdebug/md.zaurus
cvs rdiff -u -r1.16 -r1.17 src/distrib/sets/lists/xdebug/md.evbarm
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/xdebug/md.ews4800mips \
src/distrib/sets/lists/xdebug/md.hpcarm \
src/distrib/sets/lists/xdebug/md.hpcmips \
src/distrib/sets/lists/xdebug/md.hpcsh \
src/distrib/sets/lists/xdebug/md.netwinder \
src/distrib/sets/lists/xdebug/md.newsmips \
src/distrib/sets/lists/xdebug/md.sgimips \
src/distrib/sets/lists/xdebug/md.vax
cvs rdiff -u -r1.32 -r1.33 src/distrib/sets/lists/xdebug/md.i386
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/xdebug/md.ibmnws
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/xdebug/md.mac68k
cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/xdebug/md.macppc \
src/distrib/sets/lists/xdebug/md.ofppc
cvs rdiff -u -r1.10 -r1.11 src/distrib/sets/lists/xdebug/md.shark
cvs rdiff -u -r1.43 -r1.44 src/distrib/sets/lists/xserver/md.alpha
cvs rdiff -u -r1.96 -r1.97 src/distrib/sets/lists/xserver/md.amd64
cvs rdiff -u -r1.24 -r1.25 src/distrib/sets/lists/xserver/md.amiga
cvs rdiff -u -r1.13 -r1.14 src/distrib/sets/lists/xserver/md.bebox
cvs rdiff -u -r1.53 -r1.54 src/distrib/sets/lists/xserver/md.cats
cvs rdiff -u -r1.22 -r1.23 src/distrib/sets/lists/xserver/md.dreamcast
cvs rdiff -u -r1.12 -r1.13 src/distrib/sets/lists/xserver/md.evbarm
cvs rdiff -u -r1.7 -r1.8 src/distrib/sets/lists/xserver/md.evbmips
cvs rdiff -u -r1.18 -r1.19 src/distrib/sets/lists/xserver/md.ews4800mips \
src/distrib/sets/lists/xserver/md.hp300
cvs rdiff -u -r1.21 -r1.22 src/distrib/sets/lists/xserver/md.hpcarm
cvs rdiff -u -r1.27 -r1.28 src/distrib/sets/lists/xserver/md.hpcmips
cvs rdiff -u -r1.20 -r1.21 src/distrib/sets/lists/xserver/md.hpcsh
cvs rdiff -u -r1.113 -r1.114 src/distrib/sets/lists/xserver/md.i386
cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/xserver/md.ibmnws
cvs rdiff -u -r1.15 -r1.16 src/distrib/sets/lists/xserver/md.luna68k \
src/distrib/sets/lists/xserver/md.vax
cvs rdiff -u -r1.17 -r1.18 src/distrib/sets/lists/xserver/md.mac68k \
src/distrib/sets/lists/xserver/md.newsmips \
src/distrib/sets/lists/xserver/md.prep \
src/distrib/sets/lists/xserver/md.zaurus
cvs rdiff -u -r1.72 -r1.73 src/distrib/sets/lists/xserver/md.macppc
cvs rdiff -u -r1.35 -r1.36 src/distrib/sets/lists/xserver/md.netwinder
cvs rdiff -u -r1.25 -r1.26 src/distrib/sets/lists/xserver/md.ofppc
cvs rdiff -u -r1.51 -r1.52 src/distrib/sets/lists/xserver/md.sgimips
cvs rdiff -u -r1.48 -r1.49 src/distrib/sets/lists/xserver/md.shark
cvs rdiff -u -r1.61 -r1.62 src/distrib/sets/lists/xserver/md.sparc \
src/distrib/sets/lists/xserver/md.sparc64

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



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 pciio.h
src/usr.sbin/pcictl: pcictl.c

Log Message:
introduce a better pci_drvname() and PCI_IOC_DRVNAME as pciio_drvnameonbus()
and PCI_IOC_DRVNAMEONBUS.  the new ones also take a (autoconf) PCI bus
number, which allows lookups for any device on any pci bus node.  use this
in pcictl which current reports the wrong values sometimes.

up next: use these in libpciaccess.


To generate a diff of this commit:
cvs rdiff -u -r1.786 -r1.787 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.146 -r1.147 src/distrib/sets/lists/debug/shl.mi
cvs rdiff -u -r1.12 -r1.13 src/lib/libpci/pci.3
cvs rdiff -u -r1.8 -r1.9 src/lib/libpci/pci.h
cvs rdiff -u -r1.1 -r1.2 src/lib/libpci/pci_drvname.c
cvs rdiff -u -r1.4 -r1.5 src/lib/libpci/shlib_version
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/pci_usrreq.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/pciio.h
cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/pcictl/pcictl.c

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



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 \
xsrc/external/mit/libpciaccess/dist/src/netbsd_pci.c

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/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 diff of this commit:
cvs rdiff -u -r1.1135 -r1.1136 src/distrib/sets/lists/base/mi

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



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 of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/dev/cardbus/cardslot.c

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



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 -r1.17 src/usr.sbin/pcictl/pcictl.8

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