summaryrefslogtreecommitdiffstats
path: root/sys/vm/uma_dbg.c
Commit message (Expand)AuthorAgeFilesLines
* - Add a per-zone lock for zones without kegs.jeff2013-06-201-0/+4
* - Convert the slab free item list from a linked array of indices to ajeff2013-06-131-54/+27
* Convert UMA code to C99 uintXX_t types.glebius2013-04-091-7/+7
* - Make the keg abstraction more complete. Permit a zone to have multiplejeff2009-01-251-8/+8
* Improve canonicalization of copyrights. Order copyrights by order ofrwatson2005-07-161-4/+3
* Change the panic in trash_ctor into just a printf for now. Once the reportssilby2005-06-261-2/+4
* Well, it seems that I pre-maturely removed the "All rights reserved"bmilekic2005-02-161-2/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Add my copyright and update Jeff's copyright on UMA source files,bmilekic2004-12-261-2/+4
* Fix critical stability problems that can cause UMA mbuf clustergreen2004-10-081-13/+37
* * Add a "how" argument to uma_zone constructors and initialization functionsgreen2004-08-021-18/+18
* Bring in mbuma to replace mballoc.bmilekic2004-05-311-14/+20
* Provide a bit more help with "memory overwritten after free" style bugs.phk2003-09-271-4/+4
* - Fix the silly flag situation in UMA. Remove redundant ZFLAG/ZONE flagsjeff2003-09-191-2/+2
* 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