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

2011-10-17 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Oct 18 05:16:02 UTC 2011 Modified Files: src/sys/arch/x86/x86: cpu.c Log Message: As cpu_shutdown() is a wrapper to cpu_suspend(), modify slightly to prevent setting low frequencies for active non-bootstrap processors during s

CVS commit: src/sys

2011-10-17 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Oct 18 05:08:24 UTC 2011 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c src/sys/dev/acpi: acpi_cpu.c acpi_cpu.h acpi_cpu_pstate.c Log Message: Convert to use cpufreq(9). To generate a diff of this commit: cvs r

CVS commit: src/tests/lib/libm

2011-10-17 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Oct 18 04:51:01 UTC 2011 Modified Files: src/tests/lib/libm: t_cosh.c t_sinh.c Log Message: Adjust and add some printfs. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libm/t_cosh.c \ src/tests

CVS commit: src

2011-10-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 18 00:33:48 UTC 2011 Modified Files: src/distrib/sets/lists/modules: md.amd64 md.i386 src/sys/modules: Makefile Log Message: add & enable vmt module To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

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

2011-10-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 18 00:31:07 UTC 2011 Modified Files: src/sys/arch/x86/x86: vmt.c Log Message: use PRId64 for time_t format To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/x86/vmt.c Please note that diffs

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

2011-10-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 18 00:07:45 UTC 2011 Modified Files: src/sys/arch/x86/x86: vmt.c Log Message: don't allow module autounload To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x86/x86/vmt.c Please note that diffs

CVS commit: src/sys/fs/puffs

2011-10-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Oct 17 23:54:01 UTC 2011 Modified Files: src/sys/fs/puffs: puffs_vnops.c Log Message: Roll back the change that forced kernel threads to not sleep in PUFFS. The change does not make consensus, since only pagedaemon should need i

CVS commit: src/etc/powerd/scripts

2011-10-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 17 23:27:41 UTC 2011 Modified Files: src/etc/powerd/scripts: sleep_button Log Message: restart dhcpcd if we get a "released" event from the vmt0 driver To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/e

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

2011-10-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 17 23:25:10 UTC 2011 Modified Files: src/sys/arch/x86/x86: vmt.c Log Message: handle OS_Resume events by sending a sleep pswitch "release" event To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/

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

2011-10-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 17 23:24:05 UTC 2011 Modified Files: src/sys/arch/x86/conf: files.x86 Log Message: vmt needs sysmon_taskq To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/arch/x86/conf/files.x86 Please note that

CVS commit: src/doc

2011-10-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 17 22:42:13 UTC 2011 Modified Files: src/doc: CHANGES Log Message: add vmt(4) To generate a diff of this commit: cvs rdiff -u -r1.1614 -r1.1615 src/doc/CHANGES Please note that diffs are not public domain; they are su

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

2011-10-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 17 22:40:31 UTC 2011 Modified Files: src/sys/arch/i386/conf: ALL Log Message: add vmt(4) To generate a diff of this commit: cvs rdiff -u -r1.323 -r1.324 src/sys/arch/i386/conf/ALL Please note that diffs are not public

CVS commit: src/sys

2011-10-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 17 22:39:23 UTC 2011 Modified Files: src/sys/arch/x86/conf: files.x86 Added Files: src/sys/arch/x86/x86: vmt.c src/sys/modules/vmt: Makefile vmt.ioconf Log Message: add a port of the VMware Tools driver v

CVS commit: src/sys/arch/x86

2011-10-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 17 22:38:01 UTC 2011 Modified Files: src/sys/arch/x86/include: cpu.h src/sys/arch/x86/x86: cpu.c Log Message: add a "vm" device class for cpufeaturebus To generate a diff of this commit: cvs rdiff -u -r1.38 -r1

CVS commit: src/tests/lib/libc/sys

2011-10-17 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Oct 17 17:58:43 UTC 2011 Modified Files: src/tests/lib/libc/sys: t_dup.c Log Message: Remove unneeded uneeded err.h include. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/sys/t_dup.c Please n

CVS commit: src/usr.sbin/fwctl

2011-10-17 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Oct 17 16:50:47 UTC 2011 Modified Files: src/usr.sbin/fwctl: fwcontrol.c Log Message: Revieve -> Receive in a comment. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/fwctl/fwcontrol.c Please not

CVS commit: src/sys/dev/usb

2011-10-17 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Oct 17 16:44:02 UTC 2011 Modified Files: src/sys/dev/usb: ehcireg.h uyurex.c Log Message: Received, not recvieved. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/usb/ehcireg.h cvs rdiff -u -r1.4 -

CVS commit: src/sys/dev/ic

2011-10-17 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Oct 17 16:40:53 UTC 2011 Modified Files: src/sys/dev/ic: mpt_debug.c Log Message: Receive, not recieve. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/mpt_debug.c Please note that diffs are not

CVS commit: src/regress/sys/arch/arm/abort-fixup

2011-10-17 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Oct 17 16:39:15 UTC 2011 Modified Files: src/regress/sys/arch/arm/abort-fixup: abortfixup.c Log Message: Fix typo in output. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/regress/sys/arch/arm/abort-fixup/

CVS commit: src/usr.sbin/btconfig

2011-10-17 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Oct 17 16:37:50 UTC 2011 Modified Files: src/usr.sbin/btconfig: btconfig.c Log Message: This file received some typo-love. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/btconfig/btconfig.c Plea

CVS commit: src

2011-10-17 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Oct 17 16:35:23 UTC 2011 Modified Files: src/dist/dhcp/includes/cf: aix.h src/dist/dhcp/server: dhcp.c src/dist/pf/sbin/pfctl: pfctl_parser.c src/distrib/utils/sysinst: mbr.c util.c src/sys/dev/

CVS commit: src

2011-10-17 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Oct 17 16:31:14 UTC 2011 Modified Files: src/usr.bin/xlint/lint2: chk.c src/usr.sbin/rtsold: rtsold.h Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.bin/xlint

CVS commit: src

2011-10-17 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Oct 17 16:22:13 UTC 2011 Modified Files: src: build.sh Log Message: wheher -> whether To generate a diff of this commit: cvs rdiff -u -r1.250 -r1.251 src/build.sh Please note that diffs are not public domain; they are subj

CVS commit: src/etc/etc.luna68k

2011-10-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Oct 17 14:42:42 UTC 2011 Modified Files: src/etc/etc.luna68k: Makefile.inc Log Message: Make sure to put a.out GENERIC kernel into distribution. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/etc/etc.luna68

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

2011-10-17 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Oct 17 14:27:10 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: gcc.c Log Message: when linking with "-shared" and "-shared-libgcc", also link against the static libgcc.a after the shared libgcc_s.so. this is needed on

CVS commit: src

2011-10-17 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Oct 17 14:20:56 UTC 2011 Modified Files: src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64 md.sparc64 mi shl.mi src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile src/external/gpl3/gcc/lib/li

CVS commit: src/sys/arch/luna68k/luna68k

2011-10-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Oct 17 14:19:28 UTC 2011 Modified Files: src/sys/arch/luna68k/luna68k: machdep.c Log Message: Print LUNA model name (not only CPU/MMU/FPU) on boot as 4.4BSD Lite2 does. To generate a diff of this commit: cvs rdiff -u -r1.83

CVS commit: src/sys/arch/luna68k/luna68k

2011-10-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Oct 17 13:52:11 UTC 2011 Modified Files: src/sys/arch/luna68k/luna68k: machdep.c Log Message: LUNA has 68030+68881, not 68882. XXX: we should have a common fpu_probe() function among all m68k ports. To generate a diff of t

CVS commit: src/external/gpl3/gdb/dist/readline

2011-10-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 17 13:08:51 UTC 2011 Modified Files: src/external/gpl3/gdb/dist/readline: xmalloc.h Log Message: Don't rename xfree to xfree_readline, it breaks the build. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 s

CVS commit: src/sys/dev/ic

2011-10-17 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Mon Oct 17 13:06:08 UTC 2011 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: Fix typo in comment. Pointed out by Y.Sugahara. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/ic/sl811hs.c Please n

CVS commit: src/common/lib/libprop

2011-10-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 17 09:24:54 UTC 2011 Modified Files: src/common/lib/libprop: prop_array_util.3 prop_dictionary_util.3 Log Message: Add missing Nd. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/common/lib/libprop/prop_arra