Source-Changes archive

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

NetBSD master CVS tree commits



pk
Thu Jul 23 13:34:00 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv25948

Modified Files:
        subr_pool.c 
Log Message:
Re-vamped pool manager.
        * support for customized memory supplier
        * automatic page reclaim by VM system
        * time-based hysteresis
        * cache coloring (after Bonwick's "slabs")


pk
Thu Jul 23 13:34:03 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv25967

Modified Files:
        pool.h 
Log Message:
Re-vamped pool manager. 
        * support for customized memory supplier
        * automatic page reclaim by VM system
        * time-based hysteresis
        * cache coloring (after Bonwick's "slabs")


pk
Thu Jul 23 13:35:00 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv26018

Modified Files:
        malloc.h 
Log Message:
Define M_POOL.


pk
Thu Jul 23 13:36:09 PDT 1998
Update of /cvsroot/src/sys/uvm
In directory nb00:/tmp/cvs-serv26048

Modified Files:
        uvm_pdaemon.c 
Log Message:
Include pool_drain() in page scans.




Home | Main Index | Thread Index | Old Index