Age | Commit message (Collapse) | Author |
|
- move the azalia_widget_init_connection call from
azalia_widget_label_widgets to just after azalia_widget_init
- move azalia_widget_label_widgets to after dacgroup initialization
- move the widget info printing from azalia_widget_init_connection
and azalia_widget_init to new function azalia_widget_dump_info
- call azalia_widget_dump_info right after azalia_widget_init_connection
- in functions that are ony used if AZALIA_DEBUG is defined, use printf
instead of DPRINTF()
|
|
classes in azalia.h instead of azalia_codec.c. this will allow
the mixer class to be determined outside of azalia_generic_mixer_init.
|
|
given widget is the sole connection to an ADC, DAC or pin complex.
not used just yet.
|
|
and machdep.kbdreset=2.
"i like it" deraadt@
|
|
tested by deraadt@
|
|
|
|
|
|
- unlike starttls, ssmtp sets the F_SECURE flag on session before helo/ehlo
handlers are called. this means that if we clear all flags in helo/
helo handlers, we prevent smtpd from advertising AUTH as it will do
so only for F_SECURE sessions. This commits unbreaks SMTP AUTH with
smtp sessions. Problem spotted by James Turner <james@bsdgroup.org>
|
|
ok deraadt@
|
|
m_defrag() does not work. It seems to assume that if the length of
the mbuf passed as parameter is less than MHLEN, then it is an mbuf
header and not a cluster (or something like that.)
It thus fails miserably in the bcopy path.
I don't have the time to investigate further into this.
Thanks to Okan Demirmen for reporting the issue on a ral(4) RT2560.
The RT2560 chipset does not support TX scatter and thus m_defrag()
was called much more often than in other drivers using m_defrag()
where it was less noticeable.
|
|
djm otto
|
|
possible to get them right in the current state of the mixer.
discussed with jakemsr
|
|
From: Nicholas Marriott <nicholas.marriott@gmail.com>
|
|
From: Nicholas Marriott <nicholas.marriott@gmail.com>
|
|
from Thomas Pfaff <tpfaff(at)@tp76.info>, thanks
|
|
Ok deraadt@.
|
|
following line, this commit brings support for the latter which was
not supported yet.
- AUTH LOGIN is now supported, allowing smtp auth support on clients that
do not support AUTH PLAIN (ie: my mobile phone for instance ;)
|
|
ok jmc@
|
|
|
|
- remove non-functional -v option from docs/usage()
feedback/ok millert otto
|
|
- update smtpd.conf.5 just to provide an example, a better description of
"enable auth" will come when im done implementing it ;)
|
|
supported, AUTH LOGIN will follow soon. AUTH will only work if a
listen directive has "enable auth" keywords, AND session is safe
(ssmtp or starttls).
|
|
|
|
|
|
Mick Hohmann <mick at IM dot net>
|
|
in the PIC case. So if _CRS returns a plausible value, go with that, and only
chose an interrupt from the list returned by _PRT if the value returned by
_CRS makes no sense.
|
|
|
|
|
|
reported by Arto Huusko, NetBSD PR bin/40214
feedback/ok otto
|
|
|
|
This partially removes the ``metallic'' noise audible
especially when upsampling 8k -> 44.1k.
|
|
is not supposed to happen but better safe than sorry.
suggested by jacekm@
- while at it, remove the locking of delivery file we create when doing a
Maildir delivery. the purpose of Maildir is to prevent the need
for locking in the first place ... I must have been tired that day.
|
|
is not good at all. As a result, under heavy load messages would be
kept in queue, and delayed for hours just because we failed locking
a few times. This commit makes smtpd distinguish between lock fails
and "regular" temporary fails.
- delivery scheduler will reschedule immediately a message that couldn't be
delivered because of a lock fail. If we fail to lock too many times
we fallback to previous "delay increase" logic.
"looks sane" jacekm@
|
|
quickly as possible; it fails under temporary error conditions,
letting caller react appropriately.
ok gilles@
|
|
to that file from smtpd.h.
ok gilles@
|
|
Add basic line length checking, as required by rfc.
It is no longer required to disable EV_READ upon evbuffer_readline failure.
ok gilles@
|
|
than "if enabled". ok jmc@
|
|
"accept for { domain "foo", domain "bar" } ..."
From Nicholas Mariott <nicholas.marriott@gmail.com>
|
|
|
|
packet and thus modifying it use local varialbes instead. Otherwise,
hexdumping packets shows corrupted data.
ok markus@ some time ago
|
|
ok henning@
|
|
ok gilles@
|
|
Improve cleanup condition to cover more cases.
ok gilles@
|
|
ok deraadt@
|
|
new function pmap_prealloc_lowmem_ptp() to setup kernel pmap ptp 0 without
the PG_G bit set. This fixes the remaining reaper -> pmap_page_remove
panics. With much diagnostic help from Art and Theo.
ok deraadt@
|
|
|
|
Bump lib minor
ok otto@ kurt@ marc@; doc review by jmc@
|
|
|
|
error such as "makemap foo.db".
ok gilles@
|
|
ok gilles@
|