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
/
kern
/
kern_malloc.c
Age
Commit message (
Expand
)
Author
2009-02-22
Don't enforce a minimum size for nkmempages by default; if the computed
Miod Vallat
2008-10-18
Revert the change to use pools for <= PAGE_SIZE allocations. It
Mark Kettenis
2008-10-11
Since malloc_page_alloc() is a pool allocator it should check for PR_WAITOK
Mark Kettenis
2008-10-05
In malloc_page_free(), restore the correct wire_count value.
Miod Vallat
2008-09-29
Use pools to do allocations for all sizes <= PAGE_SIZE.
Artur Grabowski
2008-02-21
Prevent possible free list corruption when malloc(9) sleeps.
Mark Kettenis
2007-09-15
replace ctob and btoc with ptoa and atop respectively
Martin Reindl
2007-09-07
Add the long requested M_ZERO flag to malloc(9).
Artur Grabowski
2007-09-01
replace the machine dependant bytes-to-clicks macro by the MI ptoa()
Martin Reindl
2007-05-29
Add a name argument to the RWLOCK_INITIALIZER macro.
Thordur I. Bjornsson
2007-04-12
Allow machine-dependant overrides for the ``deadbeef'' sentinel values,
Miod Vallat
2007-04-11
Instead of managing pages for intrsafe maps in special objects (aka.
Artur Grabowski
2007-03-25
remove a few void * casts that are useless
Ted Unangst
2007-01-12
Switch some lockmgr locks to rwlocks.
Artur Grabowski
2006-11-28
Make malloc() print out a warning message when returning NULL due to
Pedro Martelletto
2006-11-22
If M_CANFAIL is set and the malloc() size is to big
Thordur I. Bjornsson
2006-09-30
no malloc debug but configured kmemstats allow 'sh mal' to print smth useful;...
Michael Shalayeff
2005-11-28
ansi/deregister.
Jonathan Gray
2005-11-19
Remove unnecessary lockmgr() archaism that was costing too much in terms
Pedro Martelletto
2005-09-12
Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit
Miod Vallat
2004-12-30
Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem sc...
Niklas Hallqvist
2004-05-23
bad stuff escaped by accident
Ted Unangst
2004-05-23
according to fork1(9), retval is optional. make it so.
Ted Unangst
2003-12-28
make check for too large allocations earlier, instead of fiddling with it.
Ted Unangst
2003-07-21
remove caddr_t casts. it's just silly to cast something when the function
Ted Unangst
2003-06-26
addrmask canbe const
Michael Shalayeff
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-06-01
uvm_km_suballoc passes the 'min' argument untouched to uvm_map. uvm_map
Artur Grabowski
2003-05-03
string fixes; tedu ok
Theo de Raadt
2003-04-10
woah. last commit contained way too much. revert, and apply only the change...
Ted Unangst
2003-04-10
off by one bounds check in diag code. ok art.
Ted Unangst
2002-06-11
splvm, not splimp
Artur Grabowski
2002-02-12
malloc_roundup to calculate allocation size malloc will use; from netbsd;
Niels Provos
2002-01-16
Don't include <sys/map.h> when you don't need what's in it.
Miod Vallat
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-12-05
If we assume (just pure speculation) that there will be a pmap sometime in
Artur Grabowski
2001-12-05
make nkmempages dynamic based on memory. okay art@ from netbsd:
Niels Provos
2001-11-28
Sync in more uvm from NetBSD. Mostly just cosmetic stuff.
Artur Grabowski
2001-11-28
zap some typedefs.
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-19
merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
Michael Shalayeff
2001-08-17
When this code was imported to NetBSD by Jason Thorpe he did a bunch of
Artur Grabowski
2001-08-02
Sysctl for finding out how many pages there are in kmem_map.
Artur Grabowski
2001-07-26
Print "data modified on freelist" sizes in hex.
Artur Grabowski
2001-06-27
remove old vm
Artur Grabowski
2001-06-22
KNF
Theo de Raadt
2001-06-21
Canonicalize panic message
Niklas Hallqvist
2001-06-21
Panic if we free stuff not in malloc region. (ifdef DIAGNOSTIC)
Niklas Hallqvist
2001-05-14
Use lockmgr locks for kern.malloc.kmemstat and
Angelos D. Keromytis
2001-05-14
Be more paranoid about zapping trailing comma.
Angelos D. Keromytis
[next]