summaryrefslogtreecommitdiffstats
path: root/share/man/man9/malloc.9
Commit message (Expand)AuthorAgeFilesLines
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-20/+2
* s/M_TRYWAIT/M_WAIT/ru2008-03-251-1/+1
* Xref memguard(9)brueffer2005-02-221-0/+1
* Sort sections.ru2005-01-211-16/+16
* Spelling fixes.mpp2004-06-211-1/+1
* Cross-reference contigmalloc(9).jkoshy2004-03-061-0/+1
* Back out previous commit due to objections.des2004-02-161-6/+5
* Document the change in M_WAITOK semantics.des2004-02-161-5/+6
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-3/+3
* Rename the section 'locking considerations' into 'context'.harti2003-06-121-10/+5
* Assorted mdoc(7), grammar, spelling, and punctuation fixes.ru2003-05-211-19/+25
* malloc(9) types can be used to identify multiple allocations.hmp2003-05-061-0/+1
* Forced commit to fill in the fields below for the last commit. Alsoharti2003-04-101-1/+1
* Explicitely document the locking requirements for the malloc interface.harti2003-04-091-69/+67
* Return bits which were removed in revision 1.28.trhodes2003-02-241-0/+19
* The .Fn functioncharnier2003-02-051-4/+7
* Catch up to WAIT/NOWAIT cleanup.alfred2003-01-211-19/+0
* Add required commas that were ommitted in the previous delta; thesheldonh2003-01-191-1/+1
* Document lock order reversals possible when calling allocation functionsalfred2003-01-181-0/+16
* Caution programmers not to confuse M_DONTWAIT with M_NOWAIT. Theyrwatson2003-01-181-0/+11
* Spelling: s/then/than/ where appropriate.ru2002-12-241-1/+1
* mdoc(7) police: fixed some wording, kill whitespace at EOL.ru2002-03-181-4/+6
* Add realloc() and reallocf(), and make free(NULL, ...) acceptable.archie2002-03-131-11/+74
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
* Spelling fix: depreciated -> deprecated.jhb2001-08-231-1/+1
* Remove refernces to M_ASLEEP/asleep/await.jhb2001-08-231-28/+1
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-9/+9
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: Removed extraneous .No call. The .Nm macro inru2001-02-071-1/+1
* Prepare for mdoc(7)NG.ru2000-12-291-1/+1
* Introduce the M_ZERO flag to malloc(9)phk2000-10-201-0/+2
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-031-1/+2
* Bring kernel malloc documentation up to date, including the example.dillon1999-09-291-9/+16
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+2
* Fix some typos and do some minor mdoc cleanup.mpp1999-06-271-1/+1
* Removed occurrences of consecutive repeated words (such as "the the").alex1999-02-121-1/+1
* M_AWAIT changed to M_ASLEEPdillon1998-12-231-3/+3
* Documentation update for new M_AWAIT flag to kernel malloc, plus revampdillon1998-12-231-12/+50
* Fix argument reversal in example.phk1998-07-021-1/+1
* Fix a few typos.jraynard1998-02-281-1/+1
* Fixed a missing #include in the synopsis.bde1998-01-161-0/+1
* Update malloc.9 to reflect new reality.phk1997-10-111-106/+31
* Add malloc(9) to document the kernel malloc() and free() routines.mpp1997-03-221-0/+262
OpenPOWER on IntegriCloud