summaryrefslogtreecommitdiffstats
path: root/sys/vm/uma_dbg.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-06-111-3/+2
* atomic_set_8 isn't MI. Instead, follow Jake's suggestions aboutmjacob2002-11-111-4/+2
* Use atomic_set_8 on the us_freelist maps as they are not otherwisemjacob2002-11-101-2/+2
* - Use my freebsd email alias in the copyright.jeff2002-09-191-1/+1
* - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH.jeff2002-09-181-4/+5
* Remove unnecessary includes.jeff2002-07-051-2/+0
* The kernel printf does not have %ipeter2002-05-291-1/+1
* Hide a pointer to the malloc_type bucket at the end of the freed memory. Ifjeff2002-05-021-2/+77
* malloc/free(9) no longer require Giant. Use the malloc_mtx to protect thejeff2002-05-021-0/+2
* Remove the temporary alignment check in free().jeff2002-05-021-0/+95
* Add a new UMA debugging facility. This will overwrite freed memory withjeff2002-04-301-0/+112
OpenPOWER on IntegriCloud