index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libkvm
/
kvm_i386.c
Age
Commit message (
Expand
)
Author
2021-12-01
Reduce use of sys/param.h, or annotate the reason why it is needed
Theo de Raadt
2015-12-19
Remove NULL-checks before free(). ok tb@
mmcc
2015-04-07
Teach libkvm a bit about PAE, making it independent of the kernel defines
Philip Guenther
2015-01-09
Cleanup some macros and #defines in i386 pmap. Previously committed and
Mike Larkin
2013-11-01
reduce use of <sys/user.h>
Theo de Raadt
2013-03-28
Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we already
Theo de Raadt
2012-07-09
Use the PAGE_* forms (instead of the ancient BSD forms) in param.h,
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-02-20
Revert PAE pmap for now, until the strange bug is found. This stops
Tom Cosgrove
2006-06-09
proper type and ptdsize checks; had it for three weeks now... sigh
Michael Shalayeff
2006-05-07
Unbreak. Fix some of the lint warnings that mickey reintroduced.
Mark Kettenis
2006-04-27
detect page table dir size difference for normal and pae modes
Michael Shalayeff
2006-03-31
lint happiness, mostly avoiding variable aliasing
Theo de Raadt
2006-03-20
for some of internal functions use paddr_t where phys addr is intended instea...
Michael Shalayeff
2006-03-14
Prevent double-free.
Mark Kettenis
2004-07-01
if sym has null value -- report as not found; check that kd->vmst is set befo...
Michael Shalayeff
2004-06-15
knf; ok millert
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2001-12-05
Include more machdep headers. (paranoia)
Artur Grabowski
2001-11-06
Adapt to new uvm/ includes.
Artur Grabowski
2001-11-05
No need to pull in vm/vm_param.h in any of these files.
Artur Grabowski
2001-05-18
Convert lseek/{read,write} pairs into pread and pwrite.
Artur Grabowski
2000-04-16
from: gluk@ptci.ru
Michael Shalayeff
1998-08-24
minor fixup to make this work. i386 still uses libkvm.old but it probably do...
Todd C. Miller
1997-02-26
Switch alpha from libkvm.old to libkvm with code from NetBSD.
Niklas Hallqvist
1996-05-05
sync with 0430
Theo de Raadt
1996-03-19
From NetBSD: merge of 960317
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt