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

2010-04-27 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

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

2010-04-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Apr 27 07:17:25 UTC 2010 Modified Files: src/sys/uvm [uebayasi-xip]: uvm_pmap.h Log Message: On second thought, rename PMAP_UNCACHEABLE as PMAP_UNMANAGED. To generate a diff of this commit: cvs rdiff -u -r1.32.2.1

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

2010-04-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Apr 27 07:19:29 UTC 2010 Modified Files: src/sys/arch/acorn26/acorn26 [uebayasi-xip]: pmap.c src/sys/arch/arm/arm32 [uebayasi-xip]: pmap.c src/sys/arch/hppa/hppa [uebayasi-xip]: pmap.c

CVS commit: src/sys/dev/acpi

2010-04-27 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Apr 27 08:15:07 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_util.c Log Message: Be consistent with the returned exception codes. Check for NULL pointers. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2010-04-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Apr 27 08:20:09 UTC 2010 Modified Files: src/sys/uvm [uebayasi-xip]: uvm_device.c Log Message: Always map device pages via cdev as unmanaged for now. I need this to read/write a NOR FlashROM from userland. Otherwise pmaps

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

2010-04-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Apr 27 08:23:48 UTC 2010 Modified Files: src/sys/uvm [uebayasi-xip]: uvm_page.h Log Message: Sort. To generate a diff of this commit: cvs rdiff -u -r1.59.2.15 -r1.59.2.16 src/sys/uvm/uvm_page.h Please note that diffs are

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

2010-04-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Apr 27 08:32:47 UTC 2010 Modified Files: src/sys/uvm [uebayasi-xip]: uvm_page.c uvm_page.h Log Message: Maintain not only arrays of struct vm_physseg, but also arrays of pointers to struct vm_physseg. This is need: - to

CVS commit: src/sys/dev/acpi

2010-04-27 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Apr 27 08:36:06 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Make acpi_enter_sleep_state() not to return. No one cared what it returned. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194

CVS commit: src/sys/dev/acpi

2010-04-27 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Apr 27 08:37:07 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_apm.c acpivar.h Log Message: Include the new prototype for acpi_enter_sleep_state(). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2010-04-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Apr 27 08:40:22 UTC 2010 Modified Files: src/sys/uvm [uebayasi-xip]: uvm_extern.h Log Message: Forgotten to check this in; now uvm_page_physload() and uvm_page_physload_device() returns struct vm_physseg * (which is not

CVS commit: src/sys/kern

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Apr 27 10:57:47 UTC 2010 Modified Files: src/sys/kern: makesyscalls.sh Log Message: Use sys_nomodule for modular rump system calls so that they can be autoloaded. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95

CVS commit: src/sys/rump

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Apr 27 10:58:55 UTC 2010 Modified Files: src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c Log Message: regen: rump_enosys - sys_nomodule for modular system calls To generate a

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

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Apr 27 13:26:13 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Fix off-by-atleast-1 error. Note: etfs doesn't work if rumpfs is not mounted as root. Given that rumpfs_mount always return

CVS commit: src/lib/libc/cdb

2010-04-27 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Apr 27 14:26:52 UTC 2010 Modified Files: src/lib/libc/cdb: cdb.5 Log Message: .Pp after .Ed. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/cdb/cdb.5 Please note that diffs are not public domain;

CVS commit: src/share/mk

2010-04-27 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue Apr 27 14:32:14 UTC 2010 Modified Files: src/share/mk: bsd.lib.mk Log Message: Support MKDEBUG for shared libraries. To generate a diff of this commit: cvs rdiff -u -r1.306 -r1.307 src/share/mk/bsd.lib.mk Please note that

CVS commit: src/distrib/sets/lists

2010-04-27 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue Apr 27 14:33:19 UTC 2010 Modified Files: src/distrib/sets/lists/comp: md.i386 shl.mi src/distrib/sets/lists/xcomp: md.i386 shl.mi Log Message: Add usr/libdata/debug entries for shared libraries on i386 with Xorg To

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

2010-04-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Apr 27 15:01:12 UTC 2010 Modified Files: src/sys/uvm [uebayasi-xip]: uvm_page.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.153.2.23 -r1.153.2.24 src/sys/uvm/uvm_page.c Please note that

CVS commit: src/lib/libc/gen

2010-04-27 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Apr 27 15:16:28 UTC 2010 Modified Files: src/lib/libc/gen: uname.3 Log Message: Use .In for includes and .Va when listing the structure members. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/lib/libc/gen

2010-04-27 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Apr 27 15:26:59 UTC 2010 Modified Files: src/lib/libc/gen: ftok.3 Log Message: Note POSIX compliance. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libc/gen/ftok.3 Please note that diffs are not

CVS commit: src/games/factor

2010-04-27 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Apr 27 18:11:19 UTC 2010 Modified Files: src/games/factor: factor.c Log Message: -Fix an old bug in the pollard code: it gets its argument passed by reference, and changes the value behind the pointer under some

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

2010-04-27 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Apr 27 18:41:52 UTC 2010 Modified Files: src/sys/arch/i386/i386: pmc.c Log Message: #include machine/cpuvar.h for CPU feature definitions. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/dev/mii

2010-04-27 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Apr 27 18:52:45 UTC 2010 Modified Files: src/sys/dev/mii: brgphy.c Log Message: For a couple of flags, use bool/true/false instead of int/1/0. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/sys/dev/scsipi

2010-04-27 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Apr 27 18:55:12 UTC 2010 Modified Files: src/sys/dev/scsipi: scsiconf.c Log Message: For clarity of scsidevdetached(), rename some variables: sc - self, dev - child, ssc - sc. To generate a diff of this commit: cvs rdiff

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

2010-04-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Apr 27 23:09:07 UTC 2010 Modified Files: src/sys/net [matt-nb5-mips64]: rtsock.c Log Message: Make sure each rt_msg has an aligned length. To generate a diff of this commit: cvs rdiff -u -r1.115.2.4 -r1.115.2.4.4.1

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

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Apr 27 23:30:30 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: intr.c rump.c rump_private.h rumpcpu_generic.c scheduler.c src/sys/rump/librump/rumpkern/arch/i386: rumpcpu.c Log Message: Fix

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

2010-04-27 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Apr 27 23:33:14 UTC 2010 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Make pci_conf_read(9) and pci_conf_write(9) re-entrant so that the kernel can use them in an NMI trap handler. Only one CPU can be in

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

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 28 00:32:30 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: intr.c Log Message: Fix snafu which caused the clock to travel lightspeed. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 28 00:33:45 UTC 2010 Modified Files: src/lib/librumpuser: rumpuser.c src/sys/rump/include/rump: rumpuser.h Log Message: Add rumpuser interface to fetch number of host cpus. To generate a diff of this commit: cvs

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

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 28 00:34:25 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern/arch/i386: rumpcpu.c Log Message: set first attached cpu as primary To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 28 00:42:16 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: Limit virtual CPUs to MAXCPUS for now. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2010-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 28 00:43:16 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Make number of virtual CPUs match number of host CPUs on NetBSD/x86 hosts. To generate a diff of this commit: cvs rdiff -u -r1.165

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

2010-04-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Apr 28 03:14:46 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mipsX_subr.S Log Message: Now that the Atheros HAL is gone, remove the hacks in place for it. (also fixes a stupid bug). To generate a diff of

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

2010-04-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Apr 28 05:05:16 UTC 2010 Modified Files: src/sys/uvm [uebayasi-xip]: uvm_page.c Log Message: Use struct vm_physseg *vm_physmem_ptrs[] in initialization code paths. To generate a diff of this commit: cvs rdiff -u

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

2010-04-27 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Apr 28 05:12:30 UTC 2010 Modified Files: src/sys/uvm [uebayasi-xip]: uvm_page.c Log Message: Use struct vm_physseg *vm_physmem_ptrs[] in lookup code paths (vm_physseg_find()). To generate a diff of this commit: cvs rdiff