Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use ovbcopy(). | des | 2003-04-04 | 1 | -1/+1 |
| | |||||
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -7/+7 |
| | | | | Approved by: trb | ||||
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -7/+7 |
| | | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT. | ||||
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 1 | -5/+5 |
| | | | | | | | | | | the mbuf allocator flags {M_TRYWAIT, M_DONTWAIT}. o Fix a bpf_compat issue where malloc() was defined to just call bpf_alloc() and pass the 'canwait' flag(s) along. It's been changed to call bpf_alloc() but pass the corresponding M_TRYWAIT or M_DONTWAIT flag (and only one of those two). Submitted by: Hiten Pandya <hiten@unixdaemons.com> (hiten->commit_count++) | ||||
* | Don't use "NULL" when "0" is really meant. | archie | 2002-08-22 | 1 | -1/+1 |
| | |||||
* | New L2TP netgraph node type. | archie | 2002-08-20 | 1 | -0/+1479 |
Obtained from: Packet Design |