Age | Commit message (Collapse) | Author |
|
ok guenther millert kettenis
|
|
|
|
|
|
|
|
|
|
|
|
"Input packets dropped" isn't really a good description of what
happened when we failed to allocate a new node in the net80211 stack.
This allocation doesn't happen for every packet, only for new nodes
that appear in reach of the antenna.
ok net80211 expert department (we have vacancies, apply within)
|
|
no objection from mcbride@ krw@ markus@ deraadt@
|
|
|
|
reminded by Andreas Bartelt.
|
|
Prompted by the mail from Andreas Bartelt, tested by Andreas and me.
ok henning
|
|
specifically, rewrite them to permit some markup in the column headers,
and use "Ta" instead of literal tabs; mandoc does not currently match groff
100%, but a mandoc fix may be some time off, and we've gone enough releases
with poorly formatting column lists.
in some cases i have rewritten the lists as -tag, where -column made
little sense.
|
|
construct;
this also sidesteps what seems to be a problem with mandoc, in that
"-column -compact" seems to mess up the formatting. thus these pages should
now have their lists formatted nicely (i.e. correctly aligned and with indent
applied);
as a side note, the fact that headers are not properly marked up is another
issue which will be addressed separately (a mandoc fix is needed, i think).
i have fudged a few of these to mark up properly, since the workaround does
make sense for some pages.
as another side note, i haven;t fixed man7, as i need to prepare a separate
diff for kristaps and ingo.
|
|
|
|
|
|
ok mikeb@
|
|
for chars.
|
|
from Christiano Haesbert with a small tweak to wording
|
|
With feedback from bluhm@
ok bluhm@ sthen@
|
|
while here, improve the grammar of the preceding sentence;
ok jmc@
|
|
damien@ ok. ports checked by sthen@.
|
|
output for debugging.
ok markus@, claudio@
|
|
interesting than whatever happens to be the last interface.
ok deraadt nicm
|
|
OK mikeb@, henning@, deraadt@
|
|
with -v. Also netstat -P supports more than TCP now.
ok markus@ jmc@
|
|
tcp6_dump() from netstat. It was never called anyway. No binary
change.
ok henning@ claudio@
|
|
most expected rtable when doing a netstat -rn.
OK henning@
|
|
more logical place to find this information; improve description
for the -v option (stolen from NetBSD).
written with excellent advice from bluhm@ and jmc@.
ok jmc@
|
|
ok markus@
|
|
-v show" are called with the -v switch.
ok markus@
|
|
fixes printing active connections twice.
ok claudio@
|
|
ok claudio@
|
|
name list work properly.
ok deraadt@ millert@
|
|
directly to the appropriate print functions.
Found by jdixon@, tested jdixon@ and weerd@, ok krw@ deraadt@
|
|
from tobias@ (loooooong time ago)
ok henning@ claudio@ tobias@
|
|
ok claudio@ michele@
|
|
makes gcc4 happy.
ok deraadt@ miod@
|
|
|
|
is 0 when sa_len is 0.
|
|
from and ok claudio@
|
|
syntax errors found by mandoc(1), also required to fix the mandoc build;
feedback and ok jmc@ and sobrado@
|
|
add a -c count option to netstat.
tweak spacing to not smear fields in vmstat.
ok deraadt sthen
|
|
tested by phessler@ pyr@
ok claudio@
"go ahead" deraadt@
|
|
- queue packets from pf(4) to a userspace application
- reinject packets from the application into the kernel stack.
The divert socket can be bound to a special "divert port" and will
receive every packet diverted to that port by pf(4).
The pf syntax is pretty simple, e.g.:
pass on em0 inet proto tcp from any to any port 80 divert-packet port 1
A lot of discussion have happened since my last commit that resulted
in many changes and improvements.
I would *really* like to thank everyone who took part in the discussion
especially canacar@ who spotted out which are the limitations of this approach.
OpenBSD divert(4) is meant to be compatible with software running on
top of FreeBSD's divert sockets even though they are pretty different and will
become even more with time.
discusses with many, but mainly reyk@ canacar@ deraadt@ dlg@ claudio@ beck@
tested by reyk@ and myself
ok reyk@ claudio@ beck@
manpage help and ok by jmc@
|
|
|
|
|
|
ok deraadt
|
|
don't make sense without the headers anymore
|
|
ok deraadt + a small fix from damien
|
|
ok claudio@ henning@ dlg@
|