diff options
author | bmah <bmah@FreeBSD.org> | 2000-11-10 18:01:57 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2000-11-10 18:01:57 +0000 |
commit | 5cf8cc343e7b16cbee005ec248653b56ef3062e8 (patch) | |
tree | 00fbdad4e6a8cc538c45cb59680f68f8ece1463b /release | |
parent | a6f5d950d860b642619fd71c1efc1875f906cc17 (diff) | |
download | FreeBSD-src-5cf8cc343e7b16cbee005ec248653b56ef3062e8.zip FreeBSD-src-5cf8cc343e7b16cbee005ec248653b56ef3062e8.tar.gz |
New release notes documenting: thread library enhancements, chflags(1)
move from /usr/bin to /bin, and CSMG_* macros fix.
Diffstat (limited to 'release')
-rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 9 | ||||
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index ad4bf23..b99bb6b 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -386,6 +386,15 @@ the stock public FSF source. [MERGED] BIND has been updated to v8.2.3-T6B. +The threads library has gained some signal handling changes, bug +fixes, and performance enhancements (including zero system call thread +switching). gdb(1) thread support has been updated to match these +changes. [MERGED] + +chflags(1) has moved from /usr/bin to /bin. + +Use of the CSMG_* macros no longer require inclusion of <sys/param.h>. + 2. Supported Configurations --------------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index 33b62d4..f7a50fa 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -458,6 +458,15 @@ the stock public FSF source. [MERGED] BIND has been updated to v8.2.3-T6B. +The threads library has gained some signal handling changes, bug +fixes, and performance enhancements (including zero system call thread +switching). gdb(1) thread support has been updated to match these +changes. [MERGED] + +chflags(1) has moved from /usr/bin to /bin. + +Use of the CSMG_* macros no longer require inclusion of <sys/param.h>. + 2. Supported Configurations --------------------------- |