aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_gif.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-8/+5
| | | | | | | | | | | | | | | | if_xname, if_dname, and if_dunit. if_xname is the name of the interface and if_dname/unit are the driver name and instance. This change paves the way for interface renaming and enhanced pseudo device creation and configuration symantics. Approved By: re (in principle) Reviewed By: njl, imp Tested On: i386, amd64, sparc64 Obtained From: NetBSD (if_xname) Notes: svn path=/head/; revision=121816
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
| | | | | | | Approved by: trb Notes: svn path=/head/; revision=111119
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
| | | | | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT. Notes: svn path=/head/; revision=109623
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-0/+2
| | | | Notes: svn path=/head/; revision=108172
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-6/+6
| | | | | | | also don't use ANSI string concatenation. Notes: svn path=/head/; revision=87599
* Remove a couple unintentional mentions of Ethernet that crept in fromBrooks Davis2001-09-281-2/+2
| | | | | | | ng_ether.c. Notes: svn path=/head/; revision=84060
* The initial commit contained an error in the license, this is theBrooks Davis2001-09-271-2/+5
| | | | | | | correct one. Notes: svn path=/head/; revision=84000
* /home/brooks/ng_gif.messageBrooks Davis2001-09-261-0/+596
Notes: svn path=/head/; revision=83998