Age | Commit message (Expand) | Author |
2012-03-30 | Expand the panic to show the malloc type and size. Okay deraadt@. | Paul Irofti |
2012-03-09 | New vmmap implementation. | Ariane van der Steldt |
2011-09-22 | Improve kernel malloc type checking. | Joel Sing |
2011-06-06 | Backout vmmap in order to repair virtual address selection algorithms | Ariane van der Steldt |
2011-06-06 | push kernel malloc(9) and kernel stacks into non-dma memory, since that | Theo de Raadt |
2011-05-24 | Reimplement uvm/uvm_map. | Ariane van der Steldt |
2010-09-26 | unify some pool and malloc flag values. the important bit is that all flags | Ted Unangst |
2010-09-21 | Add assertwaitok(9) to declare code paths that assume they can sleep. | Matthew Dempsky |
2010-07-22 | We have this nice KMEMSTATS option to control when we use kmemstats, | Matthew Dempsky |
2010-07-02 | add an align argument to uvm_km_kmemalloc_pla. | Artur Grabowski |
2010-07-01 | constrain malloc to only grab pages from dma reachable memory. | Thordur I. Bjornsson |
2009-08-25 | If option DIAGNOSTIC, do not bother doing sanity checks, including an | Miod Vallat |
2009-08-25 | The BUCKETINDX() giant macro is used to compute the base 2 logarithm of its | Miod Vallat |
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 |