summaryrefslogtreecommitdiff
path: root/sys/netbt/sco_upper.c
AgeCommit message (Expand)Author
2014-08-05split PRU_SEND function out of pr_generic() usrreq switches and put intortr
2014-07-31split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out ofrtr
2014-07-30split PRU_CONNECT function out of pr_generic() usrreq switches and putrtr
2014-07-24split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreqrtr
2014-07-09* split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic()rtr
2014-05-20netbt: rename some attach/detach functions to have _pcb suffix, sormind
2014-05-19- Split off PRU_ATTACH and PRU_DETACH logic into separate functions.rmind
2010-01-04prevent local socket address from being changed after socket isplunky
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-03-16we always know the bdaddr and type of a link when creating it, soplunky
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-08-27BluetootH SCO Audio update.plunky
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore