CVS commit: src/doc

2009-08-15 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Aug 15 08:32:53 UTC 2009 Modified Files: src/doc: CHANGES Log Message: Mention keylock support. To generate a diff of this commit: cvs rdiff -u -r1.1274 -r1.1275 src/doc/CHANGES Please note that diffs are not public

CVS commit: src/doc

2009-08-15 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Aug 15 08:35:22 UTC 2009 Modified Files: src/doc: RESPONSIBLE Log Message: I take responsability for keylocks. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/doc/RESPONSIBLE Please note that diffs are

CVS commit: src/sys/arch/i386/conf

2009-08-15 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Aug 15 08:44:35 UTC 2009 Modified Files: src/sys/arch/i386/conf: GENERIC Log Message: Add commented entries for keylock support. To generate a diff of this commit: cvs rdiff -u -r1.940 -r1.941

CVS commit: src/sys

2009-08-15 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Aug 15 09:43:59 UTC 2009 Modified Files: src/sys/arch/i386/conf: ALL src/sys/dev: keylock.c src/sys/dev/gpio: gpiolock.c src/sys/secmodel/keylock: secmodel_keylock.c src/sys/sys: Makefile Added

CVS commit: src/usr.bin/sort

2009-08-15 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Aug 15 09:48:46 UTC 2009 Modified Files: src/usr.bin/sort: append.c fields.c files.c fsort.c init.c msort.c sort.c tmp.c Log Message: Ansify. I'm looking at fixing the 'sort -n' fubars, but this code is an

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

2009-08-15 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Aug 15 09:52:57 UTC 2009 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Move keylock.h where it belongs. To generate a diff of this commit: cvs rdiff -u -r1.1291 -r1.1292 src/distrib/sets/lists/comp/mi

CVS commit: src/share/man/man4

2009-08-15 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Sat Aug 15 09:59:12 UTC 2009 Modified Files: src/share/man/man4: gpiolock.4 Log Message: grammar fix: a in-kernel - an in-kernel To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/gpiolock.4 Please

CVS commit: src/sys/arch/evbarm/gumstix

2009-08-15 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Aug 15 10:18:17 UTC 2009 Modified Files: src/sys/arch/evbarm/gumstix: gxio.c Log Message: Use __UNCONST(). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/gumstix/gxio.c Please note that

CVS commit: src/sys/dev/sun

2009-08-15 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Aug 15 11:33:50 UTC 2009 Modified Files: src/sys/dev/sun: fbio.h Log Message: add FBTYPE_SUNTCX - forgot to commit that along with the tcx(8) update found by he@ To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/sys/dev/scsipi

2009-08-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Aug 15 12:44:55 UTC 2009 Modified Files: src/sys/dev/scsipi: st.c st_atapi.c st_scsi.c stvar.h Log Message: 1. Move the mode_select functionality into common code (in st.c) and invoke the common routine for both scsi and

CVS commit: src/share/termcap

2009-08-15 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Aug 15 14:18:05 UTC 2009 Modified Files: src/share/termcap: termcap.5 Log Message: Fix markup. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/share/termcap/termcap.5 Please note that diffs are not public

CVS commit: src/sys/dev

2009-08-15 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Aug 15 14:22:54 UTC 2009 Modified Files: src/sys/dev: Makefile Log Message: Add keylock.h to INCS so that it's actually installed (hi, marc!) To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/Makefile

CVS commit: src/usr.bin/sort

2009-08-15 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Aug 15 14:31:48 UTC 2009 Modified Files: src/usr.bin/sort: files.c Log Message: In makeline() change 'pos' from 'char *' to 'u_char *' and remove all the casts associated with its use. None of the uses can possibly care about

CVS commit: src/usr.bin/sort

2009-08-15 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Aug 15 16:10:40 UTC 2009 Modified Files: src/usr.bin/sort: files.c Log Message: Remove the unused 'DBT *key' parameter from seq(). To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/usr.bin/sort/files.c Please

CVS commit: src

2009-08-15 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Aug 15 16:21:05 UTC 2009 Modified Files: src/distrib/sets/lists/comp: mi src/usr.bin: Makefile Added Files: src/usr.bin/nbperf: Makefile graph2.c graph2.h graph3.c graph3.h nbperf-bdz.c nbperf-chm.c

CVS commit: src/doc

2009-08-15 Thread Joerg Sonnenberger
-position keylocks. [mbalmer 20090814] + nbperf(1): A minimal perfect hash function generator. [joerg 20090815]

CVS commit: src/usr.bin/sort

2009-08-15 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Aug 15 16:50:29 UTC 2009 Modified Files: src/usr.bin/sort: files.c fsort.c fsort.h msort.c Log Message: linebuf and linebuf_size are only used inside seq() - which also not only has its own static variable, but will also extend

CVS commit: src/usr.bin/sort

2009-08-15 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Aug 15 18:40:02 UTC 2009 Modified Files: src/usr.bin/sort: fields.c files.c sort.h Log Message: Remove reference to db.h by using separate ptr+len fields for the only structure that used it. Pass end of keybuf area, not size to

CVS commit: src/sys/arch/mvme68k/mvme68k

2009-08-15 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sat Aug 15 19:16:45 UTC 2009 Modified Files: src/sys/arch/mvme68k/mvme68k: machdep.c Log Message: Fix a 13 year old buffer overrun. From Henning Petersen in PR port-mvme68k/41857. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/mktemp

2009-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 15 20:02:28 UTC 2009 Modified Files: src/usr.bin/mktemp: mktemp.1 mktemp.c Log Message: add -p tmpdir option to override $TMPDIR from the command line like linux has. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/mktemp

2009-08-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 15 20:44:56 UTC 2009 Modified Files: src/usr.bin/mktemp: mktemp.1 Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/mktemp/mktemp.1 Please note that diffs are not public

CVS commit: src/usr.bin/sort

2009-08-15 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Aug 15 21:26:32 UTC 2009 Modified Files: src/usr.bin/sort: fields.c Log Message: Always add an REC_D char (usually \n) as the last sort key char - we almost always need one. But do ADD it, instead of overwriting the last byte of

CVS commit: src/sys/compat

2009-08-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 15 23:39:35 UTC 2009 Modified Files: src/sys/compat/common: compat_exec.c src/sys/compat/linux/common: linux_exec.h linux_exec_aout.c linux_uselib.c src/sys/compat/netbsd32: netbsd32_exec.h

CVS commit: src/sys/arch

2009-08-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 15 23:45:01 UTC 2009 Modified Files: src/sys/arch/alpha/alpha: core_machdep.c machdep.c src/sys/arch/amd64/amd64: machdep.c src/sys/arch/arm/arm: arm_machdep.c core_machdep.c

CVS commit: src/sys/sys

2009-08-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 15 23:46:03 UTC 2009 Modified Files: src/sys/sys: exec.h Log Message: Don't include sys/exec_aout.h. Let those who want it explicitly include it. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127

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

2009-08-15 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Aug 16 00:13:50 UTC 2009 Modified Files: src/lib/libc/gdtoa [netbsd-5-0]: gdtoaimp.h Log Message: Pull up following revision(s) (requested by christos in ticket #913): lib/libc/gdtoa/gdtoaimp.h: revision 1.7 Change Kmax

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

2009-08-15 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Aug 16 00:14:34 UTC 2009 Modified Files: src/lib/libc/gdtoa [netbsd-5]: gdtoaimp.h Log Message: Pull up following revision(s) (requested by christos in ticket #913): lib/libc/gdtoa/gdtoaimp.h: revision 1.7 Change Kmax so

CVS commit: [netbsd-5] src/sys/arch/x86/pci

2009-08-15 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Aug 16 00:16:28 UTC 2009 Modified Files: src/sys/arch/x86/pci [netbsd-5]: ichlpcib.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #912): sys/arch/x86/pci/ichlpcib.c: revision 1.18 Fix

CVS commit: [netbsd-5-0] src/sys/arch/x86/pci

2009-08-15 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Aug 16 00:17:46 UTC 2009 Modified Files: src/sys/arch/x86/pci [netbsd-5-0]: ichlpcib.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #912): sys/arch/x86/pci/ichlpcib.c: revision 1.18 Fix

CVS commit: [netbsd-5-0] src/doc

2009-08-15 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Aug 16 00:21:49 UTC 2009 Modified Files: src/doc [netbsd-5-0]: CHANGES-5.0.2 Log Message: Tickets 912 and 913. To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-5.0.2 Please note that diffs

CVS commit: [netbsd-5] src/doc

2009-08-15 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Aug 16 00:22:12 UTC 2009 Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Tickets 912 and 913. To generate a diff of this commit: cvs rdiff -u -r1.1.2.59 -r1.1.2.60 src/doc/CHANGES-5.1 Please note that diffs are

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

2009-08-15 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Aug 16 00:24:59 UTC 2009 Modified Files: src/sys/arch/sparc/conf: MRCOFFEE Log Message: add the missing wscons bits so this kernel builds again needs testing on actual hardware which I don't have. To generate a diff of

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

2009-08-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 16 02:52:43 UTC 2009 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: asm.h Log Message: Completely rework to support multiple ABIs. Includes macros/ops to make writing ABI independent assembly much easier.

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

2009-08-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 16 02:54:35 UTC 2009 Modified Files: src/gnu/dist/gcc4/gcc/config/mips [matt-nb5-mips64]: netbsd.h Log Message: Always define __mips_ABI Fix LINK_SPEC to use real emulations. To generate a diff of this commit: cvs rdiff

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

2009-08-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 16 02:55:13 UTC 2009 Added Files: src/gnu/dist/gcc4/gcc/config/mips [matt-nb5-mips64]: netbsd64.h Log Message: New link spec for mips64. default output to N32. To generate a diff of this commit: cvs rdiff -u -r0

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

2009-08-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 16 02:56:58 UTC 2009 Modified Files: src/gnu/dist/gcc4/gcc [matt-nb5-mips64]: config.gcc Log Message: Make mips64 default to N32. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.19.8.1

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

2009-08-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 16 02:57:43 UTC 2009 Modified Files: src/gnu/dist/binutils/bfd [matt-nb5-mips64]: config.bfd src/gnu/dist/binutils/ld [matt-nb5-mips64]: configure.tgt Log Message: Default to N32 for mips64 To generate a diff of

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

2009-08-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 16 03:02:47 UTC 2009 Modified Files: src/common/lib/libc/arch/mips/gen [matt-nb5-mips64]: byte_swap_2.S byte_swap_4.S src/common/lib/libc/arch/mips/string [matt-nb5-mips64]: bcopy.S ffs.S

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

2009-08-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 16 03:30:55 UTC 2009 Modified Files: src/lib/libpthread/arch/mips [matt-nb5-mips64]: SYS.h _context_u.S genassym.cf Log Message: Make ABI agonstic (first pass). To generate a diff of this commit: cvs rdiff -u

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

2009-08-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 16 03:32:04 UTC 2009 Modified Files: src/lib/csu/common_elf [matt-nb5-mips64]: common.h Log Message: __syscall return quad_t, not int (think SYS_lseek) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.12.32.1

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

2009-08-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 16 03:33:58 UTC 2009 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: cdefs.h elf_machdep.h isa_machdep.h locore.h mcontext.h pci_machdep.h psl.h regnum.h setjmp.h signal.h stdarg.h

CVS commit: src/lib/libc/gen

2009-08-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 16 03:56:26 UTC 2009 Modified Files: src/lib/libc/gen: nlist_aout.c nlist_private.h Log Message: Only include sys/exec_aout.h if NLIST_AOUT is defined. Don't define NLIST_AOUT for mips anymore. To generate a diff of this