CHANGES revision 1.381 1 LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.381 $>
2
3
4 [Note: This file does not mention every change made to the NetBSD source tree.
5 For an exhaustive list, please subscribe to the `source-changes' mailing list,
6 or see the mailing list archives. For more information, send a message
7 containing just the word `help' to `majordomo (a] NetBSD.org'.]
8
9
10 Changes from NetBSD 2.0 to NetBSD 3.0:
11 which(1): Replaced by a C program that only checks the path.
12 [christos 20040401]
13 heimdal: import version 0.6.1. [lha 20040402]
14 powerpc: implement FP exception handling for OEA processors.
15 [matt 20040404]
16 file(1): update to 4.09. [pooka 20040408]
17 hp300: Fix a longstanding bug in console attachment functions,
18 so that now DIO based framebuffers (mostly used on HP4xx
19 machines) can be used as console again. [tsutsui 20040408]
20 hp300: Fix some bugs in apci serial which was switched to MI com(4),
21 so that now it's actually functional. [tsutsui 20040410]
22 setrlimit(2): Add RLIMIT_SBSIZE to limit the socket buffer size.
23 [christos 20040417]
24 csh(1): Add support for "limit sbsize" to control the
25 socket buffer size resource limit. [christos 20040417]
26 ksh(1): Add support for "ulimit -b" to control the
27 socket buffer size resource limit. [christos 20040417]
28 sh(1): Add support for "ulimit -b" to control the
29 socket buffer size resource limit. [christos 20040417]
30 login.conf(5): Add support for "sbsize" capability to control the
31 socket buffer size limit. [matt 20040418]
32 share/mk: Deprecate AINC in favour of AFLAGS. [lukem 20040418]
33 sysinst: use /etc/postinstall to update /etc (etc) instead of just
34 saving /etc to /etc/old [dsl 20040418]
35 sysctl(8): Add "vfs.generic.fstypes" node to display the currently
36 available file system types. [lukem 20040419]
37 locate.conf(5): "ignorefs type" appends to the default list of
38 types rather than overriding it. [lukem 20040419]
39 statvfs(2): Eliminate statfs(2) and friends, in preference for
40 the POSIX/XOpen compliant statvfs(2) family.
41 [christos 20040421]
42 kernel: Add a POOL_INIT macro to declare and automatically
43 initialise resource pools. [simonb 20040425]
44 postfix: Postfix 2.1.0 imported. [heas 20040427]
45 i386: Add support for Enhanced SpeedStep Technology, from
46 Michael Eriksson on port-i386. [lukem 20040430]
47 heimdal: import version 0.6.2. [lha 20040508]
48 libc: Make gmon / mcount work properly for threaded applications
49 by keeping thread-specific gmonparam structures and then
50 merging them before dumping the profile buffers. Written
51 by Nathan J. Williams, contributed by Wasabi Systems, Inc.
52 [thorpej 20040510]
53 xdm(1): use /var/db/xdm for the default authDir. [lukem 20040512]
54 du(1): add a -n flag to not include "nodump" files. [simonb 20040517]
55 bind: Bind-9.3.0beta3 imported. [christos 20040517]
56 sysinst: (i386) Allow installation/upgrade to an existing raid volume.
57 [dsl 20040518]
58 resolver: The libc resolver has been updated to the bind9 one
59 [christos 20040521]
60 emuxki(4): Make this driver work on big endian machines
61 (at least on macppc). [tsutsui 20040523]
62 uep(4): Added driver for eGalax USB touchpanel controller
63 [tsarna 20040524]
64 ptm(4): pty/98 pty multiplexor device [christos 20040526]
65 postfix: Postfix 2.1.1 imported. [heas 20040531]
66 XFree86: support absolute mouse positioning events on i386
67 and other platforms using the same mouse code
68 [tsarna 20040603]
69 hp700: Add FFS/LFS primary bootstrap (xxboot). [itohy 20040615]
70 racoon: upgraded to 20040617 [iojun 20040617]
71 powerpc: Implement MPC601 support. [kleink 20040626]
72 prep: Add IBM RS/6000 40P 7020-001 platform support. [kleink 20040626]
73 libcrypt: Add support for SHA1 hashed (hmac_sha1 actually) passwords.
74 [sjg 20040701]
75 sed(1): Make patterns larger than _POSIX2_LINE_MAX*2-1 work.
76 [manu 20040709]
77 texinfo(1): upgraded to 4.7. [wiz 20040713]
78 libc: Add wordexp(3) which performs shell-style word expansions.
79 [seb 20040713]
80 sendmail: The sendmail daemon will now start by default if the
81 rc.d script determines a need for it. [atatat 20040715]
82 mtree(8): Implement -M to permit merging of specfile entries that
83 have different types. [lukem 20040722]
84 ipf(8): updated to version 4.1.3. [martti 20040723]
85 /etc/security: allow mtree specfile entries in /etc/mtree/special.local
86 to override entries in /etc/mtree/special. [lukem 20040723]
87 spif(4): New driver for Sun SUNW,spif multi-port Sbus cards originally
88 written by Jason L. Wright for OpenBSD. [mrg 20040724]
89 wscons(4): Add support to change console colors and kernel colors
90 dynamically after boot. [jmmv 20040728]
91 wsconsctl(4): Add support to change console colors and kernel colors
92 dynamically after boot. [jmmv 20040728]
93 postfix: Postfix 2.1.4 imported. [heas 20040728]
94 vga(4): Add support to change console border color. [jmmv 20040729]
95 wscons(4): Add support to change console border color. [jmmv 20040729]
96 wsconsctl(4): Add support to change console border color.
97 [jmmv 20040729]
98 groff(1): Updated to 1.19.1. [wiz 20040730]
99 i386: Support Intel ICH-based SpeedStep(TM) in ichlpcib(4).
100 [mrg 20040731]
101 /etc/postinstall: check for obsolete minor/teeny shared libraries.
102 [lukem 20040812]
103 kernel: Add extensions to the autoconf(9) framework to allow device
104 detachment and bus rescans in a bus independant way, and
105 for better support of driver LKMs. [drochner 20040819]
106 libc: Add optimized ffs(3) implementation for ARM architecture 5.
107 [rearnsha 20040821]
108 libc, libpthread: On ARM use interworking clean return sequences when
109 built for v4T or later. [rearnsha 20040821]
110 kernel: Support Thumb applications on ARM architecture 5.
111 [rearnsha 20040821]
112 ipw(4): Driver for Intel PRO/Wireless 2100 driver written by
113 Damien Bergamini. [lukem 20040823]
114 compat_darwin(8): Support for MacOS X.3 binaries. [manu 20040825]
115 crtstuff: Switch to GCC-supplied crtbegin.o / crtend.o on GCC 3.3
116 platforms. [thorpej 20040827]
117 kernel: Add IPv4 PIM support from Pavlin Radoslavov and Hitoshi
118 Asaeda. Part of this work has been supported by the XORP
119 project http://www.xorp.org [manu 20040905]
120 libc: Add UUID manipulation routines, adapted from FreeBSD.
121 [thorpej 20040913]
122 uuidgen: Add a UUID generation tool, adapted from FreeBSD,
123 extended slightly with some additional DCE-compatible
124 options. [thorpej 20040913]
125 heimdal: import version 0.6.3. [lha 20040913]
126 file(1): update to 4.10. [pooka 20040916]
127 mac68k: Support to build with soft-float enabled. [jmmv 20040926]
128 tcpdump(8): Synchronized with version 3.8.3 from tcpdump.org.
129 [dyoung 20040927]
130 pcap(3): Synchronized with version 0.8.3 from tcpdump.org.
131 [dyoung 20040927]
132 auacer(4): Driver for ALi M5455 audio controller. Output only
133 so far. [augustss 20041010]
134 iyonix: Initial import of iyonix port [gavan 20041013]
135 auvia(4): Support for suspending/resuming. Written by Rhialto.
136 [kent 20041017]
137 uaudio(4): Support for selector unit, and make mixer item names
138 compatible with other audio devices. Written by Kazuhito
139 HONDA. [kent 20041021]
140 ehci(4): Support for interrupt transfers added. From OpenBSD.
141 This allows high speed hubs to be used with high speed
142 devices. [augustss 20041022]
143 cdce(4): Driver for CDC USB Ethernet devices. Written by
144 Daniel Hartmeier for OpenBSD. [augustss 20041022]
145 axe(4): The uax(4) driver has been replaced by the axe driver.
146 [augustss 20041023]
147 libc/ctype.h: Changed the #defines for all the ctype.h functions
148 (isdigit() etc) to remove the (int) cast and thus detect
149 broken code that could index outside the array.
150 Fixed all the fallout. [dsl 200411004]
151 bind: Bind-9.3.0 imported. [christos 20041106]
152 ptyfs: New pseudo-terminal filesystem [christos 20041111]
153