Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | atomic_set_8 isn't MI. Instead, follow Jake's suggestions about | mjacob | 2002-11-11 | 1 | -4/+2 |
* | Use atomic_set_8 on the us_freelist maps as they are not otherwise | mjacob | 2002-11-10 | 1 | -2/+2 |
* | - Use my freebsd email alias in the copyright. | jeff | 2002-09-19 | 1 | -1/+1 |
* | - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH. | jeff | 2002-09-18 | 1 | -4/+5 |
* | Remove unnecessary includes. | jeff | 2002-07-05 | 1 | -2/+0 |
* | The kernel printf does not have %i | peter | 2002-05-29 | 1 | -1/+1 |
* | Hide a pointer to the malloc_type bucket at the end of the freed memory. If | jeff | 2002-05-02 | 1 | -2/+77 |
* | malloc/free(9) no longer require Giant. Use the malloc_mtx to protect the | jeff | 2002-05-02 | 1 | -0/+2 |
* | Remove the temporary alignment check in free(). | jeff | 2002-05-02 | 1 | -0/+95 |
* | Add a new UMA debugging facility. This will overwrite freed memory with | jeff | 2002-04-30 | 1 | -0/+112 |