CVS commit: src/sys/fs/msdosfs

2011-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 3 08:10:45 UTC 2011 Modified Files: src/sys/fs/msdosfs: msdosfs_vnops.c Log Message: In rename, use char[12]�for new names instead of [11]. At least one routine called from here (unix2dosfn) expects and uses all of a [12]

CVS commit: src/sys/arch/hppa/hppa

2011-03-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 3 09:37:22 UTC 2011 Modified Files: src/sys/arch/hppa/hppa: process_machdep.c Log Message: Deal with cr27 in process_{read,write}_regs To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hppa/hppa/

CVS commit: src/gnu/dist/gdb6/gdb

2011-03-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Mar 3 09:43:27 UTC 2011 Modified Files: src/gnu/dist/gdb6/gdb: hppanbsd-tdep.c Log Message: Provide more regsiters including CR27. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/gnu/dist/gdb6/gdb/hppanbsd-td

CVS commit: src/tests/fs/vfs

2011-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 3 10:57:30 UTC 2011 Modified Files: src/tests/fs/vfs: t_renamerace.c t_vnops.c Log Message: Apparently my last commit to msdosfs_vnops.c fixed the (harmless?) buffer overrun in rename (>15 years old bug), so re-enable othe

CVS commit: src/tests/fs/vfs

2011-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 3 11:01:27 UTC 2011 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: The re-enabled renamerace test also triggers the recent msdosfs vnode leak. xfail this under the blanket of PR kern/44661. To generate a

CVS commit: src/tests/lib/librumphijack

2011-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 3 11:54:12 UTC 2011 Modified Files: src/tests/lib/librumphijack: Makefile Added Files: src/tests/lib/librumphijack: t_sh.sh Log Message: add tests for hijacked /bin/sh (mostly redirection now) To generate a diff

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

2011-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 3 11:54:58 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi Log Message: +tp To generate a diff of this commit: cvs rdiff -u -r1.256 -r1.257 src/distrib/sets/lists/tests/mi Please note that diffs are not public

CVS commit: src

2011-03-03 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Thu Mar 3 14:53:02 UTC 2011 Modified Files: src/external/bsd/mdocml/dist: tbl.c tbl_layout.c tbl_opts.c src/tools/zic: Makefile src/usr.bin/config: mkioconf.c src/usr.bin/make: parse.c Log Message: Fix b

CVS commit: src/tests/sbin/resize_ffs

2011-03-03 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Mar 3 16:25:16 UTC 2011 Modified Files: src/tests/sbin/resize_ffs: common.sh Log Message: Switch from using "rump_ffs" to mount the file system image to using a rump_server to mount it in a rump kernel, and librumphijack.so to e

CVS commit: src/share/misc

2011-03-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 3 18:40:23 UTC 2011 Modified Files: src/share/misc: acronyms.comp Log Message: This will never end... ABR, ACP, ACS, ACU, ADP, ADO, ADP, AGC, AI, AN, AO, AOS, ARU, ASK, ASR, BCC, BCR, BFT, BIU, BM, BMIC, BN, BNF, BO, BOF,

CVS commit: src/sys/arch/mips

2011-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Mar 3 18:44:59 UTC 2011 Modified Files: src/sys/arch/mips/include: cpuregs.h locore.h src/sys/arch/mips/mips: db_interface.c mips_machdep.c Log Message: Change MIPS_CP0FL_CONFIG* Add MIPS_CP0FL_HWRENA and USERLOCAL To

CVS commit: src/sys/dev/acpi

2011-03-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 3 19:24:43 UTC 2011 Modified Files: src/sys/dev/acpi: acpi_cpu.c Log Message: Add DMI quirk support via pmf_get_platform(9). If any of the listed models are matched, the whole driver will be prevented from attaching. The

CVS commit: src/sys/kern

2011-03-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 3 20:46:16 UTC 2011 Modified Files: src/sys/kern: sys_sig.c Log Message: Do not restrict the siginfo a process sends to itself in any way, but keep restrictions for foreign processes. This is needed to allow raising of fu

CVS commit: src/libexec/ld.elf_so/arch/powerpc

2011-03-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Mar 4 00:40:49 UTC 2011 Modified Files: src/libexec/ld.elf_so/arch/powerpc: rtld_start.S Log Message: Don't rely on >32bit math. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/libexec/ld.elf_so/arch/powerpc

CVS commit: src/sys/compat/common

2011-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 4 01:36:56 UTC 2011 Modified Files: src/sys/compat/common: kern_time_50.c Log Message: PR/44674: Taylor R Campbell: Fix compat copyin and copyout routines which were obviously broken. To generate a diff of this commit

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

2011-03-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Mar 4 03:34:24 UTC 2011 Modified Files: src/sys/arch/amd64/include: vmparam.h Log Message: Reduce MAXSSIZ to 64MB, otherwise netbsd32 binaries crash in ld.elf_so, including the trivial main(){}. Add a warning to not modify thi

CVS commit: src/sys/kern

2011-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 4 04:17:12 UTC 2011 Modified Files: src/sys/kern: kern_exec.c Log Message: better debugging messages. To generate a diff of this commit: cvs rdiff -u -r1.309 -r1.310 src/sys/kern/kern_exec.c Please note that diffs ar

CVS commit: src/sys/kern

2011-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 4 04:25:58 UTC 2011 Modified Files: src/sys/kern: exec_subr.c Log Message: PR/44673: Arna Clauson: Latest MAXSSIZ bump broke netbsd32 emulation on amd64. - Use MAXSSIZ32 instead of MAXSSIZ for 32 bit binaries - Default

CVS commit: src/sys/arch

2011-03-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Mar 4 04:48:41 UTC 2011 Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/arch/i386/conf: ALL GENERIC src/sys/arch/x86/conf: files.x86 src/sys/arch/x86/include: cpuvar.h src/sys/arch/x86/

CVS commit: src/sys/arch/x86/x86

2011-03-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Mar 4 04:53:28 UTC 2011 Modified Files: src/sys/arch/x86/x86: est.c powernow.c Log Message: Raise the return value of the match-function of est(4) and powernow(4). The assigned priorities are now: 10 for acpicpu(4), 5 for est

CVS commit: src/usr.bin/make

2011-03-03 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Mar 4 04:55:51 UTC 2011 Modified Files: src/usr.bin/make: meta.c Log Message: main.c now exports curdir[] so we can use it. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/meta.c Please note that

CVS commit: src

2011-03-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Mar 4 05:02:48 UTC 2011 Modified Files: src/distrib/sets/lists/modules: md.amd64 md.i386 src/sys/modules: Makefile Added Files: src/sys/modules/odcm: Makefile odcm.ioconf Log Message: Add module build glue for

CVS commit: src

2011-03-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Mar 4 05:56:50 UTC 2011 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4/man4.x86: Makefile Added Files: src/share/man/man4/man4.x86: odcm.4 Log Message: Add odcm(4). To generate a diff of t

CVS commit: src/share/man/man4/man4.x86

2011-03-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Mar 4 05:58:07 UTC 2011 Modified Files: src/share/man/man4/man4.x86: est.4 powernow.4 Log Message: Xref odcm(4). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/man4.x86/est.4 cvs rdiff -u -r1

CVS commit: src/share/man/man4

2011-03-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Mar 4 06:01:25 UTC 2011 Modified Files: src/share/man/man4: acpicpu.4 Log Message: Finally remove COMPATIBILITY entirely. Xref odcm(4). To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/share/man/man4/acpicp

CVS commit: src/share/man/man4/man4.x86

2011-03-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Mar 4 06:42:10 UTC 2011 Modified Files: src/share/man/man4/man4.x86: odcm.4 Log Message: Fix wrong lower bound. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.x86/odcm.4 Please note tha