aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_mchain.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-5/+5
* - Use uint8_t for the variable x and spell the size of the variableKevin Lo2012-02-061-42/+42
* Fix a style bugKevin Lo2012-01-161-1/+1
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-181-0/+15
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger2011-02-251-0/+3
* Use ISO C99 integer types in sys/kern where possible.Ed Schouten2010-06-211-16/+17
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-17/+7
* Change API of mb_copy_t in libmchain so that netsmb can handleR. Imura2005-07-291-6/+10
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-3/+0
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* The "m = m->m_next" that was removed in the revision 1.12 was necessaryTim J. Robbins2003-02-191-1/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Make m_getm() always return the top of the newly allocated chain, asBosko Milekic2003-02-141-1/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined inRobert Drehmel2002-12-161-13/+12
* Don't dereference the 'x' pointer if it is NULL, instead skip theJohn Baldwin2002-10-221-6/+12
* Change iov_base's type from `char *' to the standard `void *'. AllMike Barcroft2002-10-111-2/+4
* Move m_fixhdr() from "mbchain" to "mbuf" where it belongs.Poul-Henning Kamp2002-09-181-14/+0
* Convert GNU-styled variadic macros to ISO(9x) style.Mark Murray2002-07-151-4/+4
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-0/+1
* Add support for iovcnt greater than 1. This should resolve problemsBoris Popov2002-02-211-14/+16
* Update to C99, s/__FUNCTION__/__func__/.David E. O'Brien2001-12-101-2/+2
* Remove superfluous m_pkthdr.rcv_if = NULL assignment followingBosko Milekic2001-02-251-2/+0
* Introduce API for sequential reads/writes (build/dissect) of mbuf chains.Boris Popov2001-02-241-0/+549