cgit '/>
summaryrefslogtreecommitdiff
path: root/sys/netbt/rfcomm_socket.c
AgeCommit message (Expand)Author
2013-08-29Remove SS_ISCONFIRMING, it is unused and TP4 will not come back.rmind
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-04-24Merge the socket locking patch:ad
2007-10-15for PRU_ATTACH, we should make sure that so_pcb is not allocated whenplunky
2007-04-21Add 'service level' security for L2CAP and RFCOMM connections, followingplunky
2007-03-31change declaration for protosw.h const symbolic strings to static, so thatplunky
2007-03-30be more explicit and consistent in use of KASSERT with pointers,plunky
2007-03-05return ENOPROTOOPT when protocol options are not knownplunky
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore