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:51:09 PDT 1998
Update of /cvsroot/src/sys/uvm
In directory nb00:/tmp/cvs-serv26142

Modified Files:
        uvm_swap.c 
Log Message:
Use memory pools to allocate swap buffers. Allocations are all dynamic;
in particular `nswbuf' is gone, as is the private "struct buf" list that
was previously maintained in here.


pk
Thu Jul 23 13:52:01 PDT 1998
Update of /cvsroot/src/sys/vm
In directory nb00:/tmp/cvs-serv26187

Modified Files:
        vm_swap.c 
Log Message:
Update pool_* functions to new interface.


pk
Thu Jul 23 13:57:17 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv26220

Modified Files:
        subr_extent.c 
Log Message:
Use a memory pool instead of malloc to allocate region descriptors.




Home | Main Index | Thread Index | Old Index