summaryrefslogtreecommitdiff
path: root/sys/kern/uipc_mbuf.c
AgeCommit message (Expand)Author
1999-05-14OpenBSD has no ext_func, so that test is bogus.cmetz
1999-05-14m_zero will no longer zero the contents of a cluster if there's an alias to it.cmetz
1999-05-12Fix problem with data corruption for retransmitted TCP packetsHakan Olsson
1999-02-26kmem allocation changes for uvmArtur Grabowski
1999-01-07new APIs: m_pullup2, m_copym2, m_zero, MCL_ALIGN; NRL/cmetzTheo de Raadt
1998-02-03bad types; wileyc@sekiya.twics.co.jpTheo de Raadt
1997-08-20In m_split(), restore m_pkthdr.len to original length if weTodd C. Miller
1996-09-06Need cpu.h included to get at setsoftnet defineNiklas Hallqvist
1996-09-02Don't drain the protocol queues at interrupt level.dm
1996-06-20if kmem_malloc() fails to allocate a cluster, call m_reclaim(). logTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt