History log of /freebsd-9.3-release/share/man/man9/zone.9
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 234717 26-Apr-2012 gjb

MFC r232157, r232158:

r232157:
Fix various typos in manual pages.

Submitted by: amdmi3
PR: 165431

r232158:
Whitespace cleanup:
o Wrap sentences on to new lines
o Cleanup trailing whitespace


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 222176 22-May-2011 uqs

Re-encode files from ISO-8859-1 to UTF-8


# 214062 19-Oct-2010 mdf

uma_zfree(zone, NULL) should do nothing, to match free(9).

Noticed by: Ron Steinke <rsteinke at isilon dot com>
MFC after: 3 days


# 213911 16-Oct-2010 lstewart

Change uma_zone_set_max to return the effective value of "nitems" after
rounding. The same value can also be obtained with uma_zone_get_max, but this
change avoids a caller having to make two back-to-back calls.

Sponsored by: FreeBSD Foundation
Reviewed by: gnn, jhb


# 213910 16-Oct-2010 lstewart

- Simplify implementation of uma_zone_get_max.
- Add uma_zone_get_cur which returns the current approximate occupancy of
a zone. This is useful for providing stats via sysctl amongst other things.

Sponsored by: FreeBSD Foundation
Reviewed by: gnn, jhb
MFC after: 2 weeks


# 179880 19-Jun-2008 remko

Document the _arg versions of the uma_zalloc and uma_zfree functions.

PR: docs/120357
Submitted by: gahr
MFC after: 3 days


# 163577 21-Oct-2006 ru

Bump document date for the previous change.


# 162946 02-Oct-2006 kib

Remove long untrue note about storing state information inside free items.

OKed by: rwatson, tegge
Approved by: pjd (mentor)
MFC after: 1 week


# 124963 25-Jan-2004 des

I don't normally use my middle name, so remove it from attributions in
man pages (though not from copyright notices). While I'm here, add email
addresses where appropriate.


# 117836 21-Jul-2003 harti

Document uma_zone_set_max and its non-obvious behaviour.

Reviewed by: bmilekic


# 115441 31-May-2003 hmp

Various mdoc(7) fixes:

Add devfs(5) reference - make_dev.9
Change .Xr from VFS_VGET(9) to vget(9) - vnode.9
Spelling fix, 'useage' to 'usage' - zone.9

Approved by: des (mentor)


# 107383 29-Nov-2002 ru

mdoc(7) police: scheduled sweep.

Approved by: re


# 107032 17-Nov-2002 alfred

Flesh out the description of the uma_zcreate callback function arguements
a bit. As there may be changes soon we're still a bit vague unfortunatly.


# 97578 30-May-2002 ru

mdoc(7) police: Fix SYNOPSIS, bump document date.


# 96852 18-May-2002 asmodai

Add description for uma_zcreate().

Submitted by: arr


# 95805 30-Apr-2002 asmodai

Chase the sources and document the change of wait to flags, which are
the normal malloc(9) flags.

Submitted by: arr


# 95802 30-Apr-2002 asmodai

Remove references to zinit() which does not exist anymore.


# 95800 30-Apr-2002 asmodai

Document the zone allocator is now a slab allocator.
Show Jeff's work and your's truly manual page updates.


# 95798 30-Apr-2002 asmodai

Document uma_zalloc() behaviour.


# 95796 30-Apr-2002 asmodai

Update function arguments to what is current used.


# 95795 30-Apr-2002 asmodai

Prefix the remaining functions with uma_ as is now the case in UMA.


# 95794 30-Apr-2002 asmodai

zinit() does not exist anymore.


# 95787 30-Apr-2002 asmodai

Remove references to zbootinit() and zinitna().


# 95784 30-Apr-2002 asmodai

Do not use a contraction, aren't -> are not.


# 95777 30-Apr-2002 asmodai

Remove wrong include, one is supposed to include vm/uma.h instead of
vm_zone.h.


# 89206 10-Jan-2002 ru

mdoc(7) police: get rid of WEOL and HSB introduced in rev 1.6.


# 88509 26-Dec-2001 davidc

Update function definitions and required include files to reflect
the current state of the system.

Approved by: alfred


# 87907 14-Dec-2001 julian

Make the man page reflec t the code a bit better.
Specifically, note the condition of the memory on initial
and subsequent allocations is different.


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 81433 10-Aug-2001 ru

mdoc(7) police: add zdestroy() to NAME.


# 81360 09-Aug-2001 tmm

Document zdestroy().

Reviewed by: des


# 72512 15-Feb-2001 bde

Fixed missing and/or wrong and/or extra includes in synopsis.


# 71783 29-Jan-2001 des

Style police.

Submitted by: ru


# 71714 27-Jan-2001 des

Add a man page for the zone allocator.