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
Age
Commit message (
Expand
)
Author
2002-09-11
kill annoying trailing spaces (in hope it fixes /0 for me)
Michael Shalayeff
2002-09-10
Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page *
Artur Grabowski
2002-08-30
__FUNCTION__ -> __func__ that I forgot to commit.
Marc Espie
2002-08-23
map the heap without PROT_EXEC.
Artur Grabowski
2002-08-23
Fix missing FRELE in mmap(2); ok art
Peter Valchev
2002-08-20
print as unsigned for unsigned values, when printing out a map in ddb; art@ ok
Michael Shalayeff
2002-07-23
Now that sparc64 implements reverse splassert, it make sense
Artur Grabowski
2002-07-20
Only add a pmap_physseg if MD code defines __HAVE_PMAP_PHYSSEG.
Artur Grabowski
2002-07-02
inital -> initial
Nathan Binkert
2002-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-06-11
Allow MD code to define __HAVE_VM_PAGE_MD to add own members into struct vm_p...
Artur Grabowski
2002-06-11
Remove a stupid assert that grows the kernel by 40kB.
Artur Grabowski
2002-06-09
fix the use of "cuz" in the tree; these are all in comments
Jason Peel
2002-06-05
DIAGNOSTIC check for duplicate entry into the tree.
Artur Grabowski
2002-05-30
spelling errors; moritz@jodeit.org
Theo de Raadt
2002-05-24
Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO)...
Artur Grabowski
2002-05-24
Protect biodone with splbio.
Artur Grabowski
2002-05-22
splassert(IPL_BIO) in the b_iodone handlers.
Artur Grabowski
2002-05-09
from netbsd; okay art@
Niels Provos
2002-04-29
wierd -> weird
Peter Valchev
2002-04-25
do not map memory for malloc w/ execute perms.
Michael Shalayeff
2002-04-22
Uncommit. Since this came out of the blue, without anyone else having
Theo de Raadt
2002-04-22
do not map malloced memory executable (do avoid possible i-cache prefetch); a...
Michael Shalayeff
2002-03-18
These are macro inlines on vax, so check if they're defined before
Hugh Graham
2002-03-18
$OpenBSD$
Hugh Graham
2002-03-17
Don't set LK_RETRY to vn_lock with LK_RECURSEFAIL.
Artur Grabowski
2002-03-15
Cosmetic changes only, primarily making comments line up nicely after the
Todd C. Miller
2002-03-14
Prototype pmap_unwire() only if it's not already defined. ok drahn@.
Daniel Hartmeier
2002-03-14
do not proto pmap(de)activate if one was defined
Michael Shalayeff
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-14
Don't prototype pmap_copy() if it is a macro
Todd C. Miller
2002-03-08
semicolon is not always what it seems, replace w/ a \n in asm labels
Michael Shalayeff
2002-03-07
use an augmented red-black tree to keep track of free space in the vm_map.
Niels Provos
2002-03-06
Some architectures don't allocate any memory out of the kernel_map space
Artur Grabowski
2002-02-28
use red-black tree for lookup_entry. the red-black tree case for
Niels Provos
2002-02-28
setting prevlcv to 0 doesnt require additional checks. from chs@
Niels Provos
2002-02-25
back out red-black tree. they are very fast but alpha UVM is broken and
Niels Provos
2002-02-25
use a red-black tree to find entries in the vm_map. augment the red-black
Niels Provos
2002-02-20
merging ppref could cause negative back reference, fix from niklas@
Niels Provos
2002-02-19
amap_pp_adjref could fragment ppref array; fix by merging adjacent chunks;
Niels Provos
2002-02-18
From the UBC branch and NetBSD.
Artur Grabowski
2002-02-16
Don't prototype functions if they are really just macros.
Todd C. Miller
2002-02-14
Correctly FREF/FRELE in mmap(2).
Artur Grabowski
2002-02-12
amap_extend is very expensive, allocate more memory to avoid bcopy the next
Niels Provos
2002-02-10
spelling
Theo de Raadt
2002-01-28
allocate vm pages with uvm_km_alloc (this code is ifdefed out anyway).
Artur Grabowski
2002-01-28
PR_MALLOCOK is not necessary.
Artur Grabowski
2002-01-23
Pool deals fairly well with physical memory shortage, but it doesn't deal
Artur Grabowski
2002-01-15
A fix to amap_wiperange from Chuck Cranor that has been in my tree for
Artur Grabowski
[prev]
[next]