summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_i386.c
AgeCommit message (Collapse)Author
2013-11-01reduce use of <sys/user.h>Theo de Raadt
ok guenther millert
2013-03-28Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we alreadyTheo de Raadt
know it from the machine. ok miod
2012-07-09Use the PAGE_* forms (instead of the ancient BSD forms) in param.h,Theo de Raadt
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
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2007-02-20Revert PAE pmap for now, until the strange bug is found. This stopsTom Cosgrove
the freezes many of us are seeing (especially on amd64 machines running OpenBSD/i386). Much testing by nick@ (as always - thanks!), hugh@, ian@, kettenis@ and Sam Smith (s (at) msmith (dot) net). Requested by, input from, and ok deraadt@ ok art@, kettenis@, miod@
2006-06-09proper type and ptdsize checks; had it for three weeks now... sighMichael Shalayeff
2006-05-07Unbreak. Fix some of the lint warnings that mickey reintroduced.Mark Kettenis
ok miod@
2006-04-27detect page table dir size difference for normal and pae modesMichael Shalayeff
(4k vs 16k) and use proper physical address types and page table indexing.
2006-03-31lint happiness, mostly avoiding variable aliasingTheo de Raadt
2006-03-20for some of internal functions use paddr_t where phys addr is intended ↵Michael Shalayeff
insteadd of u_long; miod@ ok
2006-03-14Prevent double-free.Mark Kettenis
ok mickey@, todd@, deraadt@
2004-07-01if sym has null value -- report as not found; check that kd->vmst is set ↵Michael Shalayeff
before use; millert@ ok
2004-06-15knf; ok millertTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2001-12-05Include more machdep headers. (paranoia)Artur Grabowski
2001-11-06Adapt to new uvm/ includes.Artur Grabowski
2001-11-05No need to pull in vm/vm_param.h in any of these files.Artur Grabowski
2001-05-18Convert lseek/{read,write} pairs into pread and pwrite.Artur Grabowski
from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>.
2000-04-16from: gluk@ptci.ruMichael Shalayeff
make it grok current core dumps. seem to work now. also millert@ took a look.
1998-08-24minor fixup to make this work. i386 still uses libkvm.old but it probably ↵Todd C. Miller
doesn't need to.
1997-02-26Switch alpha from libkvm.old to libkvm with code from NetBSD.Niklas Hallqvist
%x -> %lx format fixes from me.
1996-05-05sync with 0430Theo de Raadt
1996-03-19From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt