| Commit message (Expand) | Author | Age | Files | Lines |
* | Add lock stack trace saving for witness(4). |  visa | 2019-02-07 | 1 | -2/+5 |
* | Add missing types, and fix incorrect names. |  visa | 2019-01-18 | 1 | -5/+9 |
* | Remove MALLOC_DEBUG left overs. |  mpi | 2017-11-27 | 1 | -68/+2 |
* | Allocate IPv6 reassembly structs using pools instead of malloc(), |  visa | 2017-10-27 | 1 | -4/+2 |
* | M_COUNTERS is a thing |  dlg | 2016-11-14 | 1 | -2/+5 |
* | Rename M_RTABLE bucket into "rtable" to match the code and kill unused |  mpi | 2015-08-24 | 1 | -4/+2 |
* | document when to pass free() a size, and hey -- if it is impossible track |  deraadt | 2014-11-19 | 1 | -3/+9 |
* | tweak wording and update panic messages |  tedu | 2014-11-02 | 1 | -4/+18 |
* | Remove userland bits related to the crypto(4) interface; ok deraadt |  mikeb | 2014-08-20 | 1 | -3/+3 |
* | tweak previous; |  jmc | 2014-07-23 | 1 | -3/+3 |
* | document mallocarray like malloc throughout the page. better describe |  dlg | 2014-07-23 | 1 | -30/+44 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+4 |
* | remove bluetooth malloc types |  tedu | 2014-07-12 | 1 | -6/+2 |
* | Oops, fix man page typo. |  matthew | 2014-07-10 | 1 | -2/+2 |
* | Add mallocarray(9) |  matthew | 2014-07-10 | 1 | -5/+18 |
* | Sync malloc(9) M_* types with sys/malloc.h |  lteo | 2014-04-03 | 1 | -4/+8 |
* | tweak previous; help/ok dlg |  jmc | 2014-03-27 | 1 | -6/+8 |
* | CONTEXT for malloc. |  dlg | 2014-03-26 | 1 | -2/+15 |
* | free(null) works |  tedu | 2013-07-04 | 1 | -2/+5 |
* | Replace old-fashioned .Fd by new-fangled .In for #include lines. |  schwarze | 2013-06-04 | 1 | -4/+4 |
* | Remove raidframe related references. |  jsing | 2012-04-06 | 1 | -4/+2 |
* | Eliminate some unused malloc(9) type defines. Also get rid of the |  matthew | 2010-07-14 | 1 | -16/+2 |
* | Don't mention that M_WAITOK is defined to be zero, readers do not need |  oga | 2010-03-08 | 1 | -5/+8 |
* | Neither .Pp nor unqualified text are allowed at the top level of .Bl; |  schwarze | 2010-01-03 | 1 | -3/+3 |
* | - update the list of types |  jmc | 2008-12-11 | 1 | -21/+25 |
* | remove last bits of MALLOC/FREE |  chl | 2008-09-02 | 1 | -22/+4 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -9/+2 |
* | Document M_ZERO. |  art | 2007-09-07 | 1 | -2/+6 |
* | remove crufty adosfs. everytime we try to change a vfs layer interface, |  deraadt | 2007-06-01 | 1 | -8/+2 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | It's not M1394CTL and M1394DATA. It's M_1394CTL and M_1394DATA. |  mk | 2007-02-13 | 1 | -3/+3 |
* | Make ext2fs use a memory pool to allocate inodes, okay tedu@ |  pedro | 2005-12-14 | 1 | -3/+1 |
* | document M_WAITOK as a separate flag rather than a note to M_NOWAIT |  dlg | 2005-08-18 | 1 | -9/+10 |
* | Document M_CANFAIL and sync M_xxx types; |  miod | 2005-08-06 | 1 | -14/+27 |
* | Extended Attributes was a piece to get to ACLs, however ACLs have not |  drahn | 2005-06-17 | 1 | -3/+1 |
* | Missing space |  tom | 2005-04-15 | 1 | -2/+2 |
* | mention new udf malloc types, okay deraadt@ |  pedro | 2005-03-30 | 1 | -1/+7 |
* | Get rid of M_LOCKF and use pool for allocating lockf structures. |  grange | 2004-01-14 | 1 | -3/+1 |
* | fix some lists and macros; |  jmc | 2003-07-11 | 1 | -2/+2 |
* | make type descriptions generally plural. |  tedu | 2003-06-21 | 1 | -25/+25 |
* | document new malloc type EMULDATA and missing NTFS types. |  tedu | 2003-06-21 | 1 | -1/+21 |
* | - section reorder |  jmc | 2003-06-06 | 1 | -4/+4 |
* | typos; |  jmc | 2003-04-17 | 1 | -3/+3 |
* | nfs -> NFS |  jmc | 2003-04-02 | 1 | -4/+4 |
* | sync with reality |  tedu | 2003-02-24 | 1 | -85/+16 |
* | Reword the DEBUGGING section to get rid of second person forms. |  art | 2002-12-20 | 1 | -11/+10 |
* | Document M_DEBUG. |  art | 2002-12-20 | 1 | -4/+7 |
* | RAIDframe spelling. ok art@ |  tdeval | 2002-08-28 | 1 | -2/+2 |
* | malloc debug variables have changed. |  art | 2002-07-17 | 1 | -10/+10 |
* | Document ranges. |  art | 2001-07-17 | 1 | -3/+13 |