CVS: cvs.openbsd.org: src

2012-11-22 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/11/22 23:40:26 Modified files: lib/libsndio : amsg.h sio_aucat.c usr.bin/aucat : sock.c Log message: Make the client wait for the first flow control message rather than assuming it can send

CVS: cvs.openbsd.org: src

2012-11-22 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/11/23 00:00:25 src/usr.bin/sndiod Update of /cvs/src/usr.bin/sndiod In directory cvs.openbsd.org:/tmp/cvs-serv17602/sndiod Log Message: Directory /cvs/src/usr.bin/sndiod added to the repository

CVS: cvs.openbsd.org: src

2012-11-22 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/11/23 00:03:28 Modified files: usr.bin: Makefile usr.bin/aucat : Makefile lib/libsndio : aucat.c mio.c sndio.7 Added files: usr.bin/sndiod : Makefile abuf.c abuf.h

CVS: cvs.openbsd.org: src

2012-11-22 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/11/23 00:15:48 Modified files: usr.bin/aucat : aucat.c Log message: Since there's no sndiod - aucat link anymore, allow aucat to be run in server mode even when not invoked as sndiod. This allows

CVS: cvs.openbsd.org: src

2012-11-22 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/11/23 00:25:07 Modified files: usr.bin/sndiod : sndiod.c Log message: add a -M flag that does nothing; allows setups with -M in sndiod_flags to work.

CVS: cvs.openbsd.org: www

2012-11-22 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:www Changes by: ratc...@cvs.openbsd.org 2012/11/23 00:56:53 Modified files: faq: current.html Log message: mention sndiod options changes

CVS: cvs.openbsd.org: src

2012-11-30 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/11/30 13:25:32 Modified files: usr.bin/sndiod : dev.c Log message: don't exit if midi control port is destroyed (it never is)

CVS: cvs.openbsd.org: src

2012-11-30 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/11/30 13:30:24 Modified files: usr.bin/sndiod : midi.c midi.h miofile.c sock.c Log message: Process incoming MIDI data on the fly rather than using an input fifo; besides being simpler, this way

CVS: cvs.openbsd.org: src

2012-11-30 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/11/30 13:38:24 Modified files: usr.bin/sndiod : dev.h Log message: make DEV_xxx contiguous

CVS: cvs.openbsd.org: src

2012-11-30 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/11/30 13:44:31 Modified files: usr.bin/sndiod : dev.c Log message: When the audio device is closed, mark it as closed before dropping connections otherwise clients may try to drain their buffer and

CVS: cvs.openbsd.org: src

2012-11-30 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/11/30 13:48:00 Modified files: usr.bin/sndiod : midi.c midi.h sock.c sock.h Log message: For MIDI ports, use the same open/close logic as for audio devices: drop clients using it when the port is

CVS: cvs.openbsd.org: src

2012-11-30 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/11/30 14:04:35 Modified files: usr.bin/sndiod : midi.c midi.h sndiod.c Log message: use the hold flag for midi ports as well

CVS: cvs.openbsd.org: src

2012-11-30 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/11/30 15:26:34 Modified files: usr.bin/sndiod : midi.c midi.h miofile.c Log message: drain midi port output buffer before closing it ensuring the last few bytes are not lost

CVS: cvs.openbsd.org: src

2012-12-01 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/12/01 05:06:14 Modified files: usr.bin/sndiod : sndiod.c Log message: Parse -m mode1,mode2,.. strings strictly.

CVS: cvs.openbsd.org: src

2012-12-01 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/12/01 05:13:34 Modified files: usr.bin/sndiod : dsp.c midi.c sock.c Log message: remove misleading XXXs and TODOs

CVS: cvs.openbsd.org: src

2012-12-03 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/12/03 08:35:25 Modified files: usr.bin/aucat : aucat.1 aucat.c Log message: Remove server capability description from the documentation and from the usage string, and just say that for historic

CVS: cvs.openbsd.org: src

2012-12-06 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/12/06 01:13:04 Modified files: usr.bin/sndiod : sock.c Log message: set port = NULL for new connctions, fixes crashes found by brad

CVS: cvs.openbsd.org: src

2012-12-07 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/12/07 01:04:58 Modified files: usr.bin/sndiod : abuf.c defs.h dsp.c file.c opt.c utils.h Log message: move log_level in utils.h with other logging bits

CVS: cvs.openbsd.org: src

2012-12-20 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2012/12/20 09:15:55 Modified files: usr.bin/sndiod : midi.c Log message: readjust midi flow control after consuming input data

CVS: cvs.openbsd.org: src

2013-01-06 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/01/06 11:07:07 Modified files: sys/dev/pckbc : pckbd.c sys/dev/wscons : wskbd.c Log message: don't propagate XF86XK_Audio{Lower,Raise}Volume keys to userspace, otherwise volume may be

CVS: cvs.openbsd.org: src

2013-02-01 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/02/01 02:02:16 Modified files: lib/libsndio : sio.c Log message: If par-bufsz is set (it's documented as readonly since years) then reset it and set par-appbufsz instead

CVS: cvs.openbsd.org: src

2013-02-01 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/02/01 02:06:27 Modified files: usr.bin/sndiod : file.c siofile.c siofile.h Log message: if a device doesn't respond within two seconds, then just close it and drop all connections. This is shameful but

CVS: cvs.openbsd.org: src

2013-02-15 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/02/15 03:20:07 Modified files: sys/dev/pckbc : pckbd.c Log message: backout latest: audio keys can autorepeat. Autorepeated keys are not decoded by the wskbd layer, thus autorepeted audio keys end-up

CVS: cvs.openbsd.org: src

2013-02-15 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/02/15 07:26:24 Modified files: sys/dev/pci: envy.c Log message: Use uvm_km_kmemalloc_pla() to allocate dma memory below 2^28 limit, allowing ice1712-based cards to work on amd64. With help from

CVS: cvs.openbsd.org: src

2013-02-26 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/02/26 15:52:08 Modified files: usr.bin/sndiod : dev.c Log message: Encoding conversion buffer size is one stream block, not one device block. Fix crashes occuring when the client sample frequency is

CVS: cvs.openbsd.org: src

2013-03-13 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/03/13 02:28:34 Modified files: usr.bin/sndiod : listen.c usr.bin/aucat : listen.c Log message: don't display warnings if accept() returns ECONNABORTED or EWOULDBLOCK, as we do in other

CVS: cvs.openbsd.org: src

2013-03-13 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/03/13 02:51:18 Modified files: lib/libsndio : aucat.c Log message: in debug mode, log successful connections, from Jan Stary

CVS: cvs.openbsd.org: src

2013-03-14 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/03/14 02:14:47 Modified files: sys/dev/pci: envy.c Log message: add macros for ap192k cards, no behavior change

CVS: cvs.openbsd.org: src

2013-03-15 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/03/15 03:10:52 Modified files: etc: MAKEDEV.common etc/etc.alpha : MAKEDEV.md etc/etc.amd64 : MAKEDEV.md etc/etc.armish : MAKEDEV.md etc/etc.beagle :

CVS: cvs.openbsd.org: src

2013-03-15 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/03/15 03:16:19 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.armish : MAKEDEV etc/etc.beagle : MAKEDEV etc/etc.i386 : MAKEDEV

CVS: cvs.openbsd.org: src

2013-03-15 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/03/15 05:12:25 Modified files: share/man/man4 : midi.4 Log message: remove reference to the sequencer device, from jmc

CVS: cvs.openbsd.org: src

2013-03-15 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/03/15 05:35:58 Modified files: sys/sys: conf.h Log message: remove forgotten sequencer function prototypes

CVS: cvs.openbsd.org: src

2013-04-06 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/04/06 05:38:41 Modified files: lib/libsndio : mio_open.3 sio_open.3 sndio.7 Log message: explain what default means in sndio.7 rather than {sio,mio}_open.3, with tweaks from jmc

CVS: cvs.openbsd.org: src

2013-05-05 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/05/05 14:42:53 Modified files: usr.bin/sndiod : dev.c sock.c Log message: Initialize channel ranges of new slots to full sub-device channels. Fixes wrong channel mappings when the client specifies no

CVS: cvs.openbsd.org: src

2013-05-11 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/05/11 22:58:41 Modified files: usr.bin/sndiod : utils.h Log message: get NULL definition from stddef.h

CVS: cvs.openbsd.org: src

2013-05-11 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/05/11 23:00:14 Modified files: usr.bin/sndiod : midi.c Log message: Fix reversed condition to check if a midi port is referenced, causing sometimes the port to be closed prematurely

CVS: cvs.openbsd.org: src

2013-05-15 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/05/15 02:29:26 Modified files: sys/arch/hppa/gsc: harmony.c sys/arch/macppc/dev: awacs.c i2s.c sys/arch/sgi/dev: mavb.c sys/arch/sparc/dev: audioamd.c cs4231.c

CVS: cvs.openbsd.org: src

2013-05-15 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/05/15 15:19:16 Modified files: sys/arch/sparc/dev: audioamd.c Log message: remove unused variable

CVS: cvs.openbsd.org: src

2013-05-16 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/05/16 00:38:13 Modified files: sys/arch/sparc/include: psl.h Log message: Add missing IPL_AUDIO macro, needed by dev/audio.c ok miod and kettenis

CVS: cvs.openbsd.org: src

2013-05-24 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/05/24 01:58:47 Modified files: sys/dev/isa: ess.c gus.c mpu_isapnp.c pas.c sb.c wss.c ym.c sys/dev/pci: auacer.c auglx.c auich.c auixp.c autri.c auvia.c

CVS: cvs.openbsd.org: src

2013-06-21 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/06/21 03:34:06 Modified files: sys/arch/sgi/dev: mavb.c Log message: enable 24-bit, lsb-aligned encoding, which is the device's native one. Allows encoding conversions to be handled in userland

CVS: cvs.openbsd.org: src

2013-07-04 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/07/04 15:43:25 Modified files: lib/libsndio : sio_open.3 Log message: shorten lines in literal blocks to avoid word wraping

CVS: cvs.openbsd.org: src

2013-07-04 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/07/04 15:49:10 Modified files: lib/libsndio : mio_open.3 sio_open.3 Log message: remove FILES sections because it's incomplete, wrong and doesn't give any useful information

CVS: cvs.openbsd.org: www

2013-07-25 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:www Changes by: ratc...@cvs.openbsd.org 2013/07/25 03:56:13 Modified files: . : want.html Log message: got a x40 drive and a box with azalia, may thanks to everyone

CVS: cvs.openbsd.org: src

2013-08-24 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/08/24 06:32:35 Modified files: lib/libsndio : sio.c sio_priv.h sio_sun.c Log message: Move underrun/overrun recovery code from the sun-api back-end to the the generic code, so it can be used by other

CVS: cvs.openbsd.org: src

2013-08-30 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/08/30 08:18:39 Modified files: sys/arch/zaurus/dev: zaurus_audio.c Log message: Lock the audio mutex before invoking the audio(4) call-back, fixes panics found by David Krause, thanks!

CVS: cvs.openbsd.org: src

2013-09-28 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/09/28 12:49:32 Modified files: usr.bin/sndiod : dev.h midi.c siofile.h Log message: Fix condition to check if a midi port is referenced. Remove unused bits.

CVS: cvs.openbsd.org: src

2013-11-11 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/11/11 23:47:34 Modified files: usr.bin/aucat : Makefile aucat.1 aucat.c dev.c wav.c Removed files: usr.bin/aucat : listen.c listen.h opt.c opt.h sock.c sock.h Log message: remove bogus

CVS: cvs.openbsd.org: src

2013-11-18 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/11/18 10:23:12 Modified files: regress/lib/libsndio/fd: fd.c regress/lib/libsndio/play: play.c regress/lib/libsndio/rec: rec.c regress/lib/libsndio/vol: vol.c Log message:

CVS: cvs.openbsd.org: src

2013-11-18 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/11/18 10:37:45 Modified files: usr.bin/aucat : abuf.c aproc.c aproc.h aucat.c dev.c file.c headers.c midi.c siofile.c wav.c usr.bin/sndiod : dev.c dsp.h file.c midi.h

CVS: cvs.openbsd.org: src

2013-11-18 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/11/18 10:51:59 Modified files: usr.bin/aucat : aucat.c Log message: remove unused variables

CVS: cvs.openbsd.org: src

2013-11-18 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/11/19 00:24:57 Modified files: usr.bin/aucat : Makefile usr.bin/sndiod : Makefile lib/libsndio : Makefile Log message: move -Wxxx flags from CFALGS to COPTS suggested by deraadt

CVS: cvs.openbsd.org: src

2013-11-21 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/11/21 01:15:46 Modified files: usr.bin/aucat : Makefile usr.bin/sndiod : Makefile lib/libsndio : Makefile Log message: use -Wmissing-prototypes

CVS: cvs.openbsd.org: src

2013-12-20 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/12/20 01:47:37 Modified files: usr.bin/sndiod : dev.c sysex.h Log message: set the target device number of standard system exclusive messages to 0x7f (aka any device).

CVS: cvs.openbsd.org: src

2013-12-20 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/12/20 01:51:28 Modified files: lib/libsndio : aucat.c sio.c sio_aucat.c sio_sun.c Log message: Be less verbose when SNDIO_DEBUG=1 is set.

CVS: cvs.openbsd.org: src

2013-12-21 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/12/21 18:13:31 Modified files: lib/libsndio : sio_open.3 Log message: - replaces audio stream by audio device, as sndio is a device abstraction - remove useless statements. ok jmc@

CVS: cvs.openbsd.org: src

2013-12-23 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/12/23 07:14:31 Modified files: lib/libsndio : sio_open.3 Log message: - clarify that sio_close() stops the device first, then frees the handle and not the opposite - clarify that sio_close() and

CVS: cvs.openbsd.org: src

2013-12-31 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/12/31 05:24:55 Modified files: usr.bin/sndiod : sock.c Log message: round client block size to nearest possble

CVS: cvs.openbsd.org: src

2013-12-31 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/12/31 05:27:49 Modified files: usr.bin/sndiod : dev.c Log message: Drop blocks and instert silence immediately in the socket rx/tx code path rather than waiting for the next device cycle. This fixes

CVS: cvs.openbsd.org: src

2014-01-27 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/01/27 23:20:51 Modified files: usr.bin/aucat : aucat.1 Log message: Remove section about server capability which was removed long time ago. Use .Cm instead of .Va for argument parameters. From Jan

CVS: cvs.openbsd.org: src

2014-01-27 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/01/27 23:25:57 Modified files: usr.bin/aucat : aucat.1 Log message: fix typo: s/to/the

CVS: cvs.openbsd.org: src

2014-02-08 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/02/08 08:15:31 Modified files: usr.bin/sndiod : sock.c Log message: use the correct integer width in calls to AMSG_ISSET()

CVS: cvs.openbsd.org: src

2014-02-08 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/02/08 08:16:17 Modified files: usr.bin/sndiod : dsp.c Log message: remove debug bits: dont fill with junk unused channels

CVS: cvs.openbsd.org: src

2014-02-08 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/02/08 08:17:37 Modified files: usr.bin/sndiod : dev.c Log message: copy the correct number of channels in join/expand

CVS: cvs.openbsd.org: src

2014-02-08 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/02/08 08:18:54 Modified files: usr.bin/aucat : aucat.1 Log message: more Va - Cm fixes from Jan Stary hans at stare.cz, thanks!

CVS: cvs.openbsd.org: src

2014-02-14 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/02/14 13:02:40 Modified files: etc/etc.zaurus : MAKEDEV.md Log message: readd audio devices, from david@, thanks!

CVS: cvs.openbsd.org: src

2014-02-14 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/02/14 13:09:27 Modified files: etc/etc.zaurus : MAKEDEV Log message: regen to add audio*

Re: CVS: cvs.openbsd.org: src

2014-02-14 Thread Alexandre Ratchov
On Fri, Feb 14, 2014 at 01:02:40PM -0700, Alexandre Ratchov wrote: CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2014/02/14 13:02:40 Modified files: etc/etc.zaurus : MAKEDEV.md Log message: readd audio devices, from david@, thanks! and this is ok

CVS: cvs.openbsd.org: src

2014-03-05 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/03/05 13:01:59 Modified files: lib/libsndio : mio_open.3 sio_open.3 Log message: say this is the sndio api, as we have other audio/midi apis, makes man -k happier. ok jmc, schwarze

CVS: cvs.openbsd.org: src

2014-03-05 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/03/05 13:03:05 Modified files: usr.bin/sndiod : sock.h Log message: remove unused var

CVS: cvs.openbsd.org: src

2014-03-05 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/03/05 13:04:21 Modified files: usr.bin/sndiod : sock.c Log message: Check that socket is writable before attempting to write data packets.

CVS: cvs.openbsd.org: src

2014-03-05 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/03/05 13:06:05 Modified files: usr.bin/sndiod : dsp.c dsp.h Log message: remove (unused) square tone generator

CVS: cvs.openbsd.org: src

2014-03-05 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/03/05 13:24:17 Modified files: usr.bin/sndiod : dev.c dev.h sndiod.c Log message: remove unused autostart feature

CVS: cvs.openbsd.org: src

2014-03-05 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/03/05 13:31:22 Modified files: usr.bin/sndiod : dev.c dev.h Log message: - properly set initial position: fixes incorrect position reporting on busy machines configured to use tiny block sizes - run

CVS: cvs.openbsd.org: src

2014-03-05 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/03/05 13:40:49 Modified files: lib/libsndio : sio.c sio_aucat.c sio_priv.h sio_sun.c Log message: - use relative read/write positions to keep track of buffer usage as seen by the caller - refresh

CVS: cvs.openbsd.org: src

2014-03-07 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/03/07 03:15:39 Modified files: usr.bin/sndiod : dev.c dev.h sock.c Log message: remove unused mmc start/stop/relocate call-backs as they don't make sense for clients and are handled through midi anyway

CVS: cvs.openbsd.org: src

2014-03-07 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/03/07 03:17:18 Modified files: lib/libsndio : sio_aucat.c Log message: slightly nicer debug printfs

CVS: cvs.openbsd.org: src

2014-03-07 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/03/07 03:23:05 Modified files: usr.bin/sndiod : dev.c dev.h sock.c Log message: remove unused delta argument from onmove callbacks

CVS: cvs.openbsd.org: src

2014-03-13 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/03/13 01:48:14 Modified files: sys/dev/pckbc : pckbd.c Log message: Don't use volume keys when in raw-mode (this doesn't work), and let Xorg driver do the translation and handle them as regular keys.

CVS: cvs.openbsd.org: src

2014-03-17 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/03/17 11:16:06 Modified files: usr.bin/sndiod : dev.c dev.h siofile.c Log message: unbreak monitoring mode, which was shifted in time by 1 block

CVS: cvs.openbsd.org: src

2014-03-17 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/03/17 11:16:32 Modified files: usr.bin/sndiod : dsp.c Log message: typo in debug printf

CVS: cvs.openbsd.org: src

2014-03-17 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/03/17 11:17:01 Modified files: usr.bin/sndiod : file.c Log message: fix wrong file status strings

CVS: cvs.openbsd.org: src

2014-03-17 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/03/17 11:53:33 Modified files: usr.bin/sndiod : dev.c Log message: Drop dev_clear(), merge dev_full_cycle() and dev_empty_cycle() into dev_cycle(). No behavior change.

CVS: cvs.openbsd.org: src

2014-03-23 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2014/03/23 05:48:23 Modified files: sys/dev/pckbc : pckbd.c Log message: my bad, last commit was not ok deraadt, revert it.

CVS: cvs.openbsd.org: src

2011-04-08 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/04/08 05:18:07 Modified files: lib/libsndio : Makefile Added files: lib/libsndio : sio.c sio_aucat.c sio_priv.h sio_sun.c Removed files: lib/libsndio : aucat.c sndio.c

CVS: cvs.openbsd.org: src

2011-04-08 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/04/08 07:00:57 Modified files: usr.bin/aucat : sock.c Log message: When a message is read (and processed), always call sock_write(), to send any pending messages resulting from the processing (ACKs,

CVS: cvs.openbsd.org: src

2011-04-12 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/04/12 01:12:59 Modified files: regress/lib/libsndio/cap: Makefile cap.c regress/lib/libsndio/fd: Makefile fd.c regress/lib/libsndio/play: Makefile play.c

CVS: cvs.openbsd.org: src

2011-04-12 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/04/12 15:40:22 Modified files: lib/libsndio : Makefile mio.c mio_priv.h mio_rmidi.c Added files: lib/libsndio : mio_aucat.c Removed files: lib/libsndio : mio_thru.c Log message:

CVS: cvs.openbsd.org: src

2011-04-16 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/04/16 04:52:22 Modified files: lib/libsndio : Makefile mio.c mio_aucat.c mio_open.3 mio_priv.h mio_rmidi.c sio.c sio_aucat.c sio_open.3 sio_priv.h

CVS: cvs.openbsd.org: src

2011-04-16 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/04/16 05:24:18 Modified files: lib/libsndio : sio_aucat.c usr.bin/aucat : amsg.h sock.c Log message: Since aucat supports any parameter combination sio_getcap() doesn't need to query the

CVS: cvs.openbsd.org: src

2011-04-16 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/04/16 05:51:48 Modified files: lib/libsndio : mio_aucat.c sio_aucat.c usr.bin/aucat : aucat.c conf.h Log message: for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATH macros

CVS: cvs.openbsd.org: src

2011-04-16 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/04/16 05:58:41 Modified files: lib/libsndio : sndio.7 Log message: remove aucat(1) and midicat(1) socket paths from the FILES sections. Besides being wrong, they are part of sndio internals and don't

CVS: cvs.openbsd.org: src

2011-04-16 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/04/16 06:09:05 Modified files: usr.bin/aucat : conf.h Log message: use aucatN for aucat(1) socket path and midicatN for midicat(1), no need to increase entropy by inventing new names. Don't forget to

CVS: cvs.openbsd.org: src

2011-04-18 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/04/18 17:57:35 Modified files: lib/libsndio : aucat.c aucat.h mio_aucat.c sio_aucat.c Log message: slightly cleanup by separating socket-specific code from protocol specific code. No behaviour change

CVS: cvs.openbsd.org: src

2011-04-18 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/04/18 17:59:15 Modified files: usr.bin/aucat : conf.h Log message: reorder macros, no object change

CVS: cvs.openbsd.org: src

2011-04-18 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/04/18 18:02:29 Modified files: usr.bin/aucat : aucat.c listen.c listen.h Log message: don't hold a pointer to listen structure. Instead, when it must be free()ed, iterate over the file_list, and find

CVS: cvs.openbsd.org: src

2011-04-27 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/04/27 01:01:33 Modified files: sys/dev/pci: envyreg.h envy.c Log message: fix the interrupt handler in the case when the interrupt is shared with other pci devices. Ignore the interrupt (and return

CVS: cvs.openbsd.org: src

2011-04-27 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/04/27 15:20:36 Modified files: usr.bin/aucat : Makefile aucat.c conf.h lib/libsndio : Makefile Added files: lib/libsndio : amsg.h Removed files: usr.bin/aucat : amsg.h

CVS: cvs.openbsd.org: src

2011-04-27 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/04/27 15:32:40 Modified files: usr.bin/aucat : conf.h Log message: include signal.h

CVS: cvs.openbsd.org: src

2011-04-28 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2011/04/28 00:19:57 Modified files: usr.bin/aucat : aucat.1 aucat.c listen.c listen.h midicat.1 sock.c sock.h lib/libsndio : amsg.h aucat.c sndio.7 Log message:

  1   2   3   4   5   6   7   8   9   10   >