| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert infinite sleeps to tsleep_nsec(9). |  mpi | 2020-01-11 | 1 | -8/+9 |
* | Make it possible to free overlapping regions (effectively allowing |  kettenis | 2019-09-11 | 1 | -5/+26 |
* | If the EX_CONFLICTOK flag is given, allow operations that (partly) |  kettenis | 2019-08-28 | 1 | -2/+8 |
* | Revert previous, it breaks regress. |  mpi | 2018-11-14 | 1 | -3/+3 |
* | Userland malloc(3) & free(3) take only one argument. |  mpi | 2018-11-14 | 1 | -3/+3 |
* | all pools have their ipl set via pool_setipl, so fold it into pool_init. |  dlg | 2016-09-15 | 1 | -5/+3 |
* | fairly simple sizes for free(); ok tedu |  deraadt | 2015-08-28 | 1 | -2/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | pass size argument to free() |  deraadt | 2014-11-03 | 1 | -2/+2 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. |  doug | 2014-09-13 | 1 | -4/+3 |
* | i broke the userland shim used for the extent regress test when i |  dlg | 2014-08-17 | 1 | -8/+15 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | Add extent_alloc_subregion_with_descr(9) which allows the caller to provide |  kettenis | 2014-01-21 | 1 | -17/+50 |
* | bzero -> memset |  tedu | 2014-01-21 | 1 | -2/+2 |
* | Uncomment kprintf format attributes for sys/kern |  syl | 2013-08-08 | 1 | -3/+3 |
* | Comment out recently added __attribute__((__format__(__kprintf__))) annotations |  miod | 2013-02-17 | 1 | -3/+3 |
* | Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and |  miod | 2013-02-09 | 1 | -3/+5 |
* | use __func__ where possible. shaves 4k and makes indentation much better. |  fgsch | 2011-01-05 | 1 | -58/+55 |
* | explicitly specify flags to malloc and pool_get instead of relying on 0. |  tedu | 2010-07-03 | 1 | -2/+3 |
* | Add some missing includes, so we do not have implicit function |  phessler | 2010-06-20 | 1 | -1/+2 |
* | fix typos in comments, no code changes; |  schwarze | 2010-01-14 | 1 | -3/+3 |
* | Make sure we do not loop when allocating an extent region with EX_CONFLICTOK |  miod | 2009-10-13 | 1 | -7/+11 |
* | Make sure we handle all possible ways regions can overlap when EX_CONFLICTOK |  kettenis | 2009-09-18 | 1 | -9/+26 |
* | Fix userland regression tests by providing a #define for pool_setipl() |  oga | 2009-06-09 | 1 | -2/+2 |
* | don't use splvm ourselves, use pool_setipl on the pool we're allocating |  oga | 2009-06-04 | 1 | -11/+2 |
* | Add a new EX_FILLED flag to make extent_create() create an extent map that |  kettenis | 2009-04-19 | 1 | -1/+13 |
* | Add EX_CONFLICTOK flag that allows an allocation to conflict with existing |  kettenis | 2009-04-10 | 1 | -1/+34 |
* | Make extent_print() use printf to avoid the pagination that db_printf |  kettenis | 2009-04-04 | 1 | -9/+17 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | In extent_destroy(), only remove the extent from the global extent list if |  miod | 2006-06-04 | 1 | -1/+3 |
* | Turn EXTENT_ALIGN into an inline function; shaves about 50 to 100 bytes |  miod | 2006-03-16 | 1 | -9/+12 |
* | Remove unused extent_find(). Then, we can keep the extent list only if |  miod | 2006-02-23 | 1 | -22/+6 |
* | ansi and deregister. No binary change. |  jsg | 2005-12-09 | 1 | -38/+15 |
* | Remove unused extent_insert_and_optimize() parameter 'flags'. Spotted |  krw | 2005-07-08 | 1 | -6/+5 |
* | Correctly handle allocations of size 1 at an extent boundary; from NetBSD. |  miod | 2005-04-21 | 1 | -3/+3 |
* | Make the non-_KERNEL compilation usable again, in order to add a regress test. |  miod | 2005-04-21 | 1 | -3/+14 |
* | Use list and queue macros where applicable to make the code easier to read; |  miod | 2004-12-26 | 1 | -22/+19 |
* | compile non-DIAGNOSTIC kernels |  deraadt | 2002-12-08 | 1 | -1/+3 |
* | - Use LIST_ macros. |  art | 2002-12-08 | 1 | -10/+17 |
* | Use %b and print the bitmask of the flags in the debugging message for the extent. |  jason | 2002-06-28 | 1 | -3/+3 |
* | splvm, not splimp. |  art | 2002-06-11 | 1 | -4/+4 |
* | Two patches from NetBSD: |  jason | 2002-03-21 | 1 | -16/+25 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -8/+7 |
* | Pool deals fairly well with physical memory shortage, but it doesn't deal |  art | 2002-01-23 | 1 | -2/+2 |
* | Use pool to allocate extent region descriptors. |  art | 2001-08-06 | 1 | -7/+29 |
* | In extent_destroy, remove the extent from the list of |  art | 2001-07-26 | 1 | -1/+4 |
* | Get rid of the wrapper macros around extent_alloc*1 |  art | 2001-07-05 | 1 | -2/+2 |
* | KNF |  deraadt | 2001-06-22 | 1 | -6/+7 |
* | correct 1 printf. |  fgsch | 2001-05-08 | 1 | -3/+3 |