summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/socket
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-075-5/+15
* Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as theymlaier2004-11-301-1/+2
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-84/+48
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-184-0/+5
* 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
* 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
* 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