Age | Commit message (Expand) | Author |
2019-03-18 | enable mpip(4) | David Gwynne |
2019-03-18 | tweak SIOCGETLABEL and add SIOCDELLABEL | David Gwynne |
2019-03-18 | make SIOCGETLABEL fail with EADDRNOTAVAIL if the label is not set. | David Gwynne |
2019-03-18 | extend BIOCSFILDROP so it can be configured to not capture packets. | David Gwynne |
2019-03-17 | extend BIOCSFILDROP so it can be configured to not capture packets. | David Gwynne |
2019-03-17 | Since an isoc endpoint never halts, move to remaining error handling | Marcus Glocker |
2019-03-17 | Remember to detach the event counter when disestablishing | Visa Hankala |
2019-03-17 | Replace a hand-rolled linked list with SLIST. | Visa Hankala |
2019-03-17 | Move the handler code in the xhci_event_xfer() switch case in two separate | Marcus Glocker |
2019-03-17 | Remove obsolete semicolon at end of case switch. | Marcus Glocker |
2019-03-17 | Let each interrupt controller driver choose how to implement | Visa Hankala |
2019-03-17 | Move intr_barrier(9) to the platform level so that it can be customized. | Visa Hankala |
2019-03-17 | Change boot time/offset within tc_windup(). | cheloha |
2019-03-16 | sync | Stuart Henderson |
2019-03-16 | add entries for Attansic E2400/E2500, from Brad (and also present, | Stuart Henderson |
2019-03-16 | Merge the duplicate code to handle isoc SHORT and SUCCESS xfer events | Marcus Glocker |
2019-03-16 | Unify the top-level structure of interrupt handles. This helps | Visa Hankala |
2019-03-16 | Use SMR with aesni sessions. This makes the reference counting | Visa Hankala |
2019-03-16 | Clear the me_evp pointer after calling wsmux_do_close() as opposed of | anton |
2019-03-16 | Now that efifb(4) supports remapping the framebuffer in write combining | Frederic Cambus |
2019-03-16 | Fix incorrect flag. | Visa Hankala |
2019-03-16 | Include header <sys/evcount.h> where event counters are used, so that | Visa Hankala |
2019-03-16 | fetch timing parameters from ACPI like the ACPI attachment does | Joshua Stein |
2019-03-15 | Improve and enable isochronous transfers in xhci(4). Each isochronous | Patrick Wildt |
2019-03-15 | The max burst size that is encoded in wMaxPacketSize is zero based, | Patrick Wildt |
2019-03-15 | Use a locally defined intrhand in octciu.c to ease future changes. | Visa Hankala |
2019-03-15 | fix autojoin for WEP network by actually saving the WEP auth key | Peter Hessler |
2019-03-15 | When calling rasops_init() in efifb_cnremap() and efifb_attach(), pass | Frederic Cambus |
2019-03-15 | Many machines with serial ports ship with uefi firmware which does not | Jonathan Gray |
2019-03-15 | Remove FBSDID. | Kevin Lo |
2019-03-14 | Add acpicmos(4). | Mark Kettenis |
2019-03-14 | Fix the balancing of work queue interrupts. | Visa Hankala |
2019-03-14 | Use non-blocking allocation in dwc2_allocx() to make | Visa Hankala |
2019-03-13 | Add support for i.MX8M PWM clocks. | Patrick Wildt |
2019-03-13 | Since new bindings might use the same clock index for divs, gates and | Patrick Wildt |
2019-03-13 | Store whether or not the VFP was active on entering the unhandled | Patrick Wildt |
2019-03-12 | Setting and getting the rounding mode on our arm64 FPU has not worked | Patrick Wildt |
2019-03-12 | Fix typo in debug print: wih -> with | Patrick Wildt |
2019-03-12 | Merge copy/pasted code to export STP states via ioctl into a function. | Martin Pieuchot |
2019-03-12 | Almost all terminals now support hardware tabs so default to OXTABS | Nicholas Marriott |
2019-03-12 | Remove unused uaudioreg.h file. | Alexandre Ratchov |
2019-03-12 | Add a new driver for USB Audio Class v2.0 devices. It replaces the | Alexandre Ratchov |
2019-03-12 | Add new copy_output() and underrun() methods to support drivers | Alexandre Ratchov |
2019-03-12 | uhci: Fix delayed completions for isochronous transfers. | Alexandre Ratchov |
2019-03-12 | Until we can figure out why it causes NMIs on some machines, skip the | Jonathan Matthew |
2019-03-11 | Add missing bus powered bit, from aalm@ | Martin Pieuchot |
2019-03-11 | Bring back revision 1.91 now that vmd has been fixed, repeating the | anton |
2019-03-11 | - in rtwn_r88e_fw_reset function, use the correct bit R88E_RSV_CTRL_MCU_RST | Kevin Lo |
2019-03-10 | Move adjtimedelta from kern_time.c to kern_tc.c. | cheloha |
2019-03-10 | Use SMR instead of reference counting for session reclamation. | Visa Hankala |