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
/
uipc_mbuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhat
bmilekic
2000-09-30
1
-254
/
+207
*
m_mballoc_wait() had a spl/tsleep race. mbufs can be freed in interrupt
peter
2000-08-25
1
-0
/
+2
*
Replace the mbuf external reference counting code with something
dwmalone
2000-08-19
1
-27
/
+57
*
mbstat should be a read-only sysctl.
alfred
2000-07-31
1
-1
/
+1
*
Make mbstat.m_mtypes seperate and viewable via sysctl, also
alfred
2000-07-15
1
-0
/
+4
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-0
/
+9
*
Actively limit the allocation of mbufs to NMBUFS/nmbufs and mbuf clusters
msmith
1999-12-28
1
-2
/
+22
*
Make m_print const correct (avoids a warning)
eivind
1999-12-20
1
-1
/
+1
*
Woops, I'm so sorry I forgot this! From the last mbuf.h change:
green
1999-12-18
1
-2
/
+2
*
Bug fix:
green
1999-12-14
1
-0
/
+2
*
This is Bosko Milekic's mbuf allocation waiting code. Basically, this
green
1999-12-12
1
-22
/
+138
*
The functions m_copym() and m_copypacket() return read-only copies,
archie
1999-12-01
1
-0
/
+78
*
Fix a warning.
peter
1999-11-18
1
-1
/
+1
*
New function:
phk
1999-11-01
1
-0
/
+16
*
change identical and "programming error" panic("mcopy*")'s into
alfred
1999-10-13
1
-12
/
+9
*
$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
-1
/
+11
*
Slight reorganization of kernel thread/process creation. Instead of using
peter
1999-07-01
1
-2
/
+2
*
Typo in comment.
des
1999-04-12
1
-2
/
+2
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
1
-1
/
+2
*
Only call m_reclaim() if M_WAIT since calling it from an interrupt can
dg
1998-07-27
1
-3
/
+11
*
Update M_EXT support in m_copypacket().
phk
1998-07-03
1
-3
/
+11
*
If we are out of mb_map space and we failed to m_reclaim() anything and
dg
1998-06-05
1
-7
/
+15
*
Don't depend on "implicit int".
bde
1998-02-20
1
-2
/
+2
*
Restored used include of <sys/malloc.h>. malloc() is not used
bde
1997-12-28
1
-21
/
+22
*
Removed unused #includes.
bde
1997-10-28
1
-2
/
+1
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-2
/
+1
*
Removed unused #includes.
bde
1997-08-02
1
-4
/
+1
*
Create a new branch of the kernel MIB, kern.ipc, to store
wollman
1997-02-24
1
-3
/
+19
*
uipc_mbuf.c: do a better job of counting how often we have to wait
wollman
1997-02-18
1
-6
/
+16
*
Provide an alternative mbuf cluster allocator which permits use of
wollman
1997-02-13
1
-1
/
+46
*
Fix bug related to map entry allocations where a sleep might be attempted
dg
1997-01-15
1
-2
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
fix handling of external objects referenced by mbufs
julian
1996-08-19
1
-3
/
+11
*
Ups, I removed NMB_INIT too.
phk
1996-05-12
1
-1
/
+3
*
Nail down NCL_INIT = 1, and put a comment there telling what it is.
phk
1996-05-11
1
-8
/
+4
*
Allocate mbufs from a separate submap so that NMBCLUSTERS works as
wollman
1996-05-10
1
-3
/
+3
*
Our new-old mbugf allocator. This is actually something of a blast from
wollman
1996-05-08
1
-1
/
+103
*
An old typo MCLBYTES/CLBYTES became more obvious bogus now.
phk
1996-05-06
1
-3
/
+3
*
removed:
phk
1996-05-02
1
-5
/
+5
*
A Major staticize sweep. Generates a couple of warnings that I'll deal
phk
1995-12-14
1
-4
/
+6
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+3
*
Completed function declarations and/or added prototypes.
bde
1995-12-02
1
-2
/
+2
*
Finished (?) cleaning up sysinit stuff.
bde
1995-12-02
1
-8
/
+3
*
Second batch of cleanup changes.
phk
1995-10-29
1
-2
/
+1
*
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
*
Eliminate sloppy common-style declarations. There should be none left for
bde
1995-07-29
1
-4
/
+9
*
Special cased the handling of mb_map in the M_WAITOK case. kmem_malloc()
dg
1995-03-15
1
-7
/
+16
*
Implemented mbstat.m_wait and mbstat.m_drops.
dg
1995-02-23
1
-1
/
+9
[next]