summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/socket
Commit message (Expand)AuthorAgeFilesLines
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-293-37/+28
* Address few style issues pointed out by bdeemax2004-04-275-28/+28
* Make sure RFCOMM multiplexor channel does not hang in DISCONNECTINGemax2004-04-231-3/+6
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-014-7/+7
* Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is oneharti2004-01-261-1/+1
* NULL -> 0 where appropriate.alfred2003-12-243-18/+18
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-4/+8
* Update Bluetooth code.emax2003-10-125-12/+21
* Use the <sys/bitstring.h> rather than <bitstring.h>phk2003-06-135-5/+5
* Part one of undating the bluetooth code to the newest versionjulian2003-05-106-523/+4611
* 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-193-18/+18
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-213-18/+18
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-192-3/+3
* The second try a committing the bluetooth codejulian2002-11-205-0/+5532
OpenPOWER on IntegriCloud