CVS commit: src/external/bsd/atf/dist/atf-run
Module Name:src Committed By: pooka Date: Fri Mar 4 09:04:06 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-run: atf-run.cpp Log Message: Apply "silence, please!" to '(no debugging symbols found)' spammed by gdb. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/bsd/atf/dist/atf-run/atf-run.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/rump_allserver
Module Name:src Committed By: pooka Date: Fri Mar 4 09:10:34 UTC 2011 Modified Files: src/usr.bin/rump_allserver: rump_allserver.1 Log Message: Add note about block device properties. >From discussion with . To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/rump_allserver/rump_allserver.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/rump_allserver
Module Name:src Committed By: pooka Date: Fri Mar 4 09:13:23 UTC 2011 Modified Files: src/usr.bin/rump_allserver: rump_allserver.1 Log Message: adjust wording in previous To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/rump_allserver/rump_allserver.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Fri Mar 4 09:28:34 UTC 2011 Modified Files: src/sys/dev/acpi: acpi_cpu_cstate.c Log Message: Remove redundant/wrong increment of a variable. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/dev/acpi/acpi_cpu_cstate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libpuffs
Module Name:src Committed By: yamt Date: Fri Mar 4 09:47:47 UTC 2011 Modified Files: src/lib/libpuffs: callcontext.c Log Message: puffs__cc_destroy: clear PCC_HASCALLER. the caller info is not necessarily relevant to the next life of the cc. this also fixes the failure of the assertion in the next line. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libpuffs/callcontext.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/softfloat
Module Name:src Committed By: martin Date: Fri Mar 4 11:48:58 UTC 2011 Modified Files: src/lib/libc/softfloat: softfloat-specialize Log Message: Use sigqueueinfo() instead of raise() to generate exceptions. Provide minimalistic siginfo data. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/softfloat/softfloat-specialize Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: jruoho Date: Fri Mar 4 11:56:27 UTC 2011 Modified Files: src/sys/arch/x86/x86: coretemp.c Log Message: Only attach on the first SMT ID (as in revision 1.16). To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/x86/x86/coretemp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: jruoho Date: Fri Mar 4 12:10:50 UTC 2011 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c src/sys/dev/acpi: acpi_cpu.h Log Message: Rename a badly named constant. Make it correspond with . To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/x86/acpi/acpi_cpu_md.c cvs rdiff -u -r1.35 -r1.36 src/sys/dev/acpi/acpi_cpu.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4/man4.x86
Module Name:src Committed By: jruoho Date: Fri Mar 4 12:18:15 UTC 2011 Modified Files: src/share/man/man4/man4.x86: odcm.4 Log Message: >From mrg@: note that the states may be limited on some CPUs due erratas. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/man4.x86/odcm.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amd64/include
Module Name:src Committed By: christos Date: Fri Mar 4 13:24:19 UTC 2011 Modified Files: src/sys/arch/amd64/include: vmparam.h Log Message: Revert max stack size change. This is not used anymore for 32 bit binaries. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/amd64/include/vmparam.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4/man4.x86
Module Name:src Committed By: wiz Date: Fri Mar 4 13:49:26 UTC 2011 Modified Files: src/share/man/man4/man4.x86: odcm.4 Log Message: Improve wording (errata is already plural). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/man4.x86/odcm.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/raidframe
Module Name:src Committed By: oster Date: Fri Mar 4 17:45:17 UTC 2011 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: Remove bogus RF_ASSERT that must have crept in by accident. Thanks to Jan-Hinrich Fessel for reporting the issue. To generate a diff of this commit: cvs rdiff -u -r1.282 -r1.283 src/sys/dev/raidframe/rf_netbsdkintf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/sbin/resize_ffs
Module Name:src Committed By: riz Date: Fri Mar 4 17:56:53 UTC 2011 Modified Files: src/tests/sbin/resize_ffs: common.sh Log Message: Back out previous; it's causing intermittent problems which I don't fully understand yet. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tests/sbin/resize_ffs/common.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: joerg Date: Fri Mar 4 22:25:32 UTC 2011 Modified Files: src/sys/arch/alpha/alpha: machdep.c src/sys/arch/amd64/amd64: machdep.c netbsd32_machdep.c src/sys/arch/amiga/amiga: machdep.c src/sys/arch/arm/arm: arm_machdep.c src/sys/arch/atari/atari: machdep.c src/sys/arch/cesfic/cesfic: machdep.c src/sys/arch/hp300/hp300: machdep.c src/sys/arch/hp700/hp700: machdep.c src/sys/arch/i386/i386: machdep.c src/sys/arch/ia64/ia64: machdep.c src/sys/arch/luna68k/luna68k: machdep.c src/sys/arch/mac68k/mac68k: machdep.c src/sys/arch/mips/mips: mips_machdep.c src/sys/arch/mvme68k/mvme68k: machdep.c src/sys/arch/news68k/news68k: machdep.c src/sys/arch/powerpc/powerpc: powerpc_machdep.c src/sys/arch/sh3/sh3: sh3_machdep.c src/sys/arch/sparc/sparc: machdep.c src/sys/arch/sparc64/sparc64: machdep.c netbsd32_machdep.c sunos32_machdep.c svr4_32_machdep.c svr4_machdep.c src/sys/arch/sun2/sun2: machdep.c src/sys/arch/sun3/sun3: machdep.c src/sys/arch/sun3/sun3x: machdep.c src/sys/arch/vax/vax: trap.c src/sys/arch/x68k/x68k: machdep.c src/sys/compat/darwin: darwin_sysctl.c src/sys/compat/linux/arch/alpha: linux_machdep.c src/sys/compat/linux/arch/i386: linux_machdep.c src/sys/compat/linux32/arch/amd64: linux32_machdep.c src/sys/kern: kern_exec.c kern_proc.c src/sys/miscfs/procfs: procfs_cmdline.c src/sys/sys: exec.h exec_elf.h proc.h Log Message: Refactor ps_strings access. Based on PK_32, write either the normal version or the 32bit compat layout in execve1. Introduce a new function copyin_psstrings for reading it back from userland and converting it to the native layout. Refactor procfs to share most of the code with the kern.proc_args sysctl handler. This material is based upon work partially supported by The NetBSD Foundation under a contract with Joerg Sonnenberger. To generate a diff of this commit: cvs rdiff -u -r1.329 -r1.330 src/sys/arch/alpha/alpha/machdep.c cvs rdiff -u -r1.159 -r1.160 src/sys/arch/amd64/amd64/machdep.c cvs rdiff -u -r1.73 -r1.74 src/sys/arch/amd64/amd64/netbsd32_machdep.c cvs rdiff -u -r1.230 -r1.231 src/sys/arch/amiga/amiga/machdep.c cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/arm/arm_machdep.c cvs rdiff -u -r1.169 -r1.170 src/sys/arch/atari/atari/machdep.c cvs rdiff -u -r1.57 -r1.58 src/sys/arch/cesfic/cesfic/machdep.c cvs rdiff -u -r1.218 -r1.219 src/sys/arch/hp300/hp300/machdep.c cvs rdiff -u -r1.98 -r1.99 src/sys/arch/hp700/hp700/machdep.c cvs rdiff -u -r1.700 -r1.701 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.27 -r1.28 src/sys/arch/ia64/ia64/machdep.c cvs rdiff -u -r1.77 -r1.78 src/sys/arch/luna68k/luna68k/machdep.c cvs rdiff -u -r1.338 -r1.339 src/sys/arch/mac68k/mac68k/machdep.c cvs rdiff -u -r1.235 -r1.236 src/sys/arch/mips/mips/mips_machdep.c cvs rdiff -u -r1.146 -r1.147 src/sys/arch/mvme68k/mvme68k/machdep.c cvs rdiff -u -r1.89 -r1.90 src/sys/arch/news68k/news68k/machdep.c cvs rdiff -u -r1.45 -r1.46 src/sys/arch/powerpc/powerpc/powerpc_machdep.c cvs rdiff -u -r1.91 -r1.92 src/sys/arch/sh3/sh3/sh3_machdep.c cvs rdiff -u -r1.306 -r1.307 src/sys/arch/sparc/sparc/machdep.c cvs rdiff -u -r1.255 -r1.256 src/sys/arch/sparc64/sparc64/machdep.c cvs rdiff -u -r1.94 -r1.95 src/sys/arch/sparc64/sparc64/netbsd32_machdep.c cvs rdiff -u -r1.31 -r1.32 src/sys/arch/sparc64/sparc64/sunos32_machdep.c cvs rdiff -u -r1.37 -r1.38 src/sys/arch/sparc64/sparc64/svr4_32_machdep.c cvs rdiff -u -r1.54 -r1.55 src/sys/arch/sparc64/sparc64/svr4_machdep.c cvs rdiff -u -r1.67 -r1.68 src/sys/arch/sun2/sun2/machdep.c cvs rdiff -u -r1.199 -r1.200 src/sys/arch/sun3/sun3/machdep.c cvs rdiff -u -r1.126 -r1.127 src/sys/arch/sun3/sun3x/machdep.c cvs rdiff -u -r1.126 -r1.127 src/sys/arch/vax/vax/trap.c cvs rdiff -u -r1.172 -r1.173 src/sys/arch/x68k/x68k/machdep.c cvs rdiff -u -r1.63 -r1.64 src/sys/compat/darwin/darwin_sysctl.c cvs rdiff -u -r1.46 -r1.47 src/sys/compat/linux/arch/alpha/linux_machdep.c cvs rdiff -u -r1.149 -r1.150 src/sys/compat/linux/arch/i386/linux_machdep.c cvs rdiff -u -r1.28 -r1.29 \ src/sys/compat/linux32/arch/amd64/linux32_machdep.c cvs rdiff -u -r1.310 -r1.311 src/sys/kern/kern_exec.c cvs rdiff -u -r1.171 -r1.172 src/sys/kern/kern_proc.c cvs rdiff -u -r1.27 -r1.28 src/sys/miscfs/procfs/procfs_cmdline.c cvs rdiff -u -r1.132 -r1.133 src/sys/sys/exec.h cvs rdiff -u -r1.109 -r1.110 src/sys/sys/exec_elf.h cvs rdiff -u -r1.300 -r1.301 src/sys/sys/proc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl2/lvm2
Module Name:src Committed By: matt Date: Fri Mar 4 22:48:29 UTC 2011 Modified Files: src/external/gpl2/lvm2: lvm2tools.mk src/external/gpl2/lvm2/lib/libdevmapper: Makefile src/external/gpl2/lvm2/sbin/dmsetup: Makefile src/external/gpl2/lvm2/sbin/lvm: Makefile Log Message: Use static libdm so dmsetup and lvm can be linked dynamically. Change LIBDM_* to LIBDEVMAPPER_* so LIBDM can refer to libdm. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/gpl2/lvm2/lvm2tools.mk cvs rdiff -u -r1.6 -r1.7 src/external/gpl2/lvm2/lib/libdevmapper/Makefile cvs rdiff -u -r1.6 -r1.7 src/external/gpl2/lvm2/sbin/dmsetup/Makefile cvs rdiff -u -r1.8 -r1.9 src/external/gpl2/lvm2/sbin/lvm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: matt Date: Sat Mar 5 01:52:18 UTC 2011 Modified Files: src/sys/kern: kern_proc.c Log Message: Simplify copyin_psstrings a bit. To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/sys/kern/kern_proc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mmeye/stand/boot
Module Name:src Committed By: joerg Date: Sat Mar 5 01:58:01 UTC 2011 Modified Files: src/sys/arch/mmeye/stand/boot: Makefile Log Message: Use deflate.sh from the right directory. Execute with HOST_SH. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mmeye/stand/boot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump
Module Name:src Committed By: joerg Date: Sat Mar 5 03:15:26 UTC 2011 Modified Files: src/sys/rump/fs: Makefile.rumpfscomp src/sys/rump/kern: Makefile.rumpkerncomp Log Message: Fix spelling of MKZFS To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/fs/Makefile.rumpfscomp cvs rdiff -u -r1.3 -r1.4 src/sys/rump/kern/Makefile.rumpkerncomp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/nand
Module Name:src Committed By: jruoho Date: Sat Mar 5 06:28:29 UTC 2011 Modified Files: src/sys/dev/nand: nand.h Log Message: KNF. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/nand/nand.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/acpi
Module Name:src Committed By: jruoho Date: Sat Mar 5 06:39:55 UTC 2011 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c Log Message: If the P-state control mask is set, do a proper read-modify-write. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/x86/acpi/acpi_cpu_md.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/tmpfs
Module Name:src Committed By: pooka Date: Sat Mar 5 07:41:12 UTC 2011 Modified Files: src/tests/fs/tmpfs: t_create.sh t_mkdir.sh Log Message: chown the workdir to unpriv user instead of chmod 711. Otherwise, if your (root's) login shell is {t,}csh, su -m gets outoutsmarted. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/fs/tmpfs/t_create.sh \ src/tests/fs/tmpfs/t_mkdir.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: jruoho Date: Sat Mar 5 07:47:54 UTC 2011 Modified Files: src/share/man/man4: acpicpu.4 Log Message: Add one bug to the list. (Neither acpicpu(4) nor est(4) or powernow(4) handle possible skew in timers and counters such as TSC.) To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/share/man/man4/acpicpu.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.