summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.3
AgeCommit message (Expand)Author
2007-09-05no need to talk about bits; ok millert jmcTheo de Raadt
2007-09-03Update free(3) section--we use mmap()/munmap(), not brk().Todd C. Miller
2007-09-03add recaloc(3)Todd C. Miller
2007-08-08Clarify the example about avoiding overflow. OK ray@ deraadt@Todd C. Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2006-06-06Fix 'double by a factor of two' and make cache options a bit morePedro Martelletto
2006-04-02Use SIZE_MAX instead of SIZE_T_MAX, the latter is not POSIX andOtto Moerbeek
2006-03-26Add warning about malloc(num * size) and recommend calloc() instead,Ray Lai
2006-01-18missing auxillary verbJacob Meuser
2005-07-26- typos, punctuation, layout, macro tweaksJared Yanovich
2005-06-07no need to insert spacing between list members;Jason McIntyre
2005-06-07adding pointer protection to 'G' was too heavyweight. Since malloc guardTed Unangst
2005-05-24add a note describing latest guard featureTed Unangst
2004-07-02kill dead .Xr to memory(3);Jason McIntyre
2004-02-09punctuate variable; okay jmc@.Marc Espie
2004-02-04H comes before J;Jason McIntyre
2004-02-02'F'reeguard doc, as reported missing by brad. nit free thanks to jmcTed Unangst
2003-11-25wording improvements from Brian Poole;Jason McIntyre
2003-10-16by popular demand, malloc guard pages. insert an unreadable/unwriteableTed Unangst
2003-09-26It is safe to pass free() a NULL pointer since C89; update example toTodd C. Miller
2003-09-25improve example even moreTheo de Raadt
2003-09-18expand on the realloc no-no section to include adjusting a length beforeTed Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01- section reorderJason McIntyre
2003-05-14Delete reference to /usr/share/doc/papers/malloc.ascii.gz as we do notKenneth R Westerback
2003-01-21typos;Jason McIntyre
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
2001-10-30Grammar. Thanks markus@Thierry Deval
2001-10-30mprotect allocations sized at 0 bytes. This will cause a fault for accessThierry Deval
2000-10-25Clarify; gluk@ptci.ruAaron Campbell
2000-04-20- Formatting repairs and standardizations.Aaron Campbell
2000-01-19Clarify and mention that errno is set to ENOMEM on failure of malloc(),Paul Janzen
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
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
1997-05-31Make it possible to not output warnings (errors causing aborts are alwaysThorsten Lockert
1997-05-31Add x/X option to behave like X11 xmalloc; from FreeBSDThorsten Lockert
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