aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/malloc.9
Commit message (Expand)AuthorAgeFilesLines
* update .DdKip Macy2012-01-281-1/+1
* document M_NODUMP flagKip Macy2012-01-281-0/+3
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-021-7/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-20/+2
* s/M_TRYWAIT/M_WAIT/Ruslan Ermilov2008-03-251-1/+1
* Xref memguard(9)Christian Brueffer2005-02-221-0/+1
* Sort sections.Ruslan Ermilov2005-01-211-16/+16
* Spelling fixes.Mike Pritchard2004-06-211-1/+1
* Cross-reference contigmalloc(9).Joseph Koshy2004-03-061-0/+1
* Back out previous commit due to objections.Dag-Erling Smørgrav2004-02-161-6/+5
* Document the change in M_WAITOK semantics.Dag-Erling Smørgrav2004-02-161-5/+6
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-3/+3
* Rename the section 'locking considerations' into 'context'.Hartmut Brandt2003-06-121-10/+5
* Assorted mdoc(7), grammar, spelling, and punctuation fixes.Ruslan Ermilov2003-05-211-19/+25
* malloc(9) types can be used to identify multiple allocations.Hiten Pandya2003-05-061-0/+1
* Forced commit to fill in the fields below for the last commit. AlsoHartmut Brandt2003-04-101-1/+1
* Explicitely document the locking requirements for the malloc interface.Hartmut Brandt2003-04-091-69/+67
* Return bits which were removed in revision 1.28.Tom Rhodes2003-02-241-0/+19
* The .Fn functionPhilippe Charnier2003-02-051-4/+7
* Catch up to WAIT/NOWAIT cleanup.Alfred Perlstein2003-01-211-19/+0
* Add required commas that were ommitted in the previous delta; theSheldon Hearn2003-01-191-1/+1
* Document lock order reversals possible when calling allocation functionsAlfred Perlstein2003-01-181-0/+16
* Caution programmers not to confuse M_DONTWAIT with M_NOWAIT. TheyRobert Watson2003-01-181-0/+11
* Spelling: s/then/than/ where appropriate.Ruslan Ermilov2002-12-241-1/+1
* mdoc(7) police: fixed some wording, kill whitespace at EOL.Ruslan Ermilov2002-03-181-4/+6
* Add realloc() and reallocf(), and make free(NULL, ...) acceptable.Archie Cobbs2002-03-131-11/+74
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
* Spelling fix: depreciated -> deprecated.John Baldwin2001-08-231-1/+1
* Remove refernces to M_ASLEEP/asleep/await.John Baldwin2001-08-231-28/+1
* Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt2001-07-141-9/+9
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: Removed extraneous .No call. The .Nm macro inRuslan Ermilov2001-02-071-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+1
* Introduce the M_ZERO flag to malloc(9)Poul-Henning Kamp2000-10-201-0/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-031-1/+2
* Bring kernel malloc documentation up to date, including the example.Matthew Dillon1999-09-291-9/+16
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+2
* Fix some typos and do some minor mdoc cleanup.Mike Pritchard1999-06-271-1/+1
* Removed occurrences of consecutive repeated words (such as "the the").Alexander Langer1999-02-121-1/+1
* M_AWAIT changed to M_ASLEEPMatthew Dillon1998-12-231-3/+3
* Documentation update for new M_AWAIT flag to kernel malloc, plus revampMatthew Dillon1998-12-231-12/+50
* Fix argument reversal in example.Poul-Henning Kamp1998-07-021-1/+1
* Fix a few typos.James Raynard1998-02-281-1/+1
* Fixed a missing #include in the synopsis.Bruce Evans1998-01-161-0/+1
* Update malloc.9 to reflect new reality.Poul-Henning Kamp1997-10-111-106/+31
* Add malloc(9) to document the kernel malloc() and free() routines.Mike Pritchard1997-03-221-0/+262