summaryrefslogtreecommitdiff
path: root/sys/vm/uma_dbg.c
Commit message (Expand)AuthorAgeFilesLines
* - Make the keg abstraction more complete. Permit a zone to have multipleJeff Roberson2009-01-251-8/+8
* Improve canonicalization of copyrights. Order copyrights by order ofRobert Watson2005-07-161-4/+3
* Change the panic in trash_ctor into just a printf for now. Once the reportsMike Silbersack2005-06-261-2/+4
* Well, it seems that I pre-maturely removed the "All rights reserved"Bosko Milekic2005-02-161-2/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add my copyright and update Jeff's copyright on UMA source files,Bosko Milekic2004-12-261-2/+4
* Fix critical stability problems that can cause UMA mbuf clusterBrian Feldman2004-10-081-13/+37
* * Add a "how" argument to uma_zone constructors and initialization functionsBrian Feldman2004-08-021-18/+18
* Bring in mbuma to replace mballoc.Bosko Milekic2004-05-311-14/+20
* Provide a bit more help with "memory overwritten after free" style bugs.Poul-Henning Kamp2003-09-271-4/+4
* - Fix the silly flag situation in UMA. Remove redundant ZFLAG/ZONE flagsJeff Roberson2003-09-191-2/+2
* Use __FBSDID().David E. O'Brien2003-06-111-3/+2
* atomic_set_8 isn't MI. Instead, follow Jake's suggestions aboutMatt Jacob2002-11-111-4/+2
* Use atomic_set_8 on the us_freelist maps as they are not otherwiseMatt Jacob2002-11-101-2/+2
* - Use my freebsd email alias in the copyright.Jeff Roberson2002-09-191-1/+1
* - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH.Jeff Roberson2002-09-181-4/+5
* Remove unnecessary includes.Jeff Roberson2002-07-051-2/+0
* The kernel printf does not have %iPeter Wemm2002-05-291-1/+1
* Hide a pointer to the malloc_type bucket at the end of the freed memory. IfJeff Roberson2002-05-021-2/+77
* malloc/free(9) no longer require Giant. Use the malloc_mtx to protect theJeff Roberson2002-05-021-0/+2
* Remove the temporary alignment check in free().Jeff Roberson2002-05-021-0/+95
* Add a new UMA debugging facility. This will overwrite freed memory withJeff Roberson2002-04-301-0/+112