From 209a653f2978bfcc983c2d8ddf05ebb72b402a27 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Tue, 30 Jan 2001 05:02:15 +0000 Subject: [PATCH] Update release notes: devfs(5) now in GENERIC, libc_r changes. --- release/texts/alpha/RELNOTES.TXT | 9 ++++++--- release/texts/i386/RELNOTES.TXT | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index 1a6275fd91b..e84d6279839 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -148,9 +148,10 @@ The ahc(4) driver has been updated. [MERGED] ACPI support has been merged in from the FreeBSD-ACPI project. -devfs, which allows entries in the /dev directory to be built -automatically and supports more flexible attachment of devices, -has been largely reworked. +devfs(5), which allows entries in the /dev directory to be built +automatically and supports more flexible attachment of devices, has +been largely reworked. devfs(5) is configured into the GENERIC +kernel. Write combining for crashdumps has been implemented. This feature is useful when write caching is disabled on both SCSI and IDE disks, @@ -676,6 +677,8 @@ build a bogus kernel without a human to read the errors. [MERGED] pkg_create(1) and pkg_install(1) can now work with packages that have been compressed using bzip2(1). +libc is now thread-safe by default; libc_r contains only thread functions. + 2. Supported Configurations --------------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index ed3e8bcca2d..a7bf6cb6a16 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -190,9 +190,10 @@ ISDN cards has been added to the isic(4) isdn4bsd driver. Support for Fujitsu MB86960A/MB86965A based Ethernet PC-Cards is back. [MERGED] -devfs, which allows entries in the /dev directory to be built -automatically and supports more flexible attachment of devices, -has been largely reworked. +devfs(5), which allows entries in the /dev directory to be built +automatically and supports more flexible attachment of devices, has +been largely reworked. devfs(5) is configured into the GENERIC +kernel. Preliminary Cardbus support under NEWCARD has been added. This supports TI113X, TI12XX, TI125X, Ricoh 5C46/5C47, Topic 95/97/100 and @@ -776,6 +777,8 @@ build a bogus kernel without a human to read the errors. [MERGED] pkg_create(1) and pkg_install(1) can now work with packages that have been compressed using bzip2(1). +libc is now thread-safe by default; libc_r contains only thread functions. + 2. Supported Configurations ---------------------------