summaryrefslogtreecommitdiff
path: root/usr.sbin/btpand
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2022-05-18fix typos in word "access" and it derivatives, mainly in comments.andvar
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-01-17Add missing width argument to Bl. Remove Pp before It.wiz
2019-01-17btpand(8): replace dhclient(8) references with dhcpcd(8)gutteridge
2016-10-04The last argument before ... must not be default promoted, otherwise thejoerg
2014-06-21add NOTREACHED commentchristos
2012-10-14no trailing comma on enumplunky
2012-10-14add code to ensure that SO_SNDBUF is large enough on client connections,plunky
2012-03-15Use Lk macro when dealing with URLs. While here update or remove somenjoly
2011-08-29Use __dead.joerg
2011-08-27Sprinkle constjoerg
2011-04-29Sort sections, SEE ALSO, and fix xref.wiz
2011-02-08the default socket rcvbuf for L2CAP is only 4Kbytes which is onlyplunky
2011-02-08check number of filters received against max possibleplunky
2011-01-27when a BNEP channel is opened, clear any NetType or MulticastAddressplunky
2011-01-27style nitplunky
2009-10-25after setting the L2CAP link mode in server mode, retrieve the kernelsplunky
2009-10-24use correct value for 10 Mbpsplunky
2009-10-24Fix man page reference from non-existent dhcp(8) to dhcpd(8).reed
2009-05-13make this compile where size_t is not unsigned int.christos
2009-05-12update to use the new Service Discovery APIplunky
2009-05-12add an exit hook at the tap so that on the way out (for whatever reason),plunky
2009-05-12rework the channel shutdown code path, each channel now has its ownplunky
2009-05-12rather than debug message, exclaim in error for failed set filterplunky
2009-05-12no longer needs libsdpplunky
2009-05-07Ensure that these programs continue to build while I am in theplunky
2009-05-03Fix formatting for printing size_tkefren
2009-05-02add a noisy debug message for overlong packetsplunky
2009-05-02use assert() instead of _DIAGASSERT()plunky
2009-04-15Fix -Wsign-compare issuelukem
2009-03-10use the generic SIOCALIFADDR to add an active link layer addressplunky
2009-02-04use some size_t instead of intplunky
2009-01-31Fix a problem which prevents remote parties connecting to our NAP service,plunky
2009-01-24The "Service Availability" value in the SDP record should be a numberplunky
2008-12-06modify some SDP data parsing function names to avoid conflicts with similarplunky
2008-08-18no need to use -g and _DIAGNOSTICplunky
2008-08-17btpand is in section 8plunky
2008-08-17spelling: Acess -> Accesscegger
2008-08-17add btpand(8), a Bluetooth PAN daemonplunky