aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_gif_demux.c
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/netgraph: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-181-4/+1
* When calling panic(), always pass a format string.Rui Paulo2010-10-131-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+3
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-041-4/+4
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+9
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-051-1/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* The initial commit contained an error in the license, this is theBrooks Davis2001-09-271-2/+5
* /home/brooks/ng_gif.messageBrooks Davis2001-09-261-0/+398