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
/
uvm
/
uvm_addr.c
Age
Commit message (
Expand
)
Author
2016-03-07
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
2015-07-17
Release the kernel lock while tearing down the uvm map in the reaper. Speeds
Mark Kettenis
2015-03-30
Extend uvm_map_hint() to get an address range as extra arguments, and make
Miod Vallat
2015-03-30
#if 0 various unused definitions.
Miod Vallat
2014-12-23
convert nointr pool_init argument to pr_waitok
Ted Unangst
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-11-13
bzero -> memset
Ted Unangst
2014-06-10
KNF
Mark Kettenis
2014-04-13
compress code by turning four line comments into one line comments.
Ted Unangst
2014-02-04
reduce the length of some pool names. ok deraadt guenther mpi
Ted Unangst
2012-07-18
comment typo; s/lineair/linear/
Matthew Dempsky
2012-06-06
Fix address-space randomization that was accidentally disabled in
Matthew Dempsky
2012-04-11
vmmap: speed up allocations
Ariane van der Steldt
2012-03-15
Reduce installmedia pressure from new vmmap.
Ariane van der Steldt
2012-03-09
New vmmap implementation.
Ariane van der Steldt