Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build ng_ether(4) KLD. | archie | 2000-06-26 | 2 | -1/+7 |
| | |||||
* | Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of | peter | 2000-05-27 | 20 | -20/+20 |
| | | | | encoding the relative path. | ||||
* | Update man page to reflect new IPv6 hook. Simplify Makefile. | archie | 2000-05-10 | 2 | -26/+5 |
| | |||||
* | Supply only one author name per instance of %A, as per mdoc.samples(7). | sheldonh | 2000-05-10 | 1 | -1/+2 |
| | | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> | ||||
* | AUTHOR -> AUTHORS | archie | 2000-05-05 | 3 | -3/+3 |
| | |||||
* | Document the new statistics control messages. | archie | 2000-05-05 | 1 | -1/+19 |
| | | | | Add a note about the IP header asymmetry on the "lower" hook. | ||||
* | Move netgraph node type man pages from section 8 to section 4. | archie | 2000-05-04 | 58 | -3331/+130 |
| | |||||
* | Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. | peter | 2000-05-04 | 20 | -20/+20 |
| | | | | | | | This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated. | ||||
* | Zap KMODDEPS line | peter | 2000-05-01 | 19 | -19/+0 |
| | |||||
* | Update the man page to reflect the recent changes to the kernel API for | julian | 2000-04-30 | 1 | -13/+68 |
| | | | | netgraph. | ||||
* | Only build the ng_mppc KLD if !NOCRYPT and required crypto sources exist. | archie | 2000-04-12 | 1 | -0/+4 |
| | |||||
* | Revert to previous state, plus a few cleanups pointed out by bde. | archie | 2000-04-12 | 1 | -24/+4 |
| | | | | Instead, make the decision as to whether to build this KLD in ../Makefile. | ||||
* | Turn off build of ng_mppc KLD until I can figure out how to have the | archie | 2000-04-11 | 1 | -1/+1 |
| | | | | | Makefile correctly handle all the possible permutations (including missing crypto sources). Suggestions welcome. | ||||
* | Turn off MPPE encryption if NOCRYPT is defined. If neither compression | archie | 2000-04-10 | 1 | -7/+22 |
| | | | | nor encryption is enabled, don't build or install anything. | ||||
* | Add ng_mppc(8) netgraph node as a KLD module. | archie | 2000-04-09 | 4 | -2/+424 |
| | | | | Obtained from: Whistle source tree | ||||
* | Remove duplicate word | charnier | 2000-03-26 | 1 | -1/+1 |
| | |||||
* | - Document updates in iface netgraph node type functionality | archie | 2000-03-13 | 3 | -89/+103 |
| | | | | | - Remove makefile hacks for opt_inet.h, etc: the KLD now supports whatever address families your kernel was compiled with automagically | ||||
* | Fix typo. | archie | 2000-03-13 | 2 | -6/+6 |
| | | | | Reported by: Robert Swindells <swindellsr@genrad.co.uk> | ||||
* | Correct man page title. | archie | 2000-03-10 | 2 | -2/+2 |
| | |||||
* | Add a little more history of when netgraph appeared in FreeBSD. | billf | 2000-02-29 | 1 | -1/+3 |
| | | | | Reviewed by: asmodai | ||||
* | Work around aparent bug in the .Dv macro by eliminating some spaces. | archie | 2000-01-17 | 2 | -2/+2 |
| | | | | The closing curly-brace in this line was being omitted somehow. | ||||
* | Fix typos per PR 15649. Also did some rewording for clarity. | archie | 2000-01-03 | 2 | -34/+38 |
| | | | | | PR: docs/15649 Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org> | ||||
* | Revert previous checkin; I incorrectly thought that it was needed | archie | 1999-12-21 | 1 | -2/+0 |
| | | | | | | due to having an old version of bsd.kmod.mk. Caught by: bde | ||||
* | Manual page style work. | julian | 1999-12-21 | 37 | -281/+611 |
| | | | | | Submitted by: Alexey Zelkin <phantom@FreeBSD.org> thanks! | ||||
* | Add reference to RFC 1702, after learning how to have "T. Li" | archie | 1999-12-10 | 2 | -0/+16 |
| | | | | | | as an author without nroff blowing up. Problem solved by: fenner | ||||
* | Update man page: BPF is supported even in the KLD version. | archie | 1999-12-09 | 2 | -2/+2 |
| | |||||
* | Fix 'make clean' | archie | 1999-12-09 | 1 | -0/+2 |
| | |||||
* | New netgraph node type 'pptpgre': this performs GRE encapsulation | archie | 1999-12-08 | 4 | -1/+266 |
| | | | | for the PPTP protocol as specified in RFC 2637. | ||||
* | Include net/slcompress.c in the build of this module. | archie | 1999-12-08 | 3 | -25/+19 |
| | |||||
* | forgot .CURDIR | julian | 1999-12-04 | 1 | -1/+1 |
| | | | | caught by Steven G. Kargl <kargl@troutmask.apl.washington.edu> | ||||
* | New netgraph node type, ng_bpf(8). This node type allows you to | archie | 1999-12-03 | 4 | -1/+298 |
| | | | | apply bpf(4) filters to data travelling through a netgraph network. | ||||
* | Update documentation to reflect new functionality. | archie | 1999-11-30 | 2 | -18/+118 |
| | |||||
* | Fix typo. | archie | 1999-11-30 | 1 | -3/+2 |
| | |||||
* | Add two new generic control messages, NGM_ASCII2BINARY and | archie | 1999-11-30 | 6 | -5/+110 |
| | | | | | | | | | | | | | | | | | | | | | | | NGM_BINARY2ASCII, which convert control messages to ASCII and back. This allows control messages to be sent and received in ASCII form using ngctl(8), which makes ngctl a lot more useful. This also allows all the type-specific debugging code in libnetgraph to go away -- instead, we just ask the node itself to do the ASCII translation for us. Currently, all generic control messages are supported, as well as messages associated with the following node types: async, cisco, ksocket, and ppp. See /usr/share/examples/netgraph/ngctl for an example of using this. Also give ngctl(8) the ability to print out incoming data and control messages at any time. Eventually nghook(8) may be subsumed. Several other misc. bug fixes. Reviewed by: julian | ||||
* | Removed special rules for building and cleaning device interface files | bde | 1999-11-28 | 2 | -4/+0 |
| | | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}). | ||||
* | Document the requirement for root privileges. | julian | 1999-11-21 | 2 | -2/+6 |
| | |||||
* | Document new feature (support for write(2) when 1 hook attached). | julian | 1999-11-21 | 2 | -0/+20 |
| | |||||
* | Update references. | archie | 1999-11-19 | 1 | -12/+16 |
| | |||||
* | Miscellaneous edits. | archie | 1999-11-19 | 2 | -42/+50 |
| | |||||
* | Add reference to ng_pppoe(8). | archie | 1999-11-19 | 2 | -0/+2 |
| | |||||
* | Update to reflect changed functionality. | archie | 1999-11-19 | 2 | -44/+48 |
| | |||||
* | Add reference to new netgraph node type "ksocket". | archie | 1999-11-16 | 3 | -4/+6 |
| | |||||
* | New Netgraph node type "ksocket". | archie | 1999-11-16 | 3 | -0/+264 |
| | | | | Obtained from: Whistle source tree | ||||
* | Update to reflect changes in the node type. | archie | 1999-11-10 | 4 | -20/+102 |
| | |||||
* | Update to better reflect reality. | archie | 1999-11-08 | 2 | -36/+32 |
| | |||||
* | Add missing documentation for the two control messages supported | archie | 1999-11-08 | 2 | -2/+16 |
| | | | | by this node type. | ||||
* | Add some more clarification. | archie | 1999-11-08 | 2 | -16/+70 |
| | |||||
* | Stop nroff from complaining about the freeBSD version.. | julian | 1999-11-07 | 22 | -58/+110 |
| | | | | Also some updates to the vjc node man page. | ||||
* | Bring the man page for netgraph socket nodes up to date. | julian | 1999-11-06 | 2 | -6/+72 |
| | |||||
* | Turn on the pppoe node module | julian | 1999-11-06 | 1 | -2/+2 |
| |