Age | Commit message (Collapse) | Author |
|
|
|
(with some patches...)
|
|
|
|
|
|
|
|
Inside matching parenthesis, keep spaces as is (use chrsave instead of
pbstr, since there's no way it can be a further macro expansion).
Fixes a long-standing issue with autoconf ( --option -> --option),
matches other m4 than gnum4
okay millert@, fries@
|
|
the end of the last included file AND we still have a macro to expand.
autoconf uses this in wine, and it turns out other m4 also do things that
way (not only gnu m4).
okay fries@, millert@
|
|
From: Pierre Riteau <pierre.riteau@gmail.com>
|
|
|
|
end of the buffer because periodic boundary conditions of the FIFO are
not met
ok jakemsr
|
|
The new dev_xxx() routines expose a "high level" self-contained
interface to the device. At initialization, the device is opened
and two chains of aproc structures are created:
* a playback chain that exposes a (initially) empty mix
aproc to which the rest of the code can attach new
streams to be played
* record chain that exposes a (initially) empty sub aproc
to which the rest of the code can attach new stream to
to record
The rest of the code, has just to use dev_attach() routine to
attach streams. While we're at it, add a ``devops'' structure
containing pointers to the device-specific routines. This will
allow later to add support for other type of device than the
Sun API.
Also, write the .wav headers in file_del(), so put all header
related data in the file strucuture. This allows to close() the
file, as soon as wpipe_xxx() aproc terminates. This will be
useful for the server, because it will need to close() descripts
of closed connections immediately.
add mix_pushzero() routine to fill the mixer with silence. It
will be used to avoid the mixer to underrun when there are no
input streams. Since we always have at least one input stream
there's no behaviour change.
ok jakemsr
|
|
hup() routines of the aproc strucure check that the aproc
structure has not desappeared. This never happens currently, but
will be allowed later. No behaviour change.
ok jakemsr
|
|
set, the mix aproc will exit once there are no more input
streams, similarly the sub aproc will exit once there are no
more ouput streams. If the flag is not set, the mix aproc will
generate silence, and the sub aproc will drop samples. By
default this flag is set, so no behaviour change.
ok jakemsr
|
|
bytes that entered the FIFO. The counter may overflow, so it
should be used with "modulo 2^32" arithmetic. The counter will
be used later to synchronize playback to record. No behaviour
change.
ok jakemsr
|
|
before free()ing the aproc structure, this is cleaner and will
allow to reuse wpipe_xxx() and rpipe_xxx() when defining new
aprocs. No behaviour change.
ok jakemsr
|
|
generic abuf structure, so it can reused. Required for an audio
server. No behaviour change.
ok jakemsr
|
|
abuf_rdiscard() routine. Similarly add abuf_wcommit() routine for
writing. The purpose is to stop manupulating FIFO pointers in
various places outiside abuf.c, its too error prone.
No behaviour change.
ok jakemsr
|
|
write feature. Add additional check for media type before blanking.
The patch fixes problem for Giovanni.
ok fgsch
|
|
SYNOPSIS and usage(); after some discussion with canacar
|
|
|
|
|
|
ok jmc@, matthieu@
|
|
- sync usage() with reality. Remove the -h option that does nothing.
- don't complain about kvm_openfiles() error in case of incorrect usage.
- add basic descriptions of the new options and views in the manual
page. More is needed...
with help from jmc@ and sobrado@. ok sobrado@.
|
|
remove superfluous comments from the roff source code.
improvements by jmc@ and matthieu@.
ok jmc@, matthieu@
|
|
o remove unused function prototype
|
|
|
|
ok martynas@
|
|
from comet-berkeley <comet@transbay.net> on FreeBSD PR conf/126199,
and Frantisek Holop.
fixes PR #5794.
ok jmc@
|
|
ok millert@, jmc@. sure theo
|
|
|
|
ok jmc espie
|
|
|
|
|
|
use the same check as the -s option. Noticed by johan@
|
|
Mayukh Bose. Minor additions from me. Thanks!
|
|
storing the program mode variable (pmode) as a global let us have
a more consistent prototype for usage().
changes suggested by pyr@.
ok millert@, pyr@
|
|
storing the program mode variable (pmode) as a global let us have
a more consistent prototype for usage().
changes suggested by pyr@.
ok pyr@
|
|
|
|
ok landry@, otto liked the idea and the original diff, ``do it'' deraadt@
|
|
end. Initial diff by Dirk Loss, tweaks and ok djm@
|
|
|
|
|
|
known_hosts). ok djm@
|
|
comments by fgsch
|
|
in config test mode (sshd -T); report from nix-corp AT esperi.org.uk
ok dtucker@
|
|
printing in systat with the new print_fld_ssize() function.
"same diff I wrote" deraadt@
ok art@
|
|
Just use print_fld_ssize() for signed values.
Increase scale up to "Tera" while there.
|
|
|
|
|
|
report and patch from res AT qoxp.net (bz#1200); ok markus@
|