summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-09-05Improve tap-and-drag detection for ALPS touchpads.bru
2015-09-05Support for xterm-compatible SGR escapes 39 and 49 (reset fg/bg colour toMiod Vallat
2015-09-05regenJonathan Gray
2015-09-05add some braswell idsJonathan Gray
2015-09-04The bnx_tx_pool gets used from interrupt context, so drop the explicitMark Kettenis
2015-09-04Fix condition used while seaching candidates for "record level"Alexandre Ratchov
2015-09-04Do not use an intermediary buffer on the stack of the caller whenMartin Pieuchot
2015-09-04add support for RTL8168HJonathan Gray
2015-09-03Properly cancel any pending USB abort task when aborting a transferVisa Hankala
2015-09-03Remove the abort_task field in struct dwc2_xfer. There is an identicalVisa Hankala
2015-09-03Remove sc->sc_lock and add several splusb()'s in dwc2, to avoid aVisa Hankala
2015-09-03Do not use an intermediary buffer on the stack of the caller whenMartin Pieuchot
2015-09-02correct sizes for free(), sighTheo de Raadt
2015-09-01Reject USB requests that could damage the bus integrity, just like itMartin Pieuchot
2015-09-01Use the correct free(9) size for the RX ring.Martin Pieuchot
2015-09-01sizes for free(), mostly related to firmwares.Theo de Raadt
2015-09-01free() firmware with right len; ok dlgTheo de Raadt
2015-09-01size for free()Theo de Raadt
2015-09-01uses sizes for free()Theo de Raadt
2015-08-31Use one xfer per pipe instead of doing an alloc/free dance for everyMartin Pieuchot
2015-08-30Modify kernel to prepare boot from UEFI.YASUOKA Masahiko
2015-08-30Add the number of midi ports to the card description, and use it toAlexandre Ratchov
2015-08-30size for free(); ok krwTheo de Raadt
2015-08-30Track rom size, for free()Theo de Raadt
2015-08-29firmware sizes are known; use them for free()Theo de Raadt
2015-08-29video sub-drivers will not return EINVAL in size variable. (Well,Theo de Raadt
2015-08-29Set the rx mbuf size to MCLBYTES + ETHER_ALIGN for strict alignmentMark Kettenis
2015-08-29_NLIST_DO_ELF is no longer needed: it's the only optionPhilip Guenther
2015-08-28Set the midi_isopen flag to zero before the chip is reset, as the flagAlexandre Ratchov
2015-08-28remove forgotten debug printf in envy_midi_closeAlexandre Ratchov
2015-08-28Disable interrupts while the midi uart is not in use. Avoids generatingAlexandre Ratchov
2015-08-28Fix compiling a kernel without NBPFILTER > 0.Reyk Floeter
2015-08-28Fix support of M-Audio Delta 44 cards that use different GPIO pins,Alexandre Ratchov
2015-08-28fairly simple sizes for free(); ok teduTheo de Raadt
2015-08-27size for free()Theo de Raadt
2015-08-27fairly simple size for free()Theo de Raadt
2015-08-27sizes for free()Theo de Raadt
2015-08-27simple sizes for free()Theo de Raadt
2015-08-27simple size for free()Theo de Raadt
2015-08-27simple sizes for free()Theo de Raadt
2015-08-26Simple size for free(). These are a pleasure to convert when theTheo de Raadt
2015-08-26two simple sizes to free()Theo de Raadt
2015-08-26trivial size to free()Theo de Raadt
2015-08-26Get rid if em_align. This approach used to make sense, but now that theMark Kettenis
2015-08-25trivial size argument for free()Theo de Raadt
2015-08-25obvious sizes for free()Theo de Raadt
2015-08-25sizes for simple free() callsTheo de Raadt
2015-08-24Audio on the T400/T410/T510/T420/T520/X220/X220t docks needs a quirkJonathan Gray
2015-08-24Add some additional urtwn ids found in the linux rtl8192cu driver.Jonathan Gray
2015-08-24regenJonathan Gray