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

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 4 07:17:06 UTC 2012 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: mips_opcode.h src/sys/arch/mips/mips [matt-nb5-mips64]: db_disasm.c Log Message: disasm special2 and special3 opcodes (and ehb and

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

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 4 07:20:32 UTC 2012 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: cpu.h mips_param.h pmap.h pte.h vmparam.h src/sys/arch/mips/mips [matt-nb5-mips64]: cpu_subr.c genassym.cf

CVS commit: src/sys/sys

2012-08-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 4 09:24:19 UTC 2012 Modified Files: src/sys/sys: exec_elf.h Log Message: definetab consistency To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 src/sys/sys/exec_elf.h Please note that diffs are not

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64

2012-08-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 4 11:03:35 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: Makefile aes-x86_64.S aesni-sha1-x86_64.S aesni-x86_64.S bsaes-x86_64.S cmll-x86_64.S ghash-x86_64.S

CVS commit: src/sys/coda

2012-08-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 4 12:31:57 UTC 2012 Modified Files: src/sys/coda: coda_psdev.c Log Message: Don't increment the mount reference count here. Otherwise we are left with refcount of one when we unmount, and vfs_destroy does not... Who is

CVS commit: src/distrib/sets/lists/modules

2012-08-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Aug 4 12:33:23 UTC 2012 Modified Files: src/distrib/sets/lists/modules: mi Log Message: Add distrib entries for new uatp module. Hello, riastradh! To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/kern

2012-08-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 4 12:38:20 UTC 2012 Modified Files: src/sys/kern: subr_lockdebug.c Log Message: - fix typo in comment - Don't call abort1 with NULL ld, after panic(9). To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/sys/coda

2012-08-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 4 12:47:00 UTC 2012 Modified Files: src/sys/coda: README Log Message: mention current status To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/coda/README Please note that diffs are not public

CVS commit: src/sys/dev/usb

2012-08-04 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Aug 4 12:55:06 UTC 2012 Modified Files: src/sys/dev/usb: u3g.c Log Message: Match NTT DOCOMO L-02C. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/usb/u3g.c Please note that diffs are not public

CVS commit: src/share/man/man4

2012-08-04 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Aug 4 12:58:41 UTC 2012 Modified Files: src/share/man/man4: u3g.4 Log Message: Add NTT DOCOMO L-02C entry at supported hardware. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/u3g.4 Please

CVS commit: src/sys/dev/usb

2012-08-04 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Aug 4 13:03:18 UTC 2012 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add PLANEX GW-USH300N. To generate a diff of this commit: cvs rdiff -u -r1.624 -r1.625 src/sys/dev/usb/usbdevs Please note that diffs are not

CVS commit: src/sys/dev/usb

2012-08-04 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Aug 4 13:03:38 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.616 -r1.617 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.617 -r1.618

CVS commit: src/sys/arch/usermode/usermode

2012-08-04 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Aug 4 14:53:32 UTC 2012 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: Fix IO lockups in NetBSD/usermode. 1) Don't block IO signals since the return path is not garanteed to enable the signal again. 2)

CVS commit: src/lib/csu/arm_elf

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 4 14:57:47 UTC 2012 Modified Files: src/lib/csu/arm_elf: dot_init.h Log Message: Use CRTI instead of __S To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/csu/arm_elf/dot_init.h Please note that diffs

CVS commit: src/lib/csu/common_elf

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 4 14:59:05 UTC 2012 Modified Files: src/lib/csu/common_elf: Makefile.inc Log Message: Use COPTS instead of CFLAGS When compiling crti.c and crtn.c, add -DCRTI and -DCRTN, respectively. To generate a diff of this commit:

CVS commit: src/lib/libpthread

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 4 15:13:09 UTC 2012 Modified Files: src/lib/libpthread: Makefile Log Message: -Wfoo goes into CWARNFLAGS To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/lib/libpthread/Makefile Please note that diffs

CVS commit: src/lib/libm

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 4 15:16:16 UTC 2012 Modified Files: src/lib/libm: Makefile Log Message: Use COPTS instead of CFLAGS To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 src/lib/libm/Makefile Please note that diffs are not

CVS commit: src/libexec/ld.elf_so

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 4 15:17:16 UTC 2012 Modified Files: src/libexec/ld.elf_so: Makefile Log Message: Don't abuse DBG, use COPTS instead. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/libexec/ld.elf_so/Makefile Please

CVS commit: src/usr.bin

2012-08-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 4 15:50:16 UTC 2012 Modified Files: src/usr.bin: Makefile Log Message: fix bogus test. To generate a diff of this commit: cvs rdiff -u -r1.208 -r1.209 src/usr.bin/Makefile Please note that diffs are not public

CVS commit: src/external/bsd/file/dist/magic/magdir

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 4 15:51:20 UTC 2012 Modified Files: src/external/bsd/file/dist/magic/magdir: elf Log Message: Add EABI4 and EABI5 for arm To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/mac68k/mac68k

2012-08-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 4 17:18:39 UTC 2012 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: No need to statically initialize physmem here, it is set to the correct value in pmap_bootstrap(), which is early enough. Tested on

CVS commit: src/external/bsd/dhcpcd/sbin/dhcpcd

2012-08-04 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Aug 4 19:11:39 UTC 2012 Modified Files: src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile Log Message: Workaround libc not exporting in6addr_any when built with MKINET6=no. To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/share/man/man4

2012-08-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 4 19:48:24 UTC 2012 Modified Files: src/share/man/man4: u3g.4 Log Message: Bump date for more hardware support. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/u3g.4 Please note that diffs

CVS commit: src/sys/dev/ata

2012-08-04 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Aug 4 21:21:10 UTC 2012 Modified Files: src/sys/dev/ata: ata.c Log Message: If ch_ndrives is 0, then ch_drive is not supposed to be NULL. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125

CVS commit: src/games/fortune

2012-08-04 Thread Julian Fagir
Module Name:src Committed By: jdf Date: Sat Aug 4 22:29:59 UTC 2012 Modified Files: src/games/fortune/datfiles: fortunes2 src/games/fortune/fortune: fortune.6 src/games/fortune/strfile: strfile.8 Log Message: src/games/fortune/fortune/fortune.6: *

CVS commit: src/share/man/man4

2012-08-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 4 22:31:36 UTC 2012 Modified Files: src/share/man/man4: bwi.4 Log Message: Use my @NetBSD.org email address in the bwi(4) man page. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 5 01:43:59 UTC 2012 Modified Files: src/sys/arch/arm/arm: cpu_exec.c src/sys/kern: exec_elf.c src/sys/sys: exec.h exec_elf.h Log Message: back out elf note changes and use EF_ARM_ABIVERS to determine EABI

CVS commit: src/lib/csu/arm_elf

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 5 01:44:44 UTC 2012 Modified Files: src/lib/csu/arm_elf: dot_init.h Log Message: back out elf note changes since we can use e_flags to determine EABI usage To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/share/man/man9

2012-08-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 5 01:58:36 UTC 2012 Modified Files: src/share/man/man9: ucom.9 Log Message: Clarify description of -ucom_read method. From when I was trying to figure out what's wrong with uftdi reading from a beaglebone last month.

CVS commit: src/tests/fs/common

2012-08-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 5 02:03:05 UTC 2012 Modified Files: src/tests/fs/common: fstest_ffs.c Log Message: Fix ffs_fstest_delfs's error branch for rump_pub_etfs_remove. rump_pub_etfs_remove returns an error code, rather than setting errno

CVS commit: src/sys/dev/ieee1394

2012-08-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 5 02:36:16 UTC 2012 Modified Files: src/sys/dev/ieee1394: firewire.c Log Message: Restore config pending stuff, adjusted to avoid the race. Leave a note about what this code probably should look like for anyone who

CVS commit: src/sys/dev/ieee1394

2012-08-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 5 02:47:52 UTC 2012 Modified Files: src/sys/dev/ieee1394: firewire.c Log Message: ...and be sure to config_pending_decr if kthread_create fails. This error branch looks suspect, though. Shouldn't we bail at this

CVS commit: src/external/gpl3/binutils/dist

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 5 04:03:03 UTC 2012 Modified Files: src/external/gpl3/binutils/dist: config.sub src/external/gpl3/binutils/dist/ld: Makefile.am Makefile.in configure.tgt Added Files:

CVS commit: src

2012-08-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 5 04:03:39 UTC 2012 Modified Files: src/distrib/sets/lists/modules: mi src/sys/modules: Makefile Log Message: Build hdaudio and hdafg modules. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/external/gpl3/gcc/dist

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 5 04:10:18 UTC 2012 Modified Files: src/external/gpl3/gcc/dist: config.sub src/external/gpl3/gcc/dist/gcc: config.gcc src/external/gpl3/gcc/dist/gcc/config/arm: bpabi.h netbsd-elf.h Added Files:

CVS commit: src/share/mk

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 5 04:11:35 UTC 2012 Modified Files: src/share/mk: bsd.endian.mk bsd.own.mk Log Message: Add the new MACHINE_ARCH of earm and earmeb (arm EABI(AAPCS-LINUX)). To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 5 04:12:46 UTC 2012 Modified Files: src/sys/arch/arm/include: elf_machdep.h Log Message: Add ABI version stuff. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/include/elf_machdep.h Please

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

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 5 04:13:19 UTC 2012 Modified Files: src/sys/arch/arm/include: cdefs.h Log Message: Add a macro for determining whether we can use LDRD/STRD instructions To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/distrib/sets/lists/modules

2012-08-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 5 04:14:40 UTC 2012 Modified Files: src/distrib/sets/lists/modules: md.evbppc Log Message: Add uatp to the md.evbppc modules set list too. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/distrib/sets/lists/modules

2012-08-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 5 04:17:41 UTC 2012 Modified Files: src/distrib/sets/lists/modules: md.evbppc Log Message: Add hdaudio modules to the md.evbppc set list too. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

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

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 5 04:22:01 UTC 2012 Modified Files: src/common/lib/libc/arch/arm/gen: divsi3.S Log Message: For __udivsi3 and __divsi3, add their EABI aliases as alternate entry points. To generate a diff of this commit: cvs rdiff -u

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

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 5 04:24:13 UTC 2012 Added Files: src/common/lib/libc/arch/arm/quad: __aeabi_uldivmod.S Log Message: Add a routine for __aeabi_uldivmod which is just a wrapper around __qdivrem but returns the 64-bit dividend and remainder

CVS commit: src/sys/kern

2012-08-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 5 04:26:10 UTC 2012 Modified Files: src/sys/kern: sys_descrip.c Log Message: Force sys_close not to restart by returning ERESTART. Print a diagnostic message if we ever get ERESTART out of fd_close and convert it to

CVS commit: src/lib/libc/softfloat

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 5 04:27:42 UTC 2012 Modified Files: src/lib/libc/softfloat: softfloat-for-gcc.h Log Message: ARM EABI (AAPCS) uses different names for the softfloat routines that the normal GCC ones. So after we redefine softfloat's to

CVS commit: src/lib/libc

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 5 04:28:58 UTC 2012 Modified Files: src/lib/libc/gen: fixunsdfsi_ieee754.c fixunssfsi_ieee754.c fixunstfsi_ieee754.c src/lib/libc/quad: fixdfdi.c fixsfdi.c fixunsdfdi.c fixunssfdi.c

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

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 5 04:30:46 UTC 2012 Modified Files: src/lib/libc/arch/arm: Makefile.inc Log Message: Add __aeabi_uldivmod (unsigned long long div/mod). Only use 32-bit softfloat if arm/armeb. earm/earmeb will use the 64-bit softfloat.

CVS commit: src

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 5 04:39:09 UTC 2012 Modified Files: src: build.sh Log Message: Add support for MACHINE_ARCH matching earm or earmeb Make evbearm-e[bl] a shortcut for evbarm and earmeb or earm. Allow cats, iyonic, netwiner, shark, zaurus

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

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 5 04:54:39 UTC 2012 Modified Files: src/lib/libc/arch/arm: Makefile.inc Log Message: For ARM EABI, we need -DDSOFTFLOAT_NEED_FIXUNS too. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/lib/libc/arch/arm/gen

2012-08-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 5 05:10:38 UTC 2012 Modified Files: src/lib/libc/arch/arm/gen: swapcontext.S Log Message: Ensure stack alignment. looks fine matt@ To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6