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
*
Forgot to remove this un-needed test. (M_WAITOK won't fail)
julian
2001-08-19
1
-1
/
+1
*
Introduce numerous SMP friendly changes to the mbuf allocator. Namely,
bmilekic
2001-06-22
1
-461
/
+8
*
Change m_devget()'s outdated and unused `offset' argument to actually mean
bmilekic
2001-06-20
1
-30
/
+25
*
Patch up a blunder I made a few days ago. nmbcnt was being initialized
peter
2001-06-13
1
-6
/
+15
*
Sync with recent KAME.
ume
2001-06-11
1
-9
/
+0
*
"Fix" the previous initial attempt at fixing TUNABLE_INT(). This time
peter
2001-06-08
1
-3
/
+3
*
Back out part of my previous commit. This was a last minute change
peter
2001-06-07
1
-3
/
+3
*
Make the TUNABLE_*() macros look and behave more consistantly like the
peter
2001-06-06
1
-9
/
+15
*
Back out jesper's 2001/05/31 14:58:11 PDT commit. It does not compile.
obrien
2001-06-01
1
-0
/
+5
*
Move the definition of NMBCLUSTERS from src/sys/kern/uipc_mbuf.c
jesper
2001-05-31
1
-5
/
+0
*
Increment mbstat.m_mpfail, not mbstat.m_mcfail, when m_pullup() fails.
bmilekic
2001-05-23
1
-1
/
+1
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-2
/
+4
*
Fix inconsistency in setup of kernel_map: we need to make sure that
bmilekic
2001-04-18
1
-4
/
+5
*
- Change the msleep()s to condition variables.
bmilekic
2001-04-03
1
-21
/
+21
*
Use only one mutex for the entire mbuf subsystem.
alfred
2001-04-03
1
-44
/
+47
*
Move the atomic() mbstat.m_drops incrementing to the MGET(HDR) and
bmilekic
2001-03-24
1
-19
/
+5
*
Fix a couple of things in the internal mbuf allocation interface:
bmilekic
2001-03-17
1
-8
/
+8
*
Fix parameter order in the calls to MGET().
bp
2001-02-21
1
-2
/
+2
*
Preserve alignment of first mbuf in m_copypacket.
luigi
2001-02-20
1
-0
/
+4
*
Implement m_getm() which will perform an "all or nothing" mbuf + cluster
bmilekic
2001-02-14
1
-1
/
+67
*
Long awaited style fixup in mbuf code. Get rid of K&R style prototyping
bmilekic
2001-02-11
1
-129
/
+87
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-15
/
+15
*
Don't bother with acquiring/releasing Giant around kmem_malloc() and
jhb
2001-02-08
1
-40
/
+0
*
When short of mbufs or mbuf clusters, we sleep on appropriate "counters."
bmilekic
2001-01-20
1
-6
/
+5
*
Add some KASSERTs valid if WITNESS is defined to verify that the mbuf
bmilekic
2001-01-16
1
-4
/
+39
*
In m_mballoc_wait(), drop the mmbfree mutex lock prior to calling
bmilekic
2001-01-09
1
-12
/
+15
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
1
-9
/
+9
*
Catch up to moving headers:
jhb
2000-10-20
1
-1
/
+1
*
Add nmbcnt sysctl and make it tunable at boottime; nmbcnt is the
bmilekic
2000-10-15
1
-1
/
+5
*
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
[next]