Home | History | Annotate | Line # | Download | only in doc
CHANGES revision 1.1
      1  1.1  lukem LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.1 $>
      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.1  lukem containing just the word `help' to `majordomo (a] netbsd.org'.]
      8  1.1  lukem 
      9  1.1  lukem 
     10  1.1  lukem Changes from NetBSD 1.6 to NetBSD 1.7:
     11  1.1  lukem 	libcrypt: support bcrypt password entries.  can be chosen with
     12  1.1  lukem 		"blowfish" keyword in passwd.conf.  from openbsd
     13  1.1  lukem 		[itojun 20020524]
     14  1.1  lukem 	tcp: implement path MTU discovery blackhole detection (turn off path
     15  1.1  lukem 		MTU discovery if the connection is losing).  PR 12790.
     16  1.1  lukem 		[itojun 20020526]
     17  1.1  lukem 	pppd: import 2.4.1 [christos 20020529]
     18  1.1  lukem 	ftpd: optionally and experimentally use mmap(2) instead of read(2)
     19  1.1  lukem 		for binary file transfer [enami 20020530]
     20  1.1  lukem 	prep: support IBM RS/6000 43P 7043-140. [nonaka 20020530]
     21  1.1  lukem 	pmppc: a port to Artesyn's PM/PPC board.  [augustss 20020531]
     22  1.1  lukem 	tcpdump(8): upgrade to 3.7.1 as of 2002/5/31. [itojun 20020531]
     23  1.1  lukem 	amdpm(4): driver for AMD768 Power Management Controller (but currently
     24  1.1  lukem 		an interface to rnd(4) only.)  [enami 20020602]
     25  1.1  lukem 	gspahextoc: was obsoleted by the -c option to gspa(1) a long
     26  1.1  lukem 		time ago, and has thus been removed [is 20020607]
     27  1.1  lukem 	netinet6: synchronize with recent interface/router/prefix management
     28  1.1  lukem 		logic from KAME.  [itojun 20020608]
     29  1.1  lukem 	greconfig(8): obsoleted.  use ifconfig(8) for configuration.
     30  1.1  lukem 		[itojun 20020609]
     31  1.1  lukem 	netinet: path MTU discovery is turned on by default (currently used
     32  1.1  lukem 		for TCP only).  [itojun 20020613]
     33  1.1  lukem 	amd(8): add new mount option ""xlatecookie" to support NFS v3 mounts
     34  1.1  lukem 		with cookie translation.  [tron 20020614]
     35  1.1  lukem 	factor(6): Use a Pollard Rho algorithm to factor arbitrary sized
     36  1.1  lukem 		numbers.  [simonb 20020615]
     37  1.1  lukem 	systrace: Integrate Niels Provos' systrace(1) binary sand-boxing,
     38  1.1  lukem 		device and userland support. [christos 20020617]
     39  1.1  lukem 	netstat(1): add -q flag to print information about
     40  1.1  lukem 		software interrupt queue.  [enami 20020703]
     41  1.1  lukem 	Socket buffer insertion is now O(C).  This can provide a
     42  1.1  lukem 		substantial performance boost to some applications
     43  1.1  lukem 		which use large socket buffers.  [thorpej 20020703]
     44  1.1  lukem 	Added support for the SuperH SH-5 CPU architecture.
     45  1.1  lukem 		[scw 20020705]
     46  1.1  lukem 	chflags(1), chgrp(1), chmod(1), chown(8): Change default behaviour
     47  1.1  lukem 		to follow symlinks on the command line rather than ignoring
     48  1.1  lukem 		them, finally fixing PR 563.  [bjh21 20020707]
     49  1.1  lukem 	file(1): update to 3.39. [pooka 20020709]
     50  1.1  lukem 	Import pdisk 0.8a1, the Apple disk partitioning utility [dbj 20020709]
     51  1.1  lukem 	Switch to a signal trampoline provided by libc.  The kernel
     52  1.1  lukem 		will provide one for backward compatibility, and
     53  1.1  lukem 		for emulations.  [thorpej 20020710]
     54  1.1  lukem 	m68k-based ports now use __HAVE_SYSCALL_INTERN syscall interface.
     55  1.1  lukem 		[scw 20020713]
     56  1.1  lukem 	evbarm: Add support for the Intel IXM1200 eval board for
     57  1.1  lukem 		the ixp12x0 Network Processor.  [ichiro 20020715]
     58  1.1  lukem 	mopd: Added "-s <mopdir>" to avoid hard coding /tftpboot/mop.
     59  1.1  lukem 		[mrg 20020719]
     60  1.1  lukem 	hpcarm: X server for the Jornada 720 now works [manu 20020722]
     61  1.1  lukem 	pciide(4): added support for the Silicon Image 0680 IDE controller.
     62  1.1  lukem 		[onoe 20020726]
     63  1.1  lukem 	macppc: finished support for 2nd CPU on 9500/180MP and 9600/200MP
     64  1.1  lukem 		[chs 20020728]
     65  1.1  lukem 	systrace: Update systrace(1) and the kernel code.  Note that the
     66  1.1  lukem 		update contains backward-incompatible change in ioctl.
     67  1.1  lukem 		[itojun 20020730]
     68  1.1  lukem 	Added dmover(4) API, interface to hardware-assisted data
     69  1.1  lukem 		movers.  [thorpej 20020801]
     70  1.1  lukem 	pkg_admin(8): Add 'pmatch' keyword to return true if 'pkg' matches
     71  1.1  lukem 		'pattern', false else. [hubertf 20020804]
     72  1.1  lukem 	macppc: added support for 2nd CPU on dual G4 boxes [chs 20020805]
     73  1.1  lukem 	pmc(9): Added new performance counter framework.  [briggs 20020806]
     74  1.1  lukem 	auich(4): Added support for ICH4 and SiS 7012.  [kent 20020807]
     75  1.1  lukem 	pmc(3): Added new performance counter interface library.
     76  1.1  lukem 		[thorpej 20020808]
     77  1.1  lukem 	Added slhci(4), ScanLogic SL811HS/T USB Host Controller.
     78  1.1  lukem 		[isaki 20020811]
     79  1.1  lukem 	Added new "ibss", "ibss-master", and "hostap" ifmedia media options
     80  1.1  lukem 		for 802.11 interfaces.  [thorpej 20020810]
     81  1.1  lukem 	wi(4): Add experimental Host-AP support, allowing Intelsil
     82  1.1  lukem 		Prism2/2.5/3-based boards to be used to make an
     83  1.1  lukem 		802.11 Access Point.  [thorpej 20020811]
     84  1.1  lukem 	arm: New versions of copyin(), copyout(), and kcopy().  These make
     85  1.1  lukem 		almost all user/kernel interactions faster.  [briggs 20020812]
     86  1.1  lukem 	lpd(8): add libwrap support. [itojun 20020812]
     87  1.1  lukem 	sparc64: Add sab driver for sab82532 serial controller. Written by
     88  1.1  lukem 		Jason L. Wright for OpenBSD. [petrov 20020816]
     89  1.1  lukem 	wscons(4): Add wsmoused(8) for mouse cut and paste in wscons vga
     90  1.1  lukem 		driver. [christos 20020820]
     91  1.1  lukem 	utmpx: All userland programs have been converted to understand both
     92  1.1  lukem 		utmp and utmpx, wtmp and wtmpx, lastlog and lastlogx
     93  1.1  lukem 		[christos 20020821]
     94  1.1  lukem 	rescue: enable /rescue system recovery tools.  [lukem 20020822]
     95  1.1  lukem 	boot: allow path to init(8) to be entered when booting with
     96  1.1  lukem 		RB_ASKNAME ("boot -a").  [lukem 20020823]
     97  1.1  lukem 	rasctl(2): Restartable Atomic Sequences (RAS).  [gmcgarry 20020828]
     98  1.1  lukem 	pmap(1): Added to tree.  Prints the address space of a given
     99  1.1  lukem 		process (or processes).  [atatat 20020831]
    100  1.1  lukem 	zx(4): Add a driver for the Sun ZX/Leo framebuffer.  [ad 20020913]
    101  1.1  lukem 	ipf(8): updated to version 3.4.29. [martti 20020919]
    102