Age | Commit message (Collapse) | Author |
|
looks fine reyk@ ok mikeb@
|
|
|
|
OK reyk@ sthen@
|
|
the pf_map_addr. doing otherwise leads to the stack corruption.
bug was reported and fix tested by arjan schrijver, thanks!
ok jsing, henning, florian who has also found the same bug in
pf_route and pf_route6 functions.
|
|
|
|
version. This is the last hand-rolled imsg implementation I could
spot. Doesn't seem to break sparc64.
Suggested by chris@, tweaks from brad@ and reyk@.
ok reyk@
|
|
|
|
|
|
ok gilles@
|
|
ok gilles@
|
|
a simple QOP_WALK queue operation. Some knf and formating fixes while
there.
ok gilles@
|
|
|
|
to work.
|
|
in server mode even when not invoked as sndiod. This allows aucat and
the new sndiod daemon to live together in /usr/bin, which makes easy
to quickly compare sndiod and aucat (and spot possible regressions)
without having to modify /usr/bin.
|
|
smaller and faster than aucat. It's a drop in replacement with the
following exceptions that don't affect the default setup:
- The sample rate and the encoding are a per-device parameters
thus -r and -e options must precede the corresponding -f option
- MIDI thru boxes are dynamically created and no -M option
is required anymore, so -M was removed.
- MIDI ports are exposed with a new ``midi/N'' name, rather
than abusing MIDI thru boxes.
with help from armani@, ok deraadt@
|
|
assuming it can send a full initial data buffer. This requires protocol
version bump (but no library version bump).
|
|
- Some minor tweaking of the use of braces in two spots
ok mikeb@
|
|
|
|
gcc 3 as the compiler. The way constructors are built triggers this warning,
which is fatal because of -Werror. ok espie@ guenther@
|
|
Also s/repair/update .
wording from sthen@
ok sthen@ deraadt@
|
|
|
|
class which is more likely to be useful. Not used for anything yet
anyway.
|
|
has gone.
|
|
code that used to do something with it was removed with the previous
commit.
ok deraadt@
|
|
of prerequisites. This prevents complaints from the var module and from
other developers.
That's a bug I introduced 5 years ago... found out by miod@
okay miod@
|
|
command. Silently fail that command instead of spamming the console.
|
|
fixes bug reported by Bogdan Andu, thanks
ok reyk@ deraadt@ sthen@
|
|
about.
|
|
protector code will conflict with the way variadic functions spill the
registers on the stack, causing the latter to be partially overwritten with
the value of __guard. Core dumps and hilarity ensues. This can probably be
fixed by changing the time registers are spilled from the backend for
__builtin_expand_saveregs(), to setup_incoming_varargs(), as done on e.g.
rs6000. But that's far from a trivial change, and I'd like to be able to
exercize gcc 3 a bit more on m88k before sacrificing more brain cells to
the gcc evil deities.
|
|
No functional change.
|
|
the vdisk media type and fake a CD-ROM drive.
|
|
per-platform basis.
|
|
|
|
|
|
an interface down (noticed by dlg@ in the other diff).
While here, do some minor cleanup in the interrupt handler.
|
|
'stop' then 'start'; so to prevent this daemon from restarting itself,
rc_stop=NO is enough.
ok robert@
|
|
|
|
ok sthen@
|
|
ok sthen@
|
|
CPP_PREDEFINES; try to deuglify CPP_SPEC whenever possible as well.
|
|
them to all platforms). Both of them had been added very late in a release
cycle, which caused us to prefer workarounds with minimal side effects.
Since the issue they are avoiding may happen on other platforms, there is no
harm in making sure no other platform gets bitten by them. And at the moment
no supported platform runs gcc 3, so this does not cause any regression.
|
|
|
|
ok jasper, lum
|
|
- uppercase "ID"
|
|
is running. The scheduler sends the runtime state of each envelope to
the queue process which loads the envelope, fills the runtime bits and
sends the envelope back to the client. Iteration over the envelope set
happens in small chunks to make the request interruptible and to allow
the server to keep doing its job in the meantime.
Adpat "smtpctl schedule-all" to schedule the messages one by one using
the same iteration mechanism.
Document "smtpctl monitor" and "smtpctl show queue".
ok gilles@
|
|
Problem reported by jmc@, thanks.
|
|
flavour. From etoh@'s gcc 3.4 tree. While there, also kill
change_arg_use_of_insns_2() which is now a dim wrapper around
change_arg_use_of_insns(), from etoh@'s tree as well.
|
|
predecrement cases with gcc 2.95. This had been needed for m68k but somehow
etoh@ missed this when porting the gcc 2.95 fixes back to its 3.3, then 3.4
tree.
This fixes passing of struct by value on m68k, and lets gcc 3 reliably
bootstrap itself now.
|
|
va_arg(). __vfprintf() still unhappy in some edge cases I am investigating.
|
|
|