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 ssn
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
mips
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:
define 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 public do
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
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
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 src/distrib
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 src
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 domai
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
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 n
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 pu
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 sr
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)
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 a
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:
c
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 ar
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 pub
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 n
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 domain
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 src/external/bsd/file/dist/magic/magdir
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 my
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 -r
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 a
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 src/sys/dev/ata/ata
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:
* referen
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 src/share/man/man4/bwi
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 us
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 src/l
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
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
an
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 co
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
poin
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:
src/external/gpl3/binutils/di
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 src
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:
src/e
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 sr
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 n
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 src/sys/
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 src/distrib/set
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 src/distrib/
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 -r1
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 i
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 E
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 be
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
floatdidf.
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.
To
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 to
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 src/lib/libc/arch/arm/
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 src/lib/libc/arch/arm/gen/s
Module Name:src
Committed By: christos
Date: Sun Aug 5 06:20:14 UTC 2012
Modified Files:
src/tools: Makefile.nbincludes
Log Message:
add -I${TOOLDIR}/include/nbinclude to fix the build (find arm/elf_machdep.h).
Is nbinclude intended here? Why not put the machine files in
Module Name:src
Committed By: matt
Date: Sun Aug 5 06:33:52 UTC 2012
Added Files:
src/common/lib/libc/arch/arm/quad: __aeabi_ldivmod.S
Log Message:
Add another ARM EABI runtime routine for
combined quotient / remainder for signed long long.
To generate a diff of this co
Module Name:src
Committed By: matt
Date: Sun Aug 5 06:34:09 UTC 2012
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_uldivmod.S
Log Message:
Add RCSID.
Simplify.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/arm/quad/__a
Module Name:src
Committed By: matt
Date: Sun Aug 5 06:34:44 UTC 2012
Modified Files:
src/lib/libc/arch/arm: Makefile.inc
Log Message:
Only compile __aeabi_*ldivmod for earm/earmeb.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/arch/arm/Makef
53 matches
Mail list logo