index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
uipc_mbuf.c
Age
Commit message (
Expand
)
Author
2000-03-03
Style.
Angelos D. Keromytis
2000-03-03
Remove extraneous newline.
Angelos D. Keromytis
2000-03-02
New function: m_getptr(), takes as argument an mbuf chain and an
Angelos D. Keromytis
1999-12-31
copy pkthdr correctly in m_split, okay angelos@
Niels Provos
1999-12-05
Add an m_inject()
Angelos D. Keromytis
1999-10-01
remove dependency on external storage managed by mclusters and
Jason Wright
1999-09-12
style(9)
Niklas Hallqvist
1999-08-17
There was a line missing in the commit from rev 1.6 that resulted in
Todd C. Miller
1999-08-09
make panic messages unique
Theo de Raadt
1999-07-02
Added a simple but potentially very useful new mbuf function, m_apply().
cmetz
1999-05-14
OpenBSD has no ext_func, so that test is bogus.
cmetz
1999-05-14
m_zero will no longer zero the contents of a cluster if there's an alias to it.
cmetz
1999-05-12
Fix problem with data corruption for retransmitted TCP packets
Hakan Olsson
1999-02-26
kmem allocation changes for uvm
Artur Grabowski
1999-01-07
new APIs: m_pullup2, m_copym2, m_zero, MCL_ALIGN; NRL/cmetz
Theo de Raadt
1998-02-03
bad types; wileyc@sekiya.twics.co.jp
Theo de Raadt
1997-08-20
In m_split(), restore m_pkthdr.len to original length if we
Todd C. Miller
1996-09-06
Need cpu.h included to get at setsoftnet define
Niklas Hallqvist
1996-09-02
Don't drain the protocol queues at interrupt level.
dm
1996-06-20
if kmem_malloc() fails to allocate a cluster, call m_reclaim(). log
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt