summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_amd64.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove NULL-checks before free(). ok tb@mmcc2015-12-191-6/+3
|
* Move to the <limits.h> universe.deraadt2015-01-161-2/+2
| | | | review by millert, binary checking process with doug, concept with guenther
* reduce use of <sys/user.h>deraadt2013-11-011-2/+1
| | | | ok guenther millert
* Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we alreadyderaadt2013-03-281-4/+4
| | | | | know it from the machine. ok miod
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
| | | | ok guenther millert kettenis
* Use the PAGE_* forms (instead of the ancient BSD forms) in param.h,deraadt2012-07-091-4/+4
| | | | | | | 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
* Mop up after oga@ and unbreak the tree. The direct uncached map is gone sokettenis2009-03-301-6/+1
| | | | remove the code from libkvm that dealt with it.
* Sync _kvm_kvatop with existing pmap code: handle direct mappings andmiod2009-01-021-2/+24
| | | | level 2 large pages.
* the advertising clause on these can safely be removedderaadt2007-01-081-6/+2
|
* for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ okmickey2006-03-201-3/+3
|
* knf; ok millertderaadt2004-06-151-14/+9
|
* fix va -> pa decode. 'by all means' deraadt@marc2004-05-051-5/+5
|
* change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyderaadt2004-02-271-0/+209
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now.