summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nghook
Commit message (Collapse)AuthorAgeFilesLines
* The .Nm utilitycharnier2002-07-141-3/+6
|
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
| | | | with a trailing zero-width space: `e.g.\&'.
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-2/+2
| | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms>
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-5/+6
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+0
|
* Remove whitespace at EOL.dd2001-07-151-3/+3
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
|
* Correct cross-references:sobomax2001-06-051-1/+1
| | | | | | | | | | | | ng_bpf.8 --> ng_bpf.4 ng_ether.8 --> ng_ether.4 ng_iface.8 --> ng_iface.4 ng_pppoe.8 --> ng_pppoe.4 ng_socket.8 --> ng_socket.4 ng_tty.8 --> ng_tty.4 ng_{type}.4 --> /dev/null MFC after: 1 week
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
|
* Add '-n' flag: don't attempt to read any data from standard input.archie2000-07-272-7/+26
|
* Add the '-l' flag to nghook which loops the received data back.phk2000-07-182-3/+16
|
* Fix minor typo.archie1999-12-221-1/+1
|
* Manual page style work.julian1999-12-211-7/+12
| | | | | Submitted by: Alexey Zelkin <phantom@FreeBSD.org> thanks!
* Remove extra spaces in hex dump output.archie1999-11-301-1/+1
|
* Limit COPTS added by Makefile to just '-Wall'.archie1999-10-281-1/+1
|
* Put include <netgraph.h> back in - problem was due to a cvsup mess ondillon1999-10-241-1/+1
| | | | | freefall. There may also be a real problem w/ buildworld but the fix would go somewhere else, not here.
* Cleanup missing includes, stale includes, and a few printf formatdillon1999-10-231-1/+1
| | | | inconsistancies.
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-213-0/+318
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