Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
ok millert
|
|
Add a warning about using less than 6 Xs causing an error on some systems
|
|
could be used multiple times for different packets. This happened
when pflow(4) was used. Instead of a global variable, store the
pf_headers in a local variable on the stack.
david@ found the bug, narrowed it down and tested the fix.
ok henning@
|
|
from Jordi Beltran Creix.
|
|
|
|
from Jordi Beltran Creix.
|
|
devices on AMD Family 0Fh processors.
|
|
addresses on the mii bus. As a countereasure, only attach the first PHY we
encounter. It is very unlikely we're going to ever see nfe(4) with multiple
PHYs. The same is probably true for any modern NIC.
ok mikeb@, deraadt@
|
|
can be enumerated which means match routine should do the right thing and
prevent further attachments.
With input from kettenis, deraadt, miod; ok deraadt, kettenis
|
|
postpone locking: we don't need any locks for pkg_info -r.
|
|
|
|
They are not bound as strongly as in ospf and causes problems when the
TCP connection is established from an not connected IP (e.g. a loopback).
Use three RB trees to sort the neighbor list by id, addr and peerid.
More cleanup is needed but this makes ldpd work against peers using
loopback IPs. Problem found, reported and fix tested again by Marcel Wiget.
|
|
|
|
This will now correctly ignore TLV with U flag set -- like the FT
extension used by JunOS. The function is built after
tlv_decode_opt_hello_prms().
Problem reported and fix tested by Marcel Wiget.
|
|
the U flag set. Kill struct hello_opt_parms_tlv since it is now
unused.
|
|
TLV header which will be used in different places shortly.
Cleanup the ldp.h header file a tiny bit.
|
|
string.
ok henning dlg claudio
|
|
in particular a single write will result in a single re-key event,
rather than 64 writes causing 64 re-keys -- wasting the kernel's time.
|
|
in particular a single write will result in a single re-key event,
rather than 64 writes causing 64 re-keys -- wasting the kernel's time.
ok guenther
|
|
stream discard. this continues to be under discussion... at least this
moves the large-buffer transactions to using a *6 discard
discussed at length with djm and kjell
|
|
|
|
ok deraadt
|
|
supplied by root (it can be large enough to overwhelm the entropy buffer,
and we are doing a re-key almost immediately)
|
|
|
|
at least sparc may not have the clock mapped (found by miod).
while here, protect some more timeout_*() calls with timeout_initialized()
|
|
Linux does the same with error message. _REG only notifies AML that acpiec
config space is available.
ok marco
|
|
OK jmc@, nicm@, tedu@
|
|
by an if (mcopy). The variable mcopy comes from m_copy() and could
be NULL. Bring this call in line with all the other icmp6_error()
calls.
ok henning@, claudio@, markus@, mpf@
|
|
|
|
resetting the clock when we don't need to. Found out with booting hppa64
kernels, and the problem also exists on hppa when booting with '-a' and hitting
'exit' when asked for the root filesystem.
help & ok jsing@
also ok kettenis@ (who suggested naming the variable like amd64/i386 to
prevent creating yet another variant of this code)
|
|
interesting than whatever happens to be the last interface.
ok deraadt nicm
|
|
|
|
|
|
related to mdoc_macro.c rev. 1.59
|
|
related to usr.bin/mandoc/man_term.c rev. 1.51
|
|
found by lint(1), fixed by kristaps@, no functional change.
|
|
while .Bd -unfilled has 5-character tabs just like normal text;
from kristaps@.
|
|
|
|
which are known to have broken ROMs.
|
|
include a fix for Intel Centrino Advanced-N 6250 devices
by Antonio R Nicolosi.
|
|
written by kristaps@, looked over by jmc@.
|
|
* .T} can be followed by a delimiter, then more data.
* Do not limit table column widths (improves terminfo(5)).
* Let numerical cells respect explicitly specified minimum cell widths.
* Let terminal output survive missing data cells.
* Parse and ignore arguments in parentheses on layout cell specifications.
* Move tbl_calc() into out.c such that it can be used by all frontends.
* Give tables an HTML class.
* Some cleanup in tbl -Thtml code.
All code by kristaps@.
|
|
serve any purpose...
|
|
by assert(3)ing valid parser state in the main parsing functions;
from kristaps@.
|
|
match the pattern, the package has something wrong.
prevents some bogus tk LIB_DEPENDS from even packaging.
|
|
* one additional pair of .Sx cross references
* prefer .Dl over .D1 for code examples
|
|
advertised in the MCFG table, and fall back on the traditional method for
other busses. Fixes issue reported by henning@.
|