aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl/types.c
Commit message (Collapse)AuthorAgeFilesLines
* ngctl: Modernize code somewhatDag-Erling Smørgrav2026-02-131-4/+2
| | | | | | | | | | | | | | | | * Replace fgets(3) with getline(3) * Replace select(2) with poll(2) * Avoid needlessly copying text around * Correct use of getopt(3) * Pick some style and whitespace nits MFC after: 1 week Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D55257
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
* 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/+6
| | | | Notes: svn path=/head/; revision=158882
* Get rid of all (but one in write.c) static size buffers.Ruslan Ermilov2004-01-271-4/+5
| | | | Notes: svn path=/head/; revision=125115
* Make this WARNS=3 clean.Ruslan Ermilov2004-01-261-3/+5
| | | | Notes: svn path=/head/; revision=125011
* Field structure changed name from 'typename' -> 'type_name'.Archie Cobbs2000-05-011-1/+1
| | | | Notes: svn path=/head/; revision=59880
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+92
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