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
/
subr_mchain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.
ru
2008-03-25
1
-17
/
+7
*
Change API of mb_copy_t in libmchain so that netsmb can handle
imura
2005-07-29
1
-6
/
+10
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-05
1
-3
/
+0
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
The "m = m->m_next" that was removed in the revision 1.12 was necessary
tjr
2003-02-19
1
-1
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-5
/
+5
*
Make m_getm() always return the top of the newly allocated chain, as
bmilekic
2003-02-14
1
-1
/
+0
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-5
/
+5
*
Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined in
robert
2002-12-16
1
-13
/
+12
*
Don't dereference the 'x' pointer if it is NULL, instead skip the
jhb
2002-10-22
1
-6
/
+12
*
Change iov_base's type from `char *' to the standard `void *'. All
mike
2002-10-11
1
-2
/
+4
*
Move m_fixhdr() from "mbchain" to "mbuf" where it belongs.
phk
2002-09-18
1
-14
/
+0
*
Convert GNU-styled variadic macros to ISO(9x) style.
markm
2002-07-15
1
-4
/
+4
*
Move the new byte order function prototypes from <sys/param.h> to
mike
2002-04-26
1
-0
/
+1
*
Add support for iovcnt greater than 1. This should resolve problems
bp
2002-02-21
1
-14
/
+16
*
Update to C99, s/__FUNCTION__/__func__/.
obrien
2001-12-10
1
-2
/
+2
*
Remove superfluous m_pkthdr.rcv_if = NULL assignment following
bmilekic
2001-02-25
1
-2
/
+0
*
Introduce API for sequential reads/writes (build/dissect) of mbuf chains.
bp
2001-02-24
1
-0
/
+549