summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+3
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-181-0/+1
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-121-0/+1
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-13/+10
* Address few style issues pointed out by bdeemax2004-04-271-5/+5
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-011-1/+1
* Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is oneharti2004-01-261-1/+1
* NULL -> 0 where appropriate.alfred2003-12-241-4/+4
* Update Bluetooth code.emax2003-10-121-2/+2
* Use the <sys/bitstring.h> rather than <bitstring.h>phk2003-06-131-1/+1
* Part one of undating the bluetooth code to the newest versionjulian2003-05-101-143/+392
* 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-261-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-8/+8
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-8/+8
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* The second try a committing the bluetooth codejulian2002-11-201-0/+1320
OpenPOWER on IntegriCloud