summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_tty.c
Commit message (Expand)AuthorAgeFilesLines
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-051-3/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-4/+4
* KSE Milestone 2julian2001-09-121-4/+4
* Remove unneeded includes in the i386 case.jhb2001-05-151-5/+0
* Part 2 of the netgraph rewrite.julian2001-01-081-18/+19
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-25/+21
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-4/+14
* Add the use of M_ZERO to netgraph.dwmalone2000-11-181-2/+1
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
* Remove unnecessary #include's as reported by phk's script.archie2000-09-221-1/+0
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-13/+1
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-2/+3
* Use snprintf() instead of sprintf().archie2000-03-131-1/+1
* Remove a bunch of un-needed includes.julian1999-12-071-2/+0
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-301-10/+11
* When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL.archie1999-11-171-2/+2
* Add typedefs for node methodsjulian1999-11-011-8/+7
* dang, deleted a linejulian1999-10-231-1/+2
* Now that Netgraph is in the system there are some cleanups we can do.julian1999-10-231-7/+3
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+706
OpenPOWER on IntegriCloud