diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2001-06-03 23:48:51 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2001-06-03 23:48:51 +0000 |
| commit | 39af6ede9226bbbd72071c7906984eca6b2a6181 (patch) | |
| tree | 44ec291cfa58a8b2677c5d3e7c64de64d3dd1696 /release/texts | |
| parent | 961270054f1c6fe2678d5462e47d82ec748fd6a2 (diff) | |
Notes
Diffstat (limited to 'release/texts')
| -rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 8 | ||||
| -rw-r--r-- | release/texts/i386/RELNOTES.TXT | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index ef20b9f6e47d..96ca4542973c 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -58,6 +58,10 @@ TCP now has RFC 1323 extensions enabled by default in rc.conf(5). The ata(4) driver again has write-caching enabled by default. +The O_DIRECT flag has been added to open(2) and fcntl(2). Specifying +this flag for open files will attempt to minimize the cache effects of +reading and writing. + 1.2. SECURITY FIXES ------------------- @@ -102,6 +106,10 @@ libcrypt now has support for Blowfish password hashing. Ukranian language support has been added to the FreeBSD console. +pim6dd(8) and pim6sd(8) have been removed due to restrictive licensing +conditions. These programs are available in the ports collection as +net/pim6dd and net/pim6dd. + 2. Supported Configurations --------------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index 56bcdf9479c7..45d6cdcf0633 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -62,6 +62,10 @@ TCP now has RFC 1323 extensions enabled by default in rc.conf(5). The ata(4) driver again has write-caching enabled by default. +The O_DIRECT flag has been added to open(2) and fcntl(2). Specifying +this flag for open files will attempt to minimize the cache effects of +reading and writing. + 1.2. SECURITY FIXES ------------------- @@ -106,6 +110,10 @@ libcrypt now has support for Blowfish password hashing. Ukranian language support has been added to the FreeBSD console. +pim6dd(8) and pim6sd(8) have been removed due to restrictive licensing +conditions. These programs are available in the ports collection as +net/pim6dd and net/pim6dd. + 2. Supported Configurations --------------------------- |
