CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2021-03-07 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Mar 7 13:09:43 UTC 2021 Modified Files: src/usr.sbin/bta2dpd/bta2dpd: bta2dpd.8 bta2dpd.c Log Message: Intoduce "-n" switch. Running btat2dpd with "-n" especially for use with pad(4) will stop bta2dpd from exiting upon a read e

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2020-05-30 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun May 31 06:17:24 UTC 2020 Modified Files: src/usr.sbin/bta2dpd/bta2dpd: bta2dpd.c Log Message: Avoid running of the end of the array if a file cannot be opened. Found by plunky@. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2019-03-31 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Mar 31 11:44:11 UTC 2019 Modified Files: src/usr.sbin/bta2dpd/bta2dpd: sbc_encode.c Log Message: Opps... Remove extra ')' To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/bta2dpd/bta2dpd/sbc_encode.c Pl

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2019-03-31 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Mar 31 11:33:27 UTC 2019 Modified Files: src/usr.sbin/bta2dpd/bta2dpd: sbc_encode.c Log Message: Remove dead code from sbc decoder. Found by Hans Petter Selasky. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2018-07-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Jul 25 19:03:50 UTC 2018 Modified Files: src/usr.sbin/bta2dpd/bta2dpd: avdtp.c Log Message: Avoid potential undefined behavior in bta2dpd(8) The operator >> causes implicit promotion to int. There is need to cast the result b

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2018-05-14 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue May 15 04:25:25 UTC 2018 Modified Files: src/usr.sbin/bta2dpd/bta2dpd: bta2dpd.8 Log Message: Use the correct tag options. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/bta2dpd/bta2dpd/bta2dpd.8 Plea

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2018-01-13 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Jan 13 10:20:45 UTC 2018 Modified Files: src/usr.sbin/bta2dpd/bta2dpd: bta2dpd.c Log Message: Set size of mtusize before calling getsockopt to obtain mtu size. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2017-08-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Aug 27 10:39:18 UTC 2017 Modified Files: src/usr.sbin/bta2dpd/bta2dpd: bta2dpd.c Log Message: Connection state machine improvement upon transition from AVDTP_OPEN to AVDTP_START/SUSPEND. To generate a diff of this commit: cvs r

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2017-05-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat May 27 10:04:57 UTC 2017 Modified Files: src/usr.sbin/bta2dpd/bta2dpd: bta2dpd.c sbc_encode.c Log Message: Streaming channel is now opened in blocking mode again. Removal of a hack in sbc_encode now that pad(4) is fixed. To gen

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2017-02-12 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Feb 12 08:25:32 UTC 2017 Modified Files: src/usr.sbin/bta2dpd/bta2dpd: bta2dpd.c sbc_encode.c Log Message: RTP timestamp is now set correctly. The streaming socket is set to non block blocking and connection state machinre impro

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2017-01-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 28 23:52:45 UTC 2017 Modified Files: src/usr.sbin/bta2dpd/bta2dpd: bta2dpd.8 Log Message: Sort SYNOPSIS, descriptions, SEE ALSO. Use more macros. Fix sections. New sentence, new line. Various other improvements. To generate

CVS commit: src/usr.sbin/bta2dpd/bta2dpd

2017-01-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 28 23:19:20 UTC 2017 Modified Files: src/usr.sbin/bta2dpd/bta2dpd: Makefile Log Message: Fix the build (objdirs) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/bta2dpd/bta2dpd/Makefile Please