summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.3
AgeCommit message (Expand)Author
2014-05-01tweak previous; ok sthenJason McIntyre
2014-04-30first cut at documenting the change to malloc doing a partial 'junk' byStuart Henderson
2014-04-22- one more mallocarray -> reallocarrayJason McIntyre
2014-04-22change mallocarray to reallocarray. useful in a few more situations.Ted Unangst
2014-04-21Introducing: void *mallocarray(size_t nmemb, size_t size);Theo de Raadt
2013-07-18HISTORY; tweaks and ok sobrado@ jmc@Ingo Schwarze
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2012-11-02Add a new malloc option 'U' => "Free unmap" that does the guarding/Damien Miller
2011-07-22Show (in the example) that < and > can be used multiple times; ok jmc@Otto Moerbeek
2011-07-21- add a MALLOC_OPTIONS section header. the content is already there, but havingJasper Lievisse Adriaanse
2010-05-26oops - forgot to check for trailing whitespace;Jason McIntyre
2010-05-26reword the 'D' dump bit to make it clear that the malloc.out file needsThordur I. Bjornsson
2010-05-18add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromTed Unangst
2010-01-25stucture -> structure;Jason McIntyre
2010-01-13New options 'S', as a shorthand for the options most suitable as anOtto Moerbeek
2009-10-10rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@Otto Moerbeek
2009-02-13kill whitespace at eol;Jason McIntyre
2009-02-13decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@Otto Moerbeek
2008-12-30Remove mprotecting of struct dir_info introduced in previous commitDamien Miller
2008-12-29extra paranoia for malloc(3):Damien Miller
2008-11-26Fix typo, okay jmc@.Pedro Martelletto
2008-11-20move allocations between half a page and a page as close to the end ofOtto Moerbeek
2008-11-02fix markup of example line and description of G flag; partly from andOtto Moerbeek
2008-11-02remove distinction between warnings and errors, ok deraadt@ djm@Otto Moerbeek
2008-08-07small cleanup of error/warning stringsOtto Moerbeek
2008-07-28man page bits for new malloc; ok jmc@Otto Moerbeek
2008-05-20kill an Xr to a non-existent man page, ulimit(1);Jason McIntyre
2008-05-19remove recalloc(3); it is buggy and impossible to repair without bigOtto Moerbeek
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