| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Comment out recently added __attribute__((__format__(__kprintf__))) annotations |  miod | 2013-02-17 | 1 | -2/+2 |
* | Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and |  miod | 2013-02-09 | 1 | -5/+6 |
* | Expand the panic to show the malloc type and size. Okay deraadt@. |  pirofti | 2012-03-30 | 1 | -2/+3 |
* | New vmmap implementation. |  ariane | 2012-03-09 | 1 | -3/+8 |
* | Improve kernel malloc type checking. |  jsing | 2011-09-22 | 1 | -2/+2 |
* | Backout vmmap in order to repair virtual address selection algorithms |  ariane | 2011-06-06 | 1 | -8/+3 |
* | push kernel malloc(9) and kernel stacks into non-dma memory, since that |  deraadt | 2011-06-06 | 1 | -2/+2 |
* | Reimplement uvm/uvm_map. |  ariane | 2011-05-24 | 1 | -3/+8 |
* | unify some pool and malloc flag values. the important bit is that all flags |  tedu | 2010-09-26 | 1 | -1/+3 |
* | Add assertwaitok(9) to declare code paths that assume they can sleep. |  matthew | 2010-09-21 | 1 | -1/+4 |
* | We have this nice KMEMSTATS option to control when we use kmemstats, |  matthew | 2010-07-22 | 1 | -1/+3 |
* | add an align argument to uvm_km_kmemalloc_pla. |  art | 2010-07-02 | 1 | -2/+2 |
* | constrain malloc to only grab pages from dma reachable memory. |  thib | 2010-07-01 | 1 | -4/+6 |
* | If option DIAGNOSTIC, do not bother doing sanity checks, including an |  miod | 2009-08-25 | 1 | -16/+28 |
* | The BUCKETINDX() giant macro is used to compute the base 2 logarithm of its |  miod | 2009-08-25 | 1 | -1/+33 |
* | Don't enforce a minimum size for nkmempages by default; if the computed |  miod | 2009-02-22 | 1 | -2/+2 |
* | Revert the change to use pools for <= PAGE_SIZE allocations. It |  kettenis | 2008-10-18 | 1 | -124/+229 |
* | Since malloc_page_alloc() is a pool allocator it should check for PR_WAITOK |  kettenis | 2008-10-11 | 1 | -2/+3 |
* | In malloc_page_free(), restore the correct wire_count value. |  miod | 2008-10-05 | 1 | -2/+2 |
* | Use pools to do allocations for all sizes <= PAGE_SIZE. |  art | 2008-09-29 | 1 | -229/+123 |
* | Prevent possible free list corruption when malloc(9) sleeps. |  kettenis | 2008-02-21 | 1 | -3/+2 |
* | replace ctob and btoc with ptoa and atop respectively |  martin | 2007-09-15 | 1 | -2/+2 |
* | Add the long requested M_ZERO flag to malloc(9). |  art | 2007-09-07 | 1 | -4/+10 |
* | replace the machine dependant bytes-to-clicks macro by the MI ptoa() |  martin | 2007-09-01 | 1 | -3/+3 |
* | Add a name argument to the RWLOCK_INITIALIZER macro. |  thib | 2007-05-29 | 1 | -2/+2 |
* | Allow machine-dependant overrides for the ``deadbeef'' sentinel values, |  miod | 2007-04-12 | 1 | -1/+5 |
* | Instead of managing pages for intrsafe maps in special objects (aka. |  art | 2007-04-11 | 1 | -4/+4 |
* | remove a few void * casts that are useless |  tedu | 2007-03-25 | 1 | -4/+4 |
* | Switch some lockmgr locks to rwlocks. |  art | 2007-01-12 | 1 | -4/+5 |
* | Make malloc() print out a warning message when returning NULL due to |  pedro | 2006-11-28 | 1 | -3/+14 |
* | If M_CANFAIL is set and the malloc() size is to big |  thib | 2006-11-22 | 1 | -3/+8 |
* | no malloc debug but configured kmemstats allow 'sh mal' to print smth useful; miod@ ok |  mickey | 2006-09-30 | 1 | -1/+31 |
* | ansi/deregister. |  jsg | 2005-11-28 | 1 | -25/+15 |
* | Remove unnecessary lockmgr() archaism that was costing too much in terms |  pedro | 2005-11-19 | 1 | -3/+3 |
* | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit |  miod | 2005-09-12 | 1 | -9/+22 |
* | Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem scenarios, instead generating an ENOMEM backfeed, ok tedu@, prodded by many |  niklas | 2004-12-30 | 1 | -5/+6 |
* | bad stuff escaped by accident |  tedu | 2004-05-23 | 1 | -2/+1 |
* | according to fork1(9), retval is optional. make it so. |  tedu | 2004-05-23 | 1 | -1/+2 |
* | make check for too large allocations earlier, instead of fiddling with it. |  tedu | 2003-12-28 | 1 | -3/+3 |
* | remove caddr_t casts. it's just silly to cast something when the function |  tedu | 2003-07-21 | 1 | -4/+4 |
* | addrmask canbe const |  mickey | 2003-06-26 | 1 | -2/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | uvm_km_suballoc passes the 'min' argument untouched to uvm_map. uvm_map |  art | 2003-06-01 | 1 | -5/+8 |
* | string fixes; tedu ok |  deraadt | 2003-05-03 | 1 | -8/+13 |
* | woah. last commit contained way too much. revert, and apply only the change intended. |  tedu | 2003-04-10 | 1 | -23/+8 |
* | off by one bounds check in diag code. ok art. |  tedu | 2003-04-10 | 1 | -9/+24 |
* | splvm, not splimp |  art | 2002-06-11 | 1 | -3/+3 |
* | malloc_roundup to calculate allocation size malloc will use; from netbsd; |  provos | 2002-02-12 | 1 | -1/+13 |
* | Don't include <sys/map.h> when you don't need what's in it. |  miod | 2002-01-16 | 1 | -2/+1 |
* | UBC was a disaster. It worked very good when it worked, but on some |  art | 2001-12-19 | 1 | -3/+3 |