cvs commit: src/sys/conf files src/sys/kern uipc_mbuf.c src/sys/vm vm_contig.c vm_kern.h vm_page.c
Hiten Pandya
hmp at crater.dragonflybsd.org
Wed Oct 15 09:48:53 PDT 2003
hmp 2003/10/15 09:48:04 PDT
Modified files:
sys/conf files
sys/kern uipc_mbuf.c
sys/vm vm_kern.h vm_page.c
Added files:
sys/vm vm_contig.c
Log:
Second contigmalloc() cleanup:
* Move the contigmalloc/vm_contig_pg API into its own
file, vm_contig.c.
* Give contigmalloc1() a more sensible to reflect its
purpose, contigmalloc_map().
Revision Changes Path
1.18 +1 -0 src/sys/conf/files
1.13 +1 -1 src/sys/kern/uipc_mbuf.c
1.5 +1 -1 src/sys/vm/vm_kern.h
1.14 +0 -314 src/sys/vm/vm_page.c
More information about the Commits
mailing list