Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Declare a variable sized array within a structure using [] rather than [0] | alfred | 2002-06-01 | 1 | -1/+1 |
| | | | | to silence warnings. | ||||
* | Fix GCC warnings caused by initializing a zero length array. In the process, | archie | 2002-05-31 | 1 | -6/+2 |
| | | | | | | | simply things a bit by getting rid of 'struct ng_parse_struct_info' which was useless because it only contained one field. MFC after: 2 weeks | ||||
* | Fix cut and paste error in a comment. | julian | 2001-01-30 | 1 | -1/+1 |
| | | | | Submitted by: Peter Wemm <peter@freebsd.org> | ||||
* | Since neither archie nor I work at Whistle any more, change our email | julian | 2000-10-24 | 1 | -1/+1 |
| | | | | | | addresses to be the more usefu @freebsd.org ones so we can keep getting bug-reports. - man pages to follow.. | ||||
* | Take advantage of the new unsigned and hex integer types. | archie | 2000-08-10 | 1 | -6/+6 |
| | |||||
* | Change definition of NG_BPF_HOOKPROG_SIZE() so as not to require | archie | 1999-12-06 | 1 | -2/+2 |
| | | | | a structure pointer, just the number of BPF instructions. | ||||
* | New netgraph node type, ng_bpf(8). This node type allows you to | archie | 1999-12-03 | 1 | -0/+106 |
apply bpf(4) filters to data travelling through a netgraph network. |