Age | Commit message (Expand) | Author |
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 |
2019-03-25 | Revert back to using previous values for EFIFB_WIDTH and EFIFB_HEIGHT, | Frederic Cambus |
2019-03-25 | - Formatting fixes and in some cases bringing things a bit closer to the | Kevin Lo |
2019-03-24 | Fix a precedence problem. | Ulf Brosziewski |
2019-03-24 | virtio: Add a few feature bit defines and names | Stefan Fritsch |
2019-03-24 | virtio: Prepare for 64 feature bits | Stefan Fritsch |
2019-03-24 | virtio: adjust virtio_setup_queue prototype for 1.0 | Stefan Fritsch |
2019-03-24 | Make stat(2) and access(2) need UNVEIL_READ instead of UNVEIL_INSPECT | Bob Beck |
2019-03-24 | Switch to precision scrolling in wstpad. | Ulf Brosziewski |
2019-03-24 | Add new event types for precision scrolling. | Ulf Brosziewski |
2019-03-24 | Remove a stale kgdb dependency. | Visa Hankala |
2019-03-24 | Add a quirk for the Huawei Matebook X to activate the right-side | Joshua Stein |
2019-03-24 | Revert rasops32_putchar() changes introduced in revision 1.8. | Frederic Cambus |
2019-03-24 | Add intr_{disable,restore}() for alpha. | Visa Hankala |
2019-03-24 | Add intr_{disable,restore}() for sh. | Visa Hankala |
2019-03-23 | Use the debugger mutex for `ddb_mp_mutex'. This should prevent a race | Visa Hankala |
2019-03-23 | Add a simple spinning mutex for ddb. Unlike mutex(9), this lock keeps | Visa Hankala |
2019-03-23 | Add intr_{disable,restore}() for powerpc. | Visa Hankala |
2019-03-22 | Move adjtimedelta into the timehands. | cheloha |
2019-03-22 | - Fix the AR816X_REV_B0 / default DMA channel selection to be the | Kevin Lo |
2019-03-22 | Rename "timecounter_mtx" to "windup_mtx". | cheloha |
2019-03-22 | Mixmerge fixup. | Kevin Lo |
2019-03-22 | umbg now supports DCF600USB as well; adjust comment. from weerd@ | Stuart Henderson |
2019-03-22 | build umbg(4) on amd64, previously only done on i386/macppc/octeon/sparc64 | Stuart Henderson |
2019-03-22 | support Meinberg DCF600USB, from weerd@, ok phessler | Stuart Henderson |
2019-03-22 | sync | Stuart Henderson |
2019-03-22 | add Meinberg DCF600USB, from weerd@, ok phessler@ | Stuart Henderson |
2019-03-22 | Add support for QCA AR816x/AR817x for alc(4). | Kevin Lo |
2019-03-22 | back out 1.28 | David Gwynne |
2019-03-22 | use a cond in ixl_atq_exec to wait for a command to be completed. | David Gwynne |
2019-03-22 | don't blindly complete admin queue entries | David Gwynne |
2019-03-21 | Remove struct intrhand. It is no longer used on octeon. | Visa Hankala |
2019-03-21 | Remove an unused header. | Visa Hankala |
2019-03-21 | don't set VLAN things when configuring promisc | David Gwynne |
2019-03-21 | run event callbacks directly in the atq processing | David Gwynne |