summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/drivers/h4/ng_h4.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-4/+4
* Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.emax2007-08-131-180/+165
* Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.emax2007-07-101-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Use new (inline) functions for calls into driver.phk2005-10-161-2/+1
* - Use ng_callout() instead of home-grown implementation.glebius2005-01-111-21/+3
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+3
* Fix broken ng_h4(4). Basically, do not abuse t_sc field and use new t_lscemax2004-11-021-7/+9
* Fix line discipline switching issues: If opening a new ldisc fails,phk2004-06-261-10/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-2/+2
* Missed these in the last commit.julian2004-05-291-12/+11
* Address few style issues pointed out by bdeemax2004-04-271-5/+5
* Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is oneharti2004-01-261-2/+2
* Last commit of the bluetooth upgrade. (this patch was forgotten in the firstjulian2003-05-101-2/+2
* Part one of undating the bluetooth code to the newest versionjulian2003-05-101-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* The second try a committing the bluetooth codejulian2002-11-201-0/+1059
OpenPOWER on IntegriCloud