summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_tty.h
Commit message (Collapse)AuthorAgeFilesLines
* Assign new cookie to the node to reflect API change.mav2008-11-081-1/+1
| | | | All applications will have to be adapted and rebuilt.
* Update ng_tty for MPSAFE TTY.thompsa2008-10-031-0/+1
| | | | | | | | | | | | | This changes from a line discipline to the tty_hooks mechanism. Data will come in directly via rint_bypass and sent to the peer node in a single mbuf. As line disciplines are no longer used a new netgraph command called NGM_TTY_SET_TTY is used to attach the tty. This takes a pointer to to the open file descriptor of the tty and registers the tty hooks. When the tty disappears the node will shutdown. Thanks to: ed Sponsored by: Hobnob, Inc
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+3
|
* Use a single style of multiple inclusion protection for Netgraph headers.ru2003-11-111-3/+3
| | | | Reviewed by: archie, harti, emax
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
| | | | | | addresses to be the more usefu @freebsd.org ones so we can keep getting bug-reports. - man pages to follow..
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+62
Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree
OpenPOWER on IntegriCloud