summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-12-23not necessary to zero hash context; the hash final functions all do that.Ted Unangst
2014-12-23tmp is a bad name for a shactxTed Unangst
2014-12-22Replace switch workq with taskq, using the blambert@ method (tm).Kenneth R Westerback
2014-12-22amd64 now also uses the ssyms mechanism.Theo de Raadt
2014-12-22unifdef INETTed Unangst
2014-12-21WSCONS_EVENT_WSMOUSED_SLEEP and WSCONS_EVENT_WSMOUSED_CLOSE not used anymore.Alexandr Shadchin
2014-12-21WSMOUSE_INPUT_WSMOUSED_CLOSE not used anymore.Alexandr Shadchin
2014-12-21Always clear a port reset feature after setting it, or at least try to.Martin Pieuchot
2014-12-21Various transfer improvements/fixes.Martin Pieuchot
2014-12-21Use a bitmask when dumping TRB flags. No change in !XHCI_DEBUG.Martin Pieuchot
2014-12-20Replace switch workq with taskq.Kenneth R Westerback
2014-12-20Cleanup vmt(4) by changing an ugly if statement for received commandsReyk Floeter
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-12-19multiline string literals aren't really a thing. just smush a few stringsTed Unangst
2014-12-19bcopy to memcpy. ok deraadt millertTed Unangst
2014-12-19Fix tree breakage due to unused variable after last commit.Kenneth R Westerback
2014-12-19Change scan and auth+assoc workq entries to taskq entries.Kenneth R Westerback
2014-12-19shuffle function declarations a bit; stylistic changes only.Reyk Floeter
2014-12-19No need to include sys/types.h when sys/param.h is already included.Reyk Floeter
2014-12-19Use taskq rather than workq to remove unwanted alias.Kenneth R Westerback
2014-12-19lonely bcopy called me by nameTheo de Raadt
2014-12-19another handful of bcopy -> memcpy because there is no overlapTheo de Raadt
2014-12-19if you really must look inside the pool to decide if you've calledTed Unangst
2014-12-19Make use of m_defrag() in re_encap().Brad Smith
2014-12-19rename buffer to digest, more clear. ok deraadtTed Unangst
2014-12-19Rearrange mostly vmxnet3_init() to look like other Ethernet drivers.Brad Smith
2014-12-19sha512 produces enough output, we can simplify extraction by not looping.Ted Unangst
2014-12-18obvious non-overlap bcopy -> memcpyTheo de Raadt
2014-12-18Wrap more of these long lines.Reyk Floeter
2014-12-18wrap unreasonably long linesTheo de Raadt
2014-12-18The VM host might send multiple messages at once but vmt(4) onlyReyk Floeter
2014-12-18suspend and resume the RNG (at what looks like the right spots)Theo de Raadt
2014-12-18When a VM resume occurs, request information from the VM and enqueue asTheo de Raadt
2014-12-18Create a suspend/resume infrastructure for the RNG. At suspend time,Theo de Raadt
2014-12-18Merge from NetBSD r1.54 from Matthias Drochner:Martin Pieuchot
2014-12-18If a host controller has been detached or reported a halt condition itMartin Pieuchot
2014-12-17Avoid premature masking in the interrupt handler code that checks for removedMark Kettenis
2014-12-17Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latterPhilip Guenther
2014-12-17Do as the datasheet recommends and disable the RX filter before adjustingBrad Smith
2014-12-16include atomic.h to get atomic operations (virtio_membar). ok sfTed Unangst
2014-12-16only need lock.h here, not all of uvm_extern.hTed Unangst
2014-12-16primary change: move uvm_vnode out of vnode, keeping only a pointer.Ted Unangst
2014-12-16Protect memory allocation and disposal with splvm(); gets rid of splassertMiod Vallat
2014-12-15Consistency with the pci_intr_map bits.Brad Smith
2014-12-15Stop using usb_{alloc,free}mem() for the rings and internal structures.Martin Pieuchot
2014-12-15The PCI device ID 0x4c6e is a secondary device ID for the Radeon MobilityMark Kettenis
2014-12-15Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,Philip Guenther
2014-12-13yet more mallocarray() changes.Doug Hogan
2014-12-13ThinkPad Edge E130, event 0x6060 is supposed to indicate toggleTheo de Raadt
2014-12-11Do not blindly dereference hw_vendor and hw_prod without checking them forMiod Vallat