summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_sh.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix grammar in comment.kettenis2020-06-281-2/+2
|
* Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we alreadyderaadt2013-03-281-5/+5
| | | | | know it from the machine. ok miod
* spacesderaadt2013-03-201-2/+2
|
* Use the PAGE_* forms (instead of the ancient BSD forms) in param.h,deraadt2012-07-091-2/+2
| | | | | | | because param.h will get a kick in the head sometime in the future. One day, maybe both can become invisible, but we boot one of them first. ok guenter
* Pull more headers to avoid warnings about structs being undefined.miod2011-04-101-1/+2
|
* Kernel crash dumps and associated libkvm bits for landisk.miod2007-03-031-29/+115
|
* Preliminary userland bits for OpenBSD/landisk, many things coming frommiod2006-10-101-0/+76
NetBSD.