summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-04-01Enable RF_KILL interrupts on resumekn
2019-04-01Fix interrupt handler to set RUNNING flag when RF switch is enabledkn
2019-04-01remove prototype from earlier version of reboot code. spotted by antonTed Unangst
2019-04-01In the upstreamed and official device tree for i.MX8MQ the clocksPatrick Wildt
2019-04-01imxdwusb(4) and imxpd(4) are no longer needed.Patrick Wildt
2019-04-01Add retguard macros to kernel setjmp / longjmp.mortimer
2019-04-01In the upstreamed and official device tree for i.MX8MQ the USB physPatrick Wildt
2019-04-01In the upstreamed and official device tree for i.MX8MQ the power domains arePatrick Wildt
2019-04-01vmm(4): Don't advertise support for MCE/MCA since we don't implementMike Larkin
2019-04-01compile fix from visaTed Unangst
2019-04-01fast track ddb> reboot command to skip anything which might panic again.Ted Unangst
2019-04-01Repair "} if" and make it the intended "} else if", compare the correspondingChristian Weisgerber
2019-04-01repair "} if" from an ancient merge error; ok deraadt@ kn@Christian Weisgerber
2019-04-01deprecate TASKQ_CANTSLEEP since nothing uses it anymoreDavid Gwynne
2019-04-01Enable the full pre-reset code path again, now that we've fixed the causeJonathan Matthew
2019-04-01Don't use a prefetchable mapping for the registers - the controller onlyJonathan Matthew
2019-03-31Unbreak tree by removing the bits that were copied to art.h in r1.18Theo Buehler
2019-03-31Don't try to recover when DMA pointers wrap if the driver isAlexandre Ratchov
2019-03-31Add a more strict rtm_hdrlen size check. Make sure that at leastClaudio Jeker
2019-03-31Make ART data structure definitions visible to userland, in order to fixMartin Pieuchot
2019-03-31Fix output accounting when bridge(4) is down.Martin Pieuchot
2019-03-31Document that it is safe to dereference `if_softc' when the caller hasMartin Pieuchot
2019-03-31The KERNEL_LOCK() is still what serializes access to bridge(4) data structures.Martin Pieuchot
2019-03-31Move the prototypes of internal lockf functions from <sys/lockf.h>Visa Hankala
2019-03-31AR9287-based usb devices use GPIO pin 10 for LED, not 8.Kevin Lo
2019-03-31Fix comment typo: 'trasnfer' -> 'transfer'.Marcus Glocker
2019-03-31follow atf and change neoverse e1 part numberJonathan Gray
2019-03-30Restrict the number of allowed wsmux devices, just like wskbd and wsmouseanton
2019-03-29typo in printf; leo_tck at volny czStuart Henderson
2019-03-29Use stricter validation checks for A-MPDUs in the net80211 input path.Stefan Sperling
2019-03-29Read the EEPROM of AR9287 USB devices from the correct offset.Stefan Sperling
2019-03-29while here, drop ifq_is_serialized and IFQ_ASSERT_SERIALIZEDDavid Gwynne
2019-03-29deprecate ifiq_barrier.David Gwynne
2019-03-29remove ifiq_barrier in ixl_down cos ifiq tasks don't use nic resources.David Gwynne
2019-03-28Revert revision 1.20, switch back to using efifb_std_descr.n{rows,cols}Frederic Cambus
2019-03-28Enable uxrcom(4).Mark Kettenis
2019-03-28Enable uxrcom(4).Mark Kettenis
2019-03-27Add uxrcom(4), a driver for the Exar XR21V1410 USB serial adapter.Mark Kettenis
2019-03-27regenMark Kettenis
2019-03-27Add Exar XR21V1410.Mark Kettenis
2019-03-27Add AR8152 PCI ids to alc_phy_down(), based on FreeBSD r272730.Kevin Lo
2019-03-26vmm(4): On VMX, use sgdt/sidt to reset the GDT/IDT limits after exitingMike Larkin
2019-03-26Tweak previous: include <sys/stdint.h> for INT64_MAX/INT64_MIN.cheloha
2019-03-26adjtime(2): set EINVAL if delta overflows 64 bits of microseconds.cheloha
2019-03-26Remove this assert, I can't do this here with UNVEIL_INSPECTBob Beck
2019-03-26Make sure that each ci has its spc_deferred queue initialized.Visa Hankala
2019-03-25MP-safe timecounting: new rwlock: tc_lockcheloha
2019-03-25panic() adds a newline, so don't include one in the format stringPhilip Guenther
2019-03-25Fix pctr(4) issues with MP and suspend:Philip Guenther
2019-03-25X86_IPI_NAMES's only use was #if 0'ed out; delete bothPhilip Guenther