Source-Changes archive

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

CVS commit: src/sys/uvm



Module Name:    src
Committed By:   pk
Date:           Thu Dec 18 15:02:04 UTC 2003

Modified Files:
        src/sys/uvm: uvm_extern.h uvm_km.c

Log Message:
* Introduce uvm_km_kmemalloc1() which allows alignment and preferred offset
  to be passed to uvm_map().

* Turn all uvm_km_valloc*() macros back into (inlined) functions to retain
  binary compatibility with any 3rd party modules.


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 src/sys/uvm/uvm_extern.h
cvs rdiff -r1.65 -r1.66 src/sys/uvm/uvm_km.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