Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Changed the size element of uma_zctor_args to be size_t instead of int. | arr | 2002-05-02 | 1 | -1/+1 |
* | Move the implementation of M_ZERO into UMA so that it can be passed to | jeff | 2002-04-30 | 1 | -6/+5 |
* | Add a new zone flag UMA_ZONE_MTXCLASS. This puts the zone in it's own | jeff | 2002-04-29 | 1 | -0/+1 |
* | Implement uma_zdestroy(). It's prototype changed slightly. I decided that I | jeff | 2002-04-08 | 1 | -7/+2 |
* | Spelling correction; s/seperate/separate/g | jeff | 2002-04-07 | 1 | -1/+1 |
* | Add uma_zone_set_max() to add enforced limits to non vm obj backed zones. | jeff | 2002-03-20 | 1 | -0/+10 |
* | This is the first part of the new kernel memory allocator. This replaces | jeff | 2002-03-19 | 1 | -0/+420 |