summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_mchain.c
Commit message (Collapse)AuthorAgeFilesLines
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
| | | | <sys/endian.h>. This puts us in line with NetBSD and OpenBSD.
* Add support for iovcnt greater than 1. This should resolve problemsbp2002-02-211-14/+16
| | | | | | | with some applications. Obtained from: Darwin project MFC after: 2 weeks
* Update to C99, s/__FUNCTION__/__func__/.obrien2001-12-101-2/+2
|
* Remove superfluous m_pkthdr.rcv_if = NULL assignment followingbmilekic2001-02-251-2/+0
| | | | m_gethdr() mbuf allocation, which already does this for us.
* Introduce API for sequential reads/writes (build/dissect) of mbuf chains.bp2001-02-241-0/+549
Reviewed by: Ian Dowse <iedowse@maths.tcd.ie>, Bosko Milekic <bmilekic@technokratis.com>, Julian Elischer <julian@elischer.org> and arch@/net@ Obtained from: smbfs
OpenPOWER on IntegriCloud