summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-03-23Use the debugger mutex for `ddb_mp_mutex'. This should prevent a raceVisa Hankala
2019-03-23Add a simple spinning mutex for ddb. Unlike mutex(9), this lock keepsVisa Hankala
2019-03-23Add intr_{disable,restore}() for powerpc.Visa Hankala
2019-03-22Move adjtimedelta into the timehands.cheloha
2019-03-22- Fix the AR816X_REV_B0 / default DMA channel selection to be theKevin Lo
2019-03-22Rename "timecounter_mtx" to "windup_mtx".cheloha
2019-03-22Mixmerge fixup.Kevin Lo
2019-03-22umbg now supports DCF600USB as well; adjust comment. from weerd@Stuart Henderson
2019-03-22build umbg(4) on amd64, previously only done on i386/macppc/octeon/sparc64Stuart Henderson
2019-03-22support Meinberg DCF600USB, from weerd@, ok phesslerStuart Henderson
2019-03-22syncStuart Henderson
2019-03-22add Meinberg DCF600USB, from weerd@, ok phessler@Stuart Henderson
2019-03-22Add support for QCA AR816x/AR817x for alc(4).Kevin Lo
2019-03-22back out 1.28David Gwynne
2019-03-22use a cond in ixl_atq_exec to wait for a command to be completed.David Gwynne
2019-03-22don't blindly complete admin queue entriesDavid Gwynne
2019-03-21Remove struct intrhand. It is no longer used on octeon.Visa Hankala
2019-03-21Remove an unused header.Visa Hankala
2019-03-21don't set VLAN things when configuring promiscDavid Gwynne
2019-03-21run event callbacks directly in the atq processingDavid Gwynne
2019-03-20States in pf(4) let ICMP and ICMP6 packets pass if they have aAlexander Bluhm
2019-03-20regenJonathan Gray
2019-03-20add more intel graphics pci ids with known marketing namesJonathan Gray
2019-03-20regenJonathan Gray
2019-03-20add radeondrm pci ids missing from pcidevs but present in drm_pciids.hJonathan Gray
2019-03-19correct LOCATION_REPORTED maskanton
2019-03-19In uaudio_pdata_intr() don't error out early if the status is USBD_IOERROR.Claudio Jeker
2019-03-18Add kubsan(4), a undefined behavior sanitizer for the kernel. It'santon
2019-03-18Modify rasops_list_font_cb() to not filter out fonts with differentFrederic Cambus
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