summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_malloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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