* usched_set: Add USCHED_CPU_GET for retrieving the current CPU.
* revoke(2): Reimplemented the revoke code.
* pty: Add Unix98 ptys (/dev/ptmx and /dev/pts/*)
+ * sound: add autocloning support for dsp devices
* vkernel(7)
* Fix entry into ddb(4) when running a SMP vkernel. Fixes stop/cont.
* Fix startup race with I/O cothread support.
* Fix some issues - enable ithread preemption, races, and more.
* Fix races in stopsig() and ipisig().
+ * vn(4): Add autocloning support
* Fix permissions check for utimes() - owner can call even if u-w.
* Replace the old BSD malloc code with a port of our slab allocator.
* Fix various clang compile issues
>> #### Networking
* ae(4): Add driver for Attansic/Atheros L2 FastEthernet (from FreeBSD).
+ * bpf(4): Add autocloning support
* em(4): Synced with Intel's em-6.9.6 (from FreeBSD).
* emx(4): Copy of em(4) which supports only 8257{1,2,3} parts.
* iwi(4): Upgrade to use 3.0 firmware and use firmware(9) API to load firmware.
- * tap(4): Add ifclone support.
+ * tap(4): Add ifclone support and autoclone support.
* vke(4): Convert from kqueue API to cothread API.
* Turn on adaptive MPSAFE for network threads, and MPSAFE for IP and ARP.
* RSS: Add Toeplitz hash function.