aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_tty.c
Commit message (Expand)AuthorAgeFilesLines
* MFC remove the MFREE() mbuf macro and cleanup twists in related code.Matthew Dillon2002-02-131-3/+1
* MFC: change Archie's and my email addresses Whistle.com->freebsd.orgJulian Elischer2000-10-241-1/+1
* MFC rev 1.8; use snprintf instead of sprintfPeter Wemm2000-03-201-1/+1
* Remove a bunch of un-needed includes.Julian Elischer1999-12-071-2/+0
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-10/+11
* When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL.Archie Cobbs1999-11-171-2/+2
* Add typedefs for node methodsJulian Elischer1999-11-011-8/+7
* dang, deleted a lineJulian Elischer1999-10-231-1/+2
* Now that Netgraph is in the system there are some cleanups we can do.Julian Elischer1999-10-231-7/+3
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+706