| Age | Commit message (Expand) | Author |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-09-27 | A nit I ran into while copying this code for something else... | mycroft |
| 2003-09-23 | Avoid a type punning warning in the MALLOC_DEBUG case. | thorpej |
| 2003-09-03 | Do correct pointer casts. | ragge |
| 2003-08-31 | Fix error in previous commit: the first vaddr_t argument to uvm_km_suballoc | fvdl |
| 2003-08-30 | Do not cast a pointer to a pointer with different basic type when given | ragge |
| 2003-08-28 | Use vm_map_{min,max}() rather than accessing struct vm_map.header.{start,end} | enami |
| 2003-08-26 | Added a malloc freelist sanity check function, for debugging purposes | manu |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-02 | Build again with MALLOCLOG | manu |
| 2003-05-06 | In the KMEMSTATS && DIAGNOSTIC case, add a check for inuse already being 0 | fvdl |
| 2003-02-14 | Make the memory allocation code MP-safe. | pk |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2002-11-10 | Avoid signed/unsigned comparison and strict alias warnings. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-25 | Don't include <sys/map.h>. | thorpej |
| 2002-09-15 | add a new km flag UVM_KMF_CANFAIL, which causes uvm_km_kmemalloc() to | chs |
| 2002-08-25 | Fix a signed/unsigned comparison warning from GCC 3.3. | thorpej |
| 2002-04-03 | Include opt_malloc_debug.h so that debug_malloc will actually be used | fvdl |
| 2001-12-05 | Introduce new function malloc_roundup(), suggested by Bill Sommerfeld | enami |
| 2001-12-04 | KNF and other cosmetic changes. | enami |
| 2001-12-04 | Add M_CANFAIL malloc(9) flag. This flag changes behaviour in M_WAITOK | jdolecek |
| 2001-11-30 | Since we know that `va' is non-NULL here, no need to test if it is NULL. | enami |
| 2001-11-21 | Use round_page() instead of roundup(, PAGE_SIZE). | enami |
| 2001-11-17 | Add new malloc(9) flag M_ZERO - zeros memory before returning. | lukem |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-08-17 | Artur Grabowski's simple brute-force malloc debugger, which uses | thorpej |
| 2001-06-26 | Reduce some complexity in the fault path -- Rather than maintaining | thorpej |
| 2001-06-26 | Make the kmemstats limits unsigned, and use unsigned arithmetic | thorpej |
| 2001-06-05 | Assert that no locks are held if we're called with M_WAITOK. | thorpej |
| 2001-06-02 | replace vm_map{,_entry}_t with struct vm_map{,_entry} *. | chs |
| 2001-01-18 | constify | jdolecek |
| 2001-01-14 | Use splvm(), not the home-grown splmem(). | thorpej |
| 2000-11-24 | ifdef DEBUG, increase the max size we'll overwrite in freed memory blocks | chs |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-05-26 | Improve #error message slightly. | sommerfeld |
| 2000-05-08 | __predict_false() the check for bogus malloc type, running out of space | thorpej |
| 2000-03-30 | Get rid of register declarations. | augustss |
| 2000-02-11 | Add some very simple code to auto-size the kmem_map. We take the | thorpej |
| 2000-02-01 | Add a sanity check to ensure that a region being free()'d is actually | thorpej |
| 1999-12-03 | First round of discarding the CL* macros. | ragge |
| 1999-11-15 | Add Kirk McKusick's soft updates code to the trunk. Not enabled by | fvdl |
| 1999-07-19 | remove simplelockrecurse, it's no longer needed. | chs |
| 1999-06-04 | Keep interrupt-safe maps on an additional queue. In uvm_fault(), if we're | thorpej |
| 1999-05-28 | Don't use a read lock on an intrsafe map; these maps can only use exclusive, | thorpej |
| 1999-05-26 | Change the vm_map's "entries_pageable" member to a r/o flags member, which | thorpej |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-01-22 | avoid math on void *. | chs |