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

2012-08-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 11 07:05:57 UTC 2012 Modified Files: src/sys/arch/arm/arm: undefined.c Log Message: Make sure to advance the PC after emulating an instruction. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/dev/usb

2012-08-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 11 07:09:09 UTC 2012 Modified Files: src/sys/dev/usb: uftdi.c Log Message: Use as large a packet size as the ftdi endpoint specifies. Now I can read from my beaglebone! To generate a diff of this commit: cvs rdiff

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

2012-08-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 11 07:18:53 UTC 2012 Modified Files: src/sys/arch/arm/arm: cpu_exec.c Log Message: Use oabi instead of atpcs32 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/arm/cpu_exec.c Please note that

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

2012-08-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 11 07:25:13 UTC 2012 Modified Files: src/lib/csu/arch/arm: crtbegin.S Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/csu/arch/arm/crtbegin.S Please note that diffs are not

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

2012-08-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 11 07:25:44 UTC 2012 Modified Files: src/lib/csu/arch/arm: crt0.S Log Message: Replace copyright since it now has new contents To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/csu/arch/arm/crt0.S

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

2012-08-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 11 07:26:25 UTC 2012 Modified Files: src/lib/csu/arch/arm: crtend.S Log Message: Update copyright year. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/csu/arch/arm/crtend.S Please note that diffs are

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

2012-08-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Aug 11 13:27:55 UTC 2012 Modified Files: src/distrib/sets/lists/base: md.amd64 Log Message: Remove two lines that slipped through. To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176

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

2012-08-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Aug 11 14:35:33 UTC 2012 Modified Files: src/sys/arch/sun3/include: param.h param3.h param3x.h Log Message: Poor sun3 (but not sun3x) has only 31MB KVM address space, so reduce NKMEMPAGES_MAX_DEFAULT from 64MB to 16MB. Fixes

CVS commit: src/tools/gcc

2012-08-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Aug 11 16:05:01 UTC 2012 Modified Files: src/tools/gcc: mknative-gcc Log Message: Grab CRTSTUFF_T_CFLAGS_S. Gentlement start your mknative runs. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67

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

2012-08-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 11 16:21:26 UTC 2012 Modified Files: src/sys/arch/arm/include: aeabi.h Log Message: #include stddef.h To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/include/aeabi.h Please note that diffs

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

2012-08-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 11 16:23:54 UTC 2012 Modified Files: src/sys/arch/arm/include: vfpreg.h Log Message: Full expand FPEXC and FPSCR definitions To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/include/vfpreg.h

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

2012-08-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Aug 11 17:03:26 UTC 2012 Modified Files: src/sys/arch/sun2/include: param.h Log Message: Poor sun2 has only 14MB KVA space so reduce NKMEMPAGES_MIN_DEFAULT and NKMEMPAGES_MAX_DEFAULT values accordingly. XXX: netbsd-6

CVS commit: [yamt-idlelwp] src/sys/arch/vax/vax

2012-08-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 11 17:43:21 UTC 2012 Modified Files: src/sys/arch/vax/vax [yamt-idlelwp]: sig_machdep.c Log Message: Include compat stuff for IBCS2 as well. To generate a diff of this commit: cvs rdiff -u -r1.8.2.2 -r1.8.2.3

CVS commit: src/external/bsd/ntp/dist/ntpd

2012-08-11 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sat Aug 11 20:09:08 UTC 2012 Modified Files: src/external/bsd/ntp/dist/ntpd: refclock_parse.c Log Message: fix some fallout from append correction To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/usr.sbin/makemandb

2012-08-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 11 21:07:13 UTC 2012 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: Bug fix for PR 46733: makemandb always reports the same number for Total Number of new or updated pages enountered and Total number of

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

2012-08-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Aug 11 21:48:30 UTC 2012 Modified Files: src/sys/arch/sparc64/dev: mkclock.c Log Message: add an XXXSMP comment. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sparc64/dev/mkclock.c Please note that

CVS commit: src/sys/arch/sparc64/sparc64

2012-08-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Aug 11 21:50:09 UTC 2012 Modified Files: src/sys/arch/sparc64/sparc64: intr.c Log Message: add an XXXSMP comment. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/sparc64/sparc64/intr.c Please note

CVS commit: src/sys/dev/usb

2012-08-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Aug 11 21:54:19 UTC 2012 Modified Files: src/sys/dev/usb: usbdivar.h Log Message: minor correction to some comments. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/sys/dev/usb/usbdivar.h Please note that

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

2012-08-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 12 00:01:50 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd-elf.h Log Message: pay attention to -pie: link crt{begin,end}S.o. this fixes -fpie on sparc and sparc64, and probably others. To generate

CVS commit: othersrc/external/bsd/bsdlibtool

2012-08-11 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Sun Aug 12 01:01:47 UTC 2012 Update of /cvsroot/othersrc/external/bsd/bsdlibtool In directory ivanova.netbsd.org:/tmp/cvs-serv14258 Log Message: initial import of a bsd-licensed libtool work-alike, intended to interwork with GNU

CVS commit: othersrc/external/bsd/mat/dist

2012-08-11 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Sun Aug 12 01:42:24 UTC 2012 Modified Files: othersrc/external/bsd/mat/dist: mat.c Log Message: if the mmap(2) fails, read the file with multiple read(2)s if it succeeds, use the memory array instead. To generate a diff of

CVS commit: src/lib/libp2k

2012-08-11 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Aug 12 02:51:18 UTC 2012 Modified Files: src/lib/libp2k: p2k.c Log Message: libpuffs and libp2k both use the cookie to different structure, which now leads to struct p2k_node corruption now that libpuffs used pn_nlookup field

CVS commit: src/sys/arch/arm

2012-08-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 12 05:05:48 UTC 2012 Modified Files: src/sys/arch/arm/arm: arm_machdep.c undefined.c src/sys/arch/arm/arm32: cpu.c cpuswitch.S sys_machdep.c vm_machdep.c src/sys/arch/arm/conf: files.arm