CVS: cvs.openbsd.org: src

2012-11-22 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2012/11/22 07:10:53

Modified files:
usr.bin/tmux   : tty.c 

Log message:
Don't need to send DECSL on detaching now, the code using higher levels
has gone.



CVS: cvs.openbsd.org: src

2012-11-22 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2012/11/22 07:26:04

Modified files:
usr.bin/tmux   : cmd-server-info.c tmux.h tty-keys.c tty.c 

Log message:
Instead of worrying about xterm version, send DA and read DEC service
class which is more likely to be useful. Not used for anything yet
anyway.



CVS: cvs.openbsd.org: src

2012-11-22 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2012/11/22 07:41:11

Modified files:
usr.bin/tmux   : cmd-server-info.c tmux.h tty-keys.c tty.c 

Log message:
Put helper function back, will be needed in a bit.



CVS: cvs.openbsd.org: src

2012-11-22 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org   2012/11/22 10:57:22

Modified files:
distrib/miniroot: install.sub 

Log message:
Stop saying please, people needs to run sysmerge(8) after an upgrade.
Also s/repair/update .

wording from sthen@
ok sthen@ deraadt@



CVS: cvs.openbsd.org: src

2012-11-22 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2012/11/22 12:10:27

Modified files:
lib/librthread : Makefile 

Log message:
Do not pass -Wmissing-prototypes when building on a non-ELF platform with
gcc 3 as the compiler. The way constructors are built triggers this warning,
which is fatal because of -Werror. ok espie@ guenther@



CVS: cvs.openbsd.org: xenocara

2012-11-22 Thread Matthieu Herrb
CVSROOT:/cvs
Module name:xenocara
Changes by: matth...@cvs.openbsd.org2012/11/22 13:28:15

xenocara/dist/libxcb/src/man

Update of /cvs/xenocara/dist/libxcb/src/man
In directory cvs.openbsd.org:/tmp/cvs-serv9485/man

Log Message:
Directory /cvs/xenocara/dist/libxcb/src/man added to the repository



CVS: cvs.openbsd.org: src

2012-11-22 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2012/11/22 15:49:30

Modified files:
regress/usr.bin/ssh: Makefile 
Added files:
regress/usr.bin/ssh: keys-command.sh 

Log message:
regress for AuthorizedKeysCommand; hints from markus@



CVS: cvs.openbsd.org: src

2012-11-22 Thread Brad Smith
CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2012/11/22 21:34:11

Modified files:
sys/dev/pci: if_ix.c 

Log message:
- Remove return's at the end of void functions
- Some minor tweaking of the use of braces in two spots

ok mikeb@



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 a full initial data buffer. This requires protocol
version bump (but no library version bump).



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 defs.h dev.c dev.h dsp.c 
 dsp.h file.c file.h listen.c listen.h midi.c 
 midi.h miofile.c miofile.h opt.c opt.h 
 siofile.c siofile.h sndiod.1 sndiod.c sock.c 
 sock.h sysex.h utils.c utils.h 

Log message:
Remplace aucat server by a new sndiod daemon aimed to be simpler
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@



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 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.



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: src

2012-11-22 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2012/11/23 00:44:33

Modified files:
usr.bin/sndiod : sndiod.1 

Log message:
space required between macro args and punctuation;



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