aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/uma_dbg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation failures on different arches that have vm_machdep.c notGleb Smirnoff2019-01-151-1/+0
* Make uz_allocs, uz_frees and uz_fails counter(9). This removes someGleb Smirnoff2019-01-151-0/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix memguard(9) in kernels with INVARIANTS enabled.Mark Johnston2016-06-011-1/+28
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aGleb Smirnoff2016-02-091-1/+0
* Redo r292484. Embed task(9) into zone, so that uz_maxaction is calledGleb Smirnoff2016-02-031-0/+1
* Move uma_dbg_alloc() and uma_dbg_free() into uma_core.c, which allowsGleb Smirnoff2016-02-031-97/+0
* If INVARIANTS is specified, add ctor/dtor to junk memory if they areJohn-Mark Gurney2015-06-251-0/+5
* - Add a per-zone lock for zones without kegs.Jeff Roberson2013-06-201-0/+4
* - Convert the slab free item list from a linked array of indices to aJeff Roberson2013-06-131-54/+27
* Convert UMA code to C99 uintXX_t types.Gleb Smirnoff2013-04-091-7/+7
* - 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