summaryrefslogtreecommitdiff
path: root/share/man/man9/malloc.9
AgeCommit message (Expand)Author
2015-08-24Rename M_RTABLE bucket into "rtable" to match the code and kill unusedMartin Pieuchot
2014-11-19document when to pass free() a size, and hey -- if it is impossible trackTheo de Raadt
2014-11-02tweak wording and update panic messagesTed Unangst
2014-08-20Remove userland bits related to the crypto(4) interface; ok deraadtMike Belopuhov
2014-07-23tweak previous;Jason McIntyre
2014-07-23document mallocarray like malloc throughout the page. better describeDavid Gwynne
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12remove bluetooth malloc typesTed Unangst
2014-07-10Oops, fix man page typo.Matthew Dempsky
2014-07-10Add mallocarray(9)Matthew Dempsky
2014-04-03Sync malloc(9) M_* types with sys/malloc.hLawrence Teo
2014-03-27tweak previous; help/ok dlgJason McIntyre
2014-03-26CONTEXT for malloc.David Gwynne
2013-07-04free(null) worksTed Unangst
2013-06-04Replace old-fashioned .Fd by new-fangled .In for #include lines.Ingo Schwarze
2012-04-06Remove raidframe related references.Joel Sing
2010-07-14Eliminate some unused malloc(9) type defines. Also get rid of theMatthew Dempsky
2010-03-08Don't mention that M_WAITOK is defined to be zero, readers do not needOwain Ainsworth
2010-01-03Neither .Pp nor unqualified text are allowed at the top level of .Bl;Ingo Schwarze
2008-12-11- update the list of typesJason McIntyre
2008-09-02remove last bits of MALLOC/FREECharles Longeau
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-09-07Document M_ZERO.Artur Grabowski
2007-06-01remove crufty adosfs. everytime we try to change a vfs layer interface,Theo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-13It's not M1394CTL and M1394DATA. It's M_1394CTL and M_1394DATA.Michael Knudsen
2005-12-14Make ext2fs use a memory pool to allocate inodes, okay tedu@Pedro Martelletto
2005-08-18document M_WAITOK as a separate flag rather than a note to M_NOWAITDavid Gwynne
2005-08-06Document M_CANFAIL and sync M_xxx types;Miod Vallat
2005-06-17Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
2005-04-15Missing spaceTom Cosgrove
2005-03-30mention new udf malloc types, okay deraadt@Pedro Martelletto
2004-01-14Get rid of M_LOCKF and use pool for allocating lockf structures.Alexander Yurchenko
2003-07-11fix some lists and macros;Jason McIntyre
2003-06-21make type descriptions generally plural.Ted Unangst
2003-06-21document new malloc type EMULDATA and missing NTFS types.Ted Unangst
2003-06-06- section reorderJason McIntyre
2003-04-17typos;Jason McIntyre
2003-04-02nfs -> NFSJason McIntyre
2003-02-24sync with realityTed Unangst
2002-12-20Reword the DEBUGGING section to get rid of second person forms.Artur Grabowski
2002-12-20Document M_DEBUG.Artur Grabowski
2002-08-28RAIDframe spelling. ok art@Thierry Deval
2002-07-17malloc debug variables have changed.Artur Grabowski
2001-07-17Document ranges.Artur Grabowski
2001-06-28speling; jsyn@nthought.comTodd C. Miller
2001-05-14Sync with reality (M_SYSCTL is not yet committed, but it's coming)Angelos D. Keromytis
2001-04-14Mention that MALLOC should only be used for allocations with a constant size.Artur Grabowski
2001-03-01A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sittingAaron Campbell
2000-10-12General man page cleanups, mostly to remove trailing whitespace, hardAaron Campbell