History log of /src/usr.sbin/btpand |
Revision | Date | Author | Comments |
1.7 | 03-Jun-2023 |
lukem | bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
1.6 | 13-Oct-2019 |
mrg | introduce some common variables for use in GCC warning disables:
GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8) GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8) GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8) GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)
use these to turn off warnings for most GCC-8 complaints. many of these are false positives, most of the real bugs are already commited, or are yet to come.
we plan to introduce versions of (some?) of these that use the "-Wno-error=" form, which still displays the warnings but does not make it an error, and all of the above will be re-considered as either being "fix me" (warning still displayed) or "warning is wrong."
|
1.5 | 12-May-2009 |
plunky | branches: 1.5.46; update to use the new Service Discovery API
|
1.4 | 12-May-2009 |
plunky | no longer needs libsdp
|
1.3 | 07-May-2009 |
plunky | Ensure that these programs continue to build while I am in the process of updating the Service Discovery Protocol API.
|
1.2 | 18-Aug-2008 |
plunky | branches: 1.2.2; 1.2.8; 1.2.10; no need to use -g and _DIAGNOSTIC
|
1.1 | 17-Aug-2008 |
plunky | add btpand(8), a Bluetooth PAN daemon
|
1.2.10.2 | 24-Mar-2009 |
bouyer | Pull up following revision(s) (requested by plunky in ticket #1290): usr.sbin/btpand/channel.c: revision 1.1 usr.sbin/btpand/sdp.h: revision 1.1, 1.2 usr.sbin/btpand/sdp.c: revision 1.1, 1.2 usr.sbin/btpand/client.c: revision 1.1, 1.2 usr.sbin/btpand/bnep.c: revision 1.1 - 1.3 usr.sbin/btpand/bnep.h: revision 1.1 usr.sbin/btpand/Makefile: revision 1.1, 1.2 usr.sbin/btpand/packet.c: revision 1.1 usr.sbin/btpand/btpand.h: revision 1.1 usr.sbin/btpand/btpand.c: revision 1.1 usr.sbin/btpand/btpand.8: revision 1.1 - 1.3 usr.sbin/btpand/tap.c: revision 1.1 via patch usr.sbin/btpand/server.c: revision 1.1, 1.2 usr.sbin/Makefile: patch distrib/sets/lists/base/mi: patch distrib/sets/lists/comp/mi: patch distrib/sets/lists/man/mi: patch add btpand(8), a Bluetooth PAN daemon
|
1.2.10.1 | 18-Aug-2008 |
bouyer | file Makefile was added on branch netbsd-4 on 2009-03-24 21:46:36 +0000
|
1.2.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.2.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.2.2.1 | 18-Aug-2008 |
wrstuden | file Makefile was added on branch wrstuden-revivesa on 2008-09-18 04:30:01 +0000
|
1.5.46.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.12 | 04-Oct-2016 |
joerg | The last argument before ... must not be default promoted, otherwise the result is undefined behavior.
|
1.11 | 27-Aug-2011 |
joerg | branches: 1.11.24; Sprinkle const
|
1.10 | 08-Feb-2011 |
plunky | check number of filters received against max possible
|
1.9 | 27-Jan-2011 |
plunky | when a BNEP channel is opened, clear any NetType or MulticastAddress filters that may be in effect at the remote side.
|
1.8 | 12-May-2009 |
plunky | branches: 1.8.2; rework the channel shutdown code path, each channel now has its own action to process which separates the server and client code.
|
1.7 | 12-May-2009 |
plunky | rather than debug message, exclaim in error for failed set filter
|
1.6 | 03-May-2009 |
kefren | Fix formatting for printing size_t
|
1.5 | 02-May-2009 |
plunky | add a noisy debug message for overlong packets
(I do get them from my phone)
|
1.4 | 02-May-2009 |
plunky | use assert() instead of _DIAGASSERT()
suggested by emax@freebsd
|
1.3 | 04-Feb-2009 |
plunky | branches: 1.3.2; 1.3.4; use some size_t instead of int
|
1.2 | 31-Jan-2009 |
plunky | Fix a problem which prevents remote parties connecting to our NAP service, we got the services mixed up.
|
1.1 | 17-Aug-2008 |
plunky | branches: 1.1.2; 1.1.6; add btpand(8), a Bluetooth PAN daemon
|
1.1.6.1 | 06-Feb-2009 |
snj | Pull up following revision(s) (requested by plunky in ticket #411): usr.sbin/btpand/bnep.c: revision 1.2 Fix a problem which prevents remote parties connecting to our NAP service, we got the services mixed up.
|
1.1.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.2.1 | 17-Aug-2008 |
wrstuden | file bnep.c was added on branch wrstuden-revivesa on 2008-09-18 04:30:01 +0000
|
1.3.4.2 | 24-Mar-2009 |
bouyer | Pull up following revision(s) (requested by plunky in ticket #1290): usr.sbin/btpand/channel.c: revision 1.1 usr.sbin/btpand/sdp.h: revision 1.1, 1.2 usr.sbin/btpand/sdp.c: revision 1.1, 1.2 usr.sbin/btpand/client.c: revision 1.1, 1.2 usr.sbin/btpand/bnep.c: revision 1.1 - 1.3 usr.sbin/btpand/bnep.h: revision 1.1 usr.sbin/btpand/Makefile: revision 1.1, 1.2 usr.sbin/btpand/packet.c: revision 1.1 usr.sbin/btpand/btpand.h: revision 1.1 usr.sbin/btpand/btpand.c: revision 1.1 usr.sbin/btpand/btpand.8: revision 1.1 - 1.3 usr.sbin/btpand/tap.c: revision 1.1 via patch usr.sbin/btpand/server.c: revision 1.1, 1.2 usr.sbin/Makefile: patch distrib/sets/lists/base/mi: patch distrib/sets/lists/comp/mi: patch distrib/sets/lists/man/mi: patch add btpand(8), a Bluetooth PAN daemon
|
1.3.4.1 | 04-Feb-2009 |
bouyer | file bnep.c was added on branch netbsd-4 on 2009-03-24 21:46:36 +0000
|
1.3.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.8.2.2 | 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.8.2.1 | 08-Feb-2011 |
bouyer | Sync with HEAD
|
1.11.24.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.2 | 08-Feb-2011 |
plunky | check number of filters received against max possible
|
1.1 | 17-Aug-2008 |
plunky | branches: 1.1.2; 1.1.10; 1.1.20; add btpand(8), a Bluetooth PAN daemon
|
1.1.20.1 | 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.1.10.2 | 24-Mar-2009 |
bouyer | Pull up following revision(s) (requested by plunky in ticket #1290): usr.sbin/btpand/channel.c: revision 1.1 usr.sbin/btpand/sdp.h: revision 1.1, 1.2 usr.sbin/btpand/sdp.c: revision 1.1, 1.2 usr.sbin/btpand/client.c: revision 1.1, 1.2 usr.sbin/btpand/bnep.c: revision 1.1 - 1.3 usr.sbin/btpand/bnep.h: revision 1.1 usr.sbin/btpand/Makefile: revision 1.1, 1.2 usr.sbin/btpand/packet.c: revision 1.1 usr.sbin/btpand/btpand.h: revision 1.1 usr.sbin/btpand/btpand.c: revision 1.1 usr.sbin/btpand/btpand.8: revision 1.1 - 1.3 usr.sbin/btpand/tap.c: revision 1.1 via patch usr.sbin/btpand/server.c: revision 1.1, 1.2 usr.sbin/Makefile: patch distrib/sets/lists/base/mi: patch distrib/sets/lists/comp/mi: patch distrib/sets/lists/man/mi: patch add btpand(8), a Bluetooth PAN daemon
|
1.1.10.1 | 17-Aug-2008 |
bouyer | file bnep.h was added on branch netbsd-4 on 2009-03-24 21:46:36 +0000
|
1.1.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.2.1 | 17-Aug-2008 |
wrstuden | file bnep.h was added on branch wrstuden-revivesa on 2008-09-18 04:30:01 +0000
|
1.8 | 17-Jan-2019 |
wiz | Add missing width argument to Bl. Remove Pp before It.
|
1.7 | 17-Jan-2019 |
gutteridge | btpand(8): replace dhclient(8) references with dhcpcd(8)
Addresses part of PR misc/53669.
|
1.6 | 15-Mar-2012 |
njoly | branches: 1.6.30; 1.6.32; Use Lk macro when dealing with URLs. While here update or remove some dead URL links. Another part of PR/29238.
|
1.5 | 29-Apr-2011 |
wiz | branches: 1.5.4; Sort sections, SEE ALSO, and fix xref.
|
1.4 | 24-Oct-2009 |
reed | Fix man page reference from non-existent dhcp(8) to dhcpd(8). Hope this was what was intended.
|
1.3 | 17-Aug-2008 |
plunky | branches: 1.3.2; 1.3.10; btpand is in section 8
|
1.2 | 17-Aug-2008 |
cegger | spelling: Acess -> Access
|
1.1 | 17-Aug-2008 |
plunky | add btpand(8), a Bluetooth PAN daemon
|
1.3.10.2 | 24-Mar-2009 |
bouyer | Pull up following revision(s) (requested by plunky in ticket #1290): usr.sbin/btpand/channel.c: revision 1.1 usr.sbin/btpand/sdp.h: revision 1.1, 1.2 usr.sbin/btpand/sdp.c: revision 1.1, 1.2 usr.sbin/btpand/client.c: revision 1.1, 1.2 usr.sbin/btpand/bnep.c: revision 1.1 - 1.3 usr.sbin/btpand/bnep.h: revision 1.1 usr.sbin/btpand/Makefile: revision 1.1, 1.2 usr.sbin/btpand/packet.c: revision 1.1 usr.sbin/btpand/btpand.h: revision 1.1 usr.sbin/btpand/btpand.c: revision 1.1 usr.sbin/btpand/btpand.8: revision 1.1 - 1.3 usr.sbin/btpand/tap.c: revision 1.1 via patch usr.sbin/btpand/server.c: revision 1.1, 1.2 usr.sbin/Makefile: patch distrib/sets/lists/base/mi: patch distrib/sets/lists/comp/mi: patch distrib/sets/lists/man/mi: patch add btpand(8), a Bluetooth PAN daemon
|
1.3.10.1 | 17-Aug-2008 |
bouyer | file btpand.8 was added on branch netbsd-4 on 2009-03-24 21:46:36 +0000
|
1.3.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.3.2.1 | 17-Aug-2008 |
wrstuden | file btpand.8 was added on branch wrstuden-revivesa on 2008-09-18 04:30:01 +0000
|
1.5.4.1 | 17-Apr-2012 |
yamt | sync with head
|
1.6.32.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.6.30.1 | 18-Jan-2019 |
pgoyette | Synch with HEAD
|
1.9 | 04-Jun-2024 |
plunky | Fix off-by-one bug in btpand
`ul` reaches `__arraycount(services)` before the bound-check happens, causing undefined behaviour.
from Dapeng Gao <dg612@cam.ac.uk> via FreeBSD
|
1.8 | 18-May-2022 |
andvar | branches: 1.8.2; fix typos in word "access" and it derivatives, mainly in comments.
|
1.7 | 21-Jun-2014 |
christos | branches: 1.7.26; add NOTREACHED comment
|
1.6 | 29-Aug-2011 |
joerg | branches: 1.6.8; 1.6.18; Use __dead.
|
1.5 | 13-May-2009 |
christos | make this compile where size_t is not unsigned int.
|
1.4 | 12-May-2009 |
plunky | update to use the new Service Discovery API
|
1.3 | 12-May-2009 |
plunky | rework the channel shutdown code path, each channel now has its own action to process which separates the server and client code.
|
1.2 | 15-Apr-2009 |
lukem | Fix -Wsign-compare issue
|
1.1 | 17-Aug-2008 |
plunky | branches: 1.1.2; 1.1.8; 1.1.10; add btpand(8), a Bluetooth PAN daemon
|
1.1.10.2 | 24-Mar-2009 |
bouyer | Pull up following revision(s) (requested by plunky in ticket #1290): usr.sbin/btpand/channel.c: revision 1.1 usr.sbin/btpand/sdp.h: revision 1.1, 1.2 usr.sbin/btpand/sdp.c: revision 1.1, 1.2 usr.sbin/btpand/client.c: revision 1.1, 1.2 usr.sbin/btpand/bnep.c: revision 1.1 - 1.3 usr.sbin/btpand/bnep.h: revision 1.1 usr.sbin/btpand/Makefile: revision 1.1, 1.2 usr.sbin/btpand/packet.c: revision 1.1 usr.sbin/btpand/btpand.h: revision 1.1 usr.sbin/btpand/btpand.c: revision 1.1 usr.sbin/btpand/btpand.8: revision 1.1 - 1.3 usr.sbin/btpand/tap.c: revision 1.1 via patch usr.sbin/btpand/server.c: revision 1.1, 1.2 usr.sbin/Makefile: patch distrib/sets/lists/base/mi: patch distrib/sets/lists/comp/mi: patch distrib/sets/lists/man/mi: patch add btpand(8), a Bluetooth PAN daemon
|
1.1.10.1 | 17-Aug-2008 |
bouyer | file btpand.c was added on branch netbsd-4 on 2009-03-24 21:46:36 +0000
|
1.1.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.1.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.2.1 | 17-Aug-2008 |
wrstuden | file btpand.c was added on branch wrstuden-revivesa on 2008-09-18 04:30:01 +0000
|
1.6.18.1 | 10-Aug-2014 |
tls | Rebase.
|
1.6.8.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.7.26.1 | 26-Jun-2024 |
martin | Pull up following revision(s) (requested by plunky in ticket #1851):
usr.sbin/btpand/btpand.c: revision 1.9
Fix off-by-one bug in btpand
`ul` reaches `__arraycount(services)` before the bound-check happens, causing undefined behaviour. from Dapeng Gao <dg612%cam.ac.uk@localhost> via FreeBSD
|
1.8.2.1 | 26-Jun-2024 |
martin | Pull up following revision(s) (requested by plunky in ticket #727):
usr.sbin/btpand/btpand.c: revision 1.9
Fix off-by-one bug in btpand
`ul` reaches `__arraycount(services)` before the bound-check happens, causing undefined behaviour. from Dapeng Gao <dg612%cam.ac.uk@localhost> via FreeBSD
|
1.5 | 04-Oct-2016 |
joerg | The last argument before ... must not be default promoted, otherwise the result is undefined behavior.
|
1.4 | 14-Oct-2012 |
plunky | branches: 1.4.12; no trailing comma on enum
|
1.3 | 12-May-2009 |
plunky | branches: 1.3.6; 1.3.12; update to use the new Service Discovery API
|
1.2 | 12-May-2009 |
plunky | rework the channel shutdown code path, each channel now has its own action to process which separates the server and client code.
|
1.1 | 17-Aug-2008 |
plunky | branches: 1.1.2; 1.1.8; 1.1.10; add btpand(8), a Bluetooth PAN daemon
|
1.1.10.2 | 24-Mar-2009 |
bouyer | Pull up following revision(s) (requested by plunky in ticket #1290): usr.sbin/btpand/channel.c: revision 1.1 usr.sbin/btpand/sdp.h: revision 1.1, 1.2 usr.sbin/btpand/sdp.c: revision 1.1, 1.2 usr.sbin/btpand/client.c: revision 1.1, 1.2 usr.sbin/btpand/bnep.c: revision 1.1 - 1.3 usr.sbin/btpand/bnep.h: revision 1.1 usr.sbin/btpand/Makefile: revision 1.1, 1.2 usr.sbin/btpand/packet.c: revision 1.1 usr.sbin/btpand/btpand.h: revision 1.1 usr.sbin/btpand/btpand.c: revision 1.1 usr.sbin/btpand/btpand.8: revision 1.1 - 1.3 usr.sbin/btpand/tap.c: revision 1.1 via patch usr.sbin/btpand/server.c: revision 1.1, 1.2 usr.sbin/Makefile: patch distrib/sets/lists/base/mi: patch distrib/sets/lists/comp/mi: patch distrib/sets/lists/man/mi: patch add btpand(8), a Bluetooth PAN daemon
|
1.1.10.1 | 17-Aug-2008 |
bouyer | file btpand.h was added on branch netbsd-4 on 2009-03-24 21:46:36 +0000
|
1.1.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.1.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.2.1 | 17-Aug-2008 |
wrstuden | file btpand.h was added on branch wrstuden-revivesa on 2008-09-18 04:30:01 +0000
|
1.3.12.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.3.6.1 | 30-Oct-2012 |
yamt | sync with head
|
1.4.12.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.4 | 27-Jan-2011 |
plunky | style nit
|
1.3 | 12-May-2009 |
plunky | branches: 1.3.2; rework the channel shutdown code path, each channel now has its own action to process which separates the server and client code.
|
1.2 | 02-May-2009 |
plunky | use assert() instead of _DIAGASSERT()
suggested by emax@freebsd
|
1.1 | 17-Aug-2008 |
plunky | branches: 1.1.2; 1.1.8; 1.1.10; add btpand(8), a Bluetooth PAN daemon
|
1.1.10.2 | 24-Mar-2009 |
bouyer | Pull up following revision(s) (requested by plunky in ticket #1290): usr.sbin/btpand/channel.c: revision 1.1 usr.sbin/btpand/sdp.h: revision 1.1, 1.2 usr.sbin/btpand/sdp.c: revision 1.1, 1.2 usr.sbin/btpand/client.c: revision 1.1, 1.2 usr.sbin/btpand/bnep.c: revision 1.1 - 1.3 usr.sbin/btpand/bnep.h: revision 1.1 usr.sbin/btpand/Makefile: revision 1.1, 1.2 usr.sbin/btpand/packet.c: revision 1.1 usr.sbin/btpand/btpand.h: revision 1.1 usr.sbin/btpand/btpand.c: revision 1.1 usr.sbin/btpand/btpand.8: revision 1.1 - 1.3 usr.sbin/btpand/tap.c: revision 1.1 via patch usr.sbin/btpand/server.c: revision 1.1, 1.2 usr.sbin/Makefile: patch distrib/sets/lists/base/mi: patch distrib/sets/lists/comp/mi: patch distrib/sets/lists/man/mi: patch add btpand(8), a Bluetooth PAN daemon
|
1.1.10.1 | 17-Aug-2008 |
bouyer | file channel.c was added on branch netbsd-4 on 2009-03-24 21:46:36 +0000
|
1.1.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.1.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.2.1 | 17-Aug-2008 |
wrstuden | file channel.c was added on branch wrstuden-revivesa on 2008-09-18 04:30:01 +0000
|
1.3.2.1 | 08-Feb-2011 |
bouyer | Sync with HEAD
|
1.7 | 14-Oct-2012 |
plunky | add code to ensure that SO_SNDBUF is large enough on client connections, as was previously done for server mode
|
1.6 | 29-Aug-2011 |
joerg | branches: 1.6.2; 1.6.8; Use __dead.
|
1.5 | 08-Feb-2011 |
plunky | the default socket rcvbuf for L2CAP is only 4Kbytes which is only 2 and a bit ethernet packets. Check and increase SO_RCVBUF on startup so that we have buffers for 10 complete packets, should solve a reported problem with overruns at higher connection speeds (our L2CAP does not have any flow control).
(the default can still be adjusted upwards using sysctl)
|
1.4 | 12-May-2009 |
plunky | branches: 1.4.2; update to use the new Service Discovery API
|
1.3 | 12-May-2009 |
plunky | rework the channel shutdown code path, each channel now has its own action to process which separates the server and client code.
|
1.2 | 06-Dec-2008 |
plunky | branches: 1.2.2; 1.2.4; modify some SDP data parsing function names to avoid conflicts with similar functions that are intended to be imported to libsdp.
(this will use the library routines when they are done)
|
1.1 | 17-Aug-2008 |
plunky | branches: 1.1.2; 1.1.6; add btpand(8), a Bluetooth PAN daemon
|
1.1.6.1 | 24-Feb-2009 |
snj | Pull up following revision(s) (requested by plunky in ticket #467): usr.sbin/btpand/client.c: revision 1.2 usr.sbin/btpand/sdp.c: revision 1.2 usr.sbin/btpand/sdp.h: revision 1.2 modify some SDP data parsing function names to avoid conflicts with similar functions that are intended to be imported to libsdp. (this will use the library routines when they are done)
|
1.1.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.2.1 | 17-Aug-2008 |
wrstuden | file client.c was added on branch wrstuden-revivesa on 2008-09-18 04:30:01 +0000
|
1.2.4.2 | 24-Mar-2009 |
bouyer | Pull up following revision(s) (requested by plunky in ticket #1290): usr.sbin/btpand/channel.c: revision 1.1 usr.sbin/btpand/sdp.h: revision 1.1, 1.2 usr.sbin/btpand/sdp.c: revision 1.1, 1.2 usr.sbin/btpand/client.c: revision 1.1, 1.2 usr.sbin/btpand/bnep.c: revision 1.1 - 1.3 usr.sbin/btpand/bnep.h: revision 1.1 usr.sbin/btpand/Makefile: revision 1.1, 1.2 usr.sbin/btpand/packet.c: revision 1.1 usr.sbin/btpand/btpand.h: revision 1.1 usr.sbin/btpand/btpand.c: revision 1.1 usr.sbin/btpand/btpand.8: revision 1.1 - 1.3 usr.sbin/btpand/tap.c: revision 1.1 via patch usr.sbin/btpand/server.c: revision 1.1, 1.2 usr.sbin/Makefile: patch distrib/sets/lists/base/mi: patch distrib/sets/lists/comp/mi: patch distrib/sets/lists/man/mi: patch add btpand(8), a Bluetooth PAN daemon
|
1.2.4.1 | 06-Dec-2008 |
bouyer | file client.c was added on branch netbsd-4 on 2009-03-24 21:46:36 +0000
|
1.2.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.4.2.1 | 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.6.8.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.6.2.1 | 30-Oct-2012 |
yamt | sync with head
|
1.2 | 02-May-2009 |
plunky | use assert() instead of _DIAGASSERT()
suggested by emax@freebsd
|
1.1 | 17-Aug-2008 |
plunky | branches: 1.1.2; 1.1.8; 1.1.10; add btpand(8), a Bluetooth PAN daemon
|
1.1.10.2 | 24-Mar-2009 |
bouyer | Pull up following revision(s) (requested by plunky in ticket #1290): usr.sbin/btpand/channel.c: revision 1.1 usr.sbin/btpand/sdp.h: revision 1.1, 1.2 usr.sbin/btpand/sdp.c: revision 1.1, 1.2 usr.sbin/btpand/client.c: revision 1.1, 1.2 usr.sbin/btpand/bnep.c: revision 1.1 - 1.3 usr.sbin/btpand/bnep.h: revision 1.1 usr.sbin/btpand/Makefile: revision 1.1, 1.2 usr.sbin/btpand/packet.c: revision 1.1 usr.sbin/btpand/btpand.h: revision 1.1 usr.sbin/btpand/btpand.c: revision 1.1 usr.sbin/btpand/btpand.8: revision 1.1 - 1.3 usr.sbin/btpand/tap.c: revision 1.1 via patch usr.sbin/btpand/server.c: revision 1.1, 1.2 usr.sbin/Makefile: patch distrib/sets/lists/base/mi: patch distrib/sets/lists/comp/mi: patch distrib/sets/lists/man/mi: patch add btpand(8), a Bluetooth PAN daemon
|
1.1.10.1 | 17-Aug-2008 |
bouyer | file packet.c was added on branch netbsd-4 on 2009-03-24 21:46:36 +0000
|
1.1.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.1.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.2.1 | 17-Aug-2008 |
wrstuden | file packet.c was added on branch wrstuden-revivesa on 2008-09-18 04:30:01 +0000
|
1.3 | 12-May-2009 |
plunky | update to use the new Service Discovery API
|
1.2 | 06-Dec-2008 |
plunky | branches: 1.2.2; 1.2.4; modify some SDP data parsing function names to avoid conflicts with similar functions that are intended to be imported to libsdp.
(this will use the library routines when they are done)
|
1.1 | 17-Aug-2008 |
plunky | branches: 1.1.2; 1.1.6; add btpand(8), a Bluetooth PAN daemon
|
1.1.6.1 | 24-Feb-2009 |
snj | Pull up following revision(s) (requested by plunky in ticket #467): usr.sbin/btpand/client.c: revision 1.2 usr.sbin/btpand/sdp.c: revision 1.2 usr.sbin/btpand/sdp.h: revision 1.2 modify some SDP data parsing function names to avoid conflicts with similar functions that are intended to be imported to libsdp. (this will use the library routines when they are done)
|
1.1.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.2.1 | 17-Aug-2008 |
wrstuden | file sdp.c was added on branch wrstuden-revivesa on 2008-09-18 04:30:02 +0000
|
1.2.4.2 | 24-Mar-2009 |
bouyer | Pull up following revision(s) (requested by plunky in ticket #1290): usr.sbin/btpand/channel.c: revision 1.1 usr.sbin/btpand/sdp.h: revision 1.1, 1.2 usr.sbin/btpand/sdp.c: revision 1.1, 1.2 usr.sbin/btpand/client.c: revision 1.1, 1.2 usr.sbin/btpand/bnep.c: revision 1.1 - 1.3 usr.sbin/btpand/bnep.h: revision 1.1 usr.sbin/btpand/Makefile: revision 1.1, 1.2 usr.sbin/btpand/packet.c: revision 1.1 usr.sbin/btpand/btpand.h: revision 1.1 usr.sbin/btpand/btpand.c: revision 1.1 usr.sbin/btpand/btpand.8: revision 1.1 - 1.3 usr.sbin/btpand/tap.c: revision 1.1 via patch usr.sbin/btpand/server.c: revision 1.1, 1.2 usr.sbin/Makefile: patch distrib/sets/lists/base/mi: patch distrib/sets/lists/comp/mi: patch distrib/sets/lists/man/mi: patch add btpand(8), a Bluetooth PAN daemon
|
1.2.4.1 | 06-Dec-2008 |
bouyer | file sdp.c was added on branch netbsd-4 on 2009-03-24 21:46:36 +0000
|
1.2.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.3 | 12-May-2009 |
plunky | update to use the new Service Discovery API
|
1.2 | 06-Dec-2008 |
plunky | branches: 1.2.2; 1.2.4; modify some SDP data parsing function names to avoid conflicts with similar functions that are intended to be imported to libsdp.
(this will use the library routines when they are done)
|
1.1 | 17-Aug-2008 |
plunky | branches: 1.1.2; 1.1.6; add btpand(8), a Bluetooth PAN daemon
|
1.1.6.1 | 24-Feb-2009 |
snj | Pull up following revision(s) (requested by plunky in ticket #467): usr.sbin/btpand/client.c: revision 1.2 usr.sbin/btpand/sdp.c: revision 1.2 usr.sbin/btpand/sdp.h: revision 1.2 modify some SDP data parsing function names to avoid conflicts with similar functions that are intended to be imported to libsdp. (this will use the library routines when they are done)
|
1.1.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.2.1 | 17-Aug-2008 |
wrstuden | file sdp.h was added on branch wrstuden-revivesa on 2008-09-18 04:30:02 +0000
|
1.2.4.2 | 24-Mar-2009 |
bouyer | Pull up following revision(s) (requested by plunky in ticket #1290): usr.sbin/btpand/channel.c: revision 1.1 usr.sbin/btpand/sdp.h: revision 1.1, 1.2 usr.sbin/btpand/sdp.c: revision 1.1, 1.2 usr.sbin/btpand/client.c: revision 1.1, 1.2 usr.sbin/btpand/bnep.c: revision 1.1 - 1.3 usr.sbin/btpand/bnep.h: revision 1.1 usr.sbin/btpand/Makefile: revision 1.1, 1.2 usr.sbin/btpand/packet.c: revision 1.1 usr.sbin/btpand/btpand.h: revision 1.1 usr.sbin/btpand/btpand.c: revision 1.1 usr.sbin/btpand/btpand.8: revision 1.1 - 1.3 usr.sbin/btpand/tap.c: revision 1.1 via patch usr.sbin/btpand/server.c: revision 1.1, 1.2 usr.sbin/Makefile: patch distrib/sets/lists/base/mi: patch distrib/sets/lists/comp/mi: patch distrib/sets/lists/man/mi: patch add btpand(8), a Bluetooth PAN daemon
|
1.2.4.1 | 06-Dec-2008 |
bouyer | file sdp.h was added on branch netbsd-4 on 2009-03-24 21:46:36 +0000
|
1.2.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.8 | 14-Oct-2012 |
plunky | add code to ensure that SO_SNDBUF is large enough on client connections, as was previously done for server mode
|
1.7 | 08-Feb-2011 |
plunky | branches: 1.7.4; 1.7.10; the default socket rcvbuf for L2CAP is only 4Kbytes which is only 2 and a bit ethernet packets. Check and increase SO_RCVBUF on startup so that we have buffers for 10 complete packets, should solve a reported problem with overruns at higher connection speeds (our L2CAP does not have any flow control).
(the default can still be adjusted upwards using sysctl)
|
1.6 | 25-Oct-2009 |
plunky | branches: 1.6.2; after setting the L2CAP link mode in server mode, retrieve the kernels interpretation of it and check specifically for auth when creating the service record.
|
1.5 | 24-Oct-2009 |
plunky | use correct value for 10 Mbps
|
1.4 | 12-May-2009 |
plunky | update to use the new Service Discovery API
|
1.3 | 12-May-2009 |
plunky | rework the channel shutdown code path, each channel now has its own action to process which separates the server and client code.
|
1.2 | 24-Jan-2009 |
plunky | branches: 1.2.2; 1.2.4; The "Service Availability" value in the SDP record should be a number from 0-255 indicating how much availability the service has, rather than the "Load Factor (0-7)" as used in the "Class of Device" setting.
|
1.1 | 17-Aug-2008 |
plunky | branches: 1.1.2; 1.1.6; add btpand(8), a Bluetooth PAN daemon
|
1.1.6.1 | 26-Jan-2009 |
snj | Pull up following revision(s) (requested by plunky in ticket #319): usr.sbin/btpand/server.c: revision 1.2 The "Service Availability" value in the SDP record should be a number from 0-255 indicating how much availability the service has, rather than the "Load Factor (0-7)" as used in the "Class of Device" setting.
|
1.1.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.2.1 | 17-Aug-2008 |
wrstuden | file server.c was added on branch wrstuden-revivesa on 2008-09-18 04:30:02 +0000
|
1.2.4.2 | 24-Mar-2009 |
bouyer | Pull up following revision(s) (requested by plunky in ticket #1290): usr.sbin/btpand/channel.c: revision 1.1 usr.sbin/btpand/sdp.h: revision 1.1, 1.2 usr.sbin/btpand/sdp.c: revision 1.1, 1.2 usr.sbin/btpand/client.c: revision 1.1, 1.2 usr.sbin/btpand/bnep.c: revision 1.1 - 1.3 usr.sbin/btpand/bnep.h: revision 1.1 usr.sbin/btpand/Makefile: revision 1.1, 1.2 usr.sbin/btpand/packet.c: revision 1.1 usr.sbin/btpand/btpand.h: revision 1.1 usr.sbin/btpand/btpand.c: revision 1.1 usr.sbin/btpand/btpand.8: revision 1.1 - 1.3 usr.sbin/btpand/tap.c: revision 1.1 via patch usr.sbin/btpand/server.c: revision 1.1, 1.2 usr.sbin/Makefile: patch distrib/sets/lists/base/mi: patch distrib/sets/lists/comp/mi: patch distrib/sets/lists/man/mi: patch add btpand(8), a Bluetooth PAN daemon
|
1.2.4.1 | 24-Jan-2009 |
bouyer | file server.c was added on branch netbsd-4 on 2009-03-24 21:46:36 +0000
|
1.2.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.6.2.1 | 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.7.10.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.7.4.1 | 30-Oct-2012 |
yamt | sync with head
|
1.5 | 12-May-2009 |
plunky | add an exit hook at the tap so that on the way out (for whatever reason), btpand will mark down the interface.
|
1.4 | 12-May-2009 |
plunky | rework the channel shutdown code path, each channel now has its own action to process which separates the server and client code.
|
1.3 | 02-May-2009 |
plunky | use assert() instead of _DIAGASSERT()
suggested by emax@freebsd
|
1.2 | 10-Mar-2009 |
plunky | branches: 1.2.2; use the generic SIOCALIFADDR to add an active link layer address instead of the (soon to be) deprecated SIOCSIFPHYADDR
|
1.1 | 17-Aug-2008 |
plunky | branches: 1.1.2; 1.1.6; 1.1.8; add btpand(8), a Bluetooth PAN daemon
|
1.1.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.1.6.1 | 18-Mar-2009 |
snj | Pull up following revision(s) (requested by plunky in ticket #570): usr.sbin/btpand/tap.c: revision 1.2 use the generic SIOCALIFADDR to add an active link layer address instead of the (soon to be) deprecated SIOCSIFPHYADDR
|
1.1.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.2.1 | 17-Aug-2008 |
wrstuden | file tap.c was added on branch wrstuden-revivesa on 2008-09-18 04:30:02 +0000
|
1.2.2.2 | 24-Mar-2009 |
bouyer | Pull up following revision(s) (requested by plunky in ticket #1290): usr.sbin/btpand/channel.c: revision 1.1 usr.sbin/btpand/sdp.h: revision 1.1, 1.2 usr.sbin/btpand/sdp.c: revision 1.1, 1.2 usr.sbin/btpand/client.c: revision 1.1, 1.2 usr.sbin/btpand/bnep.c: revision 1.1 - 1.3 usr.sbin/btpand/bnep.h: revision 1.1 usr.sbin/btpand/Makefile: revision 1.1, 1.2 usr.sbin/btpand/packet.c: revision 1.1 usr.sbin/btpand/btpand.h: revision 1.1 usr.sbin/btpand/btpand.c: revision 1.1 usr.sbin/btpand/btpand.8: revision 1.1 - 1.3 usr.sbin/btpand/tap.c: revision 1.1 via patch usr.sbin/btpand/server.c: revision 1.1, 1.2 usr.sbin/Makefile: patch distrib/sets/lists/base/mi: patch distrib/sets/lists/comp/mi: patch distrib/sets/lists/man/mi: patch add btpand(8), a Bluetooth PAN daemon
|
1.2.2.1 | 10-Mar-2009 |
bouyer | file tap.c was added on branch netbsd-4 on 2009-03-24 21:46:36 +0000
|