Age | Commit message (Expand) | Author |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2016-01-08 | uonerng(4) a driver for the Moonbase Otago OneRNG, from Devin Reade. | Martin Pieuchot |
2016-01-08 | regen | Martin Pieuchot |
2016-01-08 | OpenMoko OneRNG, from Devin Reade. | Martin Pieuchot |
2016-01-07 | Rename some wrongly defined *_CONFIG_NO into *_CONFIG_INDEX. | Martin Pieuchot |
2016-01-05 | Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode | Stefan Sperling |
2015-12-25 | enable iso keyboard munge fix for macbookair6,2 | Joerg Jung |
2015-12-24 | more e-mail -> email | mmcc |
2015-12-23 | Drop unused goto label. | Visa Hankala |
2015-12-20 | Do not delay video(4) attachment if the device does not need to load | Martin Pieuchot |
2015-12-18 | Fix urtw(4) on big-endian architectures. Patch by Cedric Tessier. | Stefan Sperling |
2015-12-18 | Remove two error-on-NULL conditions for allocations that can't fail. | mmcc |
2015-12-17 | Missing include, spotted by benoit@ | Martin Pieuchot |
2015-12-16 | Refactor umass_detach() in order to pass a size to free(9). | Martin Pieuchot |
2015-12-11 | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API | Martin Pieuchot |
2015-12-11 | Work around Nvidia EHCI controllers bugs. | Martin Pieuchot |
2015-12-09 | cleanup macbook air iso keyboard support | Joerg Jung |
2015-12-08 | Match 3rd party Xbox 360 controllers, from Christian Heckendorf. | Martin Pieuchot |
2015-12-04 | Activate functions should in general return 0 for events they don't handle. | Mark Kettenis |
2015-12-02 | Add missing parentheses. Fix from NetBSD. | YASUOKA Masahiko |
2015-12-02 | Do not change the status of a transfer before giving it back to the | Martin Pieuchot |
2015-11-30 | Add support for the touchpad found on the MacBooPro12,1. | Mark Kettenis |
2015-11-29 | Unconnected xhci(4) super speed ports may come up with the XHCI_PS_WRC, | Mark Kettenis |
2015-11-29 | Clear the UPS_C_PORT_RESET feature when exploring. Apparently xhci(4) super | Mark Kettenis |
2015-11-27 | Attach the iPhone 6 as ugen(4), from Laurent GUALDI. | Martin Pieuchot |
2015-11-27 | regen | Martin Pieuchot |
2015-11-27 | iPhone 6, from Laurent GUALDI. | Martin Pieuchot |
2015-11-25 | Network drivers should not include <net/route.h> or <net/netisr.h> | Martin Pieuchot |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-24 | No need for "vlan.h" if you don't check for "#if NVLAN > 0". | Martin Pieuchot |
2015-11-24 | No need to include <net/if_arp.h> | Martin Pieuchot |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2015-11-22 | too many arguments to function 'ifq_deq_begin' | David Gwynne |
2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. | David Gwynne |
2015-11-15 | Declare 802.11n mode and channel flags. Tweak 11n related fields in struct | Stefan Sperling |
2015-11-14 | Add missing header found while removing <sys/srp.h> from <sys/param.h> | Martin Pieuchot |
2015-11-13 | regen | Stefan Sperling |
2015-11-13 | Add USB device ID found in an RTL8192EU device. | Stefan Sperling |
2015-11-13 | Check for space on the ring before dequeuing packets. | Martin Pieuchot |
2015-11-11 | Kill useless IFQ_POLL(). | Martin Pieuchot |
2015-11-07 | Spell `unused' correctly. | Miod Vallat |
2015-11-05 | for mice with wheels, check for W direction at AC Pan input used in | Joshua Stein |
2015-11-04 | replace the ifqueues in net80211 with mbuf_queues. | David Gwynne |
2015-11-02 | Delay root hub interrupt processing to the soft-interrupt path in order | Martin Pieuchot |
2015-11-02 | Mark xhci_intr() as IPL_MPSAFE since it only schedules a soft-interrupt. | Martin Pieuchot |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-24 | Wait a short while between setting a USB device's address and reloading | Stefan Sperling |
2015-10-19 | Revert transfer submission to r1.85. Seems to make okan@'s scanner | Martin Pieuchot |
2015-10-13 | Prevent a NULL-pointer dereference when closing a ugen(4) node | Martin Pieuchot |