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
*
Merge r258128 from head:
glebius
2013-11-22
1
-0
/
+1
*
Pad m_hdr on 32bit architectures to to prevent alignment and padding
andre
2013-08-27
1
-0
/
+8
*
Give (*ext_free) an int return value allowing for very sophisticated
andre
2013-08-25
1
-2
/
+2
*
Restructure the mbuf pkthdr to make it fit for upcoming capabilities and
andre
2013-08-24
1
-7
/
+0
*
Add an mbuf pointer parameter to (*ext_free) to give the external
andre
2013-08-24
1
-3
/
+3
*
dd a 24 bits wide ext_flags field to m_ext by reducing ext_type
andre
2013-08-24
1
-0
/
+3
*
Revert r254520 and resurrect the M_NOFREE mbuf flag and functionality.
andre
2013-08-21
1
-1
/
+9
*
Remove the unused M_NOFREE mbuf flag. It didn't have any in-tree users
andre
2013-08-19
1
-10
/
+1
*
Nuke mbstat. It wasn't used for mbuf statistics since FreeBSD 5.
glebius
2013-07-15
1
-6
/
+0
*
Fix bug in m_split() in a case when split len matches len of the
glebius
2013-03-29
1
-1
/
+10
*
In m_align() add assertions that mbuf is virgin, similar to assertions
glebius
2013-03-17
1
-4
/
+12
*
- Replace compat macros with function calls.
glebius
2013-03-16
1
-17
/
+15
*
Contrary to what the deleted comment said, the m_move_pkthdr()
glebius
2013-03-16
1
-35
/
+10
*
Make m_get2() never use clusters that are bigger than PAGE_SIZE.
glebius
2013-03-15
1
-13
/
+3
*
Functions m_getm2() and m_get2() have different order of arguments,
glebius
2013-03-12
1
-1
/
+1
*
The m_extadd() can fail due to memory allocation failure, thus:
glebius
2013-03-12
1
-14
/
+19
*
- Move large functions m_getjcl() and m_get2() to kern/uipc_mbuf.c
glebius
2013-01-24
1
-0
/
+73
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-10
/
+10
*
Since the macro dtom() has been removed, fix comments about the dtom.
kevlo
2012-10-29
1
-2
/
+2
*
Improve m_cat() by being able to also merge contents from M_EXT
andre
2012-10-28
1
-3
/
+3
*
Fix found places where uio_resid is truncated to int.
kib
2012-02-21
1
-1
/
+2
*
Xen netback driver rewrite.
ken
2012-01-26
1
-0
/
+5
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
Revert r210225 - turns out I was wrong; the "/*-" is not license-only
trasz
2010-07-18
1
-1
/
+1
*
The "/*-" comment marker is supposed to denote copyrights. Remove non-copyright
trasz
2010-07-18
1
-1
/
+1
*
Correctly copy the M_RDONLY flag when duplicating a reference
cperciva
2010-07-13
1
-0
/
+1
*
Use ISO C99 integer types in sys/kern where possible.
ed
2010-06-21
1
-1
/
+1
*
Remove a redundant variable assignment.
zec
2010-05-01
1
-2
/
+1
*
Add m_mbuftouio() helper function to copy(out) an arbitrary
andre
2009-06-22
1
-0
/
+28
*
Update m_demote:
andre
2009-06-22
1
-4
/
+6
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-1
/
+0
*
Remove unneeded include.
rwatson
2009-06-02
1
-2
/
+0
*
Teach m_copyback() to use trailing space of the last mbuf in chain.
mav
2009-01-18
1
-0
/
+4
*
Remove the alignment of the align parameter. This is up to the caller to pass
thompsa
2008-09-05
1
-3
/
+1
*
Attempt to make the print types more friendly to other architectures.
julian
2008-04-30
1
-15
/
+15
*
Add an option (compiled out by default)
julian
2008-04-29
1
-0
/
+152
*
Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.
ru
2008-03-25
1
-1
/
+1
*
Give MEXTADD() another argument to make both void pointers to the
phk
2008-02-01
1
-6
/
+9
*
promote ath_defrag to m_collapse (and retire private+unused
sam
2008-01-17
1
-0
/
+86
*
This patch adds an M_NOFREE flag which allows one to mark an mbuf as
kmacy
2007-10-06
1
-0
/
+11
*
Generally migrate to ANSI function headers, and remove 'register' use.
rwatson
2007-05-16
1
-1
/
+1
*
remove now invalid check from m_sanity
kmacy
2007-04-14
1
-10
/
+5
*
Unbreak writes of 0 bytes. Zero byte writes happen when only ancillary
andre
2007-01-22
1
-2
/
+5
*
The prepend function did not handle non-pkthdr's correctly.
rrs
2006-12-21
1
-2
/
+7
*
Rename m_getm() to m_getm2() and rewrite it to allocate up to page sized
andre
2006-11-02
1
-86
/
+89
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
atomic_fetchadd_int is used by mb_free_ext(), but it
rrs
2006-09-21
1
-1
/
+1
*
Move some functions and definitions from uipc_socket2.c to uipc_socket.c:
rwatson
2006-06-10
1
-1
/
+0
*
promote fast ipsec's m_clone routine for public use; it is renamed
sam
2006-03-15
1
-0
/
+153
*
spell pdata correctly, we now will only dump maxlen of each mbuf in the
jmg
2006-03-14
1
-1
/
+1
[next]