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