summaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
| | | | | | 'RELENG_7_0_0_RELEASE'. This commit was manufactured to restore the state of the 7.0-RELEASE image.
* Don't use empty braces ("{}") to initialise arrays. This is a syntaxStefan Farfeleder2006-07-171-1/+1
| | | | | | | error in ISO C (both 90 and 99). Notes: svn path=/head/; revision=160423
* Style: space after "return".Gleb Smirnoff2006-06-281-3/+3
| | | | Notes: svn path=/head/; revision=160002
* Unnest includes before forthcoming editing.Gleb Smirnoff2006-05-241-0/+5
| | | | Notes: svn path=/head/; revision=158882
* Make this WARNS=3 clean.Ruslan Ermilov2004-01-261-1/+2
| | | | Notes: svn path=/head/; revision=125011
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+78
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