Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Markup and punctuation nits. | ru | 2004-06-05 | 1 | -20/+19 |
| | |||||
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
| | | | | Use WARNS?= instead of WARNS=. | ||||
* | Allow nghook to execute a program with the data socket connected to | harti | 2003-10-24 | 2 | -13/+109 |
| | | | | | | | | | | | | stdin and stdout instead of relaying the data. Now it is possible to say: nghook -e path: hook /usr/local/bin/foo arg1 arg2 and foo will have the hook to path: at file descriptors 0 and 1. Add an option to specify control messages to be send to the node before either executing the program or entering the data relay loop. | ||||
* | add FBSDID, compare getopt() against -1, use fprintf() + exit() in usage() | charnier | 2003-08-17 | 1 | -5/+6 |
| | | | | instead of errx() to get the message starting with "usage:". | ||||
* | Make this WARNS=6 clean by just constifying two local char pointers. | harti | 2003-08-13 | 2 | -1/+3 |
| | |||||
* | Put all the argument-less options together in the synopsis as required | harti | 2003-08-13 | 1 | -6/+1 |
| | | | | by style(9). | ||||
* | Implement two command line options that allow one to change the | harti | 2003-08-13 | 2 | -8/+23 |
| | | | | | | file descriptors that are used for input and output. That allows one, for example, to use nghook to bi-directionally pipe the input and output into/from another non-netgraph-aware program. | ||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -3/+6 |
| | |||||
* | mdoc(7) police: protect trailing full stops of abbreviations | ru | 2001-08-10 | 1 | -1/+1 |
| | | | | with a trailing zero-width space: `e.g.\&'. | ||||
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 1 | -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. | obrien | 2001-07-20 | 1 | -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. | obrien | 2001-07-20 | 1 | -1/+0 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -1/+1 |
| | |||||
* | Correct cross-references: | sobomax | 2001-06-05 | 1 | -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. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | mdoc(7) police: removed history info from the .Os FreeBSD call. | ru | 2000-12-14 | 1 | -1/+1 |
| | |||||
* | Add '-n' flag: don't attempt to read any data from standard input. | archie | 2000-07-27 | 2 | -7/+26 |
| | |||||
* | Add the '-l' flag to nghook which loops the received data back. | phk | 2000-07-18 | 2 | -3/+16 |
| | |||||
* | Fix minor typo. | archie | 1999-12-22 | 1 | -1/+1 |
| | |||||
* | Manual page style work. | julian | 1999-12-21 | 1 | -7/+12 |
| | | | | | Submitted by: Alexey Zelkin <phantom@FreeBSD.org> thanks! | ||||
* | Remove extra spaces in hex dump output. | archie | 1999-11-30 | 1 | -1/+1 |
| | |||||
* | Limit COPTS added by Makefile to just '-Wall'. | archie | 1999-10-28 | 1 | -1/+1 |
| | |||||
* | Put include <netgraph.h> back in - problem was due to a cvsup mess on | dillon | 1999-10-24 | 1 | -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 format | dillon | 1999-10-23 | 1 | -1/+1 |
| | | | | inconsistancies. | ||||
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 3 | -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 |