| Age | Commit message (Expand) | Author |
| 2026-01-06 | ng_tty: avoid the sign extention of char | Ahmad Khalifa |
| 2025-09-25 | ng_tty: copy to the correct mbuf | Ahmad Khalifa |
| 2025-09-24 | ng_tty: don't increment m_data | Ahmad Khalifa |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2020-09-01 | net: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-04-17 | tty: convert tty_lock_assert to tty_assert_locked to hide lock type | Kyle Evans |
| 2020-04-17 | Don't initialize m->m_data to m->m_pktdat, this is already done by the | Gleb Smirnoff |
| 2016-04-29 | sys/netgraph: spelling fixes in comments. | Pedro F. Giffuni |
| 2014-09-19 | Remove ifq_drops from struct ifqueue. Now queue drops are accounted in | Gleb Smirnoff |
| 2012-12-05 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 2011-04-18 | Node constructor methods are supposed to be called in syscall | Gleb Smirnoff |
| 2010-10-13 | When calling panic(), always pass a format string. | Rui Paulo |
| 2010-05-03 | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev |
| 2008-12-13 | Remove node shutdown on tty close. This could be easily done by user-level | Alexander Motin |
| 2008-12-13 | Change ttyhook_register() second argument from thread to process pointer. | Alexander Motin |
| 2008-11-08 | Don't use curthread to resolve file descriptor. Request may be queued, so | Alexander Motin |
| 2008-11-07 | Don't assign completely meaningless name to the node on creation. | Alexander Motin |
| 2008-10-23 | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav |
| 2008-10-03 | Update ng_tty for MPSAFE TTY. | Andrew Thompson |
| 2006-11-06 | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson |
| 2005-10-16 | Use new (inline) functions for calls into driver. | Poul-Henning Kamp |
| 2005-10-08 | In ngt_input(), do not derefer sc (= (sc_p) tp->t_lsc) before making | Seigo Tanimura |
| 2005-01-13 | Locking and cleanup of tty netgraph node. Tty stack is Giant-locked, | Gleb Smirnoff |
| 2005-01-07 | /* -> /*- for license, minor formatting changes | Warner Losh |
| 2004-12-05 | Use ng_callout() instead of timeout(9). | Gleb Smirnoff |
| 2004-09-17 | Fix an issue with ng_tty which (ab)used the tty->t_sc field which is | Poul-Henning Kamp |
| 2004-08-28 | Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correct | Robert Watson |
| 2004-07-14 | Add a mutex ng_tty_mtx to protect the global variable ngt_unit. Note | Robert Watson |
| 2004-06-26 | Fix line discipline switching issues: If opening a new ldisc fails, | Poul-Henning Kamp |
| 2004-06-16 | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp |
| 2004-05-29 | Switch to using C99 sparse initialisers for the type methods array. | Julian Elischer |
| 2003-02-19 | Back out M_* changes, per decision of the TRB. | Warner Losh |
| 2003-01-21 | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein |
| 2002-04-01 | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin |
| 2002-02-05 | Get rid of the twisted MFREE() macro entirely. | Matthew Dillon |
| 2001-12-10 | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien |
| 2001-09-12 | KSE Milestone 2 | Julian Elischer |
| 2001-05-15 | Remove unneeded includes in the i386 case. | John Baldwin |
| 2001-01-08 | Part 2 of the netgraph rewrite. | Julian Elischer |
| 2001-01-06 | Rewrite of netgraph to start getting ready for SMP. | Julian Elischer |
| 2000-12-18 | Divorce the kernel binary ABI version number from the message | Julian Elischer |
| 2000-12-12 | Reviewed by: Archie@freebsd.org | Julian Elischer |
| 2000-11-18 | Add the use of M_ZERO to netgraph. | David Malone |
| 2000-10-29 | Move suser() and suser_xxx() prototypes and a related #define from | Poul-Henning Kamp |
| 2000-10-24 | Since neither archie nor I work at Whistle any more, change our email | Julian Elischer |
| 2000-09-22 | Remove unnecessary #include's as reported by phk's script. | Archie Cobbs |
| 2000-09-07 | Major update to the way synchronization is done in the kernel. Highlights | Jason Evans |
| 2000-04-28 | Two simple changes to the kernel internal API for netgraph modules, | Julian Elischer |
| 2000-03-13 | Use snprintf() instead of sprintf(). | Archie Cobbs |
| 1999-12-07 | Remove a bunch of un-needed includes. | Julian Elischer |