summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-3/+3
* Try to dynamically size the VM_KMEM_SIZE (but is still able to be overriddendyson1998-02-231-10/+39
* Staticize.eivind1998-02-091-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-051-2/+2
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* VM level code cleanups.dyson1998-01-221-3/+2
* Some fixes from John Hood:dyson1997-12-051-1/+4
* Remove the long description from the in-kernel datastructure.phk1997-10-281-1/+4
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+3
* Freeing with unknown type is a panic kind of thing.phk1997-10-111-2/+2
* Remove a debug printf entirely.phk1997-10-111-4/+1
* Disable an extremely annoying printf.peter1997-10-111-1/+3
* Rename "struct kmemstats" to "struct malloc_type" it makes more sense now.phk1997-10-101-11/+11
* Make malloc more extensible. The malloc type is now a pointer tophk1997-10-101-59/+41
* Fixed staticization. buckets[] was staticized but was still declaredbde1997-09-161-6/+17
* Removed unused #includes.bde1997-09-021-2/+1
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofdyson1997-08-051-1/+5
* Killed bogus kernacc() call in malloc() DIAGNOSTIC code. kernacc() bydg1997-06-241-8/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* The check for multiple freed items were bogus. fixed.phk1996-08-041-7/+12
* Minor performance improvement to kern_malloc.c that increases thedyson1996-05-181-1/+17
* Allocate mbufs from a separate submap so that NMBCLUSTERS works aswollman1996-05-101-6/+8
* removed:phk1996-05-021-4/+4
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-021-7/+7
* Implement what I mentioned in rev 1.18: limit per-bucket allocations todg1996-01-291-3/+7
* Fixed two bugs in the calculation of the malloc area (kmem_map) size:dg1996-01-291-7/+9
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-3/+3
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+4
* Finished (?) cleaning up sysinit stuff.bde1995-12-021-8/+3
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-4/+4
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-3/+13
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Make vegetarian and animal rights people happy and use 0xdeadc0de insteaddg1995-04-161-3/+3
* Removed redundant newlines that were in some panic strings.dg1995-03-191-6/+4
* Added some additional DIAGNOSTIC code that makes sure that freeddg1995-03-111-2/+12
* Calling semantics for kmem_malloc() have been changed...and the thirddg1995-02-021-3/+2
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-1/+4
* Changed splimp to splhigh to close a potential hole that could leaddg1994-12-171-3/+3
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.dg1994-10-091-2/+1
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-4/+4
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+2
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+381
OpenPOWER on IntegriCloud