summaryrefslogtreecommitdiff
path: root/sys/netbt/rfcomm_upper.c
AgeCommit message (Expand)Author
2010-01-04prevent local socket address from being changed after socket isplunky
2009-11-22more s/the the/the/mbalmer
2008-08-06Convert socket options code to use a sockopt structureplunky
2007-11-20allow listening to channel RFCOMM_CHANNEL_ANY, which means thatplunky
2007-11-20when listening, don't attach to the 'any' address unlessplunky
2007-11-03"struct callout" -> callout_tplunky
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-04-21Add 'service level' security for L2CAP and RFCOMM connections, followingplunky
2007-04-06rework ordering of error conditions for setopt, prefer to return EINVALplunky
2007-03-30be more explicit and consistent in use of KASSERT with pointers,plunky
2007-03-06don't reset MTU when invalid value is givenplunky
2007-03-05return ENOPROTOOPT when protocol options are not knownplunky
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore