This was generated from the
src/doc/CHANGES log, and lists
both by date, and by area or port affected.
Other Change Logs
Updated: Sun Dec 28 16:30:08 2008
December 2008
- gcscaudio(4)
Add AMD Geode CS5536 audio driver, from SHIMIZU Ryo. [jmcneill 20081228]
- lvm
Add LVM functionality to NetBSD; this is done by dm(4) driver in kernel and lvm2 tools made by RedHat. We use the same well known interface as Linux does for managing LVM. [haad 20081222]
- x68k
pow(4) switches to use MI powerd(8) [isaki 20081220]
- sparc
switch to use wscons [macallan 20081213]
- pms(4)
Add Elantech multi-touch trackpad support [jmcneill 20081213]
- nvi(1)
Added "expandtab" option. [lukem 20081212]
- ath(4)
Switch from the binary HAL to the open-source HAL released by Sam Leffler. [alc 20081211]
- httpd(8)
Add rc.d script to control httpd daemon [mishka 20081211]
- ddb(4)
Add 'show vmem' and 'show all vmems' commands. [cegger 20081207]
- compat_linux32
Add getresuid() and getresgid() syscalls. [njoly 20081205]
- libc
Add fdopendir(3), from Solaris/Linux. [ad 20081205]
- module
Add a layerfs module. [ad 20081205]
- wscons(4)
Add wscons/vcons support for Sun bw2. [jdc 20081205]
- module
Add a couple of sysctl(8) entries, kern.module.autoload and kern.module.verbose. [ad 20081203]
- compat_osf1(8)
Fix getdirentries(2). [njoly 20081202]
- tab(1)
Add tabs utility, fixes PR bin/11227. [roy 20081211]
November 2008
- agp(4)
Add support for the Intel G45 AGP. [christos 20081129]
- wscons(4)
Add wscons/vcons support for Sun cg3. [jdc 20081128]
- i386
Make pxeboot(8) understand boot.cfg(5). [ad 20081125]
- module
Make PPP compressors modules. [cube 20081125]
- compat_osf1(8)
Add getpgid, needed for Tru64 4.0g ksh. [njoly 20081124]
- nfs
Avoid noisy nfs_timer/nfs_reply DEBUG output that occurs when the NFS server goes away. [mrg 20081123]
- i386
Remove most compat and file system options from GENERIC since they are also provided by modules. [ad 20081122]
- i386
Switch the i386 installation CDs away from RAM disks and instead use the CD-ROM as the root file system. [ad 20081121]
- kernel, libc
Add new ptree (Patricia / RADIX tree) implementation. [matt 20081120]
- rump(3)
Move VFS functionality away from librump to a new library: librumpvfs [pooka 20081119]
- module
Make the emulations, exec formats, coredump, NFS, and the NFS server into modules. [ad 20081119]
- amd64, i386
Make boot loader autoload a kernel module corresponding to the root file system type. [ad 20081119]
- module
Make POSIX AIO loadable as a module. [ad 20081114]
- libfetch
Update to libfetch 2.20. Allow HTTP auth to be provided in URL. [joerg 20081114]
- build.sh
Add support for new MAKEVERBOSE levels 3 and 4. [apb 20081113]
- module
Make compat_ndis a module. [ad 20081113]
- module
Make compat_ossaudio a module. [ad 20081113]
- module
Allow the POSIX semaphore code to be loaded as a module. [ad 20081112]
- lkm
Removed. Superseded by the new module framework. [ad 20081112]
- kernel
Add generic producer/consumer queue. [matt 20081111]
- agp(4)
Add support for Intel G35. [christos 20081108]
October 2008
- syslog(3)
Import Martin Schuette's Summer of Code project: Reliable TCP connections, syslog protocol API, encryption. [christos 20081031]
NetBSD/arm covers (for NetBSD 6.0):
NetBSD/hppa covers (for NetBSD 6.0):
NetBSD/m68k covers (for NetBSD 6.0):
NetBSD/mips covers (for NetBSD 6.0):
NetBSD/ns32k covers (for NetBSD 6.0):
NetBSD/sh3 covers (for NetBSD 6.0):
NetBSD/sh5 covers (for NetBSD 6.0):
- Make boot loader autoload a kernel module corresponding to the root file system type. [ad 20081119]
- Non port specific changes that may affect port-amd64.
- Make boot loader autoload a kernel module corresponding to the root file system type. [ad 20081119]
- Switch the i386 installation CDs away from RAM disks and instead use the CD-ROM as the root file system. [ad 20081121]
- Remove most compat and file system options from GENERIC since they are also provided by modules. [ad 20081122]
- Make pxeboot(8) understand boot.cfg(5). [ad 20081125]
- Non port specific changes that may affect port-i386.
- Add support for Intel G35. [christos 20081108]
- Add support for the Intel G45 AGP. [christos 20081129]
- Switch from the binary HAL to the open-source HAL released by Sam Leffler. [alc 20081211]
build.sh
- Add support for new MAKEVERBOSE levels 3 and 4. [apb 20081113]
compat_linux32
- Add getresuid() and getresgid() syscalls. [njoly 20081205]
- Add getpgid, needed for Tru64 4.0g ksh. [njoly 20081124]
- Fix getdirentries(2). [njoly 20081202]
- Add 'show vmem' and 'show all vmems' commands. [cegger 20081207]
- Add AMD Geode CS5536 audio driver, from SHIMIZU Ryo. [jmcneill 20081228]
- Add rc.d script to control httpd daemon [mishka 20081211]
kernel
- Add generic producer/consumer queue. [matt 20081111]
- Add new ptree (Patricia / RADIX tree) implementation. [matt 20081120]
libc
- Add new ptree (Patricia / RADIX tree) implementation. [matt 20081120]
- Add fdopendir(3), from Solaris/Linux. [ad 20081205]
libfetch
- Update to libfetch 2.20. Allow HTTP auth to be provided in URL. [joerg 20081114]
lkm
- Removed. Superseded by the new module framework. [ad 20081112]
lvm
- Add LVM functionality to NetBSD; this is done by dm(4) driver in kernel and lvm2 tools made by RedHat. We use the same well known interface as Linux does for managing LVM. [haad 20081222]
module
- Allow the POSIX semaphore code to be loaded as a module. [ad 20081112]
- Make compat_ossaudio a module. [ad 20081113]
- Make compat_ndis a module. [ad 20081113]
- Make POSIX AIO loadable as a module. [ad 20081114]
- Make the emulations, exec formats, coredump, NFS, and the NFS server into modules. [ad 20081119]
- Make PPP compressors modules. [cube 20081125]
- Add a couple of sysctl(8) entries, kern.module.autoload and kern.module.verbose. [ad 20081203]
- Add a layerfs module. [ad 20081205]
nfs
- Avoid noisy nfs_timer/nfs_reply DEBUG output that occurs when the NFS server goes away. [mrg 20081123]
- Added "expandtab" option. [lukem 20081212]
- Add Elantech multi-touch trackpad support [jmcneill 20081213]
- Move VFS functionality away from librump to a new library: librumpvfs [pooka 20081119]
- Import Martin Schuette's Summer of Code project: Reliable TCP connections, syslog protocol API, encryption. [christos 20081031]
- Add wscons/vcons support for Sun cg3. [jdc 20081128]
- Add wscons/vcons support for Sun bw2. [jdc 20081205]
(top)
Up to Recent Changes and NetBSD News
(Contact us)
Generated by changes2html version 1.148, last updated: Sun Dec 28 16:30:08 2008
Copyright © 1994-2008
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.
NetBSD® is a
registered trademark of The NetBSD Foundation, Inc.