aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nghook
Commit message (Collapse)AuthorAgeFilesLines
* The .Nm utilityPhilippe Charnier2002-07-141-3/+6
| | | | Notes: svn path=/head/; revision=99968
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
| | | | | | | with a trailing zero-width space: `e.g.\&'. Notes: svn path=/head/; revision=81449
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-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> Notes: svn path=/head/; revision=80381
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-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. Notes: svn path=/head/; revision=80029
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
| | | | Notes: svn path=/head/; revision=80022
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
| | | | Notes: svn path=/head/; revision=79366
* Correct cross-references:Maxim Sobolev2001-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 Notes: svn path=/head/; revision=77760
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74532
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
| | | | Notes: svn path=/head/; revision=70015
* Add '-n' flag: don't attempt to read any data from standard input.Archie Cobbs2000-07-272-7/+26
| | | | Notes: svn path=/head/; revision=63931
* Add the '-l' flag to nghook which loops the received data back.Poul-Henning Kamp2000-07-182-3/+16
| | | | Notes: svn path=/head/; revision=63436
* Fix minor typo.Archie Cobbs1999-12-221-1/+1
| | | | Notes: svn path=/head/; revision=54980
* Manual page style work.Julian Elischer1999-12-211-7/+12
| | | | | | | | Submitted by: Alexey Zelkin <phantom@FreeBSD.org> thanks! Notes: svn path=/head/; revision=54927
* Remove extra spaces in hex dump output.Archie Cobbs1999-11-301-1/+1
| | | | Notes: svn path=/head/; revision=53908
* Limit COPTS added by Makefile to just '-Wall'.Archie Cobbs1999-10-281-1/+1
| | | | Notes: svn path=/head/; revision=52607
* Put include <netgraph.h> back in - problem was due to a cvsup mess onMatthew Dillon1999-10-241-1/+1
| | | | | | | | freefall. There may also be a real problem w/ buildworld but the fix would go somewhere else, not here. Notes: svn path=/head/; revision=52450
* Cleanup missing includes, stale includes, and a few printf formatMatthew Dillon1999-10-231-1/+1
| | | | | | | inconsistancies. Notes: svn path=/head/; revision=52445
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-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 Notes: svn path=/head/; revision=52419