aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_malloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed staticization. buckets[] was staticized but was still declaredBruce Evans1997-09-161-6/+17
* Removed unused #includes.Bruce Evans1997-09-021-2/+1
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofJohn Dyson1997-08-051-1/+5
* Killed bogus kernacc() call in malloc() DIAGNOSTIC code. kernacc() byDavid Greenman1997-06-241-8/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* The check for multiple freed items were bogus. fixed.Poul-Henning Kamp1996-08-041-7/+12
* Minor performance improvement to kern_malloc.c that increases theJohn Dyson1996-05-181-1/+17
* Allocate mbufs from a separate submap so that NMBCLUSTERS works asGarrett Wollman1996-05-101-6/+8
* removed:Poul-Henning Kamp1996-05-021-4/+4
* First pass at cleaning up macros relating to pages, clusters and all that.Poul-Henning Kamp1996-05-021-7/+7
* Implement what I mentioned in rev 1.18: limit per-bucket allocations toDavid Greenman1996-01-291-3/+7
* Fixed two bugs in the calculation of the malloc area (kmem_map) size:David Greenman1996-01-291-7/+9
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-3/+3
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+4
* Finished (?) cleaning up sysinit stuff.Bruce Evans1995-12-021-8/+3
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-4/+4
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-3/+13
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Make vegetarian and animal rights people happy and use 0xdeadc0de insteadDavid Greenman1995-04-161-3/+3
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-191-6/+4
* Added some additional DIAGNOSTIC code that makes sure that freedDavid Greenman1995-03-111-2/+12
* Calling semantics for kmem_malloc() have been changed...and the thirdDavid Greenman1995-02-021-3/+2
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-1/+4
* Changed splimp to splhigh to close a potential hole that could leadDavid Greenman1994-12-171-3/+3
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.David Greenman1994-10-091-2/+1
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-021-4/+4
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+2
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+381