Age | Commit message (Collapse) | Author |
|
Use standard errno codes. This change also adds strerror to string.h.
|
|
|
|
The kernel_map/kernel_pmap/kernel_task/etc... names were reused as they
were in the Mach source code. They've been a (mostly harmless) long-standing
violation of the coding rules.
|
|
Talk about "bytes" instead of "addresses" for better clarity.
|
|
|
|
Start a very simple VM object implementation for page tracking only.
The locking protocol is still not well defined, especially for pages.
The only purpose of the current code is to allow the kernel virtual
memory interface to release pages on physical mapping creation errors.
|