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_sparc64.c
Age
Commit message (
Expand
)
Author
2024-04-11
Stop making <machine/pmap.h> include <machine/pte.h>, and fix the very few
Miod Vallat
2021-12-01
sys/core.h is not needed by these files, therefore sys/param.h isn't
Theo de Raadt
2021-12-01
Reduce use of sys/param.h, or annotate the reason why it is needed
Theo de Raadt
2021-10-06
annotate sys/param.h uses as required, and pull in standard userland
Theo de Raadt
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-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2008-03-30
Unbreak build.
Mark Kettenis
2006-03-20
for some of internal functions use paddr_t where phys addr is intended instea...
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
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-12-05
Include more machdep headers. (paranoia)
Artur Grabowski
2001-08-28
sparc64 bits. Not tested yet.
Artur Grabowski