Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   yamt
Date:           Sun Jun 25 08:00:01 UTC 2006

Modified Files:
        src/sys/conf: files
        src/sys/kern: init_main.c
Added Files:
        src/sys/kern: subr_kmem.c subr_vmem.c
        src/sys/sys: kmem.h vmem.h

Log Message:
1. implement solaris-like vmem.  (still primitive, though)
2. implement solaris-like kmem_alloc/free api, using #1.
   (note: this implementation is backed by kernel_map, thus can't be
   used from interrupt context.)


To generate a diff of this commit:
cvs rdiff -r1.782 -r1.783 src/sys/conf/files
cvs rdiff -r1.268 -r1.269 src/sys/kern/init_main.c
cvs rdiff -r0 -r1.1 src/sys/kern/subr_kmem.c src/sys/kern/subr_vmem.c
cvs rdiff -r0 -r1.1 src/sys/sys/kmem.h src/sys/sys/vmem.h

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