CVS commit: src/sys/arch/amiga/dev

2013-08-13 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Tue Aug 13 10:43:28 UTC 2013

Modified Files:
src/sys/arch/amiga/dev: if_ne_xsh.c

Log Message:
Clean up a bit, add debug function to print the register mappings.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amiga/dev/if_ne_xsh.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/evbarm/conf

2013-08-13 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Tue Aug 13 12:11:02 UTC 2013

Modified Files:
src/sys/arch/evbarm/conf: GUMSTIX

Log Message:
Bump SYMTAB_SPACE

> arm--netbsdelf-eabi-dbsym: symbol table (786048 bytes) too big for buffer 
> (78603 2 bytes)
> Increase options SYMTAB_SPACE in your kernel config


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/evbarm/conf/GUMSTIX

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



CVS commit: src/sys/arch/amiga/dev

2013-08-13 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Tue Aug 13 15:43:25 UTC 2013

Modified Files:
src/sys/arch/amiga/dev: if_ne_xsh.c

Log Message:
Add support for X-Surf 100 integrated MII PHY. MAC part seems to be compatible
with AX88190, while PHY itself can be handled by ukphy.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amiga/dev/if_ne_xsh.c

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-08-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Aug 13 15:44:35 UTC 2013

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

Log Message:
andlt -> movlt


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

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-08-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Aug 13 15:45:30 UTC 2013

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

Log Message:
Fix movlt


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

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-08-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Aug 13 15:46:31 UTC 2013

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

Log Message:
0x8 -> 0x8000 (one too many zeroes)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S

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-08-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Aug 13 15:52:00 UTC 2013

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

Log Message:
Use mvnge AHI, #0x8000 instead of mvnge AHI, ALO, lsr #1


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
src/common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S

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



CVS commit: src/share/man/man4/man4.amiga

2013-08-13 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Tue Aug 13 16:09:55 UTC 2013

Modified Files:
src/share/man/man4/man4.amiga: xsh.4

Log Message:
As MII support was added, add it also to synopsis.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/man4.amiga/xsh.4

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



CVS commit: src/share/man/man4

2013-08-13 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Tue Aug 13 17:30:27 UTC 2013

Modified Files:
src/share/man/man4: ne.4

Log Message:
Note X-Surf 100 support.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/share/man/man4/ne.4

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



CVS commit: src/external

2013-08-13 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Tue Aug 13 19:29:45 UTC 2013

Modified Files:
src/external/bsd/file/lib: Makefile
src/external/gpl3/binutils/lib/libbfd: Makefile
src/external/gpl3/binutils/usr.bin/ld: Makefile
src/external/gpl3/gcc/usr.bin/libcpp: Makefile
src/external/gpl3/gdb/lib/libbfd: Makefile

Log Message:
add to CLEANFILES at some places, for generated files


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/file/lib/Makefile
cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/binutils/lib/libbfd/Makefile
cvs rdiff -u -r1.17 -r1.18 src/external/gpl3/binutils/usr.bin/ld/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/usr.bin/libcpp/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/lib/libbfd/Makefile

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



CVS commit: src

2013-08-13 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Tue Aug 13 20:38:08 UTC 2013

Removed Files:
src/external/gpl3/binutils/dist/ld: configdoc.texi
src/gnu/dist/gmake/doc: make.info make.info-1 make.info-10 make.info-11
make.info-2 make.info-3 make.info-4 make.info-5 make.info-6
make.info-7 make.info-8 make.info-9

Log Message:
remove some files which will be regenerated during build, avoids
writes into $BSDSRCDIR


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r0 src/external/gpl3/binutils/dist/ld/configdoc.texi
cvs rdiff -u -r1.1.1.1 -r0 src/gnu/dist/gmake/doc/make.info \
src/gnu/dist/gmake/doc/make.info-1 src/gnu/dist/gmake/doc/make.info-10 \
src/gnu/dist/gmake/doc/make.info-11 src/gnu/dist/gmake/doc/make.info-2 \
src/gnu/dist/gmake/doc/make.info-3 src/gnu/dist/gmake/doc/make.info-4 \
src/gnu/dist/gmake/doc/make.info-5 src/gnu/dist/gmake/doc/make.info-6 \
src/gnu/dist/gmake/doc/make.info-7 src/gnu/dist/gmake/doc/make.info-8 \
src/gnu/dist/gmake/doc/make.info-9

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



CVS commit: src/tools

2013-08-13 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Tue Aug 13 20:41:25 UTC 2013

Modified Files:
src/tools: Makefile.gnuhost

Log Message:
pass HOST_SH to the build, to keep it from picking up a "bash"
from $PATH


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/tools/Makefile.gnuhost

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



CVS commit: src/sys/arch/sparc/dev

2013-08-13 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Aug 14 01:53:27 UTC 2013

Modified Files:
src/sys/arch/sparc/dev: cgfourteen.c

Log Message:
comments & whitespace police


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/sparc/dev/cgfourteen.c

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