| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Include sys/stdint.h for SIZE_MAX instead of relying on the misplaced |  millert | 2015-02-13 | 1 | -1/+2 |
* | convert bcopy to memcpy. ok millert |  tedu | 2014-12-10 | 1 | -2/+2 |
* | move arc4random prototype to systm.h. more appropriate for most code |  tedu | 2014-11-18 | 1 | -3/+1 |
* | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -2/+2 |
* | need to calculate correct size before doing the free checks. the biggest |  tedu | 2014-11-06 | 1 | -2/+3 |
* | let ramdisks compile |  deraadt | 2014-11-06 | 1 | -2/+5 |
* | need to move lock up to prevent more than one malloc. ok guenther |  tedu | 2014-11-05 | 1 | -8/+6 |
* | don't use loop variable (i) for not loop things. use a new var. |  tedu | 2014-11-05 | 1 | -4/+5 |
* | use memname to print string of type. stolen from deraadt |  tedu | 2014-11-05 | 1 | -5/+5 |
* | also print type when free size is wrong |  tedu | 2014-11-05 | 1 | -4/+5 |
* | tweak free panic messages too |  tedu | 2014-11-02 | 1 | -3/+3 |
* | tweak panic messages for consistency |  tedu | 2014-11-02 | 1 | -3/+3 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | if the freedsize isn't zero, check that's reasonable. ok beck |  tedu | 2014-07-13 | 1 | -2/+7 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | instead of defining two versions of bucketidx, just don't inline for small. |  tedu | 2014-07-10 | 1 | -14/+6 |
* | Add mallocarray(9) |  matthew | 2014-07-10 | 1 | -2/+36 |
* | pool_debug still needed for non-DIAGNOSTIC kernels |  deraadt | 2014-07-10 | 1 | -2/+2 |
* | hide the biglock thrashing under pool_debug so it can be turned off |  tedu | 2014-07-10 | 1 | -2/+2 |
* | you've had 12+ years to update your kernel config. |  daniel | 2014-06-21 | 1 | -5/+1 |
* | consistent use of uint32_t for poison values |  tedu | 2014-05-19 | 1 | -2/+2 |
* | if it's ok to wait, it must also be ok to give the kernel lock. do so. |  tedu | 2014-04-03 | 1 | -3/+7 |
* | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of |  mpi | 2014-03-28 | 1 | -2/+2 |
* | bzero -> memset |  tedu | 2014-01-21 | 1 | -3/+3 |
* | Uncomment kprintf format attributes for sys/kern |  syl | 2013-08-08 | 1 | -2/+2 |
* | permit free(NULL) to work. ok deraadt |  tedu | 2013-07-04 | 1 | -1/+4 |
* | open up some races. if pool_debug == 2, force a yield() whenever waitok. |  tedu | 2013-05-31 | 1 | -2/+8 |
* | switch the malloc and pool freelists to using xor simpleq. |  tedu | 2013-05-03 | 1 | -11/+13 |
* | shuffle around some poison code, prototypes, values... |  tedu | 2013-04-06 | 1 | -13/+18 |
* | separate memory poisoning code to a new file and make it usable kernel wide |  tedu | 2013-03-28 | 1 | -48/+15 |
* | replace kern malloc's hand rolled freelist with simpleq macros. |  tedu | 2013-03-26 | 1 | -65/+31 |
* | use PAGE_SHIFT instead of PGSHIFT |  deraadt | 2013-03-21 | 1 | -2/+2 |
* | factor out the deadbeef code for legibility. |  tedu | 2013-03-15 | 1 | -37/+51 |
* | 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 |