CVS commit: [netbsd-6] src

2012-06-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Jun 15 08:48:49 UTC 2012

Modified Files:
src/distrib/sets/lists/man [netbsd-6]: mi
src/share/man/man4 [netbsd-6]: Makefile
src/sys/arch/amd64/conf [netbsd-6]: GENERIC
src/sys/arch/i386/conf [netbsd-6]: GENERIC
src/sys/dev/usb [netbsd-6]: files.usb usbdevs
Added Files:
src/share/man/man4 [netbsd-6]: urtw.4
src/sys/dev/usb [netbsd-6]: if_urtw.c if_urtwreg.h

Log Message:
Pull up the following revisions(s) (requested by riz in ticket #343):
sys/dev/usb/files.usb:  revision 1.122
sys/dev/usb/if_urtw.c:  revision 1.1
sys/dev/usb/if_urtwreg.h:   revision 1.1
share/man/man4/Makefile:revision 1.586
share/man/man4/urtw.4:  revision 1.1
distrib/sets/lists/man/mi:  revision 1.1393
sys/dev/usb/usbdevs:revision 1.617
sys/arch/i386/conf/GENERIC: revision 1.357
sys/arch/amd64/conf/GENERIC:revision 1.1075 via patch

Add urtw(4) driver for Realtek RTL8187/RTL8187B 802.11b/g USB wireless
adapter. From OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.1379.2.6 -r1.1379.2.7 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.581.2.2 -r1.581.2.3 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.2.2.2 src/share/man/man4/urtw.4
cvs rdiff -u -r1.348.2.4 -r1.348.2.5 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1066.2.4 -r1.1066.2.5 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.120.2.1 -r1.120.2.2 src/sys/dev/usb/files.usb
cvs rdiff -u -r0 -r1.1.4.2 src/sys/dev/usb/if_urtw.c \
src/sys/dev/usb/if_urtwreg.h
cvs rdiff -u -r1.607.2.3 -r1.607.2.4 src/sys/dev/usb/usbdevs

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/usb

2012-06-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Jun 15 08:49:20 UTC 2012

Modified Files:
src/sys/dev/usb [netbsd-6]: usbdevs.h usbdevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.600.2.3 -r1.600.2.4 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.601.2.3 -r1.601.2.4 src/sys/dev/usb/usbdevs_data.h

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

2012-06-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Jun 15 08:49:59 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Ticket #343


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.129 -r1.1.2.130 src/doc/CHANGES-6.0

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



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

2012-06-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Jun 15 08:53:33 UTC 2012

Modified Files:
src/tests/lib/libc/sys [netbsd-6]: t_mmap.c

Log Message:
Pull up the following revisions(s) (requested by bouyer in ticket #345):
tests/lib/libc/sys/t_mmap.c:revision 1.7

Disable the mmap_block test again. It is only by accident that it doesn't
panic when mmaping /dev/wd0d. PR kern/46592


To generate a diff of this commit:
cvs rdiff -u -r1.2.4.1 -r1.2.4.2 src/tests/lib/libc/sys/t_mmap.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/doc

2012-06-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Jun 15 08:54:01 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Ticket #345


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.130 -r1.1.2.131 src/doc/CHANGES-6.0

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



CVS commit: [netbsd-4] src/bin/rm

2012-06-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Jun 15 09:04:35 UTC 2012

Modified Files:
src/bin/rm [netbsd-4]: rm.c

Log Message:
Pull up the following revisions(s) (requested by dholland in ticket #1451):
bin/rm/rm.c:revision 1.52

Rectify race condition in rm -P processing by checking that the file
we opened is the one we expected to get. Also use O_NOFOLLOW to help
avoid even opening devices, which sometimes produce side effects.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.45.2.1 src/bin/rm/rm.c

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



CVS commit: [netbsd-4] src/doc

2012-06-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Jun 15 09:04:50 UTC 2012

Modified Files:
src/doc [netbsd-4]: CHANGES-4.1

Log Message:
Ticket #1451


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.243 -r1.1.2.244 src/doc/CHANGES-4.1

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



CVS commit: [netbsd-5] src/bin/rm

2012-06-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Jun 15 09:08:03 UTC 2012

Modified Files:
src/bin/rm [netbsd-5]: rm.c

Log Message:
Pull up the following revisions(s) (requested by dholland in ticket #1775):
bin/rm/rm.c:revision 1.52

Rectify race condition in rm -P processing by checking that the file
we opened is the one we expected to get. Also use O_NOFOLLOW to help
avoid even opening devices, which sometimes produce side effects.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.48.4.1 src/bin/rm/rm.c

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



CVS commit: [netbsd-5] src/doc

2012-06-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Jun 15 09:09:05 UTC 2012

Modified Files:
src/doc [netbsd-5]: CHANGES-5.2

Log Message:
Ticket #1775


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.175 -r1.1.2.176 src/doc/CHANGES-5.2

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



CVS commit: [netbsd-5] src/sys/arch/amd64/amd64

2012-06-15 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Fri Jun 15 09:20:00 UTC 2012

Modified Files:
src/sys/arch/amd64/amd64 [netbsd-5]: trap.c

Log Message:
Fix build fallout from ticket #1772 for Xen kernels


To generate a diff of this commit:
cvs rdiff -u -r1.52.4.3 -r1.52.4.4 src/sys/arch/amd64/amd64/trap.c

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



CVS commit: [netbsd-5-0] src/sys/arch/amd64/amd64

2012-06-15 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Fri Jun 15 09:20:48 UTC 2012

Modified Files:
src/sys/arch/amd64/amd64 [netbsd-5-0]: trap.c

Log Message:
Fix build fallout from ticket #1772 for Xen kernels


To generate a diff of this commit:
cvs rdiff -u -r1.52.6.3 -r1.52.6.4 src/sys/arch/amd64/amd64/trap.c

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



CVS commit: [netbsd-5-1] src/sys/arch/amd64/amd64

2012-06-15 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Fri Jun 15 09:21:12 UTC 2012

Modified Files:
src/sys/arch/amd64/amd64 [netbsd-5-1]: trap.c

Log Message:
Fix build fallout from ticket #1772 for Xen kernels


To generate a diff of this commit:
cvs rdiff -u -r1.52.4.2.2.1 -r1.52.4.2.2.2 src/sys/arch/amd64/amd64/trap.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/bin/rm

2012-06-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Jun 15 10:00:05 UTC 2012

Modified Files:
src/bin/rm [netbsd-6]: rm.c

Log Message:
Pull up the following revisions(s) (requested by dholland in ticket #346):
bin/rm/rm.c:revision 1.52

Rectify race condition in rm -P processing by checking that the file
we opened is the one we expected to get. Also use O_NOFOLLOW to help
avoid even opening devices, which sometimes produce side effects.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.51.2.1 src/bin/rm/rm.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/doc

2012-06-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Jun 15 10:00:29 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Ticket #346


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.131 -r1.1.2.132 src/doc/CHANGES-6.0

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



CVS commit: src/games/dab

2012-06-15 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Jun 15 10:51:26 UTC 2012

Modified Files:
src/games/dab: algor.h

Log Message:
Remove unused fields


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/games/dab/algor.h

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/usb

2012-06-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Jun 15 11:22:08 UTC 2012

Modified Files:
src/sys/dev/usb [netbsd-6]: stuirda.c

Log Message:
Pull up the following revisions(s) (requested by joerg in ticket #336):
sys/dev/usb/stuirda.c:  revision 1.15

Fix a case where an uninitialized USB pipe could be freed in the error
path.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.2.1 src/sys/dev/usb/stuirda.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/doc

2012-06-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Jun 15 11:22:22 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Ticket #336


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.132 -r1.1.2.133 src/doc/CHANGES-6.0

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



CVS commit: src/sys/kern

2012-06-15 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Jun 15 13:51:41 UTC 2012

Modified Files:
src/sys/kern: kern_turnstile.c

Log Message:
comments and assertions.
no functional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/kern/kern_turnstile.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

2012-06-15 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Jun 15 13:53:40 UTC 2012

Modified Files:
src/sys/arch/x86/x86: pmap.c

Log Message:
emap: reduce the number of atomic ops.


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/sys/arch/x86/x86/pmap.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/include

2012-06-15 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Jun 15 13:55:22 UTC 2012

Modified Files:
src/sys/arch/x86/include: i82093var.h

Log Message:
comment


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/include/i82093var.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/x86

2012-06-15 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Jun 15 13:58:00 UTC 2012

Modified Files:
src/sys/arch/x86/include: mpconfig.h
src/sys/arch/x86/x86: intr.c

Log Message:
comments


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/include/mpconfig.h
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/x86/x86/intr.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/include

2012-06-15 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Jun 15 13:58:34 UTC 2012

Modified Files:
src/sys/arch/x86/include: pci_machdep_common.h

Log Message:
comment


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/include/pci_machdep_common.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/x86/pci

2012-06-15 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Jun 15 14:02:41 UTC 2012

Modified Files:
src/sys/arch/x86/pci: pci_intr_machdep.c

Log Message:
assertions.  use a macro.  no functional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/x86/pci/pci_intr_machdep.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/pci

2012-06-15 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Jun 15 14:07:44 UTC 2012

Modified Files:
src/sys/arch/x86/pci: pci_intr_machdep.c

Log Message:
comment


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x86/pci/pci_intr_machdep.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/i386/i386

2012-06-15 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Jun 15 14:09:26 UTC 2012

Modified Files:
src/sys/arch/i386/i386: spl.S

Log Message:
update a comment


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/i386/i386/spl.S

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



CVS commit: src/sys/arch/i386/i386

2012-06-15 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Jun 15 14:23:46 UTC 2012

Modified Files:
src/sys/arch/i386/i386: vector.S

Log Message:
whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/i386/i386/vector.S

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



CVS commit: src/lib/libpthread

2012-06-15 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Jun 15 19:20:45 UTC 2012

Modified Files:
src/lib/libpthread: pthread_cond.c

Log Message:
Do not mark pthread_cond_timedwait explicitly as inlineable, since it
calls pthread__self, which is static.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/lib/libpthread/pthread_cond.c

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



CVS commit: src/external/bsd/bind/dist/lib/lwres

2012-06-15 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Jun 15 19:54:21 UTC 2012

Modified Files:
src/external/bsd/bind/dist/lib/lwres: getnameinfo.c

Log Message:
Simplify ERR, so that it doesn't mess up Clang's
-Wsometimes-uninitialized scan on the function. This is tracked in LLVM
as http://llvm.org/bugs/show_bug.cgi?id=13093.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/bind/dist/lib/lwres/getnameinfo.c

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



CVS commit: src/sys/fs/hfs

2012-06-15 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Jun 15 21:59:40 UTC 2012

Modified Files:
src/sys/fs/hfs: libhfs.c

Log Message:
Assert that out_hr is not NULL in hfslib_read_header_node


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/fs/hfs/libhfs.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/i386/i386

2012-06-15 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Jun 15 23:01:16 UTC 2012

Modified Files:
src/sys/arch/i386/i386: bios32.c

Log Message:
Don't use an empty body on the same line for the for loop.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/i386/i386/bios32.c

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



CVS commit: src

2012-06-15 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Fri Jun 15 23:24:08 UTC 2012

Modified Files:
src/sys/net/npf: npf_ncode.h
src/usr.sbin/npf/npfctl: npf.conf.5 npf_build.c npf_data.c
npf_disassemble.c npf_ncgen.c npf_parse.y npf_scan.l npfctl.c
npfctl.h

Log Message:
- Rework NPF NAT syntax to be more structured and support future additions
  of different types and configurations of NAT.
- npfctl: improve disassemble and show-config command functionality.
- Fix custom ICMP code and type filtering.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/net/npf/npf_ncode.h
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/npf/npfctl/npf.conf.5 \
src/usr.sbin/npf/npfctl/npfctl.c
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/npf/npfctl/npf_build.c
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/npf/npfctl/npf_data.c
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/npf/npfctl/npf_disassemble.c
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/npf/npfctl/npf_ncgen.c
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/npf/npfctl/npf_parse.y
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/npf/npfctl/npf_scan.l
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/npf/npfctl/npfctl.h

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/npfctl

2012-06-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jun 16 01:31:33 UTC 2012

Modified Files:
src/usr.sbin/npf/npfctl: npf_build.c

Log Message:
make this compile again.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/npf/npfctl/npf_build.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/npf/npfctl

2012-06-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jun 16 01:34:10 UTC 2012

Modified Files:
src/usr.sbin/npf/npfctl: npf_build.c

Log Message:
remove error(1) output


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/npf/npfctl/npf_build.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/hpcarm/dev

2012-06-15 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sat Jun 16 05:58:03 UTC 2012

Modified Files:
src/sys/arch/hpcarm/dev: nbppcon.c

Log Message:
Add '\n' to revision string.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hpcarm/dev/nbppcon.c

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