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