Age | Commit message (Collapse) | Author |
|
ok deraadt@
|
|
ok deraadt@
|
|
There are still lots of ugly line breaks, to be fixed later.
|
|
|
|
|
|
body of the item, mdoc(7) breaks the line, whereas the .TP used to
translate this to man(7) does not. Thus, insert an explicit roff(7)
line break in this place.
To be able to correctly count the characters, do not pass font escapes
an the like through print_word().
|
|
|
|
"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)
|
|
to specify extended options like SA Lifetime. All the hard work was
done by lteo@, while naddy@ and me have made sure that defaults and
AH still work; sthen and jmc have looked over the diffs as well.
|
|
OK espie@ kettines@
|
|
|
|
when there was a change in the nexthop info. Fixes massive memory consumption
crashes when used with ospfd (which sometimes updates route that have not
changed). Tested together with benno@ and a lot of input from Florian Obser.
OK henning@
|
|
uses the '_' variants
ok espie
|
|
uses the '_' variants
ok espie
|
|
OK henning@
|
|
|
|
not sectors, since the values being tested/manipulated in the auto_alloc
tables are blocks at that point. Use MEG(256) instead of hand
expanding it when testing physmem.
|
|
|
|
require cross-gnu to build before we can build cross-bin.
|
|
set med 0 and Hennings iBGP sessions. OK henning@
|
|
lteo@ noticed that ipsecctl allowed them within the ike rules
while isakmpd failed to load the generated configuration.
The fix was verified by hshoexer, ok naddy
|
|
case was missing.
ok claudio henning
|
|
|
|
|
|
since the latter may insert holes in the target files, which could
be bad for the boot process
ok deraadt@ guenther@
|
|
|
|
ok dlg@ nicm@
while at it, kill one more and add #include <ctype.h> per nicm's request
|
|
|
|
|
|
In -mdoc -Tman, improve the framework to control vertical spacing.
Use both to support .Bl -compact (surprisingly hard to get right).
|
|
ok deraadt@
|
|
the given protocol.
|
|
|
|
|
|
|
|
ok mpi@, from Alexander Polakov <polachok at gmail dot com>
|
|
while the former does not
pointed out by and ok naddy@
|
|
linking.
(and always load basic linker class when we're actually linking)
Start making a proper "library stash class".
|
|
There are some models that panic whenever an event is received.
Some cope, some don't. In order to get this right acpiec(4) requires
major rework. Until then let machines boot.
Discussed with deraadt@.
|
|
in debug mode.
If the interface is in debug mode ieee80211_input() will print messages
about received frames to the console. On slow systems, printf() calls can
take so long that the next RX interrupt will be serviced immediately, if
the RX rate is sufficiently high. This effectively locks the system at IPL_NET.
If a concurrent scan is running, the scan will never finish because it
relies on a timeout at IPL_SOFTCLOCK to hop channels every 200msec.
This timeout never runs in the above situation, leaving the wireless
interface in 'scan' state forever.
To give the timeout a chance to run, perform the printf() call from a
work queue (idea from guenther@). This allows edd's slow soekris AP to
recover from 'ifconfig ral0 debug down up' in noisy RF environments.
With input from guenther, kettenis, blambert and deraadt.
ok deraadt
|
|
:dlg: the xxx can go
...and this time commit to the real repo and not the one on my laptop
|
|
has no use for those. OK bluhm@ guenther@
|
|
Comments from kettenis@ and matthew@.
Okay deraadt@, kettenis@.
|
|
|
|
This does not yet work for amd64 - getting the structure into the tree so
others can help.
|
|
from Florian Obser, florian -AT- narrans -DOT- de
ok sthen@
|
|
ok gilles@, guenther@
|
|
and set the interface's IFF_OACTIVE flag if either queue is full and
clear it only if both queues have free slots. Before this change both
queues were setting/clearing the same flag with no regard for the
other queue's state.
Also, don't reset the tx watchdog counter if either queue still has frames
queued when we exit the frame-processing loop in the per-queue interrupt
handlers.
Both changes originally from sephe@dragonfly.
Tested by myself and edd on a slow busy soekris which before this
change required occasional 'ifconfig ral0 down up' to recover.
|
|
in AUTH state that weren't active during the cache wait interval rather than
keeping them for the entire cache timeout interval. Fixes association failures
in noisy RF environments. Tested by edd and myself with a slow soekris
suffering from RF noise with about of 50 interrupts per second on ral0.
ok deraadt
|
|
ifa_broadaddr. i.e. make it make clear that this field is only
valid for P2P. (Hint: one's a field, and one's a #define giving a
new name to said field)
ok guenther@
|