Age | Commit message (Expand) | Author |
2024-01-19 | Implement extent_alloc_region_with_descr(9) which is the equivalent of | Mark Kettenis |
2022-12-05 | zap a pile of dangling tabs | Theo de Raadt |
2020-01-11 | Convert infinite sleeps to tsleep_nsec(9). | Martin Pieuchot |
2019-09-11 | Make it possible to free overlapping regions (effectively allowing | Mark Kettenis |
2019-08-28 | If the EX_CONFLICTOK flag is given, allow operations that (partly) | Mark Kettenis |
2018-11-14 | Revert previous, it breaks regress. | Martin Pieuchot |
2018-11-14 | Userland malloc(3) & free(3) take only one argument. | Martin Pieuchot |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2015-08-28 | fairly simple sizes for free(); ok tedu | Theo de Raadt |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-11-03 | pass size argument to free() | Theo de Raadt |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-08-17 | i broke the userland shim used for the extent regress test when i | David Gwynne |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-01-21 | Add extent_alloc_subregion_with_descr(9) which allows the caller to provide | Mark Kettenis |
2014-01-21 | bzero -> memset | Ted Unangst |
2013-08-08 | Uncomment kprintf format attributes for sys/kern | Sylvestre Gallon |
2013-02-17 | Comment out recently added __attribute__((__format__(__kprintf__))) annotations | Miod Vallat |
2013-02-09 | Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and | Miod Vallat |
2011-01-05 | use __func__ where possible. shaves 4k and makes indentation much better. | Federico G. Schwindt |
2010-07-03 | explicitly specify flags to malloc and pool_get instead of relying on 0. | Ted Unangst |
2010-06-20 | Add some missing includes, so we do not have implicit function | Peter Hessler |
2010-01-14 | fix typos in comments, no code changes; | Ingo Schwarze |
2009-10-13 | Make sure we do not loop when allocating an extent region with EX_CONFLICTOK | Miod Vallat |
2009-09-18 | Make sure we handle all possible ways regions can overlap when EX_CONFLICTOK | Mark Kettenis |
2009-06-09 | Fix userland regression tests by providing a #define for pool_setipl() | Owain Ainsworth |
2009-06-04 | don't use splvm ourselves, use pool_setipl on the pool we're allocating | Owain Ainsworth |
2009-04-19 | Add a new EX_FILLED flag to make extent_create() create an extent map that | Mark Kettenis |
2009-04-10 | Add EX_CONFLICTOK flag that allows an allocation to conflict with existing | Mark Kettenis |
2009-04-04 | Make extent_print() use printf to avoid the pagination that db_printf | Mark Kettenis |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2006-06-04 | In extent_destroy(), only remove the extent from the global extent list if | Miod Vallat |
2006-03-16 | Turn EXTENT_ALIGN into an inline function; shaves about 50 to 100 bytes | Miod Vallat |
2006-02-23 | Remove unused extent_find(). Then, we can keep the extent list only if | Miod Vallat |
2005-12-09 | ansi and deregister. No binary change. | Jonathan Gray |
2005-07-08 | Remove unused extent_insert_and_optimize() parameter 'flags'. Spotted | Kenneth R Westerback |
2005-04-21 | Correctly handle allocations of size 1 at an extent boundary; from NetBSD. | Miod Vallat |
2005-04-21 | Make the non-_KERNEL compilation usable again, in order to add a regress test. | Miod Vallat |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2002-12-08 | compile non-DIAGNOSTIC kernels | Theo de Raadt |
2002-12-08 | - Use LIST_ macros. | Artur Grabowski |
2002-06-28 | Use %b and print the bitmask of the flags in the debugging message for the ex... | Jason Wright |
2002-06-11 | splvm, not splimp. | Artur Grabowski |
2002-03-21 | Two patches from NetBSD: | Jason Wright |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2001-08-06 | Use pool to allocate extent region descriptors. | Artur Grabowski |
2001-07-26 | In extent_destroy, remove the extent from the list of | Artur Grabowski |
2001-07-05 | Get rid of the wrapper macros around extent_alloc*1 | Artur Grabowski |