summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_tty.c
Commit message (Expand)AuthorAgeFilesLines
* sys/netgraph: spelling fixes in comments.pfg2016-04-291-1/+1
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inglebius2014-09-191-1/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-3/+1
* When calling panic(), always pass a format string.rpaulo2010-10-131-2/+2
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Remove node shutdown on tty close. This could be easily done by user-levelmav2008-12-131-11/+0
* Change ttyhook_register() second argument from thread to process pointer.mav2008-12-131-5/+5
* Don't use curthread to resolve file descriptor. Request may be queued, somav2008-11-081-2/+10
* Don't assign completely meaningless name to the node on creation.mav2008-11-071-11/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Update ng_tty for MPSAFE TTY.thompsa2008-10-031-454/+281
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+3
* Use new (inline) functions for calls into driver.phk2005-10-161-2/+1
* In ngt_input(), do not derefer sc (= (sc_p) tp->t_lsc) before makingtanimura2005-10-081-2/+5
* Locking and cleanup of tty netgraph node. Tty stack is Giant-locked,glebius2005-01-131-176/+182
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+3
* Use ng_callout() instead of timeout(9).glebius2004-12-051-7/+7
* Fix an issue with ng_tty which (ab)used the tty->t_sc field which isphk2004-09-171-6/+6
* Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correctrwatson2004-08-281-0/+2
* Add a mutex ng_tty_mtx to protect the global variable ngt_unit. Noterwatson2004-07-141-0/+10
* Fix line discipline switching issues: If opening a new ldisc fails,phk2004-06-261-9/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-2/+2
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+10
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* 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