index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_malloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Make vegetarian and animal rights people happy and use 0xdeadc0de instead
dg
1995-04-16
1
-3
/
+3
*
Removed redundant newlines that were in some panic strings.
dg
1995-03-19
1
-6
/
+4
*
Added some additional DIAGNOSTIC code that makes sure that freed
dg
1995-03-11
1
-2
/
+12
*
Calling semantics for kmem_malloc() have been changed...and the third
dg
1995-02-02
1
-3
/
+2
*
These changes embody the support of the fully coherent merged VM buffer cache,
dg
1995-01-09
1
-1
/
+4
*
Changed splimp to splhigh to close a potential hole that could lead
dg
1994-12-17
1
-3
/
+3
*
Got rid of map.h. It's a leftover from the rmap code, and we use rlists.
dg
1994-10-09
1
-2
/
+1
*
All of this is cosmetic. prototypes, #includes, printfs and so on. Makes
phk
1994-10-02
1
-4
/
+4
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-0
/
+2
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+381