aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/tty/ng_tty.8
Commit message (Collapse)AuthorAgeFilesLines
* Move netgraph node type man pages from section 8 to section 4.Archie Cobbs2000-05-041-139/+0
| | | | Notes: svn path=/head/; revision=59982
* Manual page style work.Julian Elischer1999-12-211-7/+15
| | | | | | | | Submitted by: Alexey Zelkin <phantom@FreeBSD.org> thanks! Notes: svn path=/head/; revision=54927
* Stop nroff from complaining about the freeBSD version..Julian Elischer1999-11-071-1/+1
| | | | | | | Also some updates to the vjc node man page. Notes: svn path=/head/; revision=52953
* Now that Netgraph is in the system there are some cleanups we can do.Julian Elischer1999-10-231-14/+4
| | | | | | | | | Also save a slightly closer to completion version of the PPPOE code. Submitted by: Archie Cobbs <archie@freebsd.org> Notes: svn path=/head/; revision=52441
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+141
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 Notes: svn path=/head/; revision=52419