NetBSD/doc/CHANGES

101 lines
5.0 KiB
Plaintext
Raw Normal View History

LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.354 $>
[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]
hp300: Fix a longstanding bug in console attachment functions,
so that now DIO based framebuffers (mostly used on HP4xx
machines) can be used as console again. [tsutsui 20040408]
hp300: Fix some bugs in apci serial which was switched to MI com(4),
so that now it's actually functional. [tsutsui 20040410]
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]
sysinst: use /etc/postinstall to update /etc (etc) instead of just
saving /etc to /etc/old [dsl 20040418]
2004-07-03 12:32:43 +04:00
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.
2004-04-21 05:10:25 +04:00
[christos 20040421]
2004-04-26 05:19:59 +04:00
kernel: Add a POOL_INIT macro to declare and automatically
initialise resource pools. [simonb 20040425]
2004-04-27 11:40:57 +04:00
postfix: Postfix 2.1.0 imported. [heas 20040427]
i386: Add support for Enhanced SpeedStep Technology, from
Michael Eriksson on port-i386. [lukem 20040430]
heimdal: import version 0.6.2. [lha 20040508]
libc: Make gmon / mcount work properly for threaded applications
by keeping thread-specific gmonparam structures and then
merging them before dumping the profile buffers. Written
by Nathan J. Williams, contributed by Wasabi Systems, Inc.
[thorpej 20040510]
2004-05-12 08:01:36 +04:00
xdm(1): use /var/db/xdm for the default authDir. [lukem 20040512]
2004-05-17 05:57:55 +04:00
du(1): add a -n flag to not include "nodump" files. [simonb 20040517]
2004-06-16 13:23:41 +04:00
bind: Bind-9.3.0beta3 imported. [christos 20040517]
sysinst: (i386) Allow installation/upgrade to an existing raid volume.
[dsl 20040518]
2004-05-21 08:38:50 +04:00
resolver: The libc resolver has been updated to the bind9 one
[christos 20040521]
emuxki(4): Make this driver work on big endian machines
(at least on macppc). [tsutsui 20040523]
2004-05-25 19:38:17 +04:00
uep(4): Added driver for eGalax USB touchpanel controller
[tsarna 20040524]
ptm(4): pty/98 pty multiplexor device [christos 20040526]
2004-05-31 07:58:57 +04:00
postfix: Postfix 2.1.1 imported. [heas 20040531]
XFree86: support absolute mouse positioning events on i386
and other platforms using the same mouse code
[tsarna 20040603]
2004-06-15 07:20:19 +04:00
hp700: Add FFS/LFS primary bootstrap (xxboot). [itohy 20040615]
2004-06-17 07:44:18 +04:00
racoon: upgraded to 20040617 [iojun 20040617]
powerpc: Implement MPC601 support. [kleink 20040626]
prep: Add IBM RS/6000 40P 7020-001 platform support. [kleink 20040626]
libcrypt: Add support for SHA1 hashed (hmac_sha1 actually) passwords.
[sjg 20040701]
texinfo(1): upgraded to 4.7. [wiz 20040713]
2004-07-13 19:56:47 +04:00
libc: Add wordexp(3) which performs shell-style word expansions.
[seb 20040713]
2004-07-15 07:49:13 +04:00
sendmail: The sendmail daemon will now start by default if the
2004-07-15 08:08:29 +04:00
rc.d script determines a need for it. [atatat 20040715]
2004-07-22 20:52:54 +04:00
mtree(8): Implement -M to permit merging of specfile entries that
have different types. [lukem 20040722]
2004-07-23 09:43:59 +04:00
ipf(8): updated to version 4.1.3. [martti 20040723]
2004-07-23 10:18:13 +04:00
/etc/security: allow mtree specfile entries in /etc/mtree/special.local
to override entries in /etc/mtree/special. [lukem 20040723]
2004-07-24 16:39:38 +04:00
spif(4): New driver for Sun SUNW,spif multi-port Sbus cards originally
written by Jason L. Wright for OpenBSD. [mrg 20040724]
wscons(4): Add support to change console colors and kernel colors
2004-07-31 21:37:44 +04:00
dynamically after boot. [jmmv 20040728]
wsconsctl(4): Add support to change console colors and kernel colors
2004-07-31 21:37:44 +04:00
dynamically after boot. [jmmv 20040728]
2004-07-29 03:32:03 +04:00
postfix: Postfix 2.1.4 imported. [heas 20040728]
2004-07-31 21:37:44 +04:00
vga(4): Add support to change console border color. [jmmv 20040729]
wscons(4): Add support to change console border color. [jmmv 20040729]
wsconsctl(4): Add support to change console border color.
[jmmv 20040729]
2004-07-30 19:34:06 +04:00
groff(1): Updated to 1.19.1. [wiz 20040730]
2004-07-31 21:37:44 +04:00
i386: Support Intel ICH-based SpeedStep(TM) in ichlpcib(4).
[mrg 20040731]
/etc/postinstall: check for obsolete minor/teeny shared libraries.
[lukem 20040812]