| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=139823
|
| |
|
|
|
|
|
|
|
|
| |
This is done to keep both versions in RELENG_5 and support both APIs.
Reviewed by: scottl
Approved by: julian (mentor), implicitly
Notes:
svn path=/head/; revision=138268
|
| |
|
|
|
|
|
|
|
|
| |
- Remove callout-hacking from ng_untimeout().
Approved by: julian (mentor)
MFC after: 1 month
Notes:
svn path=/head/; revision=137138
|
| |
|
|
|
|
|
| |
Approved by: julian (mentor)
Notes:
svn path=/head/; revision=137136
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Also introduce a macro to be called by persistent nodes to signal their
persistence during shutdown to hide this mechanism from the node author.
Make node flags have a consistent style in naming.
Document the change.
Notes:
svn path=/head/; revision=132464
|
| |
|
|
|
|
|
|
|
|
|
| |
Should make no binary difference.
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
Reviewed by: Harti Brandt <harti@freebsd.org>
MFC after: 1 week
Notes:
svn path=/head/; revision=129823
|
| |
|
|
|
|
|
|
| |
that we can get rid of of all the spl*() calls, because ng_timeout
handles the locking issues.
Notes:
svn path=/head/; revision=125243
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125078
|
| |
|
|
|
|
|
|
| |
correct some indendation, change __FUNCTION__ to __func__ and remove
a local KASSERT definition.
Notes:
svn path=/head/; revision=125077
|
| |
|
|
|
|
|
|
|
|
| |
introducing a START_NOW command. This command does not send
and GET_IFINDEX message downstream (to wait for the response from
the ETHERNET node), but directly starts the sending process. This allows
one to generate traffic as input for any hook on any node.
Notes:
svn path=/head/; revision=125033
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125032
|
| |
|
|
|
|
|
|
|
| |
fiddle around with private queues, because their mutex is not
needed. All this processing should be protected by the netgraph
locking.
Notes:
svn path=/head/; revision=125031
|
| |
|
|
|
|
|
| |
malloc().
Notes:
svn path=/head/; revision=125030
|
| |
|
|
|
|
|
|
|
|
| |
the netgraph version.
Correct the return type of a function: it wants to return an error
code, so it cannot be void.
Notes:
svn path=/head/; revision=125029
|
| |
|
|
|
|
|
| |
Approved by: trb
Notes:
svn path=/head/; revision=111119
|
| |
|
|
|
|
|
| |
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
Notes:
svn path=/head/; revision=109623
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108172
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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++)
Notes:
svn path=/head/; revision=108107
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106435
|
| |
|
|
|
|
|
| |
More to come.. does not compile (deliberatly.. logic broken)
Notes:
svn path=/head/; revision=106321
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106319
|
|
|
This is NOT YET CONVERTED TO -current.
This node is a source for preprogrammed packets at a known rate for testing.
I will convert it to -current "in place" but will MFC teh original
pre-conversion variant as that is what is originally submitted.
Man page my me, info from Dave's README.
Submitted by: Dave Chapeskie <dchapeskie@SANDVINE.com>
Obtained from: Sandvine inc.
MFC after: 1 week
Notes:
svn path=/head/; revision=106266
|