2004-12-05 08:50:54 +03:00
|
|
|
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.394 $>
|
2002-09-21 12:17:32 +04:00
|
|
|
|
|
|
|
|
|
|
|
[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'.]
|
2002-09-21 12:17:32 +04:00
|
|
|
|
|
|
|
|
2004-10-14 03:40:14 +04:00
|
|
|
Changes from NetBSD 2.0 to NetBSD 3.0:
|
2004-04-05 13:38:30 +04:00
|
|
|
which(1): Replaced by a C program that only checks the path.
|
|
|
|
[christos 20040401]
|
2004-04-19 05:42:52 +04:00
|
|
|
heimdal: import version 0.6.1. [lha 20040402]
|
2004-04-05 13:38:30 +04:00
|
|
|
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-06-07 18:11:02 +04:00
|
|
|
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]
|
2004-04-19 05:42:52 +04:00
|
|
|
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]
|
2004-05-22 21:46:56 +04:00
|
|
|
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
|
2004-04-19 05:42:52 +04:00
|
|
|
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]
|
2004-04-30 06:21:30 +04:00
|
|
|
i386: Add support for Enhanced SpeedStep Technology, from
|
|
|
|
Michael Eriksson on port-i386. [lukem 20040430]
|
2004-06-01 02:00:29 +04:00
|
|
|
heimdal: import version 0.6.2. [lha 20040508]
|
2004-05-11 02:16:42 +04:00
|
|
|
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]
|
2004-05-22 21:46:56 +04:00
|
|
|
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]
|
2004-07-11 07:29:41 +04:00
|
|
|
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]
|
2004-05-27 07:00:53 +04:00
|
|
|
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]
|
2004-06-04 00:17:43 +04:00
|
|
|
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-11-19 01:28:49 +03:00
|
|
|
racoon: upgraded to 20040617 [itojun 20040617]
|
2004-11-19 01:32:49 +03:00
|
|
|
pf(4): PF from OpenBSD 3.5 imported [itojun 20040622]
|
2004-06-27 01:56:12 +04:00
|
|
|
powerpc: Implement MPC601 support. [kleink 20040626]
|
|
|
|
prep: Add IBM RS/6000 40P 7020-001 platform support. [kleink 20040626]
|
2004-07-02 04:50:04 +04:00
|
|
|
libcrypt: Add support for SHA1 hashed (hmac_sha1 actually) passwords.
|
|
|
|
[sjg 20040701]
|
2004-09-05 04:27:21 +04:00
|
|
|
sed(1): Make patterns larger than _POSIX2_LINE_MAX*2-1 work.
|
|
|
|
[manu 20040709]
|
2004-07-13 04:13:22 +04:00
|
|
|
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]
|
2004-07-28 23:44:13 +04:00
|
|
|
wscons(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-28 23:44:13 +04:00
|
|
|
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]
|
2004-08-12 06:39:48 +04:00
|
|
|
/etc/postinstall: check for obsolete minor/teeny shared libraries.
|
|
|
|
[lukem 20040812]
|
2004-08-19 14:34:52 +04:00
|
|
|
kernel: Add extensions to the autoconf(9) framework to allow device
|
|
|
|
detachment and bus rescans in a bus independant way, and
|
|
|
|
for better support of driver LKMs. [drochner 20040819]
|
2004-08-21 15:37:32 +04:00
|
|
|
libc: Add optimized ffs(3) implementation for ARM architecture 5.
|
|
|
|
[rearnsha 20040821]
|
|
|
|
libc, libpthread: On ARM use interworking clean return sequences when
|
|
|
|
built for v4T or later. [rearnsha 20040821]
|
2004-08-21 16:14:46 +04:00
|
|
|
kernel: Support Thumb applications on ARM architecture 5.
|
|
|
|
[rearnsha 20040821]
|
2004-08-23 18:05:35 +04:00
|
|
|
ipw(4): Driver for Intel PRO/Wireless 2100 driver written by
|
|
|
|
Damien Bergamini. [lukem 20040823]
|
2004-09-05 04:04:45 +04:00
|
|
|
compat_darwin(8): Support for MacOS X.3 binaries. [manu 20040825]
|
2004-08-28 04:32:34 +04:00
|
|
|
crtstuff: Switch to GCC-supplied crtbegin.o / crtend.o on GCC 3.3
|
|
|
|
platforms. [thorpej 20040827]
|
2004-09-05 12:25:41 +04:00
|
|
|
kernel: Add IPv4 PIM support from Pavlin Radoslavov and Hitoshi
|
|
|
|
Asaeda. Part of this work has been supported by the XORP
|
|
|
|
project http://www.xorp.org [manu 20040905]
|
2004-09-14 03:38:26 +04:00
|
|
|
libc: Add UUID manipulation routines, adapted from FreeBSD.
|
|
|
|
[thorpej 20040913]
|
2004-11-23 10:44:44 +03:00
|
|
|
uuidgen(1): Add a UUID generation tool, adapted from FreeBSD,
|
2004-09-14 03:38:26 +04:00
|
|
|
extended slightly with some additional DCE-compatible
|
|
|
|
options. [thorpej 20040913]
|
2004-09-14 14:24:22 +04:00
|
|
|
heimdal: import version 0.6.3. [lha 20040913]
|
2004-09-16 17:52:19 +04:00
|
|
|
file(1): update to 4.10. [pooka 20040916]
|
2004-09-27 01:13:27 +04:00
|
|
|
mac68k: Support to build with soft-float enabled. [jmmv 20040926]
|
2004-10-11 02:45:16 +04:00
|
|
|
tcpdump(8): Synchronized with version 3.8.3 from tcpdump.org.
|
|
|
|
[dyoung 20040927]
|
|
|
|
pcap(3): Synchronized with version 0.8.3 from tcpdump.org.
|
|
|
|
[dyoung 20040927]
|
2004-10-10 20:39:36 +04:00
|
|
|
auacer(4): Driver for ALi M5455 audio controller. Output only
|
|
|
|
so far. [augustss 20041010]
|
2004-10-14 03:43:35 +04:00
|
|
|
iyonix: Initial import of iyonix port [gavan 20041013]
|
2004-10-21 16:58:02 +04:00
|
|
|
auvia(4): Support for suspending/resuming. Written by Rhialto.
|
|
|
|
[kent 20041017]
|
2004-10-21 17:01:28 +04:00
|
|
|
uaudio(4): Support for selector unit, and make mixer item names
|
|
|
|
compatible with other audio devices. Written by Kazuhito
|
|
|
|
HONDA. [kent 20041021]
|
2004-10-22 16:22:06 +04:00
|
|
|
ehci(4): Support for interrupt transfers added. From OpenBSD.
|
|
|
|
This allows high speed hubs to be used with high speed
|
|
|
|
devices. [augustss 20041022]
|
2004-10-22 17:26:24 +04:00
|
|
|
cdce(4): Driver for CDC USB Ethernet devices. Written by
|
|
|
|
Daniel Hartmeier for OpenBSD. [augustss 20041022]
|
2004-10-23 17:46:45 +04:00
|
|
|
axe(4): The uax(4) driver has been replaced by the axe driver.
|
|
|
|
[augustss 20041023]
|
2004-11-11 00:30:29 +03:00
|
|
|
libc/ctype.h: Changed the #defines for all the ctype.h functions
|
|
|
|
(isdigit() etc) to remove the (int) cast and thus detect
|
|
|
|
broken code that could index outside the array.
|
2004-11-22 02:07:58 +03:00
|
|
|
Fixed all the fallout. [dsl 20041104]
|
2004-11-07 05:54:41 +03:00
|
|
|
bind: Bind-9.3.0 imported. [christos 20041106]
|
2004-11-11 04:46:47 +03:00
|
|
|
ptyfs: New pseudo-terminal filesystem [christos 20041111]
|
2004-11-19 00:29:43 +03:00
|
|
|
postfix: Postfix 2.1.5 imported. [heas 20041113]
|
2004-11-19 01:32:49 +03:00
|
|
|
pf(4): PF from OpenBSD 3.6 imported [yamt 20041114]
|
2004-11-19 05:19:58 +03:00
|
|
|
syslogd: Numerous improvements, most from FreeBSD. [thorpej 20041118]
|
2004-11-22 02:01:21 +03:00
|
|
|
kernel: CD9660 Joliet Unicode file names encoded into UTF-8, thus full
|
|
|
|
Unicode range supported. [jdolecek 20041121]
|
2004-11-23 10:44:44 +03:00
|
|
|
getent(1): Add tool to get entries from an administrative database.
|
|
|
|
[lukem 20041123]
|
2004-11-24 23:49:17 +03:00
|
|
|
pdcsata(4): Driver for the SATA150 family of promise controllers.
|
|
|
|
[bouyer 20041124]
|
2004-11-27 04:44:18 +03:00
|
|
|
am-utils: import 6.1b5pre 20040916 [christos 20041126]
|
2004-12-02 03:12:08 +03:00
|
|
|
bpf(4): Convert to a cloning device [christos 20041129]
|
2004-12-02 01:27:45 +03:00
|
|
|
iteide(4): Add driver for the ITE 8212 IDE controller.
|
2004-12-02 02:25:24 +03:00
|
|
|
[grant 20041201]
|
2004-12-05 08:50:54 +03:00
|
|
|
lo(4): converted to a cloning device [peter 20041203]
|
|
|
|
ppp(4), sl(4), strip(4): converted to cloning devices
|
|
|
|
[christos 20041205]
|