Age | Commit message (Collapse) | Author |
|
so that it trickles to snapshots and then can be used in ports
|
|
|
|
|
|
find_window_size.
fix a bug: integrate SIG{CONT} for re-checking window size.
the way it's currently written, first call to compute_playfield will
call itself once. But it makes for less code.
|
|
|
|
Testing by millert@, sthen@ and me.
came up with the same diff & OK sthen@
|
|
brad@
|
|
|
|
ProgressMeter, so make it available from state.
- computation is lazy, so no runtime difference;
- don't bother setting a SIG{WINCH} on non-tty;
- progressmeter already has access to state;
- do an empty window_size_changed in base state, override it for
addcreatedelete to inform the progressmeter.
to be reused in dpb...
|
|
for classical functions.
|
|
ok gilles@
|
|
often found at CDNs.
- Use QTYPE=A for QNAME minimisation.
- Keep track of number of time-outs when performing QNAME minimisation.
Stop minimising when number of time-outs for a QNAME/QTYPE pair is
more than three.
|
|
|
|
couple of post-1.5.9 patches).
tests from Mark Patruck, danj, matthieu, millert. reads ok to jung, ok florian.
|
|
|
|
These are the direct sources from NLnet Labs upstream, minus these:
compat contrib libunbound/python pythonmod testcode testdata winrc
ok deraadt@ jakob@
|
|
|
|
change this in all config parsers in our tree that support macros.
problem reported by sven falempin.
feedback from henning@, stsp@, deraadt@
ok florian@ mikeb@
|
|
reported by Adam Wolk
|
|
causing it to exit, we could end up with a NULL deref in parent.
free commit offered by eric@, ok gilles@
|
|
ok deraadt@ florian@ stsp@ phessler@
|
|
|
|
|
|
multiple daemons at once; being worked on.
|
|
With this and the previous 2 commits, we can move from constructs like:
$ for i in $(rcctl ls all); do rcctl get $i; done
to just:
$ rcctl get all
Shrinking the run by a factor of more than 3.5.
prodded by and discussed with reyk@ at BSDcan2016
ok robert@
|
|
Large speedup when iterating over all rc.d scripts.
with and ok robert@
|
|
rc.d script comes from base of not; it's much faster.
ok robert@
|
|
|
|
|
|
|
|
Configuring an interface for both LDP signaling and as a member of a
VPLS instance doesn't cause any harm as far as ldpd is concerned. But
it certainly doesn't make any sense, so it's better to reject the
configuration and warn the user instead of ignoring this silently.
|
|
|
|
LDP loop detection is only necessary for ATM LSRs running in cell mode. We
are never going to implement this "feature".
Also, add two more comments in lde_check_request().
|
|
ldpd operates only with the best routes of each IP prefix. In other words,
the routes with the lowest priorities.
When a route with a better priority is detected (possibly with a different
nexthop), we should uninstall the labels from the "old" routes and try
to install a new label for the new route (if there's one available in
the LIB).
In this specific case, ldpd was failing to uninstall the labels from the
old routes because it wasn't keeping track of each route's priority in
lde. With this missing bit of information, the parent process had no way
to get the correct label to uninstall when processing a IMSG_KLABEL_DELETE
message.
|
|
ok gilles@
|
|
|
|
ok gilles@
|
|
decrease the delay between transactions in the same session
ok eric@
|
|
reported by vstakhov
|
|
dynamic code mixin
|
|
Adds supplementary code that was first tested in proot, but may be needed
to split pkg_add into processes in the future.
|
|
|
|
branch specifiers. Unlikely, but better safe than sorry.
|
|
|
|
don't mention FW_UPDATE, it's an internal detail
|
|
see pkg_add(1) for details.
Search framework makes that surprisingly simple.
|
|
|
|
emphasize -U straight away because people often don't even realize it's
there.
Make more use of default stem so that we don't have to update examples too
often.
Ditch the interactive ftp stuff, there's nobody that actually uses that,
especially since there are almost no ftp mirrors left.
|
|
The Configuration Sequence Number optional TLV is documented in RFC 5036,
pages 53 and 54.
Fixes IxANVL LDP test 23.10.
|
|
This prevents neighbors stuck in the initialization FSM to linger forever
as long as the associated transport connection is up.
This timeout can be seen in the 'Session Initialization State Transition
Diagram' of RFC 5036. The RFC, however, doesn't specify how much we
should wait. Let's use 180 seconds for that, the default LDP hold time.
Fixes IxANVL LDP test 6.15.
|