Add several late entries about some user visible changes I committed.

This commit is contained in:
tsutsui 2008-02-05 13:37:28 +00:00
parent b993799944
commit ee209d2a75
2 changed files with 20 additions and 2 deletions

View File

@ -1,4 +1,4 @@
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1013 $>
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1014 $>
[Note: This file does not mention every change made to the NetBSD source tree.
@ -326,6 +326,8 @@ Changes from NetBSD 4.0 to NetBSD 5.0:
[bouyer 20071202]
arcmsr(4): Areca Technology Corporation SATA RAID controller driver,
ported from OpenBSD. [xtraeme 20071204]
fxp(4): Fix some TX timeout and RX pool corruption problems.
Mostly from OpenBSD. [tsutsui 20071208]
ofppc: Convert to shared powerpc major numbers. [garbled 20071210]
ofppc: Added support for the bplan/Genesi Pegasos II. [garbled 20071210]
sandpoint: Convert to shared powerpc major numbers. [nisimura 20071211]
@ -336,6 +338,8 @@ Changes from NetBSD 4.0 to NetBSD 5.0:
MAKEDEV(8): Use pax(1) in preference to mknod(8) to create device
nodes more efficiently; use mount_tmpfs(8) in preference to
mount_mfs(8) when creating a memory file system. [apb 20071215]
nfe(4): Handle a quirk of newer MCP6x chips on reading MAC address.
[tsutsui 20071217]
rs6000: New port of NetBSD to the MCA based IBM RS/6000 7006-41T.
[garbled 20071217]
openssh: Import 4.7. [christos 20071217]
@ -387,12 +391,14 @@ Changes from NetBSD 4.0 to NetBSD 5.0:
Devon O'Dell, contributed to NetBSD by Coyote Point Systems.
[tls 20080110]
hppa: Added gdb support. [skrll 20080110]
auvia(4): Make this work on big endian machines. [tsutsui 20080114]
kernel: Implementation of processor-sets and affinity. [rmind 20080115]
libpthread: POSIX real-time extensions. [rmind 20080115]
schedctl(8): A new program to control scheduling of processes and
threads. [rmind 20080115]
bktr(4): Added amd64 support. [jmcneill 20080116]
ofppc: Add support for the IBM 7044-270. [garbled 20080117]
fdisk(8): Fix possible division by zero errors. [tsutsui 20080120]
kernel: All platforms have been converted to use timecounter.
[joerg 20080120]
usb: Add uhmodem(4) driver for Huawei E220 wireless modem.
@ -405,10 +411,18 @@ Changes from NetBSD 4.0 to NetBSD 5.0:
kernel: The interface for IP checksumming was changed to reduce
duplication and more general use. [joerg 20080125]
hostapd/wpa_supplicant: Upgrade to 0.6.2 [christos 20080126]
nfe(4): Wakeup some newer chips from powerdown mode.
From FreeBSD/Linux driver via OpenBSD. [tsutsui 20080126]
sgimips: Enable bootinfo passed from bootloader so that now kernel
symbol table and ksyms(4) are usable. [tsutsui 20080126]
hpcmips: Fix silent hangup problem on TX3922 machines.
From Risto Sainio. [tsutsui 20080126]
openpam: upgrade to 20071221 [christos 20080126]
azalia(4): Analog Devices AD1984 codec support has been improved
to support headphones and 4 channel playback, and now
exposes an outputs.master mixer control that mirrors the
inputs.dac mixer control to make libossaudio happy.
[jmcneill 20080130]
arc: Add sysinst support. [tsutsui 20080202]
cobalt: Add sysinst support. [tsutsui 20080202]
atf: Import 0.4. [jmmv 20080204]

View File

@ -1,4 +1,4 @@
LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.77 $>
LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.78 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@ -8609,6 +8609,7 @@ Changes from NetBSD 3.0 to NetBSD 4.0:
kernel: add jmide(4), a driver for the JMicron Technology JMB36x
PCIe to SATA II/PATA controllers. [bouyer 20070515]
aac(4): Compile and run on amd64. [briggs 20070525]
mips: Make ddb(4) backtrace on mips more usable. [tsutsui 20070529]
amd64: The Enhanced Speedstep driver is now able to work on EM64T
CPUs running in 64bit mode. [xtraeme 20070603]
audio(4): New ioctl AUDIO_GETBUFINFO reduces system overhead for many
@ -8622,6 +8623,8 @@ Changes from NetBSD 3.0 to NetBSD 4.0:
bind: import 9.4.1-P1 [christos 20070724]
mpt(4): Add support for newer SAS and similar devices. [tron 20070727]
postfix(1): Updated to 2.4.5 [heas 20070802]
cobalt: Add support for booting off raidframe RAID1 mirrors.
[tsutsui 20070803]
build.sh: Add iso-image-source option which does iso-image with
source sets. [jnemeth 20070830]
build.sh: Add iso-dir=directory option which when combined with
@ -8631,3 +8634,4 @@ Changes from NetBSD 3.0 to NetBSD 4.0:
[jnemeth 20070901]
msk(4): Add support for Marvell 88CO55 gigabit ethernet, which
is used by newer iMacs [manu 20071022]
cobalt: Add netboot support via tlp0 to bootloader. [tsutsui 20071030]