index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netbt
Age
Commit message (
Expand
)
Author
2007-10-01
Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'
Kenneth R Westerback
2007-09-17
Only the most obvious bzero() -> M_ZERO changes. No cast changes, no
Kenneth R Westerback
2007-07-22
spacing, chop some of the more obscenely long lines.
Gordon Willem Klok
2007-06-26
Fix "the the"s. ok miod@.
Tom Cosgrove
2007-06-24
Remove some unused leftover code; original request from jasper@
Uwe Stuehler
2007-06-19
Abort all pending ACL connections when we get an HCI command parameter
Uwe Stuehler
2007-06-06
No need to call hci_enable() when we can do "btconfig <dev> up"; ok gwk
Uwe Stuehler
2007-06-06
Do not dereference a garbage pointer in hci_acl_send()
Uwe Stuehler
2007-06-02
Set a flag in hci_usrreq() to allow priviledged operations
Uwe Stuehler
2007-06-01
Set BTF_UP before hci_enable() to make hci_unit_lookup() work; ok gwk
Uwe Stuehler
2007-06-01
workq_add_task() flags argument position changed
Uwe Stuehler
2007-06-01
set debug level to 0
Uwe Stuehler
2007-06-01
complete the sys/netbt import and adopt some more code to our interfaces
Uwe Stuehler
2007-05-31
Enable packet flow between HCI driver and controller
Uwe Stuehler
2007-05-30
Unbreak the tree for gwk
Uwe Stuehler
2007-05-30
Import parts of the NetBSD bluetooth stack; ok gwk, and grange on removal
Uwe Stuehler
2007-05-26
one extern seems to be better than 20 for ifqmaxlen; ok krw
Jason Wright
2006-12-01
spelling: queue, not qeueue
Camiel Dobbelaar
2006-03-04
With the exception of two other small uncommited diffs this moves
Brad Smith
2005-07-15
From FreeBSD netgraph/bluetooth/include/ng_hci.h rev. 1.5:
Alexander Yurchenko
2005-01-17
cleanup rcsids
Michael Shalayeff
2005-01-14
Restrict AF_BLUETOOTH sockets to root for now. Discussed with theo and
Alexander Yurchenko
2005-01-14
First step in Bluetooth protocol stack support.
Alexander Yurchenko