From 19f7f95ceb7ea2e259d340886dd1849a76f6806b Mon Sep 17 00:00:00 2001 From: alexh Date: Fri, 11 Sep 2009 00:14:02 -0700 Subject: [PATCH] add autocloning stuff to release24 --- release24/index.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/release24/index.mdwn b/release24/index.mdwn index 760bc5f6..25b26e85 100644 --- a/release24/index.mdwn +++ b/release24/index.mdwn @@ -41,11 +41,13 @@ To get a list of all packages, let [pkg_search(1)](http://leaf.dragonflybsd.org/ * 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 @@ -73,10 +75,11 @@ To get a list of all packages, let [pkg_search(1)](http://leaf.dragonflybsd.org/ >> #### 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. -- 2.41.0