summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/malloc.3
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
* Document what really occurs when we obtain an error.trhodes2002-12-201-6/+9
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.ru2002-12-181-1/+1
* mdoc(7) police: "The .Fn function".ru2002-12-181-1/+3
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
* Consistently mark std(in|out|err) with .Dv, because that's how theyru2002-12-041-2/+6
* Clarify the bit about realloc() and its `ptr' argument a bit.keramida2002-06-061-2/+3
* mdoc(7) police: nit.ru2002-05-291-1/+1
* Constify _malloc_options.phk2002-04-241-2/+2
* mdoc(7) police: kill HSBs, add missing comma.ru2001-12-121-8/+13
* Be more explicit about the fact that realloc() might return akeramida2001-11-241-0/+4
* malloc and calloc do not free memory.dd2001-11-051-2/+3
* Move to using .In instead of .Fd #include <> for include mark-up.asmodai2001-09-071-1/+1
* Markup nits: use diagnostic type lists for error and warning messages.ru2001-08-101-21/+17
* mdoc(7) police: expand plain text xrefs.ru2001-08-081-1/+4
* Remove whitespace at EOL.dd2001-07-151-8/+8
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* mdoc(7) police: mark NULL with .Dv.ru2001-07-041-8/+24
* mdoc(7) police: the BUGS section should go after HISTORY and AUTHORS.dd2001-06-241-6/+6
* The fact that phk wrote this is not a bug!dd2001-06-241-5/+2
* Reword a sentence to make it proper English.dd2001-06-241-1/+1
* .St -ansiC -> .St -isoCru2001-02-261-1/+1
* mmap(3) -> mmap(2).ru2001-02-121-2/+2
* .Xr to mmap.nik2001-02-111-1/+2
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+2
* Prepare for mdoc(7)NG.ru2001-01-161-2/+2
* Prepare for mdoc(7)NG.ru2000-12-291-0/+2
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
* Make it possible to override the function which writes messages tophk2000-11-261-6/+14
* Use Fx macro wherever possible.ru2000-11-141-1/+2
* Minor mdoc cleanup.mpp2000-05-051-2/+3
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
* Add a missing THREAD_UNLOCK() found missing by Valentin Nechayevphk2000-04-101-5/+1
* Add history: The reallocf() function first appeared in FreeBSD-3.0.hoek1999-12-281-0/+5
* Document the current behaviour with respect to the handling of errno.sheldonh1999-12-221-1/+8
* Go to a bit more trouble to make it absolutely clear that malloc(3)peter1999-11-121-2/+9
* Change .Fn to .Xr on a couple of lines where abort(3) is referenced.chris1999-09-251-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Various man page cleanup:mpp1999-08-151-3/+3
* Fix .Xr line for `getpagesize'chris1999-08-141-2/+2
* Disable the "Hint" option in phkmalloc as default. Recent VM systemphk1999-03-281-2/+2
* o Don't reference non-existant function freealloc.imp1998-09-161-4/+4
* Add reallocf to the library. This function is simliar to realloc, butimp1998-09-141-10/+27
* environmental -> environment.charnier1997-09-181-2/+2
* Malloc option H is now default.phk1997-08-271-2/+3
* malloc_sysv used before initialized, reported in PR4002 byphk1997-07-011-5/+15
* Integrate calloc with the rest of the gang.phk1997-06-221-201/+293
* Add yet an option, this time on how to deal with malloc(0) and realloc(ptr.0)phk1997-06-121-3/+18
OpenPOWER on IntegriCloud