summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.3
AgeCommit message (Expand)Author
2016-04-03Document ``use after free'' error messageOtto Moerbeek
2016-03-12Remove sentences in RETURN VALUES sections saying that functions withmmcc
2016-02-05Fix err(3) calls after allocation failures in examples.Ingo Schwarze
2016-01-06Long ago, malloc internally had two kinds of failures, warnings and errors.Ted Unangst
2015-09-14use .Va for global variables, and .Vt where the type is includedIngo Schwarze
2015-03-14remove incorrect statement. the standard *does* require calloc to checkTed Unangst
2015-01-08missing , found by Dongsheng SongTheo de Raadt
2014-12-09fix NAME;Jason McIntyre
2014-12-08remove cfree from documentationTed Unangst
2014-12-06malloc(3) is in the "comp" install set, malloc.conf(5) in "man",Ingo Schwarze
2014-10-30clean up verbiage around the calculations; ok ingo jmc ottoTheo de Raadt
2014-10-30Don't mention old systems where realloc(NULL, n) didn't work as weTodd C. Miller
2014-10-23Save space in man page: err() -> errc() and combine vars.Doug Hogan
2014-10-22Avoid writing in second person in malloc.3Doug Hogan
2014-10-20List extensions in the STANDARDS section, replacing some text below CAVEATS.Ingo Schwarze
2014-10-19make RETURN VALUES more conciseIngo Schwarze
2014-10-19Revamp malloc.3 by reordering the sections and rewriting parts.Doug Hogan
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