DragonFlyBSD
The DragonFlyBSD operating system's source tree.
www.dragonflybsd.org
Recent Activity
- corecstat(4): Add driver for Intel CPUs' C-State residency counters
Imre Vadász: - Currently supports Core family CPUs starting at Nehalem series, up to Coffee Lake, as well as some ATOM CPUs. - man: Add unr(9) manpage for the kernel unit number allocator
Aaron LI: Obtained from FreeBSD but modified to match our code status. - amdgpu - Build in optional support for "CIK" architecture GPUs
Charlie Root: This builds in support for the KAVERI, BONAIRE, HAWAII, KABINI, and MULLINS, GPU versions.
The newly added source files were taken from Linux 4.20.17 to match the rest of the amdgpu driver's current state.
By default, amdgpu(4) is not going to match these models. - amdgpu - Expose amdgpu support for RGB565 mode
Imre Vadász - vkernel: Restore MAP_VPAGETABLE support with COW/VPTE fix (2)
Matthew Dillon: - Retain the wiring of vkernel-related pages but remove the PG_VPTMAPPED and replace its functionality. - vkernel: Restore MAP_VPAGETABLE support with COW/VPTE fix
Antonio Huete Jimenez: Re-implement MAP_VPAGETABLE support which was removed in commit 4d4f84f5f26bf5e9fe4d0761b34a5f1a3784a16f. - virtio_blk - Implement multiqueue support
Imre Vadász: - For now, this code uses at most as many virtqueues as cpu cores and interrupts are available. - if_mtw - Port from FreeBSD, with bugfixes, and parts re-ported from OpenBSD.
Imre Vadász: - Reverted some recent changes in FreeBSD for 80211 API changes on their side:
- reverted ratectl API use in ieee80211_ratectl_tx_update()
- crypto API change (git 5431dafdb9659fb578f)
- seqno offload (git cce278510a820785d88)
- ni->ni_txrate references use (git 7067450010931479f8)
- Re-ported the firmware loading code from OpenBSD.