CVS commit: src/tests/lib/csu/arch/sparc

2013-12-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Dec 12 11:22:26 UTC 2013

Added Files:
src/tests/lib/csu/arch/sparc: h_initfini_align.S

Log Message:
Add stack alignement test for sparc


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/sparc/h_initfini_align.S

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



CVS commit: src/sys/dev/pci

2013-12-12 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Thu Dec 12 15:05:07 UTC 2013

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Added Radeon HD6320 Graphics.


To generate a diff of this commit:
cvs rdiff -u -r1.1166 -r1.1167 src/sys/dev/pci/pcidevs

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



CVS commit: src/sys/dev/pci

2013-12-12 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Thu Dec 12 15:05:55 UTC 2013

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.1159 -r1.1160 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1158 -r1.1159 src/sys/dev/pci/pcidevs_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

2013-12-12 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Thu Dec 12 15:07:40 UTC 2013

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

Log Message:
Added some MediaTek wifi adapters.


To generate a diff of this commit:
cvs rdiff -u -r1.657 -r1.658 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

2013-12-12 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Thu Dec 12 15:08:16 UTC 2013

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.649 -r1.650 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.650 -r1.651 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

2013-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Dec 12 17:53:03 UTC 2013

Modified Files:
src/include: stddef.h
src/sys/sys: types.h

Log Message:
Make ptrdiff_t available in the kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/include/stddef.h
cvs rdiff -u -r1.90 -r1.91 src/sys/sys/types.h

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



CVS commit: src/common/lib/libc/arch/arm/quad

2013-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Dec 12 18:01:15 UTC 2013

Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_uldivmod.S

Log Message:
Fix a bug in the divby0 case.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libc/arch/arm/quad/__aeabi_uldivmod.S

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



CVS commit: src/external/cddl/osnet/sys/sys

2013-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Dec 12 18:20:49 UTC 2013

Modified Files:
src/external/cddl/osnet/sys/sys: types.h

Log Message:
Don't define ptrdiff_t since that's done in the NetBSD 


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/cddl/osnet/sys/sys/types.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/amd64/amd64

2013-12-12 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Thu Dec 12 22:41:03 UTC 2013

Modified Files:
src/sys/arch/amd64/amd64: process_machdep.c

Log Message:
Since regs->fxstate is actually of type 'struct fxsave64' use a structure
  copy instead of a 'not obviously incorrect' memcpy().


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amd64/amd64/process_machdep.c

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



CVS commit: src/share/mk

2013-12-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Dec 13 02:47:45 UTC 2013

Modified Files:
src/share/mk: bsd.lib.mk

Log Message:
Don't strip local symbols for earmv7*eb images since that will break linking.


To generate a diff of this commit:
cvs rdiff -u -r1.342 -r1.343 src/share/mk/bsd.lib.mk

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



CVS commit: src/sys/dev/pci

2013-12-12 Thread pedro martelletto
Module Name:src
Committed By:   pedro
Date:   Fri Dec 13 07:11:09 UTC 2013

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Add entries for Atheros AR9462 and a new flavour of Intel Haswell
Integrated Graphics Device; OK rmind@ mbalmer@


To generate a diff of this commit:
cvs rdiff -u -r1.1167 -r1.1168 src/sys/dev/pci/pcidevs

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



CVS commit: src/sys/dev/pci

2013-12-12 Thread pedro martelletto
Module Name:src
Committed By:   pedro
Date:   Fri Dec 13 07:14:13 UTC 2013

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.1160 -r1.1161 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1159 -r1.1160 src/sys/dev/pci/pcidevs_data.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/postinstall

2013-12-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Dec 13 07:37:50 UTC 2013

Modified Files:
src/usr.sbin/postinstall: postinstall

Log Message:
Cosmetics: use "msg" instead of "echo"


To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 src/usr.sbin/postinstall/postinstall

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