diff options
author | jasone <jasone@FreeBSD.org> | 2000-02-16 19:38:20 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2000-02-16 19:38:20 +0000 |
commit | e8cfdc976f1f31ae86f30a656797e2820c9f439b (patch) | |
tree | 2b434df1d8c0b28d932e61c0cf95c240908193cc | |
parent | f2f7c466a97980ad211240002559998fe30ce290 (diff) | |
download | FreeBSD-src-e8cfdc976f1f31ae86f30a656797e2820c9f439b.zip FreeBSD-src-e8cfdc976f1f31ae86f30a656797e2820c9f439b.tar.gz |
Add short entries about the state of threads support.
i386/RELNOTES.TXT: Remove an alpha-specific comment with regard to gdb.
Approved by: jkh
-rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 2 | ||||
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index 2038131..4e27d30 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -198,6 +198,8 @@ release for FreeBSD/alpha. Numerous fixes have been applied to improve the security of FreeBSD code as part of the FreeBSD Auditing Project. +FreeBSD's threads library, libc_r, has had many features and performance +improvements added, which makes it almost completely POSIX-compliant. 2. Supported Configurations --------------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index 53138dd..520f6e5 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -197,12 +197,16 @@ identification. Groff/troff/eqn has been updated to version 1.15. -Gdb has been updated to version 4.18 and is now part of the standard -release for FreeBSD/alpha. +Gdb has been updated to version 4.18. Numerous fixes have been applied to improve the security of FreeBSD code as part of the FreeBSD Auditing Project. +FreeBSD's threads library, libc_r, has had many features and performance +improvements added, which makes it almost completely POSIX-compliant. In +addition, Linux's kernel-supported LinuxThreads library is now available as +a port (ports/devel/linuxthreads), which can be used for native FreeBSD +programs. 2. Supported Configurations --------------------------- |