| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove node shutdown on tty close. This could be easily done by user-level | mav | 2008-12-13 | 1 | -11/+0 |
* | Change ttyhook_register() second argument from thread to process pointer. | mav | 2008-12-13 | 1 | -5/+5 |
* | Don't use curthread to resolve file descriptor. Request may be queued, so | mav | 2008-11-08 | 1 | -2/+10 |
* | Don't assign completely meaningless name to the node on creation. | mav | 2008-11-07 | 1 | -11/+0 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -2/+2 |
* | Update ng_tty for MPSAFE TTY. | thompsa | 2008-10-03 | 1 | -454/+281 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+3 |
* | Use new (inline) functions for calls into driver. | phk | 2005-10-16 | 1 | -2/+1 |
* | In ngt_input(), do not derefer sc (= (sc_p) tp->t_lsc) before making | tanimura | 2005-10-08 | 1 | -2/+5 |
* | Locking and cleanup of tty netgraph node. Tty stack is Giant-locked, | glebius | 2005-01-13 | 1 | -176/+182 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+3 |
* | Use ng_callout() instead of timeout(9). | glebius | 2004-12-05 | 1 | -7/+7 |
* | Fix an issue with ng_tty which (ab)used the tty->t_sc field which is | phk | 2004-09-17 | 1 | -6/+6 |
* | Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correct | rwatson | 2004-08-28 | 1 | -0/+2 |
* | Add a mutex ng_tty_mtx to protect the global variable ngt_unit. Note | rwatson | 2004-07-14 | 1 | -0/+10 |
* | Fix line discipline switching issues: If opening a new ldisc fails, | phk | 2004-06-26 | 1 | -9/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -2/+2 |
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 1 | -12/+10 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Get rid of the twisted MFREE() macro entirely. | dillon | 2002-02-05 | 1 | -3/+1 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -4/+4 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -4/+4 |
* | Remove unneeded includes in the i386 case. | jhb | 2001-05-15 | 1 | -5/+0 |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 1 | -18/+19 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 1 | -25/+21 |
* | Divorce the kernel binary ABI version number from the message | julian | 2000-12-18 | 1 | -1/+1 |
* | Reviewed by: Archie@freebsd.org | julian | 2000-12-12 | 1 | -4/+14 |
* | Add the use of M_ZERO to netgraph. | dwmalone | 2000-11-18 | 1 | -2/+1 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Since neither archie nor I work at Whistle any more, change our email | julian | 2000-10-24 | 1 | -1/+1 |
* | Remove unnecessary #include's as reported by phk's script. | archie | 2000-09-22 | 1 | -1/+0 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -13/+1 |
* | Two simple changes to the kernel internal API for netgraph modules, | julian | 2000-04-28 | 1 | -2/+3 |
* | Use snprintf() instead of sprintf(). | archie | 2000-03-13 | 1 | -1/+1 |
* | Remove a bunch of un-needed includes. | julian | 1999-12-07 | 1 | -2/+0 |
* | Add two new generic control messages, NGM_ASCII2BINARY and | archie | 1999-11-30 | 1 | -10/+11 |
* | When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL. | archie | 1999-11-17 | 1 | -2/+2 |
* | Add typedefs for node methods | julian | 1999-11-01 | 1 | -8/+7 |
* | dang, deleted a line | julian | 1999-10-23 | 1 | -1/+2 |
* | Now that Netgraph is in the system there are some cleanups we can do. | julian | 1999-10-23 | 1 | -7/+3 |
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 1 | -0/+706 |