Age | Commit message (Expand) | Author |
2015-07-18 | fix typo. | Yojiro Uo |
2015-07-18 | add following registers from IEEE 802.3-2009 Clause 22. | Yojiro Uo |
2015-07-18 | virtio_pci: Do the ISR read without kernel lock | Stefan Fritsch |
2015-07-18 | If _CST provides a C2 or C3 but lacks a C1 that we understand, provide a | Philip Guenther |
2015-07-18 | Shuffle include file ordering in preparation for future changes in vgavar.h, | Miod Vallat |
2015-07-18 | KNF fixes | Stefan Fritsch |
2015-07-17 | add missing braces to only call selrecord when intended to | Jonathan Gray |
2015-07-17 | fix comments | Mike Larkin |
2015-07-17 | Nuke a bunch of leading and trailing whitespace so I don't go blind | Kenneth R Westerback |
2015-07-17 | fix compilation with ACPI_DEBUG | Joshua Stein |
2015-07-17 | fix typo. | Yojiro Uo |
2015-07-16 | Introduce a Linux compatible wait_event API and use it in the inteldrm code. | Mark Kettenis |
2015-07-16 | Expand ancient NTOHL/NTOHS/HTONS/HTONL macros. | Martin Pieuchot |
2015-07-16 | add USB3.0 related code | Yojiro Uo |
2015-07-16 | ignore 4 byte trailing padding of each recv packet, when copying to upper | Yojiro Uo |
2015-07-16 | fix recv packet header definiton | Yojiro Uo |
2015-07-15 | add some definitions from libdrm 2.4.62 | Jonathan Gray |
2015-07-15 | Fix urtw(4) error code paths to not panic the kernel. Makes the driver work | Stefan Sperling |
2015-07-15 | Use mallocarray() and unsigned integers. | Miod Vallat |
2015-07-15 | Match another Netgear WG111T. This one shares the Non-Firmware ID of a | Martin Pieuchot |
2015-07-15 | regen | Martin Pieuchot |
2015-07-15 | Another ID for the Netgear WG111T. | Martin Pieuchot |
2015-07-15 | Fix two bugs in the variable keys handling: | Miod Vallat |
2015-07-15 | add support for newer PCsensor TEMPerHUM thermo- and hygrometers: | Joerg Jung |
2015-07-15 | Fix a crash caused by uath(4) if device init fails. | Stefan Sperling |
2015-07-12 | Do not trust the hardware when it says that the number of remaining | Martin Pieuchot |
2015-07-11 | Make use of recent drm_linux.h additions to further reduce the | Jonathan Gray |
2015-07-10 | usbd_{endpoint,interface}_count() are no longer used and die. | Martin Pieuchot |
2015-07-10 | Do not use usbd_endpoint_count() and usbd_interface_count(), theses | Martin Pieuchot |
2015-07-09 | Revert previous, doesn't fix anything. I managed to reproduce | Stefan Sperling |
2015-07-09 | Move the softc definition to uvideo.c so that userland can include | Martin Pieuchot |
2015-07-09 | Allow more time for USB athn(4) firmware boot. It seems people on daemonforums | Stefan Sperling |
2015-07-09 | Do not use usbd_endpoint_count(), this function is almost unused and | Martin Pieuchot |
2015-07-09 | Name unamed structures, from Ludovic Coues with some tweaks. | Martin Pieuchot |
2015-07-08 | Fix a use-after-free, from Maxime Villard w/ Brainy. | Martin Pieuchot |
2015-07-08 | Overallocate the data segment lists to ensure there's always space for the | Jonathan Matthew |
2015-07-08 | MFREE(9) is dead, long live m_freem(9)! | Martin Pieuchot |
2015-07-06 | Make malo(4) compile with MALO_DEBUG. Problem found by Walter Daugherity. | Stefan Sperling |
2015-07-05 | fix a format specifier used in SR_DEBUG printfs. | Mike Larkin |
2015-07-05 | regen | Joerg Jung |
2015-07-05 | add id for TEMPerHUM sensor | Joerg Jung |
2015-06-30 | Rename if_output() into if_enqueue() to avoid confusion with comments | Martin Pieuchot |
2015-06-29 | Hide ETHER_ALIGN mbuf adjustment under "#ifdef __STRICT_ALIGNMENT" | Mike Belopuhov |
2015-06-29 | Clear root hub's "port link state". | Martin Pieuchot |
2015-06-29 | Move the logic to handle a "connect status change" from uhub_explore() | Martin Pieuchot |
2015-06-29 | Add missing definition of "usb_interface_assoc_descriptor" needed to for | Martin Pieuchot |
2015-06-29 | dont double count if_ibytes here, it gets done by something inside | David Gwynne |
2015-06-28 | Read the lower 16-bits of the GCFGC "double word". Potentially fixes issues | Mark Kettenis |
2015-06-28 | Convert list_head lists into TAILQs and LISTs and fix up header includes | Jonathan Matthew |
2015-06-26 | Completely skip entries for disabled LAPICs so they don't overwrite | Philip Guenther |