summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/malloc.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* use Xr more oftenderaadt1998-04-281-2/+4
|
* Change realloc(foo,0) to behave like malloc(0). Both now return a pointerpefo1997-08-231-4/+7
| | | | | to an object of size zero. This will allow testing on reallocs return value to determine if the operation was successful or not.
* Make it possible to not output warnings (errors causing aborts are alwaystholo1997-05-311-1/+5
| | | | output).
* Add x/X option to behave like X11 xmalloc; from FreeBSDtholo1997-05-311-1/+13
| | | | Reduce diffs wrt. FreeBSD some
* Latest changes from FreeBSDtholo1996-09-261-8/+110
|
* Document it.downsj1996-08-211-2/+12
|
* Import malloc(3) manual page from FreeBSDtholo1996-08-101-18/+120
|
* initial import of NetBSD treederaadt1995-10-181-0/+91