summaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-8/+6
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+3
* avoid holding PCB mutex during copyin/copyout()Maksim Yevmenkin2019-08-301-51/+91
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Initial Bluetooth LE support.Takanori Watanabe2015-04-071-3/+9
* PF_BLUETOOTH protocols: skip initialization of non-virtualized globalsMikolaj Golub2014-06-101-0/+7
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-2/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-5/+5
* Allow unprivileged users to run l2ping(8).Maksim Yevmenkin2009-02-041-5/+0
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-5/+4
* Implement ratelimiting for debug messages. For now, allow at mostMaksim Yevmenkin2008-08-011-4/+10
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+2
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-211-1/+9
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-011-9/+3
* Change protocol switch pru_abort() API so that it returns void ratherRobert Watson2006-04-011-2/+2
* Fix multiple typos in the mutex names. This fixes false positive (and prettyMaksim Yevmenkin2005-08-231-4/+4
* Address minor locking issues. Use taskqueue_swi instead of taskqueue_swi_giant.Maksim Yevmenkin2005-07-281-53/+45
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+3
* Push acquisition of the accept mutex out of sofree() into the callerRobert Watson2004-10-181-0/+1
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketRobert Watson2004-06-121-0/+1
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+9
* Address few style issues pointed out by bdeMaksim Yevmenkin2004-04-271-5/+5
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-011-2/+2
* NULL -> 0 where appropriate.Alfred Perlstein2003-12-241-8/+8
* Update Bluetooth code.Maksim Yevmenkin2003-10-121-2/+2
* Use the <sys/bitstring.h> rather than <bitstring.h>Poul-Henning Kamp2003-06-131-1/+1
* Part one of undating the bluetooth code to the newest versionJulian Elischer2003-05-101-230/+318
* Introduce a new taskqueue that runs completely free of Giant, and inScott Long2003-02-261-2/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-8/+8
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-8/+8
* The second try a committing the bluetooth codeJulian Elischer2002-11-201-0/+1222