summaryrefslogtreecommitdiff
path: root/sys/netbt/rfcomm_session.c
AgeCommit message (Expand)Author
2010-07-29sort pool.h into the list of includes alphabeticallyBret Lambert
2010-07-29#include <sys/pool.h> directly, instead of relying on mbuf.h to inlcude itBret Lambert
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2008-11-22Sync bluetooth with NetBSDUwe Stuehler
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-02-24Sync sys/netbt with NetBSDUwe Stuehler
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-06-01complete the sys/netbt import and adopt some more code to our interfacesUwe Stuehler