Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-05 | document how malloc(0) blobbies are stored, and their character | Theo de Raadt | |
2001-11-05 | Comment out info on U (utrace) malloc option since we don't support it | Todd C. Miller | |
on OpenBSD. | |||
2001-10-30 | Grammar. Thanks markus@ | Thierry Deval | |
2001-10-30 | mprotect allocations sized at 0 bytes. This will cause a fault for access | Thierry 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-25 | Clarify; gluk@ptci.ru | Aaron 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-19 | Clarify and mention that errno is set to ENOMEM on failure of malloc(), | Paul Janzen | |
calloc(), and realloc(). Idea from NetBSD. | |||
1999-11-10 | Tweaks; millert@ | Aaron Campbell | |
1999-11-09 | Merge calloc(3) man page into malloc.3; as suggested by millert@ | Aaron Campbell | |
1999-06-29 | first round of repairs on stdlib | Aaron Campbell | |
1999-05-27 | more missing .El macros filled in | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-10 | correct some Xr's which referred to the wrong man page sections | Aaron Campbell | |
1999-03-23 | Clarify realloc return value | Todd C. Miller | |
1998-11-17 | add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@ | Aaron Campbell | |
1998-08-15 | document the common misuse of realloc | Theo de Raadt | |
1998-04-28 | use Xr more often | Theo de Raadt | |
1997-08-23 | Change realloc(foo,0) to behave like malloc(0). Both now return a pointer | Per 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-31 | Make it possible to not output warnings (errors causing aborts are always | Thorsten Lockert | |
output). | |||
1997-05-31 | Add x/X option to behave like X11 xmalloc; from FreeBSD | Thorsten Lockert | |
Reduce diffs wrt. FreeBSD some | |||
1996-09-26 | Latest changes from FreeBSD | Thorsten Lockert | |
1996-08-21 | Document it. | Jason Downs | |
1996-08-10 | Import malloc(3) manual page from FreeBSD | Thorsten Lockert | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |