| Commit message (Expand) | Author | Age | Files | Lines |
* | MFp4: Last references to dev/usb/usbdevs.h converted. | imp | 2004-06-27 | 2 | -2/+4 |
* | Catch up with usbd_get_string_desc() change. | le | 2004-06-26 | 1 | -1/+1 |
* | Fix line discipline switching issues: If opening a new ldisc fails, | phk | 2004-06-26 | 1 | -10/+1 |
* | Add '#include <sys/mbuf.h>' to fix the kernel build. | emax | 2004-06-25 | 1 | -0/+1 |
* | Correct merge-o: make sure to unlock symmetrically socket buffer | rwatson | 2004-06-18 | 1 | -2/+2 |
* | Merge additional socket buffer locking from rwatson_netperf: | rwatson | 2004-06-17 | 1 | -0/+12 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 2 | -21/+21 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 4 | -20/+20 |
* | The socket field so_state is used to hold a variety of socket related | rwatson | 2004-06-14 | 1 | -2/+2 |
* | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | rwatson | 2004-06-12 | 4 | -0/+7 |
* | Integrate accept locking from rwatson_netperf, introducing a new | rwatson | 2004-06-02 | 1 | -4/+5 |
* | The SS_COMP and SS_INCOMP flags in the so_state field indicate whether | rwatson | 2004-06-01 | 1 | -1/+1 |
* | add missing #include <sys/module.h> | phk | 2004-05-30 | 3 | -0/+3 |
* | Missed these in the last commit. | julian | 2004-05-29 | 3 | -36/+31 |
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 5 | -62/+49 |
* | Move to generating pccarddevs.h on the fly, both for the kernel and | imp | 2004-05-26 | 1 | -1/+1 |
* | Mode few Bluetooth defines into system include files | emax | 2004-05-10 | 3 | -21/+1 |
* | Address few style issues pointed out by bde | emax | 2004-04-27 | 20 | -132/+132 |
* | Make sure RFCOMM multiplexor channel does not hang in DISCONNECTING | emax | 2004-04-23 | 1 | -3/+6 |
* | Make sure Bluetooth stuff can be compiled on amd64 | emax | 2004-04-09 | 10 | -36/+36 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+2 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | rwatson | 2004-03-01 | 4 | -7/+7 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 2 | -0/+4 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 2 | -14/+0 |
* | Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is one | harti | 2004-01-26 | 3 | -4/+9 |
* | NULL -> 0 where appropriate. | alfred | 2003-12-24 | 3 | -18/+18 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -4/+8 |
* | Change double include protection style in headers to match | emax | 2003-11-14 | 17 | -17/+17 |
* | Update Bluetooth code. | emax | 2003-10-12 | 17 | -357/+459 |
* | I don't know from where the notion that device driver should or | phk | 2003-09-28 | 2 | -29/+2 |
* | add missing machine/bus.h that is necessary to build now that usb is bus_dma | jmg | 2003-07-16 | 1 | -0/+1 |
* | Use the <sys/bitstring.h> rather than <bitstring.h> | phk | 2003-06-13 | 5 | -5/+5 |
* | Last commit of the bluetooth upgrade. (this patch was forgotten in the first | julian | 2003-05-10 | 1 | -2/+2 |
* | Part one of undating the bluetooth code to the newest version | julian | 2003-05-10 | 53 | -1472/+7187 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 1 | -4/+2 |
* | Introduce a new taskqueue that runs completely free of Giant, and in | scottl | 2003-02-26 | 3 | -7/+7 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 14 | -48/+48 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 14 | -48/+48 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 2 | -3/+3 |
* | fixes for this driver: | julian | 2002-11-26 | 1 | -2/+38 |
* | The second try a committing the bluetooth code | julian | 2002-11-20 | 50 | -0/+26141 |