aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_tty.c
Commit message (Expand)AuthorAgeFilesLines
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-121-4/+14
* Add the use of M_ZERO to netgraph.David Malone2000-11-181-2/+1
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Since neither archie nor I work at Whistle any more, change our emailJulian Elischer2000-10-241-1/+1
* Remove unnecessary #include's as reported by phk's script.Archie Cobbs2000-09-221-1/+0
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-13/+1
* Two simple changes to the kernel internal API for netgraph modules,Julian Elischer2000-04-281-2/+3
* Use snprintf() instead of sprintf().Archie Cobbs2000-03-131-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