CVS commit: src/share/man/man9

2010-08-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 17 06:44:25 UTC 2010 Modified Files: src/share/man/man9: module.9 Log Message: filesystem - file system To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/module.9 Please note that diffs are

CVS commit: [uebayasi-xip] src

2010-08-17 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Aug 17 06:56:23 UTC 2010 Removed Files: src/share/man/man4 [uebayasi-xip]: ichlpcib.4 src/share/man/man9 [uebayasi-xip]: pfind.9 src/sys/arch/amd64/amd64 [uebayasi-xip]: procfs_machdep.c

CVS commit: src/share/mk

2010-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 17 08:40:57 UTC 2010 Modified Files: src/share/mk: bsd.x11.mk Log Message: PR/43772: enami tsugutomo: __XCONFIGFILEMAN__ is left unexpaneded in xinit(1)/startx(1) To generate a diff of this commit: cvs rdiff -u -r1.88

CVS commit: src/sys/dev/acpi

2010-08-17 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Aug 17 10:17:52 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu.c acpi_cpu.h acpi_cpu_pstate.c acpi_cpu_tstate.c Log Message: Add support for the optional dynamic minimum (in terms of MHz) via _PDL. Comparable

CVS commit: src/sys/dev/acpi

2010-08-17 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Aug 17 10:35:22 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu_pstate.c acpi_cpu_tstate.c Log Message: Clarify the initialization of the dynamic maximums/minimums. Reset these to defaults upon suspend. As we do not know

CVS commit: src/sys/dev/acpi

2010-08-17 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Aug 17 10:57:31 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu_pstate.c acpi_cpu_tstate.c Log Message: Adjust locking for previous. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/rump/net/lib/libshmif

2010-08-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 17 11:35:24 UTC 2010 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c shmif_busops.c Log Message: * fix off-by-wrap case where current datagram aligns exactly with the end of the bus * clarify the can we still

CVS commit: src/tests/fs/vfs

2010-08-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 17 11:46:16 UTC 2010 Modified Files: src/tests/fs/vfs: Makefile Added Files: src/tests/fs/vfs: t_full.c Log Message: Add test which fills up the file system and expects ENOSPC. To generate a diff of this commit:

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

2010-08-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 17 11:47:27 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi Log Message: +tp To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/distrib/sets/lists/tests/mi Please note that diffs are not

CVS commit: src/tests/net/config

2010-08-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 17 12:04:34 UTC 2010 Modified Files: src/tests/net/config: netconfig.c Log Message: * add interface for virtif creation (in addition to the already present shmif) * don't leak sockets To generate a diff of this commit:

CVS commit: src/sys/rump/net/lib/libshmif

2010-08-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 17 12:59:53 UTC 2010 Modified Files: src/sys/rump/net/lib/libshmif: shmif_busops.c Log Message: Fix hopefully last off-by-one: if we fill the bus, we must also advance the first pointer. This problem triggered only if the

CVS commit: src/sys/kern

2010-08-17 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue Aug 17 13:17:48 UTC 2010 Modified Files: src/sys/kern: vfs_subr.c Log Message: Now that ffs on disk inodes get freed in the reclaim routine it is no longer necessary for vget() to handle VI_INACTNOW as a special case.

CVS commit: src/tests/net/icmp

2010-08-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 17 15:51:11 UTC 2010 Modified Files: src/tests/net/icmp: t_ping.c Log Message: add a test which floodpings another host To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/net/icmp/t_ping.c Please note

CVS commit: src/sys/dev/acpi

2010-08-17 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Tue Aug 17 18:49:28 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu_cstate.c Log Message: build fix: first initialize sc then KASSERT To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/dev/pci

2010-08-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Aug 17 18:53:16 UTC 2010 Modified Files: src/sys/dev/pci: radeonfb.c radeonfbvar.h Log Message: - fix 8 bit support and run the console in 8 bit for a little extra speed - fix colour oddities seen occasionally on sparc64 -

CVS commit: src/sys/rump/net/lib/libshmif

2010-08-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 17 20:42:47 UTC 2010 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: Prefault bus pages in driver attachment. This seems to work around weird corruption I've been seeing (most likely a host kernel

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

2010-08-17 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Aug 17 22:24:05 UTC 2010 Modified Files: src/sys/arch/i386/i386: machdep.c Log Message: Use SYSCTL_DESCR() To generate a diff of this commit: cvs rdiff -u -r1.693 -r1.694 src/sys/arch/i386/i386/machdep.c Please note that

CVS commit: src/lib/libc/sys

2010-08-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Aug 18 01:55:32 UTC 2010 Modified Files: src/lib/libc/sys: modctl.2 Log Message: Add a couple more possible return values. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/sys/modctl.2 Please note

CVS commit: src/share/man/man9

2010-08-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Aug 18 01:56:45 UTC 2010 Modified Files: src/share/man/man9: module.9 Log Message: Note that, for MODULE_CLASS_SECMODEL, the class is not ignored. Rather, we will automatically call secmodel_register() for these modules.

CVS commit: src/sys/dev/acpi

2010-08-17 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Aug 18 02:01:45 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu_cstate.c Log Message: Fix fix of a bug: first initialize sc, check sc != NULL, then KASSERT(9). To generate a diff of this commit: cvs rdiff -u -r1.30

CVS commit: src/bin/ls

2010-08-17 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Wed Aug 18 02:53:54 UTC 2010 Modified Files: src/bin/ls: print.c Log Message: Fix broken indentation. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/bin/ls/print.c Please note that

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

2010-08-17 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Aug 18 04:12:29 UTC 2010 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c Log Message: Add MD support for the vendor-independent extended PSS. Some conforming AMD systems are known to work. Alas, not all of them. We still

CVS commit: src/share/man/man4

2010-08-17 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Aug 18 04:16:12 UTC 2010 Modified Files: src/share/man/man4: acpicpu.4 Log Message: Update. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/share/man/man4/acpicpu.4 Please note that diffs are not public