Tweak some entries for "Significant Source changes" page on www.
This commit is contained in:
parent
cb2360268f
commit
e4f8b8cbbf
66
doc/CHANGES
66
doc/CHANGES
|
@ -1,4 +1,4 @@
|
|||
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.64 $>
|
||||
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.65 $>
|
||||
|
||||
|
||||
[Note: This file does not mention every change made to the NetBSD source tree.
|
||||
|
@ -11,7 +11,7 @@ Changes from NetBSD 1.6 to NetBSD 1.7:
|
|||
libcrypt: support bcrypt password entries. can be chosen with
|
||||
"blowfish" keyword in passwd.conf. from openbsd
|
||||
[itojun 20020524]
|
||||
tcp: implement path MTU discovery blackhole detection (turn off path
|
||||
tcp(4): implement path MTU discovery blackhole detection (turn off path
|
||||
MTU discovery if the connection is losing). PR 12790.
|
||||
[itojun 20020526]
|
||||
pppd(8): import 2.4.1 [christos 20020529]
|
||||
|
@ -34,24 +34,25 @@ Changes from NetBSD 1.6 to NetBSD 1.7:
|
|||
with cookie translation. [tron 20020614]
|
||||
factor(6): Use a Pollard Rho algorithm to factor arbitrary sized
|
||||
numbers. [simonb 20020615]
|
||||
systrace: Integrate Niels Provos' systrace(1) binary sand-boxing,
|
||||
systrace(1): Integrate Niels Provos' systrace(1) binary sand-boxing,
|
||||
device and userland support. [christos 20020617]
|
||||
netstat(1): add -q flag to print information about
|
||||
software interrupt queue. [enami 20020703]
|
||||
Socket buffer insertion is now O(C). This can provide a
|
||||
kernel: Socket buffer insertion is now O(C). This can provide a
|
||||
substantial performance boost to some applications
|
||||
which use large socket buffers. [thorpej 20020703]
|
||||
Added support for the SuperH SH-5 CPU architecture.
|
||||
sh5: Added support for the SuperH SH-5 CPU architecture.
|
||||
[scw 20020705]
|
||||
chflags(1), chgrp(1), chmod(1), chown(8): Change default behaviour
|
||||
to follow symlinks on the command line rather than ignoring
|
||||
them, finally fixing PR 563. [bjh21 20020707]
|
||||
file(1): update to 3.39. [pooka 20020709]
|
||||
Import pdisk 0.8a1, the Apple disk partitioning utility [dbj 20020709]
|
||||
pdisk(8): Import pdisk 0.8a1, the Apple disk partitioning
|
||||
utility [dbj 20020709]
|
||||
Switch to a signal trampoline provided by libc. The kernel
|
||||
will provide one for backward compatibility, and
|
||||
for emulations. [thorpej 20020710]
|
||||
m68k-based ports now use __HAVE_SYSCALL_INTERN syscall interface.
|
||||
m68k: m68k-based ports now use __HAVE_SYSCALL_INTERN syscall interface.
|
||||
[scw 20020713]
|
||||
evbarm: Add support for the Intel IXM1200 eval board for
|
||||
the ixp12x0 Network Processor. [ichiro 20020715]
|
||||
|
@ -62,10 +63,10 @@ Changes from NetBSD 1.6 to NetBSD 1.7:
|
|||
[onoe 20020726]
|
||||
macppc: finished support for 2nd CPU on 9500/180MP and 9600/200MP
|
||||
[chs 20020728]
|
||||
systrace: Update systrace(1) and the kernel code. Note that the
|
||||
systrace(1): Update systrace(1) and the kernel code. Note that the
|
||||
update contains backward-incompatible change in ioctl.
|
||||
[itojun 20020730]
|
||||
Added dmover(4) API, interface to hardware-assisted data
|
||||
dmover(4): Added dmover(4) API, interface to hardware-assisted data
|
||||
movers. [thorpej 20020801]
|
||||
pkg_admin(8): Add 'pmatch' keyword to return true if 'pkg' matches
|
||||
'pattern', false else. [hubertf 20020804]
|
||||
|
@ -74,10 +75,10 @@ Changes from NetBSD 1.6 to NetBSD 1.7:
|
|||
auich(4): Added support for ICH4 and SiS 7012. [kent 20020807]
|
||||
pmc(3): Added new performance counter interface library.
|
||||
[thorpej 20020808]
|
||||
Added slhci(4), ScanLogic SL811HS/T USB Host Controller.
|
||||
usb(4): Added slhci(4), ScanLogic SL811HS/T USB Host Controller.
|
||||
[isaki 20020811]
|
||||
Added new "ibss", "ibss-master", and "hostap" ifmedia media options
|
||||
for 802.11 interfaces. [thorpej 20020810]
|
||||
ifmedia(4): Added new "ibss", "ibss-master", and "hostap" ifmedia media
|
||||
options for 802.11 interfaces. [thorpej 20020810]
|
||||
wi(4): Add experimental Host-AP support, allowing Intelsil
|
||||
Prism2/2.5/3-based boards to be used to make an
|
||||
802.11 Access Point. [thorpej 20020811]
|
||||
|
@ -88,11 +89,11 @@ Changes from NetBSD 1.6 to NetBSD 1.7:
|
|||
Jason L. Wright for OpenBSD. [petrov 20020816]
|
||||
wscons(4): Add wsmoused(8) for mouse cut and paste in wscons vga
|
||||
driver. [christos 20020820]
|
||||
utmpx: All userland programs have been converted to understand both
|
||||
utmpx(5): All userland programs have been converted to understand both
|
||||
utmp and utmpx, wtmp and wtmpx, lastlog and lastlogx
|
||||
[christos 20020821]
|
||||
rescue: enable /rescue system recovery tools. [lukem 20020822]
|
||||
boot: allow path to init(8) to be entered when booting with
|
||||
boot(8): allow path to init(8) to be entered when booting with
|
||||
RB_ASKNAME ("boot -a"). [lukem 20020823]
|
||||
rasctl(2): Restartable Atomic Sequences (RAS). [gmcgarry 20020828]
|
||||
pmap(1): Added to tree. Prints the address space of a given
|
||||
|
@ -101,22 +102,22 @@ Changes from NetBSD 1.6 to NetBSD 1.7:
|
|||
ipf(8): updated to version 3.4.29. [martti 20020919]
|
||||
mount(2): Add MNT_GETARGS support to retrieve mounted filesystem
|
||||
specific arguments. [christos 20020921]
|
||||
compat/irix: sproc emulation supports share groups with private
|
||||
compat_irix(8): sproc emulation supports share groups with private
|
||||
memory mappings. [manu 20020922]
|
||||
mk.conf(5): MKDYNAMICROOT=yes made as the default, resulting in
|
||||
a fully dynamically linked system. [lukem 20020923]
|
||||
iwic(4): Add driver for Winbond W6692 ISDN [pooka 20020924]
|
||||
Removed the old rmap code, <sys/map.h> and kern/subr_rmap.c.
|
||||
kernel: Removed the old rmap code, <sys/map.h> and kern/subr_rmap.c.
|
||||
[thorpej 20020925]
|
||||
Overhaul device parent matching; now record attributes in
|
||||
kernel: Overhaul device parent matching; now record attributes in
|
||||
a "parent spec" in the kernel. [thorpej 20020925]
|
||||
libcrypto: mdc2 is a patented algorithm, so move it out of libcrypto.
|
||||
if you need mdc2, define MKCRYPTO_MDC2 to get libcrypto_mdc2.a.
|
||||
[itojun 20020926]
|
||||
Don't reference cfdriver structures directly in the cfdata entries;
|
||||
instead, a string names the driver, which is looked up from
|
||||
a list that is built at run-time. [thorpej 20020926]
|
||||
Add support for the Apple UFS variation on ffs
|
||||
kernel: Don't reference cfdriver structures directly in the cfdata
|
||||
entries; instead, a string names the driver, which is looked up
|
||||
from a list that is built at run-time. [thorpej 20020926]
|
||||
ufs: Add support for the Apple UFS variation on ffs
|
||||
See PR 17345 [dbj 20020928]
|
||||
sh(1): Use vfork(2) rather than fork(2) where appropriate.
|
||||
See PR 5475 [christos,elric 20020928]
|
||||
|
@ -130,10 +131,11 @@ Changes from NetBSD 1.6 to NetBSD 1.7:
|
|||
i386: merge the sommerfeld_i386mp_1 branch [fvdl 20021001]
|
||||
ssh(1): upgrade OpenBSD-based Secure Shell, based on OpenSSH 3.5
|
||||
around 20021001. [itojun 20021001]
|
||||
Don't reference cfattach structures directly in the cfdata entries;
|
||||
instead, a string names the attachment, which is looked up
|
||||
from a list that is built at run-time. [thorpej 20021003]
|
||||
Add CryptoGraphic Disk driver, cgd(4). [elric 20021004]
|
||||
kernel: Don't reference cfattach structures directly in the cfdata
|
||||
entries; instead, a string names the attachment, which is
|
||||
looked up from a list that is built at run-time.
|
||||
[thorpej 20021003]
|
||||
cgd(4): Add CryptoGraphic Disk driver, cgd(4). [elric 20021004]
|
||||
pciide(4): Added support for VIA VT8235 [kent 20021005]
|
||||
auvia(4): Added support for VT8233/VT8235 [kent 20021005]
|
||||
auvia(4): Enabled sampling rate conversion for fixed-rate AC'97 codec
|
||||
|
@ -164,7 +166,7 @@ Changes from NetBSD 1.6 to NetBSD 1.7:
|
|||
systat(1): report read/write stats in iostat "rw" mode. [mrg 20021101]
|
||||
sparc64: Find the correct boot path for all IDE disks. [mrg 20021102]
|
||||
eap(4): Add support for second DAC [pooka 20021104]
|
||||
Added two sysctl(8) flags to stop process just after creation by
|
||||
kernel: Added two sysctl(8) flags to stop process just after creation by
|
||||
fork(2) or exec(2). [manu 20021106]
|
||||
mtd(4): Add driver for Myson Technologies MTD803 3-in-1 Fast Ethernet
|
||||
cards from Peter Bex. [martin 20021107]
|
||||
|
@ -175,7 +177,7 @@ Changes from NetBSD 1.6 to NetBSD 1.7:
|
|||
etc/postinstall: Add support for examining the obsolete sets for
|
||||
obsolete entries to check or remove. [lukem 20021117]
|
||||
named(8): Upgrade to BIND 8.3.4. [itojun 20021117]
|
||||
gcc/gas: Fixed bug in how NetBSD ARM ELF binaries were marked.
|
||||
gcc(1), as(1): Fixed bug in how NetBSD ARM ELF binaries were marked.
|
||||
They now properly reflect ATPCS + Soft-VFP.
|
||||
[thorpej 20021121]
|
||||
lib/csu: Split crtbegin/crtend into crti/crtbegin/crtend/crtn.
|
||||
|
@ -186,14 +188,14 @@ Changes from NetBSD 1.6 to NetBSD 1.7:
|
|||
underlying interrupt controller, to perform better
|
||||
with shared lines, and to be more clean in general
|
||||
[fvdl 20021122]
|
||||
postfix: upgrade to 1.1.12. [itojun 20021126]
|
||||
postfix(1): upgrade to 1.1.12. [itojun 20021126]
|
||||
mk.conf(5): removed support for SYS_INCLUDE=symlinks; <sys/*.h>
|
||||
include files are always copied now. [lukem 20021126]
|
||||
cvs: upgrade to 1.11.2 [christos 20021127]
|
||||
cvs(1): upgrade to 1.11.2 [christos 20021127]
|
||||
strsuftoll(3), strsuftollx(3): Add functions to parse numbers
|
||||
with optional suffices and/or products. [lukem 20021129]
|
||||
am-utils: upgrade to 6.1b1 [christos 20021129]
|
||||
routed: upgrade to 2.27 [christos 20021129]
|
||||
routed(8): upgrade to 2.27 [christos 20021129]
|
||||
fparseln(3): migrated from libutil to libc. [lukem 20021130]
|
||||
x68k: add bmd(4), memory disk driver for Nereid bank memory.
|
||||
[isaki 20021201]
|
||||
|
@ -203,12 +205,12 @@ Changes from NetBSD 1.6 to NetBSD 1.7:
|
|||
from command line. [bouyer 20021204]
|
||||
build.sh: add -E, to enable "expert mode", which allows builds
|
||||
to DESTDIR=/. [lukem 20021208]
|
||||
Added arch/evbppc for PowerPC-based evaluation boards, with the
|
||||
evbppc: Added arch/evbppc for PowerPC-based evaluation boards, with the
|
||||
existing Walnut port as its first member. [scw 20021209]
|
||||
db(1): Added. Manipulates db(3) btree(3) and hash(3) databases.
|
||||
[lukem 20021211]
|
||||
mips: support fully coherent data caches on MIPS32 and MIPS64 cpus
|
||||
(enabled for Au1x00 and SB-1 CPUS). [simonb 20021217].
|
||||
(enabled for Au1x00 and SB-1 CPUS). [simonb 20021217]
|
||||
install(1): added -N dbdir, to specify different location for user
|
||||
and group databases. [lukem 20021219]
|
||||
build system: Users and groups for the build are now obtained from
|
||||
|
|
Loading…
Reference in New Issue