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