Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-11 | fairly simple size for free() | Theo de Raadt | |
2015-09-11 | size for free() | Theo de Raadt | |
2015-09-11 | Ignore the 'rotation lock' button on my Yoga12 | Philip Guenther | |
2015-09-10 | kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4). | Martin Pieuchot | |
Needed for libinput port. ok guenther@, miod@ | |||
2015-09-10 | sizes for free(); ok sthen | Theo de Raadt | |
2015-09-10 | Fix a zx_putchar() stupid bug I introduced nine years ago by actually | Miod Vallat | |
initializing variables before they get used. | |||
2015-09-10 | remove unused macro GEM_CURRENT_MEDIA; ok dlg@ mpi@ | Stefan Sperling | |
2015-09-10 | Show usb stack error code if a firmware page fails to load in urtwn(4). | Stefan Sperling | |
ok mpi@ | |||
2015-09-10 | simple size for free() | Theo de Raadt | |
2015-09-10 | PPB_EXNAMLEN for the extent name; now easier to pass as a size for free() | Theo de Raadt | |
2015-09-09 | sizes for free(); ok semarie | Theo de Raadt | |
2015-09-09 | sizes for free(); ok semarie | Theo de Raadt | |
2015-09-09 | sizes for free(); ok semarie | Theo de Raadt | |
2015-09-09 | sizes for free(); ok sthen | Theo de Raadt | |
2015-09-09 | sizes for free(); ok sthen semarie | Theo de Raadt | |
2015-09-08 | sizes for free(); ok semarie | Theo de Raadt | |
2015-09-08 | sizes for free(); checked by semarie | Theo de Raadt | |
2015-09-07 | Do not set USBD_NO_COPY for interrupt transfers, only bulk transfers | Martin Pieuchot | |
are converted for the moment. From Grant Czajkowski. | |||
2015-09-07 | Make it possible to use RI_WRONLY for the aframebuffer during early boot. | Mark Kettenis | |
In this case, the caller has to provide the backing store for the screen contents by setting the ri_bs member of "struct rasops_info". The screen contents are retained if the rasops_info descriptor is later reinitialized after adding the RI_VCONS flag. ok yasuoka@, deraadt@ | |||
2015-09-07 | sizes for free(); ok jmatthew | Theo de Raadt | |
2015-09-06 | Add support for QEMU PCI serial devices in puc(4) | Stefan Fritsch | |
OK deraadt@ | |||
2015-09-06 | regenerate from pcidevs | Stefan Fritsch | |
2015-09-06 | Add ids for Qemu PCI serial devices | Stefan Fritsch | |
OK deraadt@ | |||
2015-09-06 | clarify malloc arguments (base + length...) | Theo de Raadt | |
2015-09-06 | We actually need an interrupt-safe allocator here, as we call pool_put() | Mark Kettenis | |
with a mutex held, so we can't have it sleep. | |||
2015-09-06 | sizes for free(); ok jmatthew | Theo de Raadt | |
2015-09-06 | srom size is tracked, pass to free() | Theo de Raadt | |
2015-09-06 | firmware size for free() | Theo de Raadt | |
2015-09-06 | sizes for free() - most are about the firmware memory | Theo de Raadt | |
2015-09-05 | Support Synaptics touchpads without W mode. | bru | |
Emulate W mode if a Synaptics model doesn't provide it, and check for the success of the resolution query during setup. ok shadchin@, mpi@ | |||
2015-09-05 | Improve tap-and-drag detection for ALPS touchpads. | bru | |
The ALPS mechanism for gesture detection can produce long delays between a packet that signals a tap and the next packet, which either signals the end of the gesture or the start of a drag-operation. The time spans can exceed the timeouts used by the generic detection mechanism in the synaptics driver. Reporting both the touch and the release event when the second packet has arrived ensures that the tap will be recognized. ok mpi@ shadchin@ | |||
2015-09-05 | Support for xterm-compatible SGR escapes 39 and 49 (reset fg/bg colour to | Miod Vallat | |
default). From Matthew Martin on tech@ | |||
2015-09-05 | regen | Jonathan Gray | |
2015-09-05 | add some braswell ids | Jonathan Gray | |
2015-09-04 | The bnx_tx_pool gets used from interrupt context, so drop the explicit | Mark Kettenis | |
backend allocoter here without passing PR_WAITOK to pool_init(9). ok mikeb@ | |||
2015-09-04 | Fix condition used while seaching candidates for "record level" | Alexandre Ratchov | |
control for wskbd. This may fix "record level" keys on certain keyboards. | |||
2015-09-04 | Do not use an intermediary buffer on the stack of the caller when | Martin Pieuchot | |
submitting a bulk write request. This also means big bulk write requests are no longer split into multiple small transfers something that libusb consumers do not expect. From Grant Czajkowski <czajkow2 AT illinois DOT edu> as part of the GSoC 2015. | |||
2015-09-04 | add support for RTL8168H | Jonathan Gray | |
tedu tested an almost identical diff from brad that set the same flags. | |||
2015-09-03 | Properly cancel any pending USB abort task when aborting a transfer | Visa Hankala | |
and skip completed transfers in dwc2_abort_xfer(). This fixes some timeout-related crashes. Feedback and ok mpi@ | |||
2015-09-03 | Remove the abort_task field in struct dwc2_xfer. There is an identical | Visa Hankala | |
field in struct usbd_xfer which is part of dwc2_xfer. ok mpi@ | |||
2015-09-03 | Remove sc->sc_lock and add several splusb()'s in dwc2, to avoid a | Visa Hankala | |
possible lock recursion panic on transfer timeout. The lock is not needed yet because the USB stack is not MP-safe. ok mpi@, "makes sense" jasper@ | |||
2015-09-03 | Do not use an intermediary buffer on the stack of the caller when | Martin Pieuchot | |
submitting a read request. This also means big read requests are no longer split into multiple small transfers something that libusb consumers do not expect. Tested by ajacatoutot@. Found by Grant Czajkowski <czajkow2 AT illinois DOT edu> during the GSoC 2015. | |||
2015-09-02 | correct sizes for free(), sigh | Theo de Raadt | |
2015-09-01 | Reject USB requests that could damage the bus integrity, just like it | Martin Pieuchot | |
is done in ugen(4). Found by Grant Czajkowski during the GSoC 2015. | |||
2015-09-01 | Use the correct free(9) size for the RX ring. | Martin Pieuchot | |
ok dlg@, phessler@ | |||
2015-09-01 | sizes for free(), mostly related to firmwares. | Theo de Raadt | |
ok dlg | |||
2015-09-01 | free() firmware with right len; ok dlg | Theo de Raadt | |
2015-09-01 | size for free() | Theo de Raadt | |
2015-09-01 | uses sizes for free() | Theo de Raadt | |
2015-08-31 | Use one xfer per pipe instead of doing an alloc/free dance for every | Martin Pieuchot | |
usbd_transfer(9). This fixes a use-after-free. Bug found by and diff from John L. Scarfone <john AT scarfone DOT net> |