summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.3
AgeCommit message (Collapse)Author
1998-04-28use Xr more oftenTheo de Raadt
1997-08-23Change realloc(foo,0) to behave like malloc(0). Both now return a pointerPer Fogelstrom
to an object of size zero. This will allow testing on reallocs return value to determine if the operation was successful or not.
1997-05-31Make it possible to not output warnings (errors causing aborts are alwaysThorsten Lockert
output).
1997-05-31Add x/X option to behave like X11 xmalloc; from FreeBSDThorsten Lockert
Reduce diffs wrt. FreeBSD some
1996-09-26Latest changes from FreeBSDThorsten Lockert
1996-08-21Document it.Jason Downs
1996-08-10Import malloc(3) manual page from FreeBSDThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt