Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the new byte order function prototypes from <sys/param.h> to | mike | 2002-04-26 | 1 | -0/+1 |
| | | | | <sys/endian.h>. This puts us in line with NetBSD and OpenBSD. | ||||
* | Add support for iovcnt greater than 1. This should resolve problems | bp | 2002-02-21 | 1 | -14/+16 |
| | | | | | | | with some applications. Obtained from: Darwin project MFC after: 2 weeks | ||||
* | 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 |
| | | | | m_gethdr() mbuf allocation, which already does this for us. | ||||
* | Introduce API for sequential reads/writes (build/dissect) of mbuf chains. | bp | 2001-02-24 | 1 | -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 |