Age | Commit message (Collapse) | Author |
|
|
|
|
|
tested by danh@, thanks!
|
|
is the end of a continuous list that started with the last entry.
while here, rewrite a bit so both long form and short form entries
are handled by the same code, and don't allocate more space than is
needed.
|
|
that don't have selectable inputs. all connections are active, always.
showing all connections in the set rather than just one makes a lot
more sense.
|
|
it. So leave it untouched. Similiar to but more ruthless than the
fixes FreeBSD did, since they do use the value. Basically avoid
various off-by-one and off-by-many errors.
Fixes problems encountered by jsg@ and deraadt@ where filesystems
found on SDHC cards caused UVM faults.
Original fixes found by jsg@. ok jsg@.
|
|
beep generators or mixers and selectors that are more than 2
connections away from a DAC.
|
|
instead they use the connection list setting like selectors do.
this is somewhat common in Analog Devices codecs. it's extremely
rare in all other codecs.
|
|
- smtpctl recognizes "pause incoming" and "resume incoming"
- setup imsg communication between control process and smtp process
|
|
- while at it, move the runner states check a bit earlier.
|
|
|
|
queue is processed for the first time since a (re)start. this ensures
that deliveries scheduling can recover properly in case of a badly timed
shutdown.
ok jacekm@
|
|
ok oga@
|
|
ok marco@ some time ago.
|
|
|
|
|
|
for both mda and mta batches.
- smtpctl can be used to disable/enable deliveries at runtime using the
pause/resume commands.
ok jacekm@
|
|
|
|
|
|
leading to double unlink on envelope file; ok gilles@
|
|
|
|
tweaked and ok by jmc@
|
|
USB bus while a WPA connection is active.
cleanup error handling in run_init() while i'm here.
|
|
Make it smarter so that ospf6d knows the actual prefix length
configured on an interface.
ok claudio@
|
|
logical domain channel ID.
|
|
new hostname_match() function which recognizes * as a wildcard. We can now
do: accept for domain "*.example.org" to match all subdomains.
idea from Nicholas Marriott <nicholas.marriott@gmail.com>, hostname_match()
from me in place of his fnmatch() calls.
ok jacekm@
|
|
domains. Still needs a lot of work, but good enough for an nfs root.
|
|
domains. Still needs a lot of work, but good enough for an nfs root.
|
|
in PIO mode.
|
|
|
|
- allow "from all" so that the ugly "accept from { 0.0.0.0/0, ::/0 }"
construct becomes a nice looking "accept from all"
ok jacekm@
|
|
|
|
|
|
|
|
ok jmc@
|
|
originally written by Juan Romero Pardines.
Thanks to Lars Kotthoff for testing on a HeroLogic HL-463 system.
Because the CS5535 doesn't provide SMM emulated PCI access to set
DMA/PIO modes or a real PCI IDE controller we have to resort to
making MSR calls. As this is very MD specific, hide most of uglyness
away in i386 MD pciide code.
ok grange@
|
|
a header file where MD code can get at them.
ok grange@
|
|
cause delivery to happen before expansion is over, causing some of
the recipients to never receive the mail. change how the mfa, lka,
queue and smtp processes communicate to ensure smtp never receives
an acknowledgment before ALL expanded envelopes are on disk. While
at it, lka was doing work which belongs in mfa, fix that also.
this is based on an idea from a talk with jacekm@, change not over
but already better than what we had.
|
|
From NetBSD;
OK deraadt@
|
|
Fix debug messages.
|
|
machdep.allowaperture > 0. To be used by the xserver shortly.
|
|
actually work).
|
|
OK henning@
|
|
|
|
longer direcly affect other widgets
- if an unsolicited response is received from a volume knob widget,
adjust outputs.master according to the measured change in level of the
volume knob widget
|
|
OK reyk@
|
|
the driver supports legacy 802.11abg modes only (no 802.11n yet.)
WPA works, with hardware encryption/decryption.
committed over an RT2800U (RT2870+RT2820).
enabled on i386 and amd64 GENERIC only for now.
thanks to Paul Lin at Ralink for letting us ship the firmware under an
appropriate license.
"man page looks ok" jmc@
"you should commit it" jsg@, ok deraadt@
|
|
routes are added via route(8) -- those where added with the wrong priority
and so where not correctly tracked later on.
Found and tested by gollo@
|
|
Tested on Asus P5B-MX motherboard.
ok kettenis@, oga@
|
|
PAGE_(SIZE|SHIFT|MASK) defines that evaluate to variables on the
sparc architecture;
ok otto@ tested on my reanimated ss20
|