| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | kmemstats, nselcoll, forkstat, and nchstats structures through |  angelos | 2001-05-11 | 1 | -2/+49 |
* | Remove the cpp magic for finding incorrect MAXALLOCSAVE. |  art | 2001-05-06 | 1 | -12/+2 |
* | Get rid of CLSIZE and all related stuff. |  art | 2001-05-05 | 1 | -8/+8 |
* | Typo in comment (henric@aimnet.com) |  angelos | 2001-04-06 | 1 | -2/+2 |
* | Latest soft updates from FreeBSD/Kirk McKusick |  csapuntz | 2001-02-21 | 1 | -7/+2 |
* | Add M_ZERO option to malloc. Causes malloc to return a zero'ed buffer. |  csapuntz | 2001-02-20 | 1 | -2/+7 |
* | Return a kmembuckets structure, rather than individual items, since they may be |  angelos | 2001-01-04 | 1 | -25/+7 |
* | sysctl_malloc() |  angelos | 2001-01-04 | 1 | -1/+64 |
* | malloc debugging code. Enabled by option MALLOC_DEBUG. |  art | 2000-06-06 | 1 | -1/+22 |
* | Bring in some new UVM code from NetBSD (not current). |  art | 2000-03-16 | 1 | -5/+5 |
* | Use PAGE_SIZE instead of NBPG. |  art | 1999-11-25 | 1 | -8/+8 |
* | use clrnd(round_page(size)) instead of roundup(size, CLBYTES). |  art | 1999-09-10 | 1 | -2/+2 |
* | vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t |  art | 1999-07-15 | 1 | -6/+6 |
* | apparently we need to have kmemstats in the kernel even if we don't use it. |  art | 1999-06-23 | 1 | -3/+1 |
* | Also define memname if FFS_SOFTUPDATES is defined. FFS_SOFTUPDATES should really only use memname ifdef DIAGNOSTIC but that isn't feasible right now |  millert | 1999-06-03 | 1 | -2/+2 |
* | put a sanity check behind DIAGNOSTIC and give it a better panic message |  art | 1999-05-06 | 1 | -2/+4 |
* | kmem allocation changes for uvm |  art | 1999-02-26 | 1 | -2/+45 |
* | put some more stuff behind #ifdef KMEMSTATS |  art | 1999-01-20 | 1 | -1/+5 |
* | panic prints a newline for you, don't do it in the panic string |  millert | 1999-01-11 | 1 | -2/+2 |
* | Please GCC 2.8 -Wall |  niklas | 1998-02-20 | 1 | -2/+3 |
* | Fixed spelling in a comment. |  gene | 1997-12-12 | 1 | -2/+2 |
* | prevent warning about unused variable when NO_KMEMSTATS is in effect |  kstailey | 1997-03-01 | 1 | -1/+3 |
* | kern_malloc() can fail in canwait case if no more map space; return NULL in |  deraadt | 1996-06-20 | 1 | -2/+12 |
* | data structure handling fix |  deraadt | 1996-06-10 | 1 | -3/+4 |
* | partial sync with netbsd 960418, more to come |  deraadt | 1996-04-21 | 1 | -5/+5 |
* | NetBSD 960317 merge |  niklas | 1996-04-19 | 1 | -5/+4 |
* | From NetBSD: 960217 merge |  niklas | 1996-03-03 | 1 | -3/+7 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+396 |