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
/
sys
/
arch
/
arm
/
include
/
vmparam.h
Age
Commit message (
Expand
)
Author
2015-11-01
Remove the definition of USRTEXT. It has no relevance outside of the non-PIE
Miod Vallat
2015-05-10
VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end of
Jonathan Gray
2014-09-30
Increase text segment size on Arm to 32MB
Tobias Ulmer
2014-01-30
Move declaration of struct vm_page_md from <machine/vmparam.h> to
Miod Vallat
2014-01-26
Remove unnecessary <machine/pte.h> dependency.
Miod Vallat
2014-01-24
Remove _KERNEL guard around <sys/lock.h>, for userland to be able to
Miod Vallat
2014-01-24
Do not protect struct vm_page_md with defined(_KERNEL), for userland uvm
Miod Vallat
2014-01-23
unifdef -D__HAVE_VM_PAGE_MD - no functional change.
Miod Vallat
2011-03-23
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Paul Irofti
2010-12-15
oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks
Ted Unangst
2010-11-26
Oops, removed a few lines too many in previous change.
Miod Vallat
2010-11-22
Remove unused VM_MAX_KERNEL_BUF define.
Miod Vallat
2008-06-24
On user/kernel shared page table machines, do not let processes map their
Theo de Raadt
2005-04-11
use MD #define to choose stackgap size per-architecture. on sparc, special
Theo de Raadt
2004-11-28
MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t...
Michael Shalayeff
2004-02-01
Arm port, NetBSD codebase stripped down, 32bit only support.
Dale Rahn