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

2012-04-11 Thread YAMAMOTO Takashi
> > On Apr 11, 2012, at 7:34 PM, YAMAMOTO Takashi wrote: > >> hi, >> >>> Module Name:src >>> Committed By: matt >>> Date: Thu Apr 12 01:40:27 UTC 2012 >>> >>> Modified Files: >>> src/sys/uvm [matt-nb5-mips64]: uvm_extern.h uvm_fault.c uvm_km.c >>> uvm_met

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

2012-04-11 Thread Matt Thomas
On Apr 11, 2012, at 7:34 PM, YAMAMOTO Takashi wrote: > hi, > >> Module Name: src >> Committed By:matt >> Date:Thu Apr 12 01:40:27 UTC 2012 >> >> Modified Files: >> src/sys/uvm [matt-nb5-mips64]: uvm_extern.h uvm_fault.c uvm_km.c >> uvm_meter.c uvm_pdaemon.c

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

2012-04-11 Thread YAMAMOTO Takashi
hi, > Module Name: src > Committed By: matt > Date: Thu Apr 12 01:40:27 UTC 2012 > > Modified Files: > src/sys/uvm [matt-nb5-mips64]: uvm_extern.h uvm_fault.c uvm_km.c > uvm_meter.c uvm_pdaemon.c uvm_pdaemon.h uvm_pdpolicy.h > uvm_pdpolicy_clock.c uvm_stat.c >

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

2010-08-18 Thread matthew green
> > On Aug 18, 2010, at 6:11 PM, matthew green wrote: > > > > >> Module Name: src > >> Committed By: matt > >> Date: Wed Aug 18 18:19:11 UTC 2010 > >> > >> Modified Files: > >>src/sys/uvm [matt-nb5-mips64]: uvm_map.c > >> > >> Log Message: > >> Add a hook so that M

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

2010-08-18 Thread Matt Thomas
On Aug 18, 2010, at 6:11 PM, matthew green wrote: > >> Module Name: src >> Committed By:matt >> Date:Wed Aug 18 18:19:11 UTC 2010 >> >> Modified Files: >> src/sys/uvm [matt-nb5-mips64]: uvm_map.c >> >> Log Message: >> Add a hook so that MD code has handle the chang

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

2010-08-18 Thread matthew green
> Module Name: src > Committed By: matt > Date: Wed Aug 18 18:19:11 UTC 2010 > > Modified Files: > src/sys/uvm [matt-nb5-mips64]: uvm_map.c > > Log Message: > Add a hook so that MD code has handle the change in address space limits > when an exec happens. > Add a routine to turn o

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

2010-01-22 Thread enami tsugutomo
> >> To generate a diff of this commit: > >> cvs rdiff -u -r1.42 -r1.42.16.1 src/sys/uvm/uvm_pglist.c > > > >> /* > >>* Test both the ending and starting pages to see if = > they are > >>* both free. If the ending and starting pages are = > same page,

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

2010-01-22 Thread Matt Thomas
On Jan 22, 2010, at 12:28 AM, enami tsugutomo wrote: >> Module Name: src >> Committed By:matt >> Date:Fri Jan 22 05:17:32 UTC 2010 >> >> Modified Files: >> src/sys/uvm [matt-nb5-mips64]: uvm_pglist.c >> >> Log Message: >> Rework the algorithm to allocate contiguous

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

2010-01-22 Thread enami tsugutomo
> Module Name: src > Committed By: matt > Date: Fri Jan 22 05:17:32 UTC 2010 > > Modified Files: > src/sys/uvm [matt-nb5-mips64]: uvm_pglist.c > > Log Message: > Rework the algorithm to allocate contiguous pages to be much much faster. > (read the comments if you want to know how i