summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_amd64.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove NULL-checks before free(). ok tb@mmcc2015-12-191-6/+3
* Move to the <limits.h> universe.deraadt2015-01-161-2/+2
* reduce use of <sys/user.h>deraadt2013-11-011-2/+1
* Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we alreadyderaadt2013-03-281-4/+4
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* Use the PAGE_* forms (instead of the ancient BSD forms) in param.h,deraadt2012-07-091-4/+4
* Mop up after oga@ and unbreak the tree. The direct uncached map is gone sokettenis2009-03-301-6/+1
* Sync _kvm_kvatop with existing pmap code: handle direct mappings andmiod2009-01-021-2/+24
* 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