index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
bluetooth
Age
Commit message (
Expand
)
Author
2022-10-26
btuart(4): Convert to ttylock/ttyunlock.
riastradh
2022-10-26
bth5(4): Convert to ttylock/ttyunlock.
riastradh
2022-10-26
bcsp(4): Convert to ttylock/ttyunlock.
riastradh
2022-06-28
remove KASSERT() checking for t_oproc at open since assigning this line
plunky
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-06-11
Update for proplib(3) API changes.
thorpej
2020-06-08
Update for proplib(3) API changes.
thorpej
2020-03-14
fix memory leaks
maxv
2019-11-16
Don't wait in interrupt context.
mlelstv
2019-06-08
Clean get_props().
isaki
2019-05-25
Make it compilable even with debug option.
isaki
2019-05-08
Merge isaki-audio2 branch, the overhaul of audio subsystem.
isaki
2019-03-16
Use C99 style struct initializer to audio_hw_if.
isaki
2019-02-03
- add or adjust /* FALLTHROUGH */ where appropriate
mrg
2019-01-24
Add comments about D_MPSAFE to functions called as struct linesw.l_ioctl.
knakahara
2018-11-15
Correctly handle signed/unsigned quantities in kernel HID parser.
jakllsch
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2017-12-10
Factor out bus-independant HID code so that it can be shared by USB, bluetooth
bouyer
2017-09-03
Remove references to BlueCore.
nat
2017-08-14
Apply the sequence number mask to txack.
nat
2017-08-14
Conform to the spec. with regards to acknowlegment packets. This prevents
nat
2017-08-11
Ensure the XMIT flag is cleared before calling bth5_start.
nat
2017-08-10
Add support for btuart h5 3-wire protocol.
nat
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-05-28
bt_lock is now used as the audio interrupt lock. This is more appropriate
nat
2016-08-15
Curious typo, found by mootja
maxv
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2015-12-13
STRENGHT -> STRENGTH and misc spelling/whitespace. no functional change
plunky
2015-09-06
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
dholland
2015-08-20
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
christos
2015-07-10
Wrap up calls to softint_schedule in kpeempt_[dis/en]able.
nat
2015-07-03
Add basic support for tap detection, emulating a left-click.
bouyer
2015-05-09
use standard idiom - thanks riastradh@
dholland
2015-05-09
Coverity CID 975184: don't ignore pmf_device_register failure.
dholland
2015-05-08
goto out for negative lengths too. Really this test should either be removed
christos
2015-04-30
Fix more memory leaks by changing the transmit routines to always free the
christos
2015-04-27
free mbuf on failure (Brainy)
christos
2015-04-16
CID 1293640/1 memory corruption/overrun
christos
2015-04-06
Add support for Apple Magic Trackpad.
bouyer
2014-12-13
Added quirk for ELECOM M-XG2BB.
nonaka
2014-11-16
Replace callout_stop with callout_halt
ozaki-r
2014-08-05
split PRU_SEND function out of pr_generic() usrreq switches and put into
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-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-07-24
split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreq
rtr
2014-05-20
netbt: rename some attach/detach functions to have _pcb suffix, so
rmind
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
[next]