| Age | Commit message (Expand) | Author |
| 2006-08-30 | It seems that EHCI at least will complete a empty transfer with | plunky |
| 2006-08-30 | fix incomplete initializers | christos |
| 2006-08-19 | The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219. | plunky |
| 2006-08-17 | Fix all the -D*DEBUG* code that it was rotting away and did not even compile. | christos |
| 2006-07-26 | Bluetooth fixes by Iain Hibbert: | tron |
| 2006-07-24 | Add UGEN_BULK_RA_WB, which allows users of ugen(4) to request read | gdt |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-07-12 | Assert RTS on open. Fixes PR kern/33929. | gson |
| 2006-07-05 | Patches contributed by KIYOHARA Takashi, taken from FreeBSD. | perry |
| 2006-07-01 | Regen | martin |
| 2006-07-01 | Add an ArkMicroChips serial adapter | martin |
| 2006-06-30 | Ankh-Morpork, we have a MIDI driver.... | chap |
| 2006-06-28 | Initialize portno | martin |
| 2006-06-19 | Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, | gdamore |
| 2006-06-15 | Regen due to addition of MosChip Semiconductors MCS7830 Ethernet adapter | reinoud |
| 2006-06-15 | Add MosChip Semiconductor MCS 7830 Ethernet adaptor | reinoud |
| 2006-06-12 | Don't allocate >1K on the stack. | christos |
| 2006-06-11 | Don't free subdevs on normal completion. The detach code needs it. | christos |
| 2006-06-09 | stack police: Don't allocate large buffers on the stack for I/O. Put the | christos |
| 2006-06-09 | stack police: don't allocate usb_events on the stack, malloc them directly. | christos |
| 2006-06-09 | stack police: Don't allocate 1k on the stack, only use malloc when we need to. | christos |
| 2006-06-08 | Regen for Nokia CA42. | rjs |
| 2006-06-08 | Add vendor id for Nokia. | rjs |
| 2006-06-07 | Increase the size of UMODEMIBUFSIZE and UMODEMOBUFSIZE. These are the | smb |
| 2006-06-06 | Regen. | tron |
| 2006-06-06 | Resolve name conflict between Sun Type 6 and Type 7 USB keyboard. | tron |
| 2006-06-06 | regen. | grant |
| 2006-06-06 | add Sun type 7 keyboard. | grant |
| 2006-06-04 | save another 1K on the stack. | christos |
| 2006-06-04 | Don't allocate 1K on the stack. | christos |
| 2006-05-28 | Clean up bogus whitespace | blymn |
| 2006-05-22 | First round at adapting to our net80211 stack. Unfinished work, but at least | rpaulo |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-14 | XXX: GCC uninitialized | christos |
| 2006-05-12 | make [OU]READ[124]() real inline functions instead of macros. | mrg |
| 2006-05-11 | in uaudio_process_as() initialise ai.aformat and ai.ifaceh. | mrg |
| 2006-05-08 | Don't use a private variable for storing the desired ssid, the net80211 layer | rpaulo |
| 2006-04-15 | Revert previous panic change, I'll fix it differently. | christos |
| 2006-04-14 | Coverity CID 1356: Add KASSERT for NULL deref. | christos |
| 2006-04-14 | Coverity CID 1131: Avoid NULL pointer dereference. | christos |
| 2006-04-14 | Coverity CID 729: Remove dead code. | christos |
| 2006-04-14 | Use c instead of s->cur. | christos |
| 2006-04-14 | Coverity CID 1115: It is quite pointless to have a DIAGNOSTIC panic that | christos |
| 2006-04-14 | Coverity CID 1132: avoid NULL derefs. | christos |
| 2006-04-14 | Coverity CID 730: Ifdef dead code appropriately. | christos |
| 2006-04-14 | Coverity CID 1354: Add a KASSERT to convince coverity that there is no NULL | christos |
| 2006-04-14 | Coverity CID 1355: Add a KASSERT to convince coverity that this is not NULL. | christos |
| 2006-04-14 | Coverity CID 1133: Abort quickly if we don't have a buffer in all the cases. | christos |
| 2006-04-14 | Coverity CID 2330: Spell out that we are going to use the memory we allocated. | christos |
| 2006-04-11 | Add "goto done;" in the usbd_open_pipe(IN) failure case. | scw |