summaryrefslogtreecommitdiffstats
path: root/share/man/man9/malloc.9 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add lock stack trace saving for witness(4).visa2019-02-071-2/+5
* Add missing types, and fix incorrect names.visa2019-01-181-5/+9
* Remove MALLOC_DEBUG left overs.mpi2017-11-271-68/+2
* Allocate IPv6 reassembly structs using pools instead of malloc(),visa2017-10-271-4/+2
* M_COUNTERS is a thingdlg2016-11-141-2/+5
* Rename M_RTABLE bucket into "rtable" to match the code and kill unusedmpi2015-08-241-4/+2
* document when to pass free() a size, and hey -- if it is impossible trackderaadt2014-11-191-3/+9
* tweak wording and update panic messagestedu2014-11-021-4/+18
* Remove userland bits related to the crypto(4) interface; ok deraadtmikeb2014-08-201-3/+3
* tweak previous;jmc2014-07-231-3/+3
* document mallocarray like malloc throughout the page. better describedlg2014-07-231-30/+44
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+4
* remove bluetooth malloc typestedu2014-07-121-6/+2
* Oops, fix man page typo.matthew2014-07-101-2/+2
* Add mallocarray(9)matthew2014-07-101-5/+18
* Sync malloc(9) M_* types with sys/malloc.hlteo2014-04-031-4/+8
* tweak previous; help/ok dlgjmc2014-03-271-6/+8
* CONTEXT for malloc.dlg2014-03-261-2/+15
* free(null) workstedu2013-07-041-2/+5
* Replace old-fashioned .Fd by new-fangled .In for #include lines.schwarze2013-06-041-4/+4
* Remove raidframe related references.jsing2012-04-061-4/+2
* Eliminate some unused malloc(9) type defines. Also get rid of thematthew2010-07-141-16/+2
* Don't mention that M_WAITOK is defined to be zero, readers do not needoga2010-03-081-5/+8
* Neither .Pp nor unqualified text are allowed at the top level of .Bl;schwarze2010-01-031-3/+3
* - update the list of typesjmc2008-12-111-21/+25
* remove last bits of MALLOC/FREEchl2008-09-021-22/+4
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
* Document M_ZERO.art2007-09-071-2/+6
* remove crufty adosfs. everytime we try to change a vfs layer interface,deraadt2007-06-011-8/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* It's not M1394CTL and M1394DATA. It's M_1394CTL and M_1394DATA.mk2007-02-131-3/+3
* Make ext2fs use a memory pool to allocate inodes, okay tedu@pedro2005-12-141-3/+1
* document M_WAITOK as a separate flag rather than a note to M_NOWAITdlg2005-08-181-9/+10
* Document M_CANFAIL and sync M_xxx types;miod2005-08-061-14/+27
* Extended Attributes was a piece to get to ACLs, however ACLs have notdrahn2005-06-171-3/+1
* Missing spacetom2005-04-151-2/+2
* mention new udf malloc types, okay deraadt@pedro2005-03-301-1/+7
* Get rid of M_LOCKF and use pool for allocating lockf structures.grange2004-01-141-3/+1
* fix some lists and macros;jmc2003-07-111-2/+2
* make type descriptions generally plural.tedu2003-06-211-25/+25
* document new malloc type EMULDATA and missing NTFS types.tedu2003-06-211-1/+21
* - section reorderjmc2003-06-061-4/+4
* typos;jmc2003-04-171-3/+3
* nfs -> NFSjmc2003-04-021-4/+4
* sync with realitytedu2003-02-241-85/+16
* Reword the DEBUGGING section to get rid of second person forms.art2002-12-201-11/+10
* Document M_DEBUG.art2002-12-201-4/+7
* RAIDframe spelling. ok art@tdeval2002-08-281-2/+2
* malloc debug variables have changed.art2002-07-171-10/+10
* Document ranges.art2001-07-171-3/+13