aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/socket
Commit message (Expand)AuthorAgeFilesLines
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-014-7/+7
* Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is oneHartmut Brandt2004-01-261-1/+1
* NULL -> 0 where appropriate.Alfred Perlstein2003-12-243-18/+18
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-181-4/+8
* Update Bluetooth code.Maksim Yevmenkin2003-10-125-12/+21
* Use the <sys/bitstring.h> rather than <bitstring.h>Poul-Henning Kamp2003-06-135-5/+5
* Part one of undating the bluetooth code to the newest versionJulian Elischer2003-05-106-523/+4611
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-4/+2
* Introduce a new taskqueue that runs completely free of Giant, and inScott Long2003-02-263-7/+7
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-193-18/+18
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-213-18/+18
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-192-3/+3
* The second try a committing the bluetooth codeJulian Elischer2002-11-205-0/+5532