Age | Commit message (Collapse) | Author |
|
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@
|
|
|
|
by avoiding legacy IRQs if possible. Fixes problems (some, not all) with
machines that advertise legacy IRQs as usable even if they have ISA devices
onboard that need those IRQs.
ok marco@
|
|
but not shown here
update some descriptions to show that they are for wpa as well as
wep
input from and ok damien@
|
|
queue, and removed from disk by runner.
On startup, clean /incoming by moving msgs within it to /purge.
ok gilles@
|
|
- Add Apple iSight first revision device to the quirk table for future code.
- Fix some logic in the device matching function.
OK deraadt@
|
|
|
|
low priority gateway route below itself plus a carp interface on the same
network. The result is that some arp entries can't be added.
This is a bandaid that will give me time to figure out the real bug.
|
|
When interfaces go up/down the demotion counter of the
specified group is decreased/increased.
ok henning@
|
|
as other modes do, for consistency and to save a few chars.
written with help from kjell@
ok kjell@
|
|
add some missing full stops.
ok kjell@
|
|
so they are visible only when the DEBUG macro is #defined
and SIO_DEBUG env. variable is set.
requested by many, discussed with jakemsr
|
|
Okay claudio, deraadt.
|
|
|
|
|
|
this upstream instead.
OK deraadt@
|
|
and mbuf cluster statistics collected for each interface. More useful than
earlier bar graphs about mbuf types. Requested by and ok deraadt@
|
|
|
|
the program-part of the buffer size, ie the part that is subject to
underruns. Useful for apps like cdio(1) that don't have their own
rings, or to apps that have a minimum ring size constraint. Setting
the ``bufsz'' parameter becomes deprecated.
ok jakemsr
|
|
schizo(4) variants.
|
|
useful when 'sdiff eb' does not cope with one's needs.
idea and input from weerd@
ok weerd@ sthen@
|
|
Fixes the volume knob not working when the input chain has more
than two aprocs
|
|
Avoid the classical noob problem: read half the manpage, figure out
how to build a DSA certificate, then realize it's not what you need.
historically, RSA was patented, and so it made sense to put DSA first.
But the patent expired a few years ago...
okay millert@, jmc@
|
|
hardcoded values used here before were incorrect.
ok claudio@
|
|
that takes an additional argument "type" that indicates whether the
signal is for the process, just a particular thread, or propagated
to a thread because it's not caught or blocked. psignal() becomes
a wrapper that does the first of those.
So that sys_kill() can tell apart signals for the process and signals
for the process's original thread, the tid of the original thread
is defined as its pid + THREAD_PID_OFFSET.
ok tedu@ art@ andreas@ kurt@ "better early than late" deraadt@
|
|
struct tm to mktime() so that the calculation will follow the local
DST rules
ok millert@ otto@
|
|
|
|
|
|
|
|
Now it shows MPLS informations correctly.
OK claudio@
|
|
|