aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_vjc.h
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+3
| | | | Notes: svn path=/head/; revision=139823
* Use a single style of multiple inclusion protection for Netgraph headers.Ruslan Ermilov2003-11-111-3/+3
| | | | | | | Reviewed by: archie, harti, emax Notes: svn path=/head/; revision=122481
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-311-3/+1
| | | | | | | | | | simply things a bit by getting rid of 'struct ng_parse_struct_info' which was useless because it only contained one field. MFC after: 2 weeks Notes: svn path=/head/; revision=97685
* Since neither archie nor I work at Whistle any more, change our emailJulian Elischer2000-10-241-1/+1
| | | | | | | | | addresses to be the more usefu @freebsd.org ones so we can keep getting bug-reports. - man pages to follow.. Notes: svn path=/head/; revision=67506
* - Add new control message NGM_VJC_GET_CONFIGArchie Cobbs2000-08-101-1/+13
| | | | | | | - Implement control message ASCII'fication for all control messages Notes: svn path=/head/; revision=64509
* More bug fixes for the VJ Compression node. Seems to work now (really).Archie Cobbs1999-11-151-1/+1
| | | | Notes: svn path=/head/; revision=53190
* Minor change to the configuration of number of slots.Archie Cobbs1999-11-101-2/+2
| | | | Notes: svn path=/head/; revision=53087
* cleanups regarding misused m_pullup() and similar.Julian Elischer1999-10-261-4/+5
| | | | Notes: svn path=/head/; revision=52539
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+75
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