| Commit message (Expand) | Author | Age | Files | Lines |
* | Before we start to mess with the VFS name-cache clean things up a little bit: | phk | 1999-10-03 | 1 | -1/+1 |
* | KASSERT that we cannot use M_WAITOK in interrupt context. | phk | 1999-09-19 | 1 | -0/+9 |
* | Get rid of MALLOC_INSTANTIATE and MALLOC_MAKE_TYPE(). Just handle the 3 | bde | 1999-09-11 | 1 | -1/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Move the initialisation/tuning of nmbclusters from param.c/machdep.c | msmith | 1999-07-05 | 1 | -8/+7 |
* | Fixed corruption of the kmemstatistcs list. The first malloc() | bde | 1999-05-12 | 1 | -5/+9 |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 1 | -2/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -3/+3 |
* | Allow VM_KMEM_SIZE to be tuned from the kernel environment. This tuning | msmith | 1999-01-21 | 1 | -1/+6 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -5/+31 |
* | KNFize, by bde. | eivind | 1999-01-10 | 1 | -6/+5 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 1 | -24/+19 |
* | Have MALLOC_DECLARE() initialize malloc types explicitly, and have them | peter | 1998-11-10 | 1 | -6/+34 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -3/+1 |
* | Use [u]intptr_t instead of [u_]long for casts between pointers and | bde | 1998-08-16 | 1 | -3/+3 |
* | Fixed printf format errors. | bde | 1998-07-29 | 1 | -7/+8 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 1 | -3/+3 |
* | Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden | dyson | 1998-02-23 | 1 | -10/+39 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | 1) Start using a cleaner and more consistant page allocator instead | dyson | 1998-02-05 | 1 | -2/+2 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -3/+2 |
* | Some fixes from John Hood: | dyson | 1997-12-05 | 1 | -1/+4 |
* | Remove the long description from the in-kernel datastructure. | phk | 1997-10-28 | 1 | -1/+4 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -1/+3 |
* | Freeing with unknown type is a panic kind of thing. | phk | 1997-10-11 | 1 | -2/+2 |
* | Remove a debug printf entirely. | phk | 1997-10-11 | 1 | -4/+1 |
* | Disable an extremely annoying printf. | peter | 1997-10-11 | 1 | -1/+3 |
* | Rename "struct kmemstats" to "struct malloc_type" it makes more sense now. | phk | 1997-10-10 | 1 | -11/+11 |
* | Make malloc more extensible. The malloc type is now a pointer to | phk | 1997-10-10 | 1 | -59/+41 |
* | Fixed staticization. buckets[] was staticized but was still declared | bde | 1997-09-16 | 1 | -6/+17 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -2/+1 |
* | Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu of | dyson | 1997-08-05 | 1 | -1/+5 |
* | Killed bogus kernacc() call in malloc() DIAGNOSTIC code. kernacc() by | dg | 1997-06-24 | 1 | -8/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | The check for multiple freed items were bogus. fixed. | phk | 1996-08-04 | 1 | -7/+12 |
* | Minor performance improvement to kern_malloc.c that increases the | dyson | 1996-05-18 | 1 | -1/+17 |
* | Allocate mbufs from a separate submap so that NMBCLUSTERS works as | wollman | 1996-05-10 | 1 | -6/+8 |
* | removed: | phk | 1996-05-02 | 1 | -4/+4 |
* | First pass at cleaning up macros relating to pages, clusters and all that. | phk | 1996-05-02 | 1 | -7/+7 |
* | Implement what I mentioned in rev 1.18: limit per-bucket allocations to | dg | 1996-01-29 | 1 | -3/+7 |
* | Fixed two bugs in the calculation of the malloc area (kmem_map) size: | dg | 1996-01-29 | 1 | -7/+9 |
* | A Major staticize sweep. Generates a couple of warnings that I'll deal | phk | 1995-12-14 | 1 | -3/+3 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+4 |
* | Finished (?) cleaning up sysinit stuff. | bde | 1995-12-02 | 1 | -8/+3 |
* | Fixed init functions argument type - caddr_t -> void *. Fixed a couple of | dg | 1995-09-09 | 1 | -4/+4 |
* | Reviewed by: julian with quick glances by bruce and others | julian | 1995-08-28 | 1 | -3/+13 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |