| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
| |
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@
|
| |
|
|
|
|
| |
ok deraadt@ otto@
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
so check with getsockopt if the socket is open.
ok mikeb@
|
|
|
|
| |
don't even look in pkg.conf for the installpath.
|
|
|
|
|
|
|
| |
involves tweaking of BBP registers. Wait for BBP to stop being busy before
reading from it.
Originally from sephe@dragonfly. ok kettenis sthen
|
|
|
|
|
| |
notifys to happen during some commands). Based on code from George
Nachman.
|
| |
|
|
|
|
|
|
| |
goto.
ok nicm@
|
|
|
|
| |
ok dlg
|
| |
|
| |
|
|
|
|
| |
jmc@ noticed this in the manpage while updating it, but it applies here too.
|
|
|
|
| |
ok jmc@
|
|
|
|
| |
Still fucks up order somehow...
|
| |
|
|
|
|
| |
for a separate file
|
|
|
|
| |
ok pirofti@ deraadt@
|
|
|
|
|
| |
since it may already been gone. Fixes panic seen by stsp@ when unplugging
a used USB interface. Tested and OK stsp@
|
| |
|
|
|
|
|
|
|
|
|
| |
was a non-text node. Fix this by rewriting post_nm() to always set
the meta name to UNKNOWN when the name is missing or unusable.
While here, make MANDOCERR_NONAME an ERROR, as it usually renders
the page content unintelligible.
Bug reported by Maxim <Belooussov at gmail dot com>, thanks.
|
|
|
|
| |
an fd is a socket, pipe or named pipe. OK deraadt@ matthew@
|
|
|
|
| |
discovered by naddy.
|
| |
|
| |
|
| |
|