summaryrefslogtreecommitdiff
path: root/sys/netbt
AgeCommit message (Expand)Author
2019-09-28Pull up following revision(s) (requested by plunky in ticket #260):martin
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2019-01-28Fix memory leaks pointed out by Ilja Van Sprundel: allmartin
2018-12-22Replace M_ALIGN and MH_ALIGN by m_align.maxv
2018-09-07two issues noted by maxv@plunky
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-08-21Result of audit to check that mbuf length is checked before m_copydata()plunky
2018-07-25Appease GCC in hci_filter_test()kamil
2017-12-21add HCI_SPEC_50plunky
2017-01-28avoid -Werror=sign-conversionjakllsch
2017-01-28factor out common subexpressions.christos
2016-12-12acknowleg -> acknowledg, proceedure -> procedure.maya
2016-10-04The last named argument of a variadic function shall not be defaultjoerg
2016-01-21Revert previous: ran cvs commit when I meant cvs diff. Sorry!riastradh
2016-01-21Give proper prototype to ip_output.riastradh
2015-12-22there is no longer a reason to have a separate hci_send function nowplunky
2015-11-28add version and extended feature flags defined in 4.2 specification,plunky
2015-11-28note recent spec additions to L2CAP Info command regarding fixed channelsplunky
2015-11-28add in PSMs defined in later versions of specificationplunky
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-05-02make connect syscall use sockaddr_big and modify pr_{send,connect}rtr
2015-04-26remove pr_generic from struct pr_usrreqs and all implementations ofrtr
2015-04-24make accept, getsockname and getpeername syscalls use sockaddr_big and modifyrtr
2015-04-03* change pr_bind to accept struct sockaddr * instead of struct mbuf *rtr
2014-11-16since rfcomm_attach_pcb may be called from (soft) interrupt contextplunky
2014-08-09split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreqrtr
2014-08-08split PRU_RCVD function out of pr_generic() usrreq switches and put intortr
2014-08-05split PRU_SEND function out of pr_generic() usrreq switches and put intortr
2014-08-05revert the removal of struct lwp * parameter from bind, listen and connectrtr
2014-07-31release mbuf on failure of PRU_SENDrtr
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-23split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreqrtr
2014-07-09* split PRU_ACCEPT function out of pr_generic() usrreq switches and putrtr
2014-07-09* split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic()rtr
2014-07-07* sprinkle KASSERT(solocked(so)); in all pr_stat() functions.rtr
2014-07-07backout change that made pr_stat return EOPNOTSUPP for protocols thatrtr
2014-07-07* have pr_stat return EOPNOTSUPP consistently for all protocols that dortr
2014-07-06* split PRU_SENSE functionality out of xxx_usrreq() switches and place intortr
2014-07-01fix parameter types in pr_ioctl, called xx_control() functions and removertr
2014-06-22* split PRU_CONTROL functionality out of xxx_userreq() switches and placertr
2014-05-20Adjust PR_WRAP_USRREQS() to include the attach/detach functions.rmind
2014-05-20netbt: rename some attach/detach functions to have _pcb suffix, sormind
2014-05-19Make it compile without options DIAGNOSTIC by removing a variable only setmartin
2014-05-19l2cap_detach1: fix gcc warning for non-DIAGNOSTIC case.rmind
2014-05-19- Split off PRU_ATTACH and PRU_DETACH logic into separate functions.rmind
2014-05-18Add struct pr_usrreqs with a pr_generic function and prepare for thermind
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-08-29Remove SS_ISCONFIRMING, it is unused and TP4 will not come back.rmind