Re: CVS commit: src/sys/uvm

2011-01-04 Thread Michael Graff
On 1/4/11 2:26 AM, Matt Thomas wrote: Module Name: src Committed By: matt Date: Tue Jan 4 08:26:33 UTC 2011 Modified Files: src/sys/uvm: uvm_extern.h uvm_fault.c uvm_km.c uvm_page.c Log Message: ... When allocating kernel memory pages, allow the MD to specify a preferred

Re: CVS commit: src/sys/dev

2010-12-06 Thread Michael Graff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2010-12-05 3:35 AM, Antti Kantee wrote: On Sat Dec 04 2010 at 18:44:07 +, Christos Zoulas wrote: In article 20101204173951.3ae6e17...@cvs.netbsd.org, Antti Kantee source-changes-d@NetBSD.org wrote: -=-=-=-=-=- Module Name:src

Re: CVS commit: src/sys/dev

2010-12-04 Thread Michael Graff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I admit to a certain lack of understanding the twisty maze of pointers and memory mapping magic at play here, but is simply checking the length enough? That is, what happens if I pass in a structure that is smaller than expected? That is, is there a

Re: CVS commit: src/lib/libpthread

2010-03-25 Thread Michael Graff
On 3/24/10 7:32 PM, enami tsugutomo wrote: The _lwp_ctl() call also need to be called with self-pt_lwpctl doesn't it? I thought pthread__first would be the same as pthread__self() here, but when I just used pthread__first rather than calling pthread__self() I got a different value. I don't