summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/l2cap
Commit message (Expand)AuthorAgeFilesLines
* Fix typoemax2010-08-021-1/+1
* Properly return error code to the caller. This should fix the followingemax2009-01-191-20/+26
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-233-9/+9
* Try to silence Coverity by adding (void) in front of function call.emax2007-03-281-1/+11
* Fix dangling callout problem in the Bluetooth L2CAP code that leads toemax2005-08-312-5/+13
* Stop callout before freeing memory, so it won't panic from softclock.pjd2005-08-211-0/+4
* Before freeing memory, assert that there is no pending callout.pjd2005-08-211-0/+1
* Fix typo and check correct (rsp) pointer against the NULL value.emax2005-07-291-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-0713-13/+39
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.glebius2004-12-011-9/+9
* Fix kernel build (caused by recent ng_{un}timeout API change)emax2004-11-032-13/+13
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-13/+11
* Address few style issues pointed out by bdeemax2004-04-276-54/+54
* Make sure Bluetooth stuff can be compiled on amd64emax2004-04-095-23/+23
* Change double include protection style in headers to matchemax2003-11-143-3/+3
* Update Bluetooth code.emax2003-10-125-217/+274
* Part one of undating the bluetooth code to the newest versionjulian2003-05-1014-50/+261
* Back out M_* changes, per decision of the TRB.imp2003-02-194-14/+14
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-214-14/+14
* The second try a committing the bluetooth codejulian2002-11-2014-0/+6363
OpenPOWER on IntegriCloud