Age | Commit message (Expand) | Author |
2014-08-10 | sizeof() a pointer of the right struct to appease clang. | Martin Pieuchot |
2014-08-10 | Merge xhci_device_setup() into xhci_pipe_init() there's no reason to | Martin Pieuchot |
2014-08-10 | Since USB xfer pools are accessed in interrupt context, initialize them | Martin Pieuchot |
2014-08-10 | Set and check for XFER_BUSY in the common methods instead of doing it | Martin Pieuchot |
2014-08-10 | fix kqueue read/write filters for msdosfs and fusefs | Jonathan Gray |
2014-08-10 | No more bluetooth in netintr(), so delete NETISR_BT. Zap the declaration | Philip Guenther |
2014-08-10 | Fix the length check for reinjected ICMP packets: sizeof(struct icmp) is | Lawrence Teo |
2014-08-10 | Rename p_hdrlen to min_hdrlen to better reflect its purpose. | Lawrence Teo |
2014-08-09 | Add support for non-root hubs now that uhub(4) can deal with them. For | Martin Pieuchot |
2014-08-09 | Correctly recognize Super Speed devices, this is part of the work to | Martin Pieuchot |
2014-08-09 | Handle super speed hub descriptors. | Martin Pieuchot |
2014-08-09 | Do not store the whole USB hub descriptor in the "struct usbd_hub" | Martin Pieuchot |
2014-08-08 | drm/radeon: fix typo in radeon_connector_is_dp12_capable() | Jonathan Gray |
2014-08-08 | drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devices | Jonathan Gray |
2014-08-08 | drm/radeon/atom: fix dithering on certain panels | Jonathan Gray |
2014-08-08 | drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmi | Jonathan Gray |
2014-08-08 | regen | Jonathan Gray |
2014-08-08 | add bochs and microsoft emulated vga | Jonathan Gray |
2014-08-08 | use nitems() instead of various local constructs | Jasper Lievisse Adriaanse |
2014-08-08 | Make sure asynchronous commands do not race with synchronous ones. | Martin Pieuchot |
2014-08-08 | Improve the logic to determine the maximum endpoint service interface | Martin Pieuchot |
2014-08-08 | Implement polling. | Martin Pieuchot |
2014-08-08 | Super Speed hub descriptor definition and routine, required for upcoming | Martin Pieuchot |
2014-08-08 | Even if the endpoint it reseted before the stack gets informed that a | Martin Pieuchot |
2014-08-08 | Fix debug printfs. | Martin Pieuchot |
2014-08-06 | Support NOTE_EOF for kqueue EVFILT_READ filters on NFS files. | Philip Guenther |
2014-08-06 | Correct some dma cleanup error paths. | Jonathan Gray |
2014-08-06 | fix an off by one | Jonathan Gray |
2014-08-05 | Only check if the abort transfer is the interrupt one if the pipe is | Martin Pieuchot |
2014-08-03 | Add ral(4) at pci and cardbus to RAMDISK on macppc; ok deraadt | Stefan Sperling |
2014-08-03 | Add ral(4) at cardbus to GENERIC on macppc; ok deraadt | Stefan Sperling |
2014-08-03 | don't return unitialised memory on error in ehci_alloc_sqtd() | Jonathan Gray |
2014-08-03 | When stsp changed bwi_encap() for 30 bit addresses in rev 1.106 code | Jonathan Gray |
2014-08-01 | When attempting to rebuild a softraid volume, use the actual data offset | Joel Sing |
2014-07-31 | always use the little-endian copy of a superblock. | Martin Pelikan |
2014-07-31 | unbreak aac(4) by re-adding uvm_extern.h for ptoa() | Jasper Lievisse Adriaanse |
2014-07-31 | use proper on-disk inode size: no more, no less. | Martin Pelikan |
2014-07-29 | disable POOL_DEBUG for release | Theo de Raadt |
2014-07-29 | move to -release mode | Theo de Raadt |
2014-07-29 | Revert the checks about RTF_LOCAL routes. | Martin Pieuchot |
2014-07-28 | I/O ktrace of sendsyslog(2) did not work. As uiomove() adjusts | Alexander Bluhm |
2014-07-28 | On SPARCbook systems, the ledma device node has a `cable-selection' property | Miod Vallat |
2014-07-28 | Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS. | Jonathan Gray |
2014-07-28 | Hardware supported by machfb(4) needs the aperture (for now) so make ramdisks | Mark Kettenis |
2014-07-26 | If we're stopping a secondary cpu, don't let sched_choosecpu() short-circuit | Mark Kettenis |
2014-07-24 | Speed up the boot sequence by deferring the scan of xt keyboard code set. | Martin Pieuchot |
2014-07-24 | Fix debug printf, from Nathanael Rensen and chris@. | Martin Pieuchot |
2014-07-23 | Set the console input in polling mode before entering ukc. | Martin Pieuchot |
2014-07-23 | correctly drain and destroy the bufq upon detach | Jasper Lievisse Adriaanse |
2014-07-22 | The last poison change is awesome, it is triggering use after free bugs. | Theo de Raadt |