diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2000-11-10 18:01:57 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2000-11-10 18:01:57 +0000 |
| commit | c4b6adcfca84bdd783327a5021f70c1965882cb2 (patch) | |
| tree | f0b849e482a4bd2e4a3d2958d9d36ace47b5026e | |
| parent | 726b61ab5fe782694f2bb648dafb316e1857335b (diff) | |
Notes
| -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 ad4bf23281bc..b99bb6bde7a8 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 33b62d431e75..f7a50faeb321 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 --------------------------- |
