aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/zone.9
Commit message (Expand)AuthorAgeFilesLines
* Fix various typos in manual pages.Glen Barber2012-02-251-2/+2
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-1/+1
* Re-encode files from ISO-8859-1 to UTF-8Ulrich Spörlein2011-05-221-1/+1
* uma_zfree(zone, NULL) should do nothing, to match free(9).Matthew D Fleming2010-10-191-0/+7
* Change uma_zone_set_max to return the effective value of "nitems" afterLawrence Stewart2010-10-161-4/+4
* - Simplify implementation of uma_zone_get_max.Lawrence Stewart2010-10-161-9/+30
* Document the _arg versions of the uma_zalloc and uma_zfree functions.Remko Lodder2008-06-191-1/+18
* Bump document date for the previous change.Ruslan Ermilov2006-10-211-1/+1
* Remove long untrue note about storing state information inside free items.Konstantin Belousov2006-10-021-19/+1
* I don't normally use my middle name, so remove it from attributions inDag-Erling Smørgrav2004-01-251-1/+1
* Document uma_zone_set_max and its non-obvious behaviour.Hartmut Brandt2003-07-211-2/+21
* Various mdoc(7) fixes:Hiten Pandya2003-05-311-1/+1
* mdoc(7) police: scheduled sweep.Ruslan Ermilov2002-11-291-7/+16
* Flesh out the description of the uma_zcreate callback function arguementsAlfred Perlstein2002-11-181-0/+35
* mdoc(7) police: Fix SYNOPSIS, bump document date.Ruslan Ermilov2002-05-301-7/+9
* Add description for uma_zcreate().Jeroen Ruigrok van der Werven2002-05-181-0/+12
* Chase the sources and document the change of wait to flags, which areJeroen Ruigrok van der Werven2002-04-301-8/+4
* Remove references to zinit() which does not exist anymore.Jeroen Ruigrok van der Werven2002-04-301-13/+2
* Document the zone allocator is now a slab allocator.Jeroen Ruigrok van der Werven2002-04-301-0/+8
* Document uma_zalloc() behaviour.Jeroen Ruigrok van der Werven2002-04-301-2/+15
* Update function arguments to what is current used.Jeroen Ruigrok van der Werven2002-04-301-3/+3
* Prefix the remaining functions with uma_ as is now the case in UMA.Jeroen Ruigrok van der Werven2002-04-301-12/+12
* zinit() does not exist anymore.Jeroen Ruigrok van der Werven2002-04-301-33/+0
* Remove references to zbootinit() and zinitna().Jeroen Ruigrok van der Werven2002-04-301-54/+1
* Do not use a contraction, aren't -> are not.Jeroen Ruigrok van der Werven2002-04-301-1/+1
* Remove wrong include, one is supposed to include vm/uma.h instead ofJeroen Ruigrok van der Werven2002-04-301-1/+1
* mdoc(7) police: get rid of WEOL and HSB introduced in rev 1.6.Ruslan Ermilov2002-01-101-3/+4
* Update function definitions and required include files to reflectChad David2001-12-261-0/+1
* Make the man page reflec t the code a bit better.Julian Elischer2001-12-141-2/+11
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
* mdoc(7) police: add zdestroy() to NAME.Ruslan Ermilov2001-08-101-1/+2
* Document zdestroy().Thomas Moestl2001-08-091-0/+15
* Fixed missing and/or wrong and/or extra includes in synopsis.Bruce Evans2001-02-151-1/+1
* Style police.Dag-Erling Smørgrav2001-01-291-5/+5
* Add a man page for the zone allocator.Dag-Erling Smørgrav2001-01-271-0/+191