| Commit message (Expand) | Author | Age | Files | Lines |
* | tsleep => msleep | rik | 2004-12-26 | 1 | -2/+2 |
* | Fix creation on "dlciX" hook in ng_sample. | rik | 2004-12-23 | 1 | -2/+3 |
* | Fix counting length of leadin for hook name (sizeof () => strlen ()). | rik | 2004-12-23 | 1 | -1/+1 |
* | Move systm.h up, since it is required by mbuf.h. | glebius | 2004-12-23 | 1 | -1/+1 |
* | - sort includes | glebius | 2004-12-23 | 1 | -5/+4 |
* | Assert queue mutex in ng_dequeue() and ng_queue_rw(). | glebius | 2004-12-19 | 1 | -0/+4 |
* | - Use ng_callout() instead of timeout. | glebius | 2004-12-14 | 1 | -13/+7 |
* | Use ng_callout() and ng_uncallout() instead of home-grown | glebius | 2004-12-09 | 1 | -108/+17 |
* | - Use ng_callout() instead of timeout() | glebius | 2004-12-08 | 1 | -30/+23 |
* | - Use ng_callout() instead of timeout(9). | glebius | 2004-12-06 | 1 | -37/+14 |
* | Use ng_callout() instead of timeout(9). | glebius | 2004-12-05 | 1 | -7/+7 |
* | - Use uint16_t to pass argument for NGM_NETFLOW_IFINFO, bump cookie. | glebius | 2004-12-05 | 2 | -6/+12 |
* | Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g. | glebius | 2004-12-01 | 8 | -33/+33 |
* | Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as they | mlaier | 2004-11-30 | 2 | -2/+3 |
* | Disable protocol field compression on the inner PPP frame when also doing | archie | 2004-11-27 | 1 | -1/+1 |
* | Netgraph flow control: change interface status when node receive | glebius | 2004-11-23 | 1 | -0/+12 |
* | Introduce new failure detection algorithm, called NG_ONE2MANY_FAIL_NOTIFY. | glebius | 2004-11-23 | 2 | -1/+66 |
* | o Use ng_timeout() instead of timeout(9). | glebius | 2004-11-23 | 1 | -11/+33 |
* | Remove unused macro. | glebius | 2004-11-19 | 1 | -3/+0 |
* | Cancel pending timeout before scheduling a new one. This fixes | glebius | 2004-11-19 | 1 | -0/+1 |
* | Correct typo. Return ENXIO instead of EIO. | emax | 2004-11-19 | 1 | -1/+1 |
* | Add myself to copyright. | glebius | 2004-11-10 | 1 | -0/+1 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 2 | -126/+68 |
* | Partically backout previous commit. Since _callout_stop_safe() clears | glebius | 2004-11-04 | 1 | -2/+7 |
* | Adapt to the new ng_timeout/ng_untimeout arguments. These now use | harti | 2004-11-04 | 2 | -17/+11 |
* | Fix kernel build (caused by recent ng_{un}timeout API change) | emax | 2004-11-03 | 5 | -23/+23 |
* | - Make ng_timeout() to use callout() interface instead of timeout(). | glebius | 2004-11-02 | 3 | -30/+28 |
* | Fix a harmless error in order of ng_timeout() arguments. | glebius | 2004-11-02 | 1 | -2/+2 |
* | Fix broken ng_h4(4). Basically, do not abuse t_sc field and use new t_lsc | emax | 2004-11-02 | 1 | -7/+9 |
* | Removed bogus comment. | glebius | 2004-11-01 | 1 | -2/+0 |
* | o style changes: | glebius | 2004-11-01 | 1 | -13/+11 |
* | Since last change moved ';' from macro to code, we need to embrace | glebius | 2004-10-31 | 2 | -4/+4 |
* | Rename debug macro to DBG and indent it properly. | glebius | 2004-10-28 | 2 | -35/+34 |
* | Push acquisition of the accept mutex out of sofree() into the caller | rwatson | 2004-10-18 | 4 | -0/+5 |
* | Major overhaul. | glebius | 2004-10-18 | 2 | -360/+280 |
* | Get rid of device nodes interface. It is useless and confusing. | emax | 2004-10-12 | 2 | -532/+1 |
* | Fix packet flow when both ng_ether(4) and bridge(4) are in use: | glebius | 2004-10-12 | 1 | -0/+5 |
* | Return 0, not NULL, from a function declared as returning int. | des | 2004-10-09 | 1 | -1/+1 |
* | Fix an issue with ng_tty which (ab)used the tty->t_sc field which is | phk | 2004-09-17 | 1 | -6/+6 |
* | - Remove advertising clause from copyright [1] | glebius | 2004-09-17 | 4 | -32/+4 |
* | A netgraph node implementing Netflow version 5. | glebius | 2004-09-16 | 4 | -0/+1670 |
* | Remove orphaned comment about Meta data. | glebius | 2004-09-11 | 1 | -1/+0 |
* | Increase PPTP_MAX_TIMEOUT up to 3 seconds. 10 prooved too much for high packet | glebius | 2004-09-06 | 1 | -1/+1 |
* | In FreeBSD 5.x, curthread is always defined, so we don't need to to test | rwatson | 2004-09-02 | 1 | -3/+3 |
* | Acquire Giant arounds calls into the linker from Netgraph sockets. | rwatson | 2004-08-30 | 1 | -0/+2 |
* | Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correct | rwatson | 2004-08-28 | 1 | -0/+2 |
* | Apply error and success logic consistently to the function netisr_queue() and | andre | 2004-08-27 | 1 | -1/+1 |
* | Align netgraph message fields ready for 64-bit (and 128 bit :-) machines. | julian | 2004-08-20 | 3 | -10/+7 |
* | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | andre | 2004-08-17 | 1 | -0/+2 |
* | This is the netgraph node framework for the user side call control | harti | 2004-08-12 | 3 | -0/+1422 |