Age | Commit message (Expand) | Author |
2014-03-08 | To find out whether .TP head arguments are same-line or next-line arguments, | Ingo Schwarze |
2014-03-08 | code cleanup | Eric Faurot |
2014-03-08 | Enable DMA bursting. Not sure it actually makes things faster, but both | Mark Kettenis |
2014-03-08 | Dumb xhci(4) implementation. | Martin Pieuchot |
2014-03-08 | Recognize super speed devices, note that this driver sill uses | Martin Pieuchot |
2014-03-08 | Attach to host controller drivers advertising USB 3.0 support and assign | Martin Pieuchot |
2014-03-08 | Add various super speed defines, mostly the same as in FreeBSD to | Martin Pieuchot |
2014-03-08 | Add defines for upcoming USB 3.0 support. | Martin Pieuchot |
2014-03-08 | Pass M_ZERO to malloc(9) when allocating usbd pipes to make sure to | Martin Pieuchot |
2014-03-08 | Improve .if/.ie condition handling. | Ingo Schwarze |
2014-03-08 | It's silly to check at compile time for DEV_BSIZE == 512. | Kenneth R Westerback |
2014-03-08 | Make sure all possible EXIT STATUS values are listed, | Ingo Schwarze |
2014-03-08 | reindent | Ted Unangst |
2014-03-08 | reindent | Ted Unangst |
2014-03-08 | Make sure that env(1) always prints a diagnostic message to stderr | Ingo Schwarze |
2014-03-07 | too old, undermaintained | Ted Unangst |
2014-03-07 | Make sure a SCSI initiator ID provided by Open Firmware overrides the value | Mark Kettenis |
2014-03-07 | Reduce the number of ccbs by a factor three since we need up to three request | Mark Kettenis |
2014-03-07 | Relieve the code of an overburden of unnecessary typedef | Kenneth R Westerback |
2014-03-07 | if message file is stdin, don't read passphrase from stdin, it won't work. | Ted Unangst |
2014-03-07 | allow reading input messages on a pipe. use at your own peril. | Ted Unangst |
2014-03-07 | a few other tweaks it's easier to see in the light of day | Ted Unangst |
2014-03-07 | drag this code into modern style. ok zhuk | Ted Unangst |
2014-03-07 | Print the wrong device descriptor's bMaxPacketSize before correcting it | Martin Pieuchot |
2014-03-07 | Indtroduce usbd_get_hub_descriptor() to start cleaning uhub(4)'s mess. | Martin Pieuchot |
2014-03-07 | Use the revision number for coherency. No object change. | Martin Pieuchot |
2014-03-07 | Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's | Martin Pieuchot |
2014-03-07 | In roff_cond_sub(), make sure that the incorrect input sequence `\\}', | Ingo Schwarze |
2014-03-07 | Even on macro lines, \} must not cause whitespace. | Ingo Schwarze |
2014-03-07 | We already assume global mappings (PG_G) are supported, so pmap_pg_g is | Philip Guenther |
2014-03-07 | Provide the appropriate default values for the SCSI initiaror ID on sgi and | Mark Kettenis |
2014-03-07 | remove unused "delta" argument from onmove callbacks | Alexandre Ratchov |
2014-03-07 | slightly "nicer" debug printfs | Alexandre Ratchov |
2014-03-07 | remove unused mmc start/stop/relocate call-backs as they don't | Alexandre Ratchov |
2014-03-07 | Transfer descriptors already have a back pointer to the USB device | Martin Pieuchot |
2014-03-07 | rename $_ for better style... lots more to be done | Marc Espie |
2014-03-07 | the IO::Uncompress framework can auto-detect compression type, turn | Marc Espie |
2014-03-07 | We already have three identical copies of the *hci_str() function, | Martin Pieuchot |
2014-03-07 | Remove superfluous 'return'. | Gerhard Roth |
2014-03-07 | If allocation of 'id' fails, don't try to deref it after 'goto fail'. | Gerhard Roth |
2014-03-07 | When using the -C option, exit with an exit status of 1 if any of the | Lawrence Teo |
2014-03-07 | Three bugfixes related to the closing of conditional blocks: | Ingo Schwarze |
2014-03-07 | Duplicate enum values are a bad idea. | Mark Kettenis |
2014-03-06 | Turn usbd_xfer_isread() into a public function so that we can use | Martin Pieuchot |
2014-03-06 | Add include guards. | Martin Pieuchot |
2014-03-06 | Makes the "cleartoggle" function provided by HC drivers optional | Martin Pieuchot |
2014-03-06 | If RPP_STDIN is set the prompt is not displayed. | Todd C. Miller |
2014-03-06 | allow password on stdin if it's not a tty. commonly requested. | Ted Unangst |
2014-03-06 | Make sure we don't attach to those silly AMI MegaRAIDs that expose the | Mark Kettenis |
2014-03-06 | Set the correct clock rate for ISP1020/1020A. | Mark Kettenis |