Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-1-5] syssrc/sys/uvm



Module Name:    syssrc
Committed By:   he
Date:           Mon Oct  8 19:23:26 UTC 2001

Modified Files:
        syssrc/sys/uvm [netbsd-1-5]: uvm_map.c

Log Message:
Pull up revision 1.104 (via patch, requested by chuq):
  Create a new pool for map entries, allocated from kmem_map instead
  of kernel_map.  Use this instead of the static map entries when
  allocating map entries for kernel_map.  This greatly reduces the
  number of static map entries used, and should eliminate the
  problems with running out.


To generate a diff of this commit:
cvs rdiff -r1.77.2.2 -r1.77.2.3 syssrc/sys/uvm/uvm_map.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index