summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.3
AgeCommit message (Collapse)Author
2001-12-05document how malloc(0) blobbies are stored, and their characterTheo de Raadt
2001-11-05Comment out info on U (utrace) malloc option since we don't support itTodd C. Miller
on OpenBSD.
2001-10-30Grammar. Thanks markus@Thierry Deval
2001-10-30mprotect allocations sized at 0 bytes. This will cause a fault for accessThierry Deval
to such, permitting them to be discovered, instead of exploited as the ssh crc insertion detector was. Idea by theo, written by tdeval.
2000-10-25Clarify; gluk@ptci.ruAaron Campbell
2000-04-20- Formatting repairs and standardizations.Aaron Campbell
- s/MESSAGES/DIAGNOSTICS/, and put message descriptions in a nice list. - Talk more about how using malloc() in signal handlers is bad.
2000-01-19Clarify and mention that errno is set to ENOMEM on failure of malloc(),Paul Janzen
calloc(), and realloc(). Idea from NetBSD.
1999-11-10Tweaks; millert@Aaron Campbell
1999-11-09Merge calloc(3) man page into malloc.3; as suggested by millert@Aaron Campbell
1999-06-29first round of repairs on stdlibAaron Campbell
1999-05-27more missing .El macros filled inAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-10correct some Xr's which referred to the wrong man page sectionsAaron Campbell
1999-03-23Clarify realloc return valueTodd C. Miller
1998-11-17add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@Aaron Campbell
1998-08-15document the common misuse of reallocTheo de Raadt
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