summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_i386.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove NULL-checks before free(). ok tb@mmcc2015-12-191-7/+4
* Teach libkvm a bit about PAE, making it independent of the kernel definesguenther2015-04-071-17/+68
* Cleanup some macros and #defines in i386 pmap. Previously committed andmlarkin2015-01-091-1/+10
* 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-7/+7
* Use the PAGE_* forms (instead of the ancient BSD forms) in param.h,deraadt2012-07-091-7/+7
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* Revert PAE pmap for now, until the strange bug is found. This stopstom2007-02-201-56/+25
* proper type and ptdsize checks; had it for three weeks now... sighmickey2006-06-091-6/+9
* Unbreak. Fix some of the lint warnings that mickey reintroduced.kettenis2006-05-071-16/+17
* detect page table dir size difference for normal and pae modesmickey2006-04-271-26/+53
* lint happiness, mostly avoiding variable aliasingderaadt2006-03-311-9/+9
* for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ okmickey2006-03-201-4/+4
* Prevent double-free.kettenis2006-03-141-8/+10
* if sym has null value -- report as not found; check that kd->vmst is set before use; millert@ okmickey2004-07-011-2/+7
* knf; ok millertderaadt2004-06-151-36/+28
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* Include more machdep headers. (paranoia)art2001-12-051-2/+4
* Adapt to new uvm/ includes.art2001-11-061-3/+3
* No need to pull in vm/vm_param.h in any of these files.art2001-11-051-3/+2
* Convert lseek/{read,write} pairs into pread and pwrite.art2001-05-181-22/+5
* from: gluk@ptci.rumickey2000-04-161-16/+12
* minor fixup to make this work. i386 still uses libkvm.old but it probably doesn't need to.millert1998-08-241-9/+20
* Switch alpha from libkvm.old to libkvm with code from NetBSD.niklas1997-02-261-3/+3
* sync with 0430deraadt1996-05-051-3/+7
* From NetBSD: merge of 960317niklas1996-03-191-17/+29
* initial import of NetBSD treederaadt1995-10-181-0/+183