Home | History | Annotate | Line # | Download | only in doc
CHANGES revision 1.1155
      1  1.1155  macallan # LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.1155 $>
      2  1.1095   tsutsui #
      3  1.1095   tsutsui #
      4  1.1095   tsutsui # [Note: This file does not mention every change made to the NetBSD source tree.
      5  1.1095   tsutsui # For an exhaustive list, please subscribe to the `source-changes' mailing list,
      6  1.1095   tsutsui # or see the mailing list archives.  For more information, send a message
      7  1.1095   tsutsui # containing just the word `help' to `majordomo (a] NetBSD.org'.]
      8  1.1095   tsutsui #
      9  1.1095   tsutsui # ----------------------------------------------------------------------------
     10  1.1095   tsutsui # PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
     11  1.1095   tsutsui #
     12  1.1095   tsutsui #	theme: Content ...
     13  1.1095   tsutsui #		more content ...
     14  1.1095   tsutsui #		more content. [developer DATE-FORMAT]
     15  1.1095   tsutsui #
     16  1.1095   tsutsui # That's it, one tab to start an item, and two tabs to indent the content.
     17  1.1095   tsutsui # Also please start the content with a capital and end it with a dot.
     18  1.1095   tsutsui #
     19  1.1095   tsutsui # This is very important for the www scripts, otherwise it won't be able to
     20  1.1095   tsutsui # parse the file and the HTML output will be mangled.
     21  1.1106   tsutsui #
     22  1.1106   tsutsui # See htutils/changes/changes2html script for more details.
     23  1.1106   tsutsui #
     24  1.1095   tsutsui # ----------------------------------------------------------------------------
     25  1.1028   xtraeme 
     26     1.1     lukem 
     27  1.1143       agc Changes from NetBSD 5.0 to NetBSD 6.0:
     28  1.1144  christos 
     29  1.1150       roy 	tab(1): Add tabs utility, fixes PR bin/11227. [roy 20081211]
     30  1.1147   tsutsui 	syslog(3): Import Martin Schuette's Summer of Code project: 
     31  1.1147   tsutsui 		Reliable TCP connections, syslog protocol API,
     32  1.1144  christos 		encryption. [christos 20081031]
     33  1.1148   tsutsui 	agp(4): Add support for Intel G35. [christos 20081108]
     34  1.1148   tsutsui 	kernel: Add generic producer/consumer queue. [matt 20081111]
     35  1.1148   tsutsui 	lkm: Removed. Superseded by the new module framework. [ad 20081112]
     36  1.1148   tsutsui 	module: Allow the POSIX semaphore code to be loaded as a module.
     37  1.1148   tsutsui 		[ad 20081112]
     38  1.1148   tsutsui 	module: Make compat_ossaudio a module. [ad 20081113]
     39  1.1148   tsutsui 	module: Make compat_ndis a module. [ad 20081113]
     40  1.1148   tsutsui 	build.sh: Add support for new MAKEVERBOSE levels 3 and 4.
     41  1.1148   tsutsui 		[apb 20081113]
     42  1.1148   tsutsui 	libfetch: Update to libfetch 2.20. Allow HTTP auth to be provided in
     43  1.1148   tsutsui 		URL. [joerg 20081114]
     44  1.1148   tsutsui 	module: Make POSIX AIO loadable as a module. [ad 20081114]
     45  1.1148   tsutsui 	amd64, i386: Make boot loader autoload a kernel module corresponding
     46  1.1148   tsutsui 		to the root file system type. [ad 20081119]
     47  1.1148   tsutsui 	module: Make the emulations, exec formats, coredump, NFS, and
     48  1.1148   tsutsui 		the NFS server into modules. [ad 20081119]
     49  1.1147   tsutsui 	rump(3): Move VFS functionality away from librump to a new library:
     50  1.1145     pooka 		librumpvfs [pooka 20081119]
     51  1.1148   tsutsui 	kernel, libc: Add new ptree (Patricia / RADIX tree) implementation.
     52  1.1148   tsutsui 		[matt 20081120]
     53  1.1148   tsutsui 	i386: Switch the i386 installation CDs away from RAM disks and
     54  1.1148   tsutsui 		instead use the CD-ROM as the root file system. [ad 20081121]
     55  1.1148   tsutsui 	i386: Remove most compat and file system options from GENERIC
     56  1.1148   tsutsui 		since they are also provided by modules. [ad 20081122]
     57  1.1148   tsutsui 	nfs: Avoid noisy nfs_timer/nfs_reply DEBUG output that occurs
     58  1.1148   tsutsui 		when the NFS server goes away. [mrg 20081123]
     59  1.1148   tsutsui 	compat_osf1(8): Add getpgid, needed for Tru64 4.0g ksh.
     60  1.1148   tsutsui 		[njoly 20081124]
     61  1.1148   tsutsui 	module: Make PPP compressors modules. [cube 20081125]
     62  1.1148   tsutsui 	i386: Make pxeboot(8) understand boot.cfg(5). [ad 20081125]
     63  1.1148   tsutsui 	wscons(4): Add wscons/vcons support for Sun cg3. [jdc 20081128]
     64  1.1148   tsutsui 	agp(4): Add support for the Intel G45 AGP. [christos 20081129]
     65  1.1148   tsutsui 	compat_osf1(8): Fix getdirentries(2). [njoly 20081202]
     66  1.1148   tsutsui 	module: Add a couple of sysctl(8) entries, kern.module.autoload and
     67  1.1148   tsutsui 		kern.module.verbose. [ad 20081203]
     68  1.1146   tsutsui 	fxp(4): Add a workaround for hardware ip4csum-tx bug.
     69  1.1146   tsutsui 		[tsutsui 20081203]
     70  1.1148   tsutsui 	wscons(4): Add wscons/vcons support for Sun bw2. [jdc 20081205]
     71  1.1148   tsutsui 	module: Add a layerfs module. [ad 20081205]
     72  1.1149   tsutsui 	libc: Add fdopendir(3), from Solaris/Linux. [ad 20081205]
     73  1.1148   tsutsui 	compat_linux32: Add getresuid() and getresgid() syscalls.
     74  1.1148   tsutsui 		[njoly 20081205]
     75  1.1148   tsutsui 	ddb(4): Add 'show vmem' and 'show all vmems' commands.
     76  1.1148   tsutsui 		[cegger 20081207]
     77  1.1151    mishka 	httpd(8): Add rc.d script to control httpd daemon [mishka 20081211]
     78  1.1153       alc 	ath(4): Switch from the binary HAL to the open-source HAL released by
     79  1.1153       alc 		Sam Leffler. [alc 20081211]
     80  1.1152     lukem 	nvi(1): Added "expandtab" option.  [lukem 20081212]
     81  1.1154  jmcneill 	pms(4): Add Elantech multi-touch trackpad support [jmcneill 20081213]
     82  1.1155  macallan 	sparc:  switch to use wscons [macallan 20081213]
     83