CVS commit: src/sys/arch/sparc/stand/ofwboot

2013-12-18 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Dec 18 10:09:56 UTC 2013

Modified Files:
src/sys/arch/sparc/stand/ofwboot: Locore.c

Log Message:
The "close" call returns no arguments


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/sparc/stand/ofwboot/Locore.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/pci

2013-12-18 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Dec 18 11:53:17 UTC 2013

Modified Files:
src/sys/dev/pci: machfb.c

Log Message:
get rid of /dev/fb support which has never been used for anything other than
some highly experimental code in xf86/Xsun


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/dev/pci/machfb.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/alpha

2013-12-18 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Dec 18 12:43:59 UTC 2013

Modified Files:
src/sys/arch/alpha/conf: GENERIC
src/sys/arch/alpha/pci: pci_1000.c pci_1000a.c

Log Message:
Silence gcc 4.8


To generate a diff of this commit:
cvs rdiff -u -r1.354 -r1.355 src/sys/arch/alpha/conf/GENERIC
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/alpha/pci/pci_1000.c
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/alpha/pci/pci_1000a.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/arm/omap

2013-12-18 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Dec 18 12:53:26 UTC 2013

Modified Files:
src/sys/arch/arm/omap: if_cpsw.c

Log Message:
Remove unused variable.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/omap/if_cpsw.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/arm/arm

2013-12-18 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Dec 18 12:52:48 UTC 2013

Modified Files:
src/sys/arch/arm/arm: cpufunc.c

Log Message:
Remove unused variables.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/arch/arm/arm/cpufunc.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/arm/omap

2013-12-18 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Dec 18 12:54:01 UTC 2013

Modified Files:
src/sys/arch/arm/omap: omapfb.c

Log Message:
Deal with unused variables.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/omap/omapfb.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/arm/omap

2013-12-18 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Dec 18 12:54:35 UTC 2013

Modified Files:
src/sys/arch/arm/omap: ti_iic.c

Log Message:
Initialise len in ti_iic_do_{read,write}.

Is this worth a pullups?


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/omap/ti_iic.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/arm

2013-12-18 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Dec 18 13:03:59 UTC 2013

Modified Files:
src/sys/arch/arm/ep93xx: ep93xx_intr.c
src/sys/arch/arm/ixp12x0: ixp12x0_intr.c

Log Message:
Remove unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/ep93xx/ep93xx_intr.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arm/ixp12x0/ixp12x0_intr.c

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



CVS commit: [matt-nb5-mips64] src/gnu/dist/binutils

2013-12-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 18 14:07:30 UTC 2013

Modified Files:
src/gnu/dist/binutils/gas/config [matt-nb5-mips64]: tc-arm.c
src/gnu/dist/binutils/include/opcode [matt-nb5-mips64]: arm.h

Log Message:
Add some armv7 instructions.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.32.1 src/gnu/dist/binutils/gas/config/tc-arm.c
cvs rdiff -u -r1.1.1.2 -r1.1.1.2.32.1 \
src/gnu/dist/binutils/include/opcode/arm.h

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



CVS commit: [matt-nb5-mips64] src/gnu/dist/gcc4/gcc

2013-12-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 18 14:49:47 UTC 2013

Modified Files:
src/gnu/dist/gcc4/gcc [matt-nb5-mips64]: config.gcc
src/gnu/dist/gcc4/gcc/config/arm [matt-nb5-mips64]: arm-cores.def arm.c
arm.h netbsd-elf.h

Log Message:
Make gcc4.1 aware of cortex-a[89]/armv7a and be8 linking.  cortex is
treated as arm11.


To generate a diff of this commit:
cvs rdiff -u -r1.19.8.2 -r1.19.8.3 src/gnu/dist/gcc4/gcc/config.gcc
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.32.1 \
src/gnu/dist/gcc4/gcc/config/arm/arm-cores.def \
src/gnu/dist/gcc4/gcc/config/arm/arm.h \
src/gnu/dist/gcc4/gcc/config/arm/netbsd-elf.h
cvs rdiff -u -r1.1.1.4 -r1.1.1.4.16.1 src/gnu/dist/gcc4/gcc/config/arm/arm.c

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



CVS commit: [matt-nb5-mips64] src/gnu/dist/binutils/opcodes

2013-12-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 18 18:31:22 UTC 2013

Modified Files:
src/gnu/dist/binutils/opcodes [matt-nb5-mips64]: arm-dis.c

Log Message:
Decode some armv7 instructions


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.1.1.3.32.1 src/gnu/dist/binutils/opcodes/arm-dis.c

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



CVS commit: [matt-nb5-mips64] src/gnu/dist/binutils

2013-12-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 18 18:33:11 UTC 2013

Modified Files:
src/gnu/dist/binutils/bfd [matt-nb5-mips64]: config.bfd
src/gnu/dist/binutils/ld [matt-nb5-mips64]: configure.tgt

Log Message:
All arm*{,eb}-*-netbsdelf* to match


To generate a diff of this commit:
cvs rdiff -u -r1.14.24.4 -r1.14.24.5 src/gnu/dist/binutils/bfd/config.bfd
cvs rdiff -u -r1.8.30.3 -r1.8.30.4 src/gnu/dist/binutils/ld/configure.tgt

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



CVS commit: [matt-nb5-mips64] src/share/mk

2013-12-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 18 18:38:21 UTC 2013

Modified Files:
src/share/mk [matt-nb5-mips64]: bsd.own.mk

Log Message:
Allow armv7/armv7eb as valid MACHINE_ARCH for arm


To generate a diff of this commit:
cvs rdiff -u -r1.542.2.9.4.7 -r1.542.2.9.4.8 src/share/mk/bsd.own.mk

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



CVS commit: [matt-nb5-mips64] src/share/mk

2013-12-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 18 18:39:05 UTC 2013

Modified Files:
src/share/mk [matt-nb5-mips64]: bsd.lib.mk

Log Message:
Bring OBJCOPYLIBFLAGS from HEAD so we can preserve $a/$d/$t on BE ARM


To generate a diff of this commit:
cvs rdiff -u -r1.289.2.2.2.1.2.1 -r1.289.2.2.2.1.2.2 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: [matt-nb5-mips64] src/share/mk

2013-12-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 18 18:39:25 UTC 2013

Modified Files:
src/share/mk [matt-nb5-mips64]: bsd.sys.mk

Log Message:
Bring OBJCOPYLIBFLAGS from HEAD so we can preserve $a/$d/$t on BE ARM


To generate a diff of this commit:
cvs rdiff -u -r1.179.8.5 -r1.179.8.6 src/share/mk/bsd.sys.mk

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



CVS commit: [matt-nb5-mips64] src

2013-12-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 18 18:40:35 UTC 2013

Modified Files:
src [matt-nb5-mips64]: build.sh

Log Message:
Allow arch of armv7/armv7eb for evbarm.  Add evbarmv7-e[bl] alias


To generate a diff of this commit:
cvs rdiff -u -r1.198.2.3.4.3 -r1.198.2.3.4.4 src/build.sh

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



CVS commit: [matt-nb5-mips64] src/gnu/lib

2013-12-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 18 18:41:40 UTC 2013

Modified Files:
src/gnu/lib/crtstuff4 [matt-nb5-mips64]: Makefile
src/gnu/lib/libbfd [matt-nb5-mips64]: Makefile
src/gnu/lib/libgcc4 [matt-nb5-mips64]: Makefile.inc
src/gnu/lib/libiberty [matt-nb5-mips64]: Makefile
src/gnu/lib/libobjc4 [matt-nb5-mips64]: Makefile
src/gnu/lib/libopcodes [matt-nb5-mips64]: Makefile
src/gnu/lib/libstdc++-v3_4 [matt-nb5-mips64]: Makefile
src/gnu/lib/libstdc++-v3_4/include [matt-nb5-mips64]: Makefile
src/gnu/lib/libstdc++-v3_4/include/backward [matt-nb5-mips64]: Makefile
src/gnu/lib/libstdc++-v3_4/include/bits [matt-nb5-mips64]: Makefile
src/gnu/lib/libstdc++-v3_4/include/debug [matt-nb5-mips64]: Makefile
src/gnu/lib/libstdc++-v3_4/include/ext [matt-nb5-mips64]: Makefile
src/gnu/lib/libstdc++-v3_4/include/tr1 [matt-nb5-mips64]: Makefile
src/gnu/lib/libsupc++4 [matt-nb5-mips64]: Makefile
Added Files:
src/gnu/lib [matt-nb5-mips64]: Makefile.inc

Log Message:
Treat MACHINE_ARCH of armv7/armv7eb as arm/armeb


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/gnu/lib/Makefile.inc
cvs rdiff -u -r1.3.10.1 -r1.3.10.2 src/gnu/lib/crtstuff4/Makefile
cvs rdiff -u -r1.45 -r1.45.6.1 src/gnu/lib/libbfd/Makefile
cvs rdiff -u -r1.13.10.1 -r1.13.10.2 src/gnu/lib/libgcc4/Makefile.inc
cvs rdiff -u -r1.10 -r1.10.30.1 src/gnu/lib/libiberty/Makefile
cvs rdiff -u -r1.11 -r1.11.6.1 src/gnu/lib/libobjc4/Makefile
cvs rdiff -u -r1.5 -r1.5.6.1 src/gnu/lib/libopcodes/Makefile
cvs rdiff -u -r1.3 -r1.3.28.1 src/gnu/lib/libstdc++-v3_4/Makefile
cvs rdiff -u -r1.1 -r1.1.32.1 src/gnu/lib/libstdc++-v3_4/include/Makefile
cvs rdiff -u -r1.1 -r1.1.32.1 \
src/gnu/lib/libstdc++-v3_4/include/backward/Makefile
cvs rdiff -u -r1.1 -r1.1.32.1 \
src/gnu/lib/libstdc++-v3_4/include/bits/Makefile
cvs rdiff -u -r1.1 -r1.1.32.1 \
src/gnu/lib/libstdc++-v3_4/include/debug/Makefile
cvs rdiff -u -r1.1 -r1.1.32.1 src/gnu/lib/libstdc++-v3_4/include/ext/Makefile
cvs rdiff -u -r1.1 -r1.1.32.1 src/gnu/lib/libstdc++-v3_4/include/tr1/Makefile
cvs rdiff -u -r1.2 -r1.2.28.1 src/gnu/lib/libsupc++4/Makefile

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



CVS commit: [matt-nb5-mips64] src/gnu

2013-12-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 18 18:43:30 UTC 2013

Modified Files:
src/gnu/usr.bin/binutils [matt-nb5-mips64]: Makefile Makefile.inc
src/gnu/usr.bin/binutils/common [matt-nb5-mips64]: Makefile
Makefile.inc Makefile.prog
src/gnu/usr.bin/binutils/gas [matt-nb5-mips64]: Makefile
src/gnu/usr.bin/binutils/gprof [matt-nb5-mips64]: Makefile
src/gnu/usr.bin/binutils/ld [matt-nb5-mips64]: Makefile
src/gnu/usr.bin/gdb6 [matt-nb5-mips64]: Makefile.inc
src/gnu/usr.bin/gdb6/bfd [matt-nb5-mips64]: Makefile
src/gnu/usr.bin/gdb6/gdb [matt-nb5-mips64]: Makefile
src/gnu/usr.bin/gdb6/gdbtui [matt-nb5-mips64]: Makefile
src/gnu/usr.bin/gdb6/libgdb [matt-nb5-mips64]: Makefile
src/gnu/usr.bin/gdb6/libiberty [matt-nb5-mips64]: Makefile
src/gnu/usr.bin/gdb6/opcodes [matt-nb5-mips64]: Makefile
src/gnu/usr.bin/gdb6/readline [matt-nb5-mips64]: Makefile
src/gnu/usr.bin/gdb6/sim [matt-nb5-mips64]: Makefile
src/gnu/usr.sbin/dbsym [matt-nb5-mips64]: Makefile
src/gnu/usr.sbin/mdsetimage [matt-nb5-mips64]: Makefile

Log Message:
Treat MACHINE_ARCH of armv7/armv7eb as arm/armeb


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.22.44.1 src/gnu/usr.bin/binutils/Makefile
cvs rdiff -u -r1.14 -r1.14.38.1 src/gnu/usr.bin/binutils/Makefile.inc
cvs rdiff -u -r1.16.44.1 -r1.16.44.2 src/gnu/usr.bin/binutils/common/Makefile
cvs rdiff -u -r1.2 -r1.2.44.1 src/gnu/usr.bin/binutils/common/Makefile.inc
cvs rdiff -u -r1.8 -r1.8.30.1 src/gnu/usr.bin/binutils/common/Makefile.prog
cvs rdiff -u -r1.8 -r1.8.30.1 src/gnu/usr.bin/binutils/gas/Makefile
cvs rdiff -u -r1.5 -r1.5.44.1 src/gnu/usr.bin/binutils/gprof/Makefile
cvs rdiff -u -r1.27.2.3.4.1 -r1.27.2.3.4.2 \
src/gnu/usr.bin/binutils/ld/Makefile
cvs rdiff -u -r1.1 -r1.1.32.1 src/gnu/usr.bin/gdb6/Makefile.inc
cvs rdiff -u -r1.4 -r1.4.8.1 src/gnu/usr.bin/gdb6/bfd/Makefile
cvs rdiff -u -r1.7 -r1.7.24.1 src/gnu/usr.bin/gdb6/gdb/Makefile
cvs rdiff -u -r1.3 -r1.3.24.1 src/gnu/usr.bin/gdb6/gdbtui/Makefile
cvs rdiff -u -r1.8 -r1.8.12.1 src/gnu/usr.bin/gdb6/libgdb/Makefile
cvs rdiff -u -r1.5 -r1.5.12.1 src/gnu/usr.bin/gdb6/libiberty/Makefile
cvs rdiff -u -r1.3 -r1.3.12.1 src/gnu/usr.bin/gdb6/opcodes/Makefile
cvs rdiff -u -r1.3 -r1.3.12.1 src/gnu/usr.bin/gdb6/readline/Makefile
cvs rdiff -u -r1.3 -r1.3.30.1 src/gnu/usr.bin/gdb6/sim/Makefile
cvs rdiff -u -r1.13 -r1.13.44.1 src/gnu/usr.sbin/dbsym/Makefile
cvs rdiff -u -r1.19 -r1.19.16.1 src/gnu/usr.sbin/mdsetimage/Makefile

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



CVS commit: [matt-nb5-mips64] src/gnu/usr.bin/gcc4

2013-12-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Dec 18 18:42:57 UTC 2013

Modified Files:
src/gnu/usr.bin/gcc4/libcpp [matt-nb5-mips64]: Makefile
src/gnu/usr.bin/gcc4/libiberty [matt-nb5-mips64]: Makefile
Added Files:
src/gnu/usr.bin/gcc4/arch/armv7 [matt-nb5-mips64]: auto-host.h
bconfig.h config.h configargs.h defs.mk gencheck.h gthr-default.h
multilib.h tm.h
src/gnu/usr.bin/gcc4/arch/armv7eb [matt-nb5-mips64]: auto-host.h
bconfig.h config.h configargs.h defs.mk gencheck.h gthr-default.h
multilib.h tm.h

Log Message:
Add arch files for armv7/armv7eb (same as arm/armv7 except configargs.h
supplies cpu as cortex-a8)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/gnu/usr.bin/gcc4/arch/armv7/auto-host.h \
src/gnu/usr.bin/gcc4/arch/armv7/bconfig.h \
src/gnu/usr.bin/gcc4/arch/armv7/config.h \
src/gnu/usr.bin/gcc4/arch/armv7/configargs.h \
src/gnu/usr.bin/gcc4/arch/armv7/defs.mk \
src/gnu/usr.bin/gcc4/arch/armv7/gencheck.h \
src/gnu/usr.bin/gcc4/arch/armv7/gthr-default.h \
src/gnu/usr.bin/gcc4/arch/armv7/multilib.h \
src/gnu/usr.bin/gcc4/arch/armv7/tm.h
cvs rdiff -u -r0 -r1.1.2.1 src/gnu/usr.bin/gcc4/arch/armv7eb/auto-host.h \
src/gnu/usr.bin/gcc4/arch/armv7eb/bconfig.h \
src/gnu/usr.bin/gcc4/arch/armv7eb/config.h \
src/gnu/usr.bin/gcc4/arch/armv7eb/configargs.h \
src/gnu/usr.bin/gcc4/arch/armv7eb/defs.mk \
src/gnu/usr.bin/gcc4/arch/armv7eb/gencheck.h \
src/gnu/usr.bin/gcc4/arch/armv7eb/gthr-default.h \
src/gnu/usr.bin/gcc4/arch/armv7eb/multilib.h \
src/gnu/usr.bin/gcc4/arch/armv7eb/tm.h
cvs rdiff -u -r1.3 -r1.3.12.1 src/gnu/usr.bin/gcc4/libcpp/Makefile
cvs rdiff -u -r1.4 -r1.4.12.1 src/gnu/usr.bin/gcc4/libiberty/Makefile

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



CVS commit: src/sys/rump/include/rump

2013-12-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Dec 18 20:10:58 UTC 2013

Modified Files:
src/sys/rump/include/rump: makerumpdefs.sh

Log Message:
generate errno -> str routine (for portable programs)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/rump/include/rump/makerumpdefs.sh

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



CVS commit: src/sys/rump/include/rump

2013-12-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Dec 18 20:12:08 UTC 2013

Modified Files:
src/sys/rump/include/rump: rumpdefs.h
Added Files:
src/sys/rump/include/rump: rumperr.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/rump/include/rump/rumpdefs.h
cvs rdiff -u -r0 -r1.1 src/sys/rump/include/rump/rumperr.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-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Dec 18 20:14:02 UTC 2013

Modified Files:
src/distrib/sets/lists/comp: mi
src/sys/rump/include/rump: Makefile

Log Message:
install rumperr.h


To generate a diff of this commit:
cvs rdiff -u -r1.1870 -r1.1871 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.5 -r1.6 src/sys/rump/include/rump/Makefile

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



CVS commit: [netbsd-5] src/lib/libc/net

2013-12-18 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Dec 18 20:23:36 UTC 2013

Modified Files:
src/lib/libc/net [netbsd-5]: gethnamaddr.c getnameinfo.3 getnameinfo.c
sethostent.c
Added Files:
src/lib/libc/net [netbsd-5]: hostent.h

Log Message:
Apply patch, requested by bad in ticket #1887:
lib/libc/net/gethnamaddr.c  1.79-1.82 via patch
lib/libc/net/getnameinfo.3  1.37-1.40 via patch
lib/libc/net/getnameinfo.c  1.4 via patch
lib/libc/net/hostent.h  1.1, 1.2 via patch
lib/libc/net/sethostent.c   1.17-1.19 via patch

Make getnameinfo(3) re-entrant (ahem __ypdomain).
Add not advertised reentrant functions: {get,set,end}hostent_r,
gethostbyname{,2}_r, gethostbyaddr_r. Make getnameinfo(3) use
gethostbyaddr_r(3).
Implement no-check-names.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.73.18.1 src/lib/libc/net/gethnamaddr.c
cvs rdiff -u -r1.36 -r1.36.26.1 src/lib/libc/net/getnameinfo.3
cvs rdiff -u -r1.45 -r1.45.24.1 src/lib/libc/net/getnameinfo.c
cvs rdiff -u -r0 -r1.2.2.2 src/lib/libc/net/hostent.h
cvs rdiff -u -r1.16 -r1.16.18.1 src/lib/libc/net/sethostent.c

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



CVS commit: src/lib/librumpuser

2013-12-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Dec 18 20:24:04 UTC 2013

Modified Files:
src/lib/librumpuser: rumpuser_port.h

Log Message:
remove outdated comment (since quite a few months ago)


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/librumpuser/rumpuser_port.h

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

2013-12-18 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Dec 18 20:25:16 UTC 2013

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

Log Message:
Ticket 1887


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-5.3

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



CVS commit: src/usr.bin/rump_allserver

2013-12-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Dec 18 20:48:31 UTC 2013

Modified Files:
src/usr.bin/rump_allserver: rump_allserver.c

Log Message:
Use rumperr to print correct error strings on !NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/rump_allserver/rump_allserver.c

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



CVS commit: src/usr.bin/rump_allserver

2013-12-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Dec 18 20:50:31 UTC 2013

Modified Files:
src/usr.bin/rump_allserver: rump_allserver.c

Log Message:
Set LD_DYNAMIC_WEAK, required by glibc ld.so for -l params.

(this accidentally slipped in the previous commit already, but
I'm recommitting it to get cvs annotate right)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/rump_allserver/rump_allserver.c

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



CVS commit: src/usr.bin/rump_allserver

2013-12-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Dec 18 20:56:32 UTC 2013

Modified Files:
src/usr.bin/rump_allserver: rump_allserver.c

Log Message:
Actually, nevermind with the whole LD_DYNAMIC_WEAK business, forgot
to unset it from the shell before testing.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/rump_allserver/rump_allserver.c

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



CVS commit: src/tests/net/bpfilter

2013-12-18 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Wed Dec 18 22:39:16 UTC 2013

Modified Files:
src/tests/net/bpfilter: t_bpfilter.c

Log Message:
Add bpfilterbadmem, bpfilternoinitA and bpfilternoinitX tests.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/net/bpfilter/t_bpfilter.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/lib/libc/net

2013-12-18 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Dec 18 22:39:32 UTC 2013

Modified Files:
src/lib/libc/net [netbsd-6]: gethnamaddr.c getnameinfo.3 getnameinfo.c
sethostent.c
Added Files:
src/lib/libc/net [netbsd-6]: hostent.h

Log Message:
Pullup the following revisions, requested by bad in ticket 975:
lib/libc/net/gethnamaddr.c  1.79-1.81, 1.84
lib/libc/net/getnameinfo.3  1.37-1.40
lib/libc/net/getnameinfo.c  1.51, 1.52, 1.54
lib/libc/net/hostent.h  1.1, 1.2
lib/libc/net/sethostent.c   1.17-1.19

Make getnameinfo(3) re-entrant (ahem __ypdomain).
Add not advertised reentrant functions: {get,set,end}hostent_r,
gethostbyname{,2}_r, gethostbyaddr_r. Make getnameinfo(3) use
gethostbyaddr_r(3).
Implement no-check-names.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.77.4.1 src/lib/libc/net/gethnamaddr.c
cvs rdiff -u -r1.37 -r1.37.8.1 src/lib/libc/net/getnameinfo.3
cvs rdiff -u -r1.50 -r1.50.8.1 src/lib/libc/net/getnameinfo.c
cvs rdiff -u -r0 -r1.2.4.2 src/lib/libc/net/hostent.h
cvs rdiff -u -r1.16 -r1.16.38.1 src/lib/libc/net/sethostent.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

2013-12-18 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Dec 18 22:41:45 UTC 2013

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

Log Message:
ticket 975


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.69 -r1.1.2.70 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/external/lgpl3/gmp/lib/libgmp

2013-12-18 Thread Greg Troxel
Module Name:src
Committed By:   gdt
Date:   Thu Dec 19 01:07:03 UTC 2013

Modified Files:
src/external/lgpl3/gmp/lib/libgmp: Makefile

Log Message:
When copying an .OBJDIR file, rm -f first.

Arguably there should be some general mechanism, but there isn't yet,
and I hit a build failure at

cp ${.CURDIR}/arch/${GMP_MACHINE_ARCH}/config.m4 ${.OBJDIR}/config.m4

because my source tree is mode 444, and hence my previously-copied
config.m4 was too.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/lgpl3/gmp/lib/libgmp/Makefile

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



CVS commit: src/external/lgpl3/mpfr/lib/libmpfr

2013-12-18 Thread Greg Troxel
Module Name:src
Committed By:   gdt
Date:   Thu Dec 19 01:10:19 UTC 2013

Modified Files:
src/external/lgpl3/mpfr/lib/libmpfr: Makefile

Log Message:
rm -f an .objdir file before copying to it.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/lgpl3/mpfr/lib/libmpfr/Makefile

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



CVS commit: [matt-nb5-mips64] src/common/lib/libc/arch/arm/atomic

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

Modified Files:
src/common/lib/libc/arch/arm/atomic [matt-nb5-mips64]: Makefile.inc
atomic_cas_32.S

Log Message:
Enable ldrex/strex based atomic ops on armv6/armv7


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.8.1 src/common/lib/libc/arch/arm/atomic/Makefile.inc
cvs rdiff -u -r1.2 -r1.2.12.1 \
src/common/lib/libc/arch/arm/atomic/atomic_cas_32.S

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



CVS commit: [matt-nb5-mips64] src/distrib/evbarm

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

Modified Files:
src/distrib/evbarm [matt-nb5-mips64]: Makefile
src/distrib/evbarm/instkernel/instkernel [matt-nb5-mips64]: Makefile

Log Message:
adapt for evbarmv7


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.26.1 src/distrib/evbarm/Makefile
cvs rdiff -u -r1.13.26.1 -r1.13.26.1.4.1 \
src/distrib/evbarm/instkernel/instkernel/Makefile

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



CVS commit: [matt-nb5-mips64] src/distrib/sets/lists

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

Added Files:
src/distrib/sets/lists/base [matt-nb5-mips64]: ad.armv7eb
md.evbarm.armv7eb rescue.ad.armv7eb
src/distrib/sets/lists/comp [matt-nb5-mips64]: ad.armv7eb

Log Message:
set changes for armv7eb (similar to armeb)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/distrib/sets/lists/base/ad.armv7eb \
src/distrib/sets/lists/base/md.evbarm.armv7eb \
src/distrib/sets/lists/base/rescue.ad.armv7eb
cvs rdiff -u -r0 -r1.1.2.1 src/distrib/sets/lists/comp/ad.armv7eb

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



CVS commit: [matt-nb5-mips64] src/etc

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

Modified Files:
src/etc [matt-nb5-mips64]: MAKEDEV.awk Makefile
src/etc/mtree [matt-nb5-mips64]: Makefile NetBSD.dist
Added Files:
src/etc/mtree [matt-nb5-mips64]: NetBSD.dist.mips64eb
NetBSD.dist.mips64el

Log Message:
Deal with MACHINE_ARCH of armv7/armv7eb.
Split out mips64 compat dirs.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.20.10.1 src/etc/MAKEDEV.awk
cvs rdiff -u -r1.359.2.3.4.2 -r1.359.2.3.4.3 src/etc/Makefile
cvs rdiff -u -r1.5 -r1.5.40.1 src/etc/mtree/Makefile
cvs rdiff -u -r1.385.2.1.4.2 -r1.385.2.1.4.3 src/etc/mtree/NetBSD.dist
cvs rdiff -u -r0 -r1.7.2.2 src/etc/mtree/NetBSD.dist.mips64eb
cvs rdiff -u -r0 -r1.8.2.2 src/etc/mtree/NetBSD.dist.mips64el

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



CVS commit: [matt-nb5-mips64] src/gnu/lib

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

Modified Files:
src/gnu/lib/libgcc4/libgcov [matt-nb5-mips64]: Makefile
src/gnu/lib/libiberty [matt-nb5-mips64]: Makefile
src/gnu/lib/libsupc++4 [matt-nb5-mips64]: Makefile.common

Log Message:
support for armv7/armv7eb MACHINE_ARCH


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.8.1 src/gnu/lib/libgcc4/libgcov/Makefile
cvs rdiff -u -r1.10.30.1 -r1.10.30.2 src/gnu/lib/libiberty/Makefile
cvs rdiff -u -r1.1 -r1.1.32.1 src/gnu/lib/libsupc++4/Makefile.common

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



CVS commit: [matt-nb5-mips64] src/sys/arch/arm/include

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

Modified Files:
src/sys/arch/arm/include [matt-nb5-mips64]: cdefs.h

Log Message:
Pull from HEAD (for post armv6 defines).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.38.1 src/sys/arch/arm/include/cdefs.h

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



CVS commit: [matt-nb5-mips64] src/sys/arch/evbarm/include

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

Modified Files:
src/sys/arch/evbarm/include [matt-nb5-mips64]: vmparam.h

Log Message:
compat in libc needs some uvm stuff which needs VM_NFREELIST defined.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.25.18.1 src/sys/arch/evbarm/include/vmparam.h

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



CVS commit: [matt-nb5-mips64] src/sys/arch/evbarm/stand/gzboot

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

Modified Files:
src/sys/arch/evbarm/stand/gzboot [matt-nb5-mips64]: Makefile

Log Message:
Make endian check more generic


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.10.1 src/sys/arch/evbarm/stand/gzboot/Makefile

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



CVS commit: [matt-nb5-mips64] src/sys/lkm/arch/arm

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

Modified Files:
src/sys/lkm/arch/arm [matt-nb5-mips64]: lkmtramp.awk lkmwrap.awk

Log Message:
Update to use -Wl and change \. to just .


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.90.1 src/sys/lkm/arch/arm/lkmtramp.awk \
src/sys/lkm/arch/arm/lkmwrap.awk

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



CVS commit: [matt-nb5-mips64] src/sys

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

Modified Files:
src/sys/rump/librump/rumpkern [matt-nb5-mips64]: vm.c
src/sys/ufs/lfs [matt-nb5-mips64]: lfs_bio.c

Log Message:
Adapt to new uvm_estimatepageable arguments


To generate a diff of this commit:
cvs rdiff -u -r1.41.8.2 -r1.41.8.3 src/sys/rump/librump/rumpkern/vm.c
cvs rdiff -u -r1.114 -r1.114.18.1 src/sys/ufs/lfs/lfs_bio.c

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



CVS commit: [matt-nb5-mips64] src/sys/uvm

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

Modified Files:
src/sys/uvm [matt-nb5-mips64]: uvm_pglist.h

Log Message:
error out if VM_NFREELIST isn't defined


To generate a diff of this commit:
cvs rdiff -u -r1.7.16.5 -r1.7.16.6 src/sys/uvm/uvm_pglist.h

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



CVS commit: [matt-nb5-mips64] src/usr.bin/ldd

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

Modified Files:
src/usr.bin/ldd [matt-nb5-mips64]: Makefile.common

Log Message:
Match any arm


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2.4.1 -r1.1.2.2.4.2 src/usr.bin/ldd/Makefile.common

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



CVS commit: src/sbin/gpt

2013-12-18 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Thu Dec 19 06:46:51 UTC 2013

Modified Files:
src/sbin/gpt: Makefile gpt.8 gpt.c gpt.h
Added Files:
src/sbin/gpt: backup.c

Log Message:
Add the backup subcommand.  It dumps the contents of the partition
tables as a plist, which is readable by the restore subcommand.

XXX restore subcommand forthcoming


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sbin/gpt/Makefile
cvs rdiff -u -r0 -r1.1 src/sbin/gpt/backup.c
cvs rdiff -u -r1.26 -r1.27 src/sbin/gpt/gpt.8 src/sbin/gpt/gpt.c
cvs rdiff -u -r1.9 -r1.10 src/sbin/gpt/gpt.h

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



CVS commit: src/sbin/gpt

2013-12-18 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Dec 19 07:49:50 UTC 2013

Modified Files:
src/sbin/gpt: gpt.8

Log Message:
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/gpt/gpt.8

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