Age | Commit message (Expand) | Author |
2007-09-05 | no need to talk about bits; ok millert jmc | Theo de Raadt |
2007-09-03 | Update free(3) section--we use mmap()/munmap(), not brk(). | Todd C. Miller |
2007-09-03 | add recaloc(3) | Todd C. Miller |
2007-08-08 | Clarify the example about avoiding overflow. OK ray@ deraadt@ | Todd C. Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-06-06 | Fix 'double by a factor of two' and make cache options a bit more | Pedro Martelletto |
2006-04-02 | Use SIZE_MAX instead of SIZE_T_MAX, the latter is not POSIX and | Otto Moerbeek |
2006-03-26 | Add warning about malloc(num * size) and recommend calloc() instead, | Ray Lai |
2006-01-18 | missing auxillary verb | Jacob Meuser |
2005-07-26 | - typos, punctuation, layout, macro tweaks | Jared Yanovich |
2005-06-07 | no need to insert spacing between list members; | Jason McIntyre |
2005-06-07 | adding pointer protection to 'G' was too heavyweight. Since malloc guard | Ted Unangst |
2005-05-24 | add a note describing latest guard feature | Ted Unangst |
2004-07-02 | kill dead .Xr to memory(3); | Jason McIntyre |
2004-02-09 | punctuate variable; okay jmc@. | Marc Espie |
2004-02-04 | H comes before J; | Jason McIntyre |
2004-02-02 | 'F'reeguard doc, as reported missing by brad. nit free thanks to jmc | Ted Unangst |
2003-11-25 | wording improvements from Brian Poole; | Jason McIntyre |
2003-10-16 | by popular demand, malloc guard pages. insert an unreadable/unwriteable | Ted Unangst |
2003-09-26 | It is safe to pass free() a NULL pointer since C89; update example to | Todd C. Miller |
2003-09-25 | improve example even more | Theo de Raadt |
2003-09-18 | expand on the realloc no-no section to include adjusting a length before | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-01 | - section reorder | Jason McIntyre |
2003-05-14 | Delete reference to /usr/share/doc/papers/malloc.ascii.gz as we do not | Kenneth R Westerback |
2003-01-21 | typos; | Jason McIntyre |
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 |
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 |
2000-10-25 | Clarify; gluk@ptci.ru | Aaron Campbell |
2000-04-20 | - Formatting repairs and standardizations. | Aaron Campbell |
2000-01-19 | Clarify and mention that errno is set to ENOMEM on failure of malloc(), | Paul Janzen |
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 |
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 |
1997-05-31 | Make it possible to not output warnings (errors causing aborts are always | Thorsten Lockert |
1997-05-31 | Add x/X option to behave like X11 xmalloc; from FreeBSD | Thorsten Lockert |
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 |