NetBSD/doc/CHANGES

36 lines
1.6 KiB
Plaintext
Raw Normal View History

2004-04-21 05:07:35 +04:00
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.304 $>
[Note: This file does not mention every change made to the NetBSD source tree.
For an exhaustive list, please subscribe to the `source-changes' mailing list,
or see the mailing list archives. For more information, send a message
2003-07-26 21:24:44 +04:00
containing just the word `help' to `majordomo@NetBSD.org'.]
2004-03-29 07:11:08 +04:00
Changes from NetBSD 2.0 to NetBSD 2.1:
which(1): Replaced by a C program that only checks the path.
[christos 20040401]
heimdal: import version 0.6.1. [lha 20040402]
powerpc: implement FP exception handling for OEA processors.
2004-04-05 07:59:37 +04:00
[matt 20040404]
2004-04-08 16:41:44 +04:00
file(1): update to 4.09. [pooka 20040408]
2004-04-11 17:35:12 +04:00
sgimips: Add IP12 support. [pooka 20040411]
2004-04-16 08:08:50 +04:00
cvs(1): update to 1.11.15. [itojun 20040416]
setrlimit(2): Add RLIMIT_SBSIZE to limit the socket buffer size.
[christos 20040417]
csh(1): Add support for "limit sbsize" to control the
socket buffer size resource limit. [christos 20040417]
ksh(1): Add support for "ulimit -b" to control the
socket buffer size resource limit. [christos 20040417]
sh(1): Add support for "ulimit -b" to control the
socket buffer size resource limit. [christos 20040417]
login.conf(5): Add support for "sbsize" capability to control the
socket buffer size limit. [matt 20040418]
share/mk: Deprecate AINC in favour of AFLAGS. [lukem 20040418]
sysctl(8): Add "vfs.generic.fstypes" node to display the currently
available file system types. [lukem 20040419]
locate.conf(5): "ignorefs type" appends to the default list of
types rather than overriding it. [lukem 20040419]
2004-04-21 05:07:35 +04:00
statvfs(2): Eliminate statfs(2) and friends, in preference for
the POSIX/XOpen compliant statvfs(2) family.