Home | History | Annotate | Line # | Download | only in doc
CHANGES revision 1.327
      1  1.327    itojun LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.327 $>
      2    1.1     lukem 
      3    1.1     lukem 
      4    1.1     lukem [Note: This file does not mention every change made to the NetBSD source tree.
      5    1.1     lukem For an exhaustive list, please subscribe to the `source-changes' mailing list,
      6    1.1     lukem or see the mailing list archives.  For more information, send a message
      7  1.182      salo containing just the word `help' to `majordomo (a] NetBSD.org'.]
      8    1.1     lukem 
      9    1.1     lukem 
     10  1.295       jmc Changes from NetBSD 2.0 to NetBSD 2.1:
     11  1.299       wiz 	which(1): Replaced by a C program that only checks the path.
     12  1.299       wiz 		[christos 20040401]
     13  1.303     lukem 	heimdal: import version 0.6.1.  [lha 20040402]
     14  1.299       wiz 	powerpc: implement FP exception handling for OEA processors.
     15  1.298      matt 		[matt 20040404]
     16  1.300     pooka 	file(1): update to 4.09.  [pooka 20040408]
     17  1.324   tsutsui 	hp300: Fix a longstanding bug in console attachment functions,
     18  1.324   tsutsui 		so that now DIO based framebuffers (mostly used on HP4xx
     19  1.324   tsutsui 		machines) can be used as console again. [tsutsui 20040408]
     20  1.324   tsutsui 	hp300: Fix some bugs in apci serial which was switched to MI com(4),
     21  1.324   tsutsui 		so that now it's actually functional. [tsutsui 20040410]
     22  1.301     pooka 	sgimips: Add IP12 support.  [pooka 20040411]
     23  1.302    itojun 	cvs(1): update to 1.11.15.  [itojun 20040416]
     24  1.303     lukem 	setrlimit(2): Add RLIMIT_SBSIZE to limit the socket buffer size.
     25  1.303     lukem 		[christos 20040417]
     26  1.303     lukem 	csh(1): Add support for "limit sbsize" to control the
     27  1.303     lukem 		socket buffer size resource limit.  [christos 20040417]
     28  1.303     lukem 	ksh(1): Add support for "ulimit -b" to control the
     29  1.303     lukem 		socket buffer size resource limit.  [christos 20040417]
     30  1.303     lukem 	sh(1): Add support for "ulimit -b" to control the
     31  1.303     lukem 		socket buffer size resource limit.  [christos 20040417]
     32  1.303     lukem 	login.conf(5): Add support for "sbsize" capability to control the
     33  1.303     lukem 		socket buffer size limit.  [matt 20040418]
     34  1.303     lukem 	share/mk: Deprecate AINC in favour of AFLAGS.  [lukem 20040418]
     35  1.316       dsl 	sysinst: use /etc/postinstall to update /etc (etc) instead of just
     36  1.316       dsl 		saving /etc to /etc/old [dsl 20040418]
     37  1.303     lukem 	sysctl(8): Add "vfs.generic.fstypes" node to display the currently 
     38  1.303     lukem 		available file system types.  [lukem 20040419]
     39  1.303     lukem 	locate.conf(5): "ignorefs type" appends to the default list of
     40  1.303     lukem 		types rather than overriding it.  [lukem 20040419]
     41  1.304  christos 	statvfs(2): Eliminate statfs(2) and friends, in preference for
     42  1.304  christos 		the POSIX/XOpen compliant statvfs(2) family.
     43  1.305       wiz 		[christos 20040421]
     44  1.306    simonb 	kernel: Add a POOL_INIT macro to declare and automatically
     45  1.306    simonb 		initialise resource pools.  [simonb 20040425]
     46  1.307      heas 	postfix: Postfix 2.1.0 imported.  [heas 20040427]
     47  1.308     lukem 	i386: Add support for Enhanced SpeedStep Technology, from
     48  1.308     lukem 		Michael Eriksson on port-i386.  [lukem 20040430]
     49  1.320       agc 	heimdal: import version 0.6.2.  [lha 20040508]
     50  1.310   thorpej 	libc: Make gmon / mcount work properly for threaded applications
     51  1.310   thorpej 		by keeping thread-specific gmonparam structures and then
     52  1.310   thorpej 		merging them before dumping the profile buffers.  Written
     53  1.310   thorpej 		by Nathan J. Williams, contributed by Wasabi Systems, Inc.
     54  1.310   thorpej 		[thorpej 20040510]
     55  1.311     lukem 	xdm(1): use /var/db/xdm for the default authDir.  [lukem 20040512]
     56  1.312    simonb 	du(1): add a -n flag to not include "nodump" files.  [simonb 20040517]
     57  1.326    itojun 	bind: Bind-9.3.0beta3 imported. [christos 20040517]
     58  1.316       dsl 	sysinst: (i386) Allow installation/upgrade to an existing raid volume.
     59  1.316       dsl 		[dsl 20040518]
     60  1.326    itojun 	cvs: cvs-1.11.16 via patch [christos 20040519]
     61  1.315  christos 	resolver: The libc resolver has been updated to the bind9 one
     62  1.315  christos 		[christos 20040521]
     63  1.317    tsarna 	uep(4):	Added driver for eGalax USB touchpanel controller
     64  1.317    tsarna 		[tsarna 20040524]
     65  1.318  christos 	ptm(4): pty/98 pty multiplexor device [christos 20040526]
     66  1.319      heas 	postfix: Postfix 2.1.1 imported. [heas 20040531]
     67  1.322    tsarna 	XFree86: support absolute mouse positioning events on i386
     68  1.322    tsarna 		and other platforms using the same mouse code
     69  1.322    tsarna 		[tsarna 20040603]
     70  1.325     itohy 	hp700: Add FFS/LFS primary bootstrap (xxboot).  [itohy 20040615]
     71  1.326    itojun 	cvs: cvs upgraded to 1.11.17 [christos 20040616]
     72  1.327    itojun 	racoon: upgraded to 20040617 [iojun 20040617]
     73