summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_amd64.c
AgeCommit message (Expand)Author
2015-12-19Remove NULL-checks before free(). ok tb@mmcc
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2013-11-01reduce use of <sys/user.h>Theo de Raadt
2013-03-28Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we alreadyTheo de Raadt
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-07-09Use the PAGE_* forms (instead of the ancient BSD forms) in param.h,Theo de Raadt
2009-03-30Mop up after oga@ and unbreak the tree. The direct uncached map is gone soMark Kettenis
2009-01-02Sync _kvm_kvatop with existing pmap code: handle direct mappings andMiod Vallat
2007-01-08the advertising clause on these can safely be removedTheo de Raadt
2006-03-20for some of internal functions use paddr_t where phys addr is intended instea...Michael Shalayeff
2004-06-15knf; ok millertTheo de Raadt
2004-05-05fix va -> pa decode. 'by all means' deraadt@Marco S Hyman
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt