summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r267336:trociny2014-06-301-0/+7
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-2/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-5/+5
* Allow unprivileged users to run l2ping(8).emax2009-02-041-5/+0
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-5/+4
* Implement ratelimiting for debug messages. For now, allow at mostemax2008-08-011-4/+10
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-211-1/+9
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-011-9/+3
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-011-2/+2
* Fix multiple typos in the mutex names. This fixes false positive (and prettyemax2005-08-231-4/+4
* Address minor locking issues. Use taskqueue_swi instead of taskqueue_swi_giant.emax2005-07-281-53/+45
* /* -> /*- 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-12/+9
* Address few style issues pointed out by bdeemax2004-04-271-5/+5
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-011-2/+2
* NULL -> 0 where appropriate.alfred2003-12-241-8/+8
* 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-230/+318
* 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
* The second try a committing the bluetooth codejulian2002-11-201-0/+1222
OpenPOWER on IntegriCloud