CVS commit: src/share/man/man9

2010-04-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Apr 26 07:36:33 UTC 2010 Modified Files: src/share/man/man9: uiomove.9 Log Message: Small markup improvements. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/uiomove.9 Please note that diff

CVS commit: src/share/man/man9

2010-04-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Apr 26 07:51:36 UTC 2010 Modified Files: src/share/man/man9: uiomove.9 Log Message: Describe the struct iovec better. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/share/man/man9/uiomove.9 Please note th

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

2010-04-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 26 09:26:25 UTC 2010 Modified Files: src/sys/arch/sparc/sparc: pmap.c Log Message: Avoid using demap_lock early in pmap_bootstrap before it is initialized. To generate a diff of this commit: cvs rdiff -u -r1.339 -r1.340

CVS commit: src/sys/rump/dev/lib/librnd

2010-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 26 09:47:46 UTC 2010 Modified Files: src/sys/rump/dev/lib/librnd: component.c Log Message: ungrossify To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/librnd/component.c Please note that d

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

2010-04-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 26 12:10:51 UTC 2010 Modified Files: src/sys/arch/hppa/hppa: trap.S Log Message: Remove used BSS allocation. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/arch/hppa/hppa/trap.S Please note that di

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

2010-04-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 26 12:16:22 UTC 2010 Modified Files: src/sys/arch/hppa/hppa: trap.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sys/arch/hppa/hppa/trap.c Please note that diffs are not public domai

CVS commit: src/sys/dev/acpi

2010-04-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Apr 26 12:46:48 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_power.c Log Message: AE_CTRL_TERMINATE -> AE_CTRL_FALSE. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/acpi/acpi_power.c Please note

CVS commit: src/sys/dev/acpi

2010-04-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Apr 26 13:30:31 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_pci.c Log Message: Improve and rearrange comments. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/acpi/acpi_pci.c Please note that d

CVS commit: src/sys/dev/acpi

2010-04-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Apr 26 13:38:43 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_power.c Log Message: Fix typo. Doh. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/acpi/acpi_power.c Please note that diffs are not p

CVS commit: src/sys/arch/m68k/m68k

2010-04-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Apr 26 15:07:01 UTC 2010 Modified Files: src/sys/arch/m68k/m68k: m68k_syscall.c Log Message: lwp_uc_pool has been replaced with kmem(9) so also replace with . To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 s

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

2010-04-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 26 15:22:38 UTC 2010 Modified Files: src/sys/arch/hppa/hppa: trap.c Log Message: SANITY output tweak. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/arch/hppa/hppa/trap.c Please note that diffs are

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

2010-04-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 26 15:25:24 UTC 2010 Modified Files: src/sys/arch/hp700/include: cpu.h Log Message: Provide hppa_cpu_hastlbu_p To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/hp700/include/cpu.h Please note th

CVS commit: src/sys/kern

2010-04-26 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Apr 26 16:26:11 UTC 2010 Modified Files: src/sys/kern: subr_time.c Log Message: Revert rev1.6, it shall return ETIMEDOUT for pthread calls. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/kern/subr_time.c

CVS commit: [rmind-uvmplock] src/sys/arch

2010-04-26 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Apr 26 17:06:21 UTC 2010 Modified Files: src/sys/arch/amd64/amd64 [rmind-uvmplock]: vector.S src/sys/arch/i386/i386 [rmind-uvmplock]: vector.S Log Message: Slight simplification to TLB shootdown handler on i386 and amd6

CVS commit: src/sys/rump/librump/rumpkern

2010-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 26 20:10:23 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Change machine from "rump" to MACHINE so that module_base goes right. Now, any guesses on how many archs this seemingly trivial change

CVS commit: src/sys

2010-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 26 22:58:53 UTC 2010 Modified Files: src/sys/kern: kern_stub.c subr_kobj.c src/sys/sys: kobj.h Log Message: Add an optional hook for adjusting module string table after load. Currently to be used for rump "SAOS" nam

CVS commit: src/sys/rump

2010-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 26 23:01:53 UTC 2010 Modified Files: src/sys/rump: Makefile.rump Log Message: Give a cpp hint if the native kernel abi is supported. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/rump/Makefile.rump

CVS commit: src/sys/rump/librump/rumpkern

2010-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 26 23:17:13 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Added Files: src/sys/rump/librump/rumpkern: kobj_rename.c Log Message: Implement kobj_renamespace() for rump. Support for a few

CVS commit: src/sys/sys

2010-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 26 23:18:51 UTC 2010 Modified Files: src/sys/sys: module.h Log Message: Allow everyone in the kernel to see module_base. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/sys/module.h Please note that

CVS commit: src/sys/rump

2010-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 26 23:40:22 UTC 2010 Modified Files: src/sys/rump/include/rump: rump.h src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Add directory support to etfs: host directories and their contents will be mapped to rumpfs

CVS commit: src/sys/rump/librump/rumpvfs

2010-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 26 23:43:36 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: rump_vfs.c Log Message: Register module_base as an etfs recursive subdirectory. This means that rump will autoload kernel modules from the host /stand/arch

CVS commit: src/tests/fs/kernfs

2010-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 26 23:47:25 UTC 2010 Modified Files: src/tests/fs/kernfs: Makefile t_basic.c Log Message: Undo infamous "mad \"scientist\"" experiment. There is no need for complicated application frobbing to get a kernel module loaded in

CVS commit: src/sys/sys

2010-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Apr 27 00:38:42 UTC 2010 Modified Files: src/sys/sys: kobj.h Log Message: Apparently exec.h is needed at least for i386/xen. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/sys/kobj.h Please note that d

CVS commit: src

2010-04-26 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue Apr 27 02:51:05 UTC 2010 Modified Files: src/distrib/sets/lists/base: mi src/etc/mtree: NetBSD.dist.base Log Message: add usr/libdata/debug/usr/lib and usr/libdata/debug/usr/lib/i18n To generate a diff of this commit:

CVS commit: src/etc/mtree

2010-04-26 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Apr 27 03:01:25 UTC 2010 Modified Files: src/etc/mtree: Makefile Log Message: Describe in a comment what the emit_dist_file target is for. Under some circumstances, ${TOOL_CAT} may refer to an executable that does not exist.

CVS commit: [uebayasi-xip] src/sys/uvm

2010-04-26 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Apr 27 04:32:44 UTC 2010 Modified Files: src/sys/uvm [uebayasi-xip]: uvm_page.c Log Message: Clean up comments. To generate a diff of this commit: cvs rdiff -u -r1.153.2.21 -r1.153.2.22 src/sys/uvm/uvm_page.c Please note

CVS commit: src/sys/arch/macppc/macppc

2010-04-26 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Apr 27 05:27:59 UTC 2010 Modified Files: src/sys/arch/macppc/macppc: pic_ohare.c Log Message: Use OHARE_NIRQ instead of NIRQ. NIRQ defined in powerpc/intr.h sinse 'Support 64-bit imask for powerpc/pic.' To generate a dif

CVS commit: src/sys

2010-04-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Apr 27 05:34:15 UTC 2010 Modified Files: src/sys/arch/x86/x86: mpacpi.c src/sys/dev/acpi: acpi.c acpi_power.c acpireg.h Log Message: Clean up . While documenting the control methods is an admirable goal, it is pretty m

CVS commit: src

2010-04-26 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue Apr 27 05:34:16 UTC 2010 Modified Files: src/distrib/sets/lists/xbase: mi src/etc/mtree: NetBSD.dist.Xorg Log Message: usr/libdata/debug directories for X11R7 To generate a diff of this commit: cvs rdiff -u -r1.85 -r1

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

2010-04-26 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Tue Apr 27 05:44:30 UTC 2010 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: cpuregs.h Log Message: seperate RMI CPU revision codes from RMI CPU processor codes and improve comment To generate a diff of this commit:

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

2010-04-26 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Tue Apr 27 05:45:22 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c Log Message: add cputab[] entry for RMI CPU MIPS_XLR732C To generate a diff of this commit: cvs rdiff -u -r1.205.4.1.2.1.2.43 -

CVS commit: src/sys/dev/acpi

2010-04-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Apr 27 05:57:43 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_acad.c acpi_bat.c acpi_button.c acpi_lid.c acpi_tz.c acpireg.h Log Message: Use ACPICA's standard notify values from and move the device-specific not

CVS commit: [uebayasi-xip] src/sys/uvm

2010-04-26 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Apr 27 06:33:24 UTC 2010 Modified Files: src/sys/uvm [uebayasi-xip]: uvm_pmap.h Log Message: Introduce PMAP_UNCACHEABLE, a flag to tell pmap_enter(9) to enter a H/W mapping as cache disabled, even for managed memory and devi