CVS commit: src/sys/dev

2012-05-29 Thread Roland Dowdeswell
Module Name:src
Committed By:   elric
Date:   Tue May 29 10:20:34 UTC 2012

Modified Files:
src/sys/dev: dksubr.c

Log Message:
Fix 32/64 bit int truncation issue.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/dksubr.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/usb

2012-05-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May 29 14:04:49 UTC 2012

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
more usb network adapters from jmcneill


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

2012-05-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May 29 14:05:01 UTC 2012

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.608 -r1.609 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.609 -r1.610 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: src/sys/dev/usb

2012-05-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May 29 14:06:23 UTC 2012

Modified Files:
src/sys/dev/usb: files.usb
Added Files:
src/sys/dev/usb: if_urtw.c if_urtwreg.h

Log Message:
Driver for Realtek RTL8187/RTL8187B 802.11b/g USB wireless adapter, from
OpenBSD by jmcneill.


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/sys/dev/usb/files.usb
cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/if_urtw.c src/sys/dev/usb/if_urtwreg.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/evbmips/conf

2012-05-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May 29 14:12:28 UTC 2012

Modified Files:
src/sys/arch/evbmips/conf: LOONGSON

Log Message:
add the realtek usb driver from jmcneill


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbmips/conf/LOONGSON

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

2012-05-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue May 29 15:42:42 UTC 2012

Modified Files:
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el

Log Message:
Add n64/o32 versions of libexecinfo


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/distrib/sets/lists/base/ad.mips64eb
cvs rdiff -u -r1.89 -r1.90 src/distrib/sets/lists/base/ad.mips64el

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



CVS commit: src/sys/arch/vax/include

2012-05-29 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue May 29 17:25:38 UTC 2012

Modified Files:
src/sys/arch/vax/include: asm.h

Log Message:
Remove an unneeded indirect access from polyd/polyf macros


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/vax/include/asm.h

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



CVS commit: src/external/bsd/llvm

2012-05-29 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue May 29 19:31:53 UTC 2012

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/bin/tblgen: Makefile
src/external/bsd/llvm/include: Makefile
src/external/bsd/llvm/lib/libLLVMTableGen: Makefile
src/external/bsd/llvm/lib/libclangDriver: Makefile
src/external/bsd/llvm/lib/libclangStaticAnalyzerCore: Makefile

Log Message:
Update Clang/LLVM snapshot to 156412. Refactoring.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/llvm/bin/tblgen/Makefile
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/llvm/include/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/libLLVMTableGen/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/libclangDriver/Makefile
cvs rdiff -u -r1.9 -r1.10 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCore/Makefile

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



CVS commit: src/sys/dev/usb

2012-05-29 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Tue May 29 19:47:56 UTC 2012

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
Added some Ralink wlan adapters.


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

2012-05-29 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Tue May 29 19:49:10 UTC 2012

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
regen.


To generate a diff of this commit:
cvs rdiff -u -r1.609 -r1.610 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.610 -r1.611 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: src/sys/arch/evbmips/conf

2012-05-29 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Tue May 29 20:02:42 UTC 2012

Modified Files:
src/sys/arch/evbmips/conf: LOONGSON

Log Message:
Add SYSV{MSG,SEM,SHM} options.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbmips/conf/LOONGSON

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



CVS commit: src/sys/dev/usb

2012-05-29 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Tue May 29 21:10:40 UTC 2012

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
Added Buffalo WLI-UC-GNM2T.


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

2012-05-29 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Tue May 29 21:11:37 UTC 2012

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.610 -r1.611 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.611 -r1.612 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: src/distrib/sets/lists/base

2012-05-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue May 29 22:43:24 UTC 2012

Modified Files:
src/distrib/sets/lists/base: md.sparc64

Log Message:
Add 32bit libexecinfo version


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/distrib/sets/lists/base/md.sparc64

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



CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2012-05-29 Thread Michael Lorenz
Module Name:xsrc
Committed By:   macallan
Date:   Wed May 30 04:54:27 UTC 2012

Modified Files:
xsrc/external/mit/xf86-video-nv/dist/src: nv_driver.c

Log Message:
don't map the VGA framebuffer if AVOID_VGAHW is defined


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r1.2 \
xsrc/external/mit/xf86-video-nv/dist/src/nv_driver.c

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



CVS commit: src/external/mit/xorg/server/drivers/xf86-video-nv

2012-05-29 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed May 30 05:20:36 UTC 2012

Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-nv: Makefile

Log Message:
set AVOID_VGAHW on macppc, now this driver works out of the box
should probably be set on all machines where we never use VGA text mode


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/external/mit/xorg/server/drivers/xf86-video-nv/Makefile

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



CVS commit: src/tests/lib/libexecinfo

2012-05-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed May 30 06:01:22 UTC 2012

Modified Files:
src/tests/lib/libexecinfo: t_backtrace.c

Log Message:
Skip test on non-amd64 machines for now, pointing to PR 46490.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libexecinfo/t_backtrace.c

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