2009-01-24 01:48:02 +03:00
|
|
|
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1173 $>
|
2008-08-27 15:25:59 +04:00
|
|
|
#
|
|
|
|
#
|
|
|
|
# [Note: This file does not mention every change made to the NetBSD source tree.
|
|
|
|
# For an exhaustive list, please subscribe to the `source-changes' mailing list,
|
|
|
|
# or see the mailing list archives. For more information, send a message
|
|
|
|
# containing just the word `help' to `majordomo@NetBSD.org'.]
|
|
|
|
#
|
|
|
|
# ----------------------------------------------------------------------------
|
|
|
|
# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
|
|
|
|
#
|
|
|
|
# theme: Content ...
|
|
|
|
# more content ...
|
|
|
|
# more content. [developer DATE-FORMAT]
|
|
|
|
#
|
|
|
|
# That's it, one tab to start an item, and two tabs to indent the content.
|
|
|
|
# Also please start the content with a capital and end it with a dot.
|
|
|
|
#
|
|
|
|
# This is very important for the www scripts, otherwise it won't be able to
|
|
|
|
# parse the file and the HTML output will be mangled.
|
2008-09-01 20:04:57 +04:00
|
|
|
#
|
|
|
|
# See htutils/changes/changes2html script for more details.
|
|
|
|
#
|
2008-08-27 15:25:59 +04:00
|
|
|
# ----------------------------------------------------------------------------
|
2008-02-25 19:39:34 +03:00
|
|
|
|
2002-09-21 12:17:32 +04:00
|
|
|
|
2008-10-31 07:07:08 +03:00
|
|
|
Changes from NetBSD 5.0 to NetBSD 6.0:
|
2008-10-31 19:13:53 +03:00
|
|
|
|
2008-12-06 07:45:05 +03:00
|
|
|
syslog(3): Import Martin Schuette's Summer of Code project:
|
|
|
|
Reliable TCP connections, syslog protocol API,
|
2008-10-31 19:13:53 +03:00
|
|
|
encryption. [christos 20081031]
|
2008-12-07 13:34:52 +03:00
|
|
|
agp(4): Add support for Intel G35. [christos 20081108]
|
|
|
|
kernel: Add generic producer/consumer queue. [matt 20081111]
|
|
|
|
lkm: Removed. Superseded by the new module framework. [ad 20081112]
|
|
|
|
module: Allow the POSIX semaphore code to be loaded as a module.
|
|
|
|
[ad 20081112]
|
|
|
|
module: Make compat_ossaudio a module. [ad 20081113]
|
|
|
|
module: Make compat_ndis a module. [ad 20081113]
|
|
|
|
build.sh: Add support for new MAKEVERBOSE levels 3 and 4.
|
|
|
|
[apb 20081113]
|
|
|
|
libfetch: Update to libfetch 2.20. Allow HTTP auth to be provided in
|
|
|
|
URL. [joerg 20081114]
|
|
|
|
module: Make POSIX AIO loadable as a module. [ad 20081114]
|
|
|
|
amd64, i386: Make boot loader autoload a kernel module corresponding
|
|
|
|
to the root file system type. [ad 20081119]
|
|
|
|
module: Make the emulations, exec formats, coredump, NFS, and
|
|
|
|
the NFS server into modules. [ad 20081119]
|
2008-12-06 07:45:05 +03:00
|
|
|
rump(3): Move VFS functionality away from librump to a new library:
|
2008-11-21 14:19:07 +03:00
|
|
|
librumpvfs [pooka 20081119]
|
2008-12-07 13:34:52 +03:00
|
|
|
kernel, libc: Add new ptree (Patricia / RADIX tree) implementation.
|
|
|
|
[matt 20081120]
|
|
|
|
i386: Switch the i386 installation CDs away from RAM disks and
|
|
|
|
instead use the CD-ROM as the root file system. [ad 20081121]
|
|
|
|
i386: Remove most compat and file system options from GENERIC
|
|
|
|
since they are also provided by modules. [ad 20081122]
|
|
|
|
nfs: Avoid noisy nfs_timer/nfs_reply DEBUG output that occurs
|
|
|
|
when the NFS server goes away. [mrg 20081123]
|
|
|
|
compat_osf1(8): Add getpgid, needed for Tru64 4.0g ksh.
|
|
|
|
[njoly 20081124]
|
|
|
|
module: Make PPP compressors modules. [cube 20081125]
|
|
|
|
i386: Make pxeboot(8) understand boot.cfg(5). [ad 20081125]
|
|
|
|
agp(4): Add support for the Intel G45 AGP. [christos 20081129]
|
|
|
|
compat_osf1(8): Fix getdirentries(2). [njoly 20081202]
|
|
|
|
module: Add a couple of sysctl(8) entries, kern.module.autoload and
|
|
|
|
kern.module.verbose. [ad 20081203]
|
|
|
|
module: Add a layerfs module. [ad 20081205]
|
2008-12-07 19:59:01 +03:00
|
|
|
libc: Add fdopendir(3), from Solaris/Linux. [ad 20081205]
|
2008-12-07 13:34:52 +03:00
|
|
|
compat_linux32: Add getresuid() and getresgid() syscalls.
|
|
|
|
[njoly 20081205]
|
|
|
|
ddb(4): Add 'show vmem' and 'show all vmems' commands.
|
|
|
|
[cegger 20081207]
|
2009-01-18 07:02:59 +03:00
|
|
|
re(4): Add support for a 8168C/8111C revision. [alc 20081208]
|
|
|
|
tab(1): Add tabs utility, fixes PR bin/11227. [roy 20081211]
|
|
|
|
httpd(8): Add rc.d script to control httpd daemon. [mishka 20081211]
|
2008-12-13 22:50:49 +03:00
|
|
|
ath(4): Switch from the binary HAL to the open-source HAL released by
|
|
|
|
Sam Leffler. [alc 20081211]
|
2009-01-18 07:02:59 +03:00
|
|
|
compat_linux32: Add clock_nanosleep syscall. [njoly 20081212]
|
|
|
|
boot.cfg(5): Add an option to clear the screen. [christos 20081213]
|
2008-12-14 03:53:09 +03:00
|
|
|
pms(4): Add Elantech multi-touch trackpad support [jmcneill 20081213]
|
2009-01-18 07:02:59 +03:00
|
|
|
sparc: Switch to use wscons. [macallan 20081213]
|
|
|
|
snprintb(3), kprintf(9): Share snprintb(3) among kernel and libutil
|
|
|
|
and make it supersede bitmask_snprintf(9). [christos 20081216]
|
|
|
|
sup(1): Add -M user flag to specify the username to send mail to from
|
|
|
|
the command line. [christos 20081217]
|
|
|
|
malloc(9): Remove MALLOC() and FREE() macros. [cegger 20081217]
|
2008-12-20 16:50:20 +03:00
|
|
|
x68k: pow(4) switches to use MI powerd(8) [isaki 20081220]
|
2009-01-18 07:02:59 +03:00
|
|
|
viaide(4): Add VT8237S Integrated SATA Controller support.
|
|
|
|
[nonaka 20081221]
|
2008-12-22 05:23:05 +03:00
|
|
|
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
|
2008-12-28 18:23:00 +03:00
|
|
|
known interface as Linux does for managing LVM. [haad 20081222]
|
|
|
|
gcscaudio(4): Add AMD Geode CS5536 audio driver, from SHIMIZU Ryo.
|
|
|
|
[jmcneill 20081228]
|
2009-01-18 07:02:59 +03:00
|
|
|
mount_cd9660(8): Add nocasetrans option as a synonym for nomaplcase.
|
|
|
|
[christos 20090103]
|
|
|
|
rc.d(8): Add a script for rndctl(8). [apb 20090104]
|
|
|
|
module: Add sysvbfs module. [pooka 20090105]
|
2009-01-09 10:26:10 +03:00
|
|
|
ntp: import ntp 4.2.4p6
|
|
|
|
openssl API related security fix. [kardel 20090108]
|
2009-01-10 00:03:39 +03:00
|
|
|
bwi: Add a driver for Broadcom AirForce / Apple Airport Extreme
|
|
|
|
wireless network controllers. From Taylor Campbell.
|
|
|
|
[macallan 20090109]
|
2009-01-10 01:16:01 +03:00
|
|
|
rgephy(4): Support for RTL8211C(L) phy. From FreeBSD. [cegger 20090109]
|
|
|
|
rgephy(4): Support for flow control. From OpenBSD. [cegger 20090109]
|
2009-01-18 07:02:59 +03:00
|
|
|
makefs(8): Add support for encoding RISC OS metadata into
|
|
|
|
ISO 9660 filesystems. [bjh21 20090110]
|
|
|
|
time_t, dev_t: Change time_t and dev_t to be 64 bit quantities. Fixed
|
|
|
|
POSIX issues in timeval and timespec. [christos 20090110]
|
2009-01-12 00:58:00 +03:00
|
|
|
make(1): Changes to the way .for loops are processed. [dsl 20090111]
|
2009-01-18 07:02:59 +03:00
|
|
|
openpgpsdk: Initial import of openpgpsdk v0.9. [agc 20090112]
|
2009-01-17 00:33:15 +03:00
|
|
|
age(4): Add a driver for Attensic/Atheros L1 gigabit ethernet.
|
|
|
|
From FreeBSD via OpenBSD. [cegger 20090116]
|
|
|
|
atphy(4): Add a driver for Attensic/Atheros F1 PHY.
|
|
|
|
From FreeBSD via OpenBSD. [cegger 20090116]
|
2009-01-19 10:20:38 +03:00
|
|
|
atf(7): Import 0.6. [jmmv 20090119]
|
2009-01-23 16:12:36 +03:00
|
|
|
msdosfs: The default behaviour when mounting empty filesystems has
|
|
|
|
been changed. Previously, msdosfs would assume the -s flag
|
|
|
|
(short filenames) in this case; now msdosfs will assume the
|
2009-01-24 01:48:02 +03:00
|
|
|
-l flag (long filenames). [jmcneill 20090122]
|