summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-0748-48/+144
* Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure.emax2005-01-041-1/+1
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.glebius2004-12-012-15/+15
* Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as theymlaier2004-11-301-1/+2
* Correct typo. Return ENXIO instead of EIO.emax2004-11-191-1/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-84/+48
* Fix kernel build (caused by recent ng_{un}timeout API change)emax2004-11-035-23/+23
* Fix broken ng_h4(4). Basically, do not abuse t_sc field and use new t_lscemax2004-11-021-7/+9
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-184-0/+5
* Get rid of device nodes interface. It is useless and confusing.emax2004-10-122-532/+1
* Align netgraph message fields ready for 64-bit (and 128 bit :-) machines.julian2004-08-201-6/+1
* Introduce ng_hci_inquiry_response structure and use it in the hccontrol(8)emax2004-08-101-7/+10
* MFp4: Last references to dev/usb/usbdevs.h converted.imp2004-06-272-2/+4
* Catch up with usbd_get_string_desc() change.le2004-06-261-1/+1
* Fix line discipline switching issues: If opening a new ldisc fails,phk2004-06-261-10/+1
* Add '#include <sys/mbuf.h>' to fix the kernel build.emax2004-06-251-0/+1
* Correct merge-o: make sure to unlock symmetrically socket bufferrwatson2004-06-181-2/+2
* Merge additional socket buffer locking from rwatson_netperf:rwatson2004-06-171-0/+12
* Second half of the dev_t cleanup.phk2004-06-172-21/+21
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-20/+20
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-141-2/+2
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-124-0/+7
* Integrate accept locking from rwatson_netperf, introducing a newrwatson2004-06-021-4/+5
* The SS_COMP and SS_INCOMP flags in the so_state field indicate whetherrwatson2004-06-011-1/+1
* add missing #include <sys/module.h>phk2004-05-303-0/+3
* Missed these in the last commit.julian2004-05-293-36/+31
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-295-62/+49
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* Mode few Bluetooth defines into system include filesemax2004-05-103-21/+1
* Address few style issues pointed out by bdeemax2004-04-2720-132/+132
* Make sure RFCOMM multiplexor channel does not hang in DISCONNECTINGemax2004-04-231-3/+6
* Make sure Bluetooth stuff can be compiled on amd64emax2004-04-0910-36/+36
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-014-7/+7
* Device megapatch 4/6:phk2004-02-212-0/+4
* Device megapatch 1/6:phk2004-02-212-14/+0
* Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is oneharti2004-01-263-4/+9
* NULL -> 0 where appropriate.alfred2003-12-243-18/+18
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-4/+8
* Change double include protection style in headers to matchemax2003-11-1417-17/+17
* Update Bluetooth code.emax2003-10-1217-357/+459
* I don't know from where the notion that device driver should orphk2003-09-282-29/+2
* add missing machine/bus.h that is necessary to build now that usb is bus_dmajmg2003-07-161-0/+1
* Use the <sys/bitstring.h> rather than <bitstring.h>phk2003-06-135-5/+5
* Last commit of the bluetooth upgrade. (this patch was forgotten in the firstjulian2003-05-101-2/+2
* Part one of undating the bluetooth code to the newest versionjulian2003-05-1053-1472/+7187
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-4/+2
* Introduce a new taskqueue that runs completely free of Giant, and inscottl2003-02-263-7/+7
* Back out M_* changes, per decision of the TRB.imp2003-02-1914-48/+48
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-2114-48/+48
OpenPOWER on IntegriCloud