| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | In extent_alloc_subregion1, be sure that the region returned don't run |  fgsch | 2001-05-08 | 1 | -1/+8 |
| * | do not call extent_print() unless DDB || DIAGNOSTIC |  deraadt | 2001-01-17 | 1 | -1/+3 |
| * | update from netbsd: |  jason | 2001-01-15 | 1 | -73/+124 |
| * | Off by one in a validity check |  niklas | 2000-09-20 | 1 | -2/+2 |
| * | prevent overflow in a diagnostic check; art@ ok |  mickey | 2000-03-15 | 1 | -2/+2 |
| * | Add another argument to extent_alloc_subregion to allow specifing an offset |  art | 2000-02-15 | 1 | -8/+9 |
| * | Always check that the start of our candidate region is within the |  fgsch | 1999-02-17 | 1 | -1/+8 |
| * | Adhere better to DIAGNOSTIC and DDB options |  niklas | 1999-01-11 | 1 | -2/+7 |
| * | Fix a serious bug in extent_alloc_subregion where the subregion start |  fgsch | 1998-10-01 | 1 | -1/+20 |
| * | Add command to print out extents. This helps in debugging PnP stuff, |  weingart | 1998-02-25 | 1 | -3/+9 |
| * | Add some more extent stuff, in preperation of PnP. Huh? Did I |  weingart | 1997-07-12 | 1 | -1/+62 |
| * | Import extent manager from NetBSD |  niklas | 1996-12-09 | 1 | -61/+908 |
| * | tiny extent manager by shawn |  deraadt | 1996-08-07 | 1 | -0/+100 |