New release notes: fsck(8) and /etc/fstab passes, newfs(8) -U,
libcrypt Blowfish support. Fix a typo: newfs is section 8, not section 1.
This commit is contained in:
parent
74328f0f1c
commit
0aa303fdeb
@ -645,6 +645,9 @@ fsck wrappers have been imported; this feature provides infrastructure
|
||||
for fsck(8) to work on different types of filesystems (analogous to
|
||||
mount(8) and mount_*(8)).
|
||||
|
||||
The behavior of fsck(8) when dealing with various passes (a la
|
||||
/etc/fstab) has been modified to accomodate multiple-disk filesystems.
|
||||
|
||||
ncurses has been updated to ncurses-5.1-20001009. [MERGED]
|
||||
|
||||
gperf has been updated to 2.7.2. [MERGED]
|
||||
@ -694,9 +697,11 @@ and initialization. [MERGED]
|
||||
The lastlogin(1) utility, which prints the last login time of each
|
||||
user, has been imported from NetBSD. [MERGED]
|
||||
|
||||
newfs(1) now implements write combining, which can make creation of
|
||||
newfs(8) now implements write combining, which can make creation of
|
||||
new filesystems up to seven times faster. [MERGED]
|
||||
|
||||
newfs(8) now takes a -U option to enable softupdates on a new filesystem.
|
||||
|
||||
A number of buffer overflows in config(8) have been fixed. [MERGED]
|
||||
|
||||
pwd(1) can now double as realpath(1), a program to resolve pathnames
|
||||
@ -968,6 +973,8 @@ has changed; this affects the behavior of ftp(1), which has gained the
|
||||
atacontrol(8) has been added to control various aspects of the ata(4)
|
||||
driver.
|
||||
|
||||
libcrypt now has support for Blowfish password hashing.
|
||||
|
||||
|
||||
2. Supported Configurations
|
||||
---------------------------
|
||||
|
@ -738,6 +738,9 @@ fsck wrappers have been imported; this feature provides infrastructure
|
||||
for fsck(8) to work on different types of filesystems (analogous to
|
||||
mount(8) and mount_*(8)).
|
||||
|
||||
The behavior of fsck(8) when dealing with various passes (a la
|
||||
/etc/fstab) has been modified to accomodate multiple-disk filesystems.
|
||||
|
||||
ncurses has been updated to ncurses-5.1-20001009. [MERGED]
|
||||
|
||||
gperf has been updated to 2.7.2. [MERGED]
|
||||
@ -787,9 +790,11 @@ and initialization. [MERGED]
|
||||
The lastlogin(1) utility, which prints the last login time of each
|
||||
user, has been imported from NetBSD. [MERGED]
|
||||
|
||||
newfs(1) now implements write combining, which can make creation of
|
||||
newfs(8) now implements write combining, which can make creation of
|
||||
new filesystems up to seven times faster. [MERGED]
|
||||
|
||||
newfs(8) now takes a -U option to enable softupdates on a new filesystem.
|
||||
|
||||
A number of buffer overflows in config(8) have been fixed. [MERGED]
|
||||
|
||||
pwd(1) can now double as realpath(1), a program to resolve pathnames
|
||||
@ -1060,6 +1065,8 @@ has changed; this affects the behavior of ftp(1), which has gained the
|
||||
atacontrol(8) has been added to control various aspects of the ata(4)
|
||||
driver.
|
||||
|
||||
libcrypt now has support for Blowfish password hashing.
|
||||
|
||||
|
||||
2. Supported Configurations
|
||||
---------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user