| Age | Commit message (Expand) | Author |
| 2023-03-26 | fix various typos in documentation, comments and sysctl device description. | andvar |
| 2022-12-24 | s/Reqest/Request/ and adding apostrophe for don't and didn't in comments. | andvar |
| 2022-05-28 | fix various typos in comments, mainly origional->original, | andvar |
| 2022-03-13 | s/hander/handler/ and s/hader/header/ in comments and documentation. | andvar |
| 2021-12-05 | s/commmand/command/ in comment. | msaitoh |
| 2021-12-04 | fix typos in comments and log messages, mainly in establish(ed). | andvar |
| 2021-11-22 | s/repsonse/response/ in comment. | msaitoh |
| 2021-09-21 | don't opencode kauth_cred_get() | christos |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-02-29 | pass the address of the field, instead of relying on it being the first | maxv |
| 2020-02-23 | fix reversed logic for Remote Port Negotiation, pointed out by maxv@ | plunky |
| 2019-09-28 | permit read_encryption_key_size from userland | plunky |
| 2019-09-28 | When encrypted connections are configured, verify that the encryption | plunky |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2019-01-28 | Fix memory leaks pointed out by Ilja Van Sprundel: all | martin |
| 2018-12-22 | Replace M_ALIGN and MH_ALIGN by m_align. | maxv |
| 2018-09-07 | two issues noted by maxv@ | plunky |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-21 | Result of audit to check that mbuf length is checked before m_copydata() | plunky |
| 2018-07-25 | Appease GCC in hci_filter_test() | kamil |
| 2017-12-21 | add HCI_SPEC_50 | plunky |
| 2017-01-28 | avoid -Werror=sign-conversion | jakllsch |
| 2017-01-28 | factor out common subexpressions. | christos |
| 2016-12-12 | acknowleg -> acknowledg, proceedure -> procedure. | maya |
| 2016-10-04 | The last named argument of a variadic function shall not be default | joerg |
| 2016-01-21 | Revert previous: ran cvs commit when I meant cvs diff. Sorry! | riastradh |
| 2016-01-21 | Give proper prototype to ip_output. | riastradh |
| 2015-12-22 | there is no longer a reason to have a separate hci_send function now | plunky |
| 2015-11-28 | add version and extended feature flags defined in 4.2 specification, | plunky |
| 2015-11-28 | note recent spec additions to L2CAP Info command regarding fixed channels | plunky |
| 2015-11-28 | add in PSMs defined in later versions of specification | plunky |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-05-02 | make connect syscall use sockaddr_big and modify pr_{send,connect} | rtr |
| 2015-04-26 | remove pr_generic from struct pr_usrreqs and all implementations of | rtr |
| 2015-04-24 | make accept, getsockname and getpeername syscalls use sockaddr_big and modify | rtr |
| 2015-04-03 | * change pr_bind to accept struct sockaddr * instead of struct mbuf * | rtr |
| 2014-11-16 | since rfcomm_attach_pcb may be called from (soft) interrupt context | plunky |
| 2014-08-09 | split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq | rtr |
| 2014-08-08 | split PRU_RCVD function out of pr_generic() usrreq switches and put into | rtr |
| 2014-08-05 | split PRU_SEND function out of pr_generic() usrreq switches and put into | rtr |
| 2014-08-05 | revert the removal of struct lwp * parameter from bind, listen and connect | rtr |
| 2014-07-31 | release mbuf on failure of PRU_SEND | rtr |
| 2014-07-31 | split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out of | rtr |
| 2014-07-30 | split PRU_CONNECT function out of pr_generic() usrreq switches and put | rtr |
| 2014-07-24 | split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreq | rtr |
| 2014-07-23 | split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreq | rtr |
| 2014-07-09 | * split PRU_ACCEPT function out of pr_generic() usrreq switches and put | rtr |
| 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 |