Fri Oct 2 04:26:52 2009 UTC ()
Missed name and date on last


(tsarna)
diff -r1.1296 -r1.1297 src/doc/CHANGES

cvs diff -r1.1296 -r1.1297 src/doc/CHANGES (switch to unified diff)

--- src/doc/CHANGES 2009/10/01 00:25:14 1.1296
+++ src/doc/CHANGES 2009/10/02 04:26:52 1.1297
@@ -1,410 +1,411 @@ @@ -1,410 +1,411 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1296 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1297 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
15# 15#
16# That's it, one tab to start an item, and two tabs to indent the content. 16# That's it, one tab to start an item, and two tabs to indent the content.
17# Also please start the content with a capital and end it with a dot. 17# Also please start the content with a capital and end it with a dot.
18# 18#
19# This is very important for the www scripts, otherwise it won't be able to 19# This is very important for the www scripts, otherwise it won't be able to
20# parse the file and the HTML output will be mangled. 20# parse the file and the HTML output will be mangled.
21# 21#
22# See htutils/changes/changes2html script for more details. 22# See htutils/changes/changes2html script for more details.
23# 23#
24# ---------------------------------------------------------------------------- 24# ----------------------------------------------------------------------------
25 25
26 26
27Changes from NetBSD 5.0 to NetBSD 6.0: 27Changes from NetBSD 5.0 to NetBSD 6.0:
28 28
29 syslog(3): Import Martin Schuette's Summer of Code project: 29 syslog(3): Import Martin Schuette's Summer of Code project:
30 Reliable TCP connections, syslog protocol API, 30 Reliable TCP connections, syslog protocol API,
31 encryption. [christos 20081031] 31 encryption. [christos 20081031]
32 agp(4): Add support for Intel G35. [christos 20081108] 32 agp(4): Add support for Intel G35. [christos 20081108]
33 kernel: Add generic producer/consumer queue. [matt 20081111] 33 kernel: Add generic producer/consumer queue. [matt 20081111]
34 lkm: Removed. Superseded by the new module framework. [ad 20081112] 34 lkm: Removed. Superseded by the new module framework. [ad 20081112]
35 module: Allow the POSIX semaphore code to be loaded as a module. 35 module: Allow the POSIX semaphore code to be loaded as a module.
36 [ad 20081112] 36 [ad 20081112]
37 module: Make compat_ossaudio a module. [ad 20081113] 37 module: Make compat_ossaudio a module. [ad 20081113]
38 module: Make compat_ndis a module. [ad 20081113] 38 module: Make compat_ndis a module. [ad 20081113]
39 build.sh: Add support for new MAKEVERBOSE levels 3 and 4. 39 build.sh: Add support for new MAKEVERBOSE levels 3 and 4.
40 [apb 20081113] 40 [apb 20081113]
41 libfetch: Update to libfetch 2.20. Allow HTTP auth to be provided in 41 libfetch: Update to libfetch 2.20. Allow HTTP auth to be provided in
42 URL. [joerg 20081114] 42 URL. [joerg 20081114]
43 module: Make POSIX AIO loadable as a module. [ad 20081114] 43 module: Make POSIX AIO loadable as a module. [ad 20081114]
44 amd64, i386: Make boot loader autoload a kernel module corresponding 44 amd64, i386: Make boot loader autoload a kernel module corresponding
45 to the root file system type. [ad 20081119] 45 to the root file system type. [ad 20081119]
46 module: Make the emulations, exec formats, coredump, NFS, and 46 module: Make the emulations, exec formats, coredump, NFS, and
47 the NFS server into modules. [ad 20081119] 47 the NFS server into modules. [ad 20081119]
48 rump(3): Move VFS functionality away from librump to a new library: 48 rump(3): Move VFS functionality away from librump to a new library:
49 librumpvfs [pooka 20081119] 49 librumpvfs [pooka 20081119]
50 kernel, libc: Add new ptree (Patricia / RADIX tree) implementation. 50 kernel, libc: Add new ptree (Patricia / RADIX tree) implementation.
51 [matt 20081120] 51 [matt 20081120]
52 i386: Switch the i386 installation CDs away from RAM disks and 52 i386: Switch the i386 installation CDs away from RAM disks and
53 instead use the CD-ROM as the root file system. [ad 20081121] 53 instead use the CD-ROM as the root file system. [ad 20081121]
54 i386: Remove most compat and file system options from GENERIC 54 i386: Remove most compat and file system options from GENERIC
55 since they are also provided by modules. [ad 20081122] 55 since they are also provided by modules. [ad 20081122]
56 nfs: Avoid noisy nfs_timer/nfs_reply DEBUG output that occurs 56 nfs: Avoid noisy nfs_timer/nfs_reply DEBUG output that occurs
57 when the NFS server goes away. [mrg 20081123] 57 when the NFS server goes away. [mrg 20081123]
58 compat_osf1(8): Add getpgid, needed for Tru64 4.0g ksh. 58 compat_osf1(8): Add getpgid, needed for Tru64 4.0g ksh.
59 [njoly 20081124] 59 [njoly 20081124]
60 module: Make PPP compressors modules. [cube 20081125] 60 module: Make PPP compressors modules. [cube 20081125]
61 i386: Make pxeboot(8) understand boot.cfg(5). [ad 20081125] 61 i386: Make pxeboot(8) understand boot.cfg(5). [ad 20081125]
62 agp(4): Add support for the Intel G45 AGP. [christos 20081129] 62 agp(4): Add support for the Intel G45 AGP. [christos 20081129]
63 compat_osf1(8): Fix getdirentries(2). [njoly 20081202] 63 compat_osf1(8): Fix getdirentries(2). [njoly 20081202]
64 module: Add a couple of sysctl(8) entries, kern.module.autoload and 64 module: Add a couple of sysctl(8) entries, kern.module.autoload and
65 kern.module.verbose. [ad 20081203] 65 kern.module.verbose. [ad 20081203]
66 module: Add a layerfs module. [ad 20081205] 66 module: Add a layerfs module. [ad 20081205]
67 libc: Add fdopendir(3), from Solaris/Linux. [ad 20081205] 67 libc: Add fdopendir(3), from Solaris/Linux. [ad 20081205]
68 compat_linux32: Add getresuid() and getresgid() syscalls. 68 compat_linux32: Add getresuid() and getresgid() syscalls.
69 [njoly 20081205] 69 [njoly 20081205]
70 ddb(4): Add 'show vmem' and 'show all vmems' commands. 70 ddb(4): Add 'show vmem' and 'show all vmems' commands.
71 [cegger 20081207] 71 [cegger 20081207]
72 re(4): Add support for a 8168C/8111C revision. [alc 20081208] 72 re(4): Add support for a 8168C/8111C revision. [alc 20081208]
73 tab(1): Add tabs utility, fixes PR bin/11227. [roy 20081211] 73 tab(1): Add tabs utility, fixes PR bin/11227. [roy 20081211]
74 httpd(8): Add rc.d script to control httpd daemon. [mishka 20081211] 74 httpd(8): Add rc.d script to control httpd daemon. [mishka 20081211]
75 ath(4): Switch from the binary HAL to the open-source HAL released by 75 ath(4): Switch from the binary HAL to the open-source HAL released by
76 Sam Leffler. [alc 20081211] 76 Sam Leffler. [alc 20081211]
77 compat_linux32: Add clock_nanosleep syscall. [njoly 20081212] 77 compat_linux32: Add clock_nanosleep syscall. [njoly 20081212]
78 boot.cfg(5): Add an option to clear the screen. [christos 20081213] 78 boot.cfg(5): Add an option to clear the screen. [christos 20081213]
79 pms(4): Add Elantech multi-touch trackpad support [jmcneill 20081213] 79 pms(4): Add Elantech multi-touch trackpad support [jmcneill 20081213]
80 sparc: Switch to use wscons. [macallan 20081213] 80 sparc: Switch to use wscons. [macallan 20081213]
81 snprintb(3), kprintf(9): Share snprintb(3) among kernel and libutil 81 snprintb(3), kprintf(9): Share snprintb(3) among kernel and libutil
82 and make it supersede bitmask_snprintf(9). [christos 20081216] 82 and make it supersede bitmask_snprintf(9). [christos 20081216]
83 sup(1): Add -M user flag to specify the username to send mail to from 83 sup(1): Add -M user flag to specify the username to send mail to from
84 the command line. [christos 20081217] 84 the command line. [christos 20081217]
85 malloc(9): Remove MALLOC() and FREE() macros. [cegger 20081217] 85 malloc(9): Remove MALLOC() and FREE() macros. [cegger 20081217]
86 x68k: pow(4) switches to use MI powerd(8) [isaki 20081220] 86 x68k: pow(4) switches to use MI powerd(8) [isaki 20081220]
87 viaide(4): Add VT8237S Integrated SATA Controller support. 87 viaide(4): Add VT8237S Integrated SATA Controller support.
88 [nonaka 20081221] 88 [nonaka 20081221]
89 lvm: Add LVM functionality to NetBSD; this is done by dm(4) driver 89 lvm: Add LVM functionality to NetBSD; this is done by dm(4) driver
90 in kernel and lvm2 tools made by RedHat. We use the same well 90 in kernel and lvm2 tools made by RedHat. We use the same well
91 known interface as Linux does for managing LVM. [haad 20081222] 91 known interface as Linux does for managing LVM. [haad 20081222]
92 gcscaudio(4): Add AMD Geode CS5536 audio driver, from SHIMIZU Ryo. 92 gcscaudio(4): Add AMD Geode CS5536 audio driver, from SHIMIZU Ryo.
93 [jmcneill 20081228] 93 [jmcneill 20081228]
94 rump: i386 and amd64 can use kernel module binaries [pooka 20081230] 94 rump: i386 and amd64 can use kernel module binaries [pooka 20081230]
95 mount_cd9660(8): Add nocasetrans option as a synonym for nomaplcase. 95 mount_cd9660(8): Add nocasetrans option as a synonym for nomaplcase.
96 [christos 20090103] 96 [christos 20090103]
97 rc.d(8): Add a script for rndctl(8). [apb 20090104] 97 rc.d(8): Add a script for rndctl(8). [apb 20090104]
98 module: Add sysvbfs module. [pooka 20090105] 98 module: Add sysvbfs module. [pooka 20090105]
99 bwi(4): Add a driver for Broadcom AirForce / Apple Airport Extreme 99 bwi(4): Add a driver for Broadcom AirForce / Apple Airport Extreme
100 wireless network controllers. From Taylor Campbell. 100 wireless network controllers. From Taylor Campbell.
101 [macallan 20090109] 101 [macallan 20090109]
102 rgephy(4): Support for RTL8211C(L) phy. From FreeBSD. [cegger 20090109] 102 rgephy(4): Support for RTL8211C(L) phy. From FreeBSD. [cegger 20090109]
103 rgephy(4): Support for flow control. From OpenBSD. [cegger 20090109] 103 rgephy(4): Support for flow control. From OpenBSD. [cegger 20090109]
104 makefs(8): Add support for encoding RISC OS metadata into 104 makefs(8): Add support for encoding RISC OS metadata into
105 ISO 9660 file systems. [bjh21 20090110] 105 ISO 9660 file systems. [bjh21 20090110]
106 time_t, dev_t: Change time_t and dev_t to be 64 bit quantities. Fixed 106 time_t, dev_t: Change time_t and dev_t to be 64 bit quantities. Fixed
107 POSIX issues in timeval and timespec. [christos 20090110] 107 POSIX issues in timeval and timespec. [christos 20090110]
108 make(1): Changes to the way .for loops are processed. [dsl 20090111] 108 make(1): Changes to the way .for loops are processed. [dsl 20090111]
109 openpgpsdk: Initial import of openpgpsdk v0.9. [agc 20090112] 109 openpgpsdk: Initial import of openpgpsdk v0.9. [agc 20090112]
110 age(4): Add a driver for Attensic/Atheros L1 Gigabit Ethernet. 110 age(4): Add a driver for Attensic/Atheros L1 Gigabit Ethernet.
111 From FreeBSD via OpenBSD. [cegger 20090116] 111 From FreeBSD via OpenBSD. [cegger 20090116]
112 atphy(4): Add a driver for Attensic/Atheros F1 PHY. 112 atphy(4): Add a driver for Attensic/Atheros F1 PHY.
113 From FreeBSD via OpenBSD. [cegger 20090116] 113 From FreeBSD via OpenBSD. [cegger 20090116]
114 atf(7): Import 0.6. [jmmv 20090119] 114 atf(7): Import 0.6. [jmmv 20090119]
115 msdosfs: The default behavior when mounting empty file systems has 115 msdosfs: The default behavior when mounting empty file systems has
116 been changed. Previously, msdosfs would assume the -s flag 116 been changed. Previously, msdosfs would assume the -s flag
117 (short filenames) in this case; now msdosfs will assume the 117 (short filenames) in this case; now msdosfs will assume the
118 -l flag (long filenames). [jmcneill 20090122] 118 -l flag (long filenames). [jmcneill 20090122]
119 openpgpsdk: Imported openpgpsdk 0.9 library (BSD-licensed) into 119 openpgpsdk: Imported openpgpsdk 0.9 library (BSD-licensed) into
120 src/crypto/external. The command-line driver program, openpgp, 120 src/crypto/external. The command-line driver program, openpgp,
121 which is shipped with it has been mostly rewritten to be more 121 which is shipped with it has been mostly rewritten to be more
122 user-friendly. [agc 20090123] 122 user-friendly. [agc 20090123]
123 X11: added support for X11FLAVOUR=xorg for NetBSD/alpha. No support 123 X11: added support for X11FLAVOUR=xorg for NetBSD/alpha. No support
124 for turbochannel graphic cards yet. [bouyer 20090124] 124 for turbochannel graphic cards yet. [bouyer 20090124]
125 kernel: Add support for loading pseudo-device drivers. [haad 20090202] 125 kernel: Add support for loading pseudo-device drivers. [haad 20090202]
126 module: Add a module for vnd(4) driver. [haad 20090205] 126 module: Add a module for vnd(4) driver. [haad 20090205]
127 dkctl(8): Display cache, strategy, and list of wedges if no command 127 dkctl(8): Display cache, strategy, and list of wedges if no command
128 is specified in the command line. [uebayasi 20090207] 128 is specified in the command line. [uebayasi 20090207]
129 udf, mount_udf(8): add support for session opening/closing on 129 udf, mount_udf(8): add support for session opening/closing on
130 sequential media. Media can be closed on request on unmount by 130 sequential media. Media can be closed on request on unmount by
131 passing the '-c' flag as mount option. [reinoud 20090208] 131 passing the '-c' flag as mount option. [reinoud 20090208]
132 libc: Add RFC 2045 MIME Quoted-Printable support. [christos 20090210] 132 libc: Add RFC 2045 MIME Quoted-Printable support. [christos 20090210]
133 sgimips: Add Personal IRIS 4D/20 and 4D/25 (IP6 and IP10) support. 133 sgimips: Add Personal IRIS 4D/20 and 4D/25 (IP6 and IP10) support.
134 [rumble 20090212] 134 [rumble 20090212]
135 sk(4): Add support for flow control. [cegger 20090212] 135 sk(4): Add support for flow control. [cegger 20090212]
136 nfe(4): Add support for flow control for MCP65. [cegger 20090212] 136 nfe(4): Add support for flow control for MCP65. [cegger 20090212]
137 share/mk: Enable -Wsign-compare for $WARNS>=4. [lukem 20090212] 137 share/mk: Enable -Wsign-compare for $WARNS>=4. [lukem 20090212]
138 tests: Converted the awk, basename, bzip2, config, cut, dirname, grep, 138 tests: Converted the awk, basename, bzip2, config, cut, dirname, grep,
139 gzip, libcrypto, m4, make and sdiff tests to ATF. Initial 139 gzip, libcrypto, m4, make and sdiff tests to ATF. Initial
140 work from the GSoC 2008 project by Lukasz Strzygowski. 140 work from the GSoC 2008 project by Lukasz Strzygowski.
141 [jmmv 20090213] 141 [jmmv 20090213]
142 libfetch: Import libfetch-2.22. [joerg 20090214] 142 libfetch: Import libfetch-2.22. [joerg 20090214]
143 openssh: Import 5.1. [christos 20090216] 143 openssh: Import 5.1. [christos 20090216]
144 amd64, i386: The bootloader has been enhanced to support framebuffer 144 amd64, i386: The bootloader has been enhanced to support framebuffer
145 consoles using VESA BIOS extensions. These changes allow the 145 consoles using VESA BIOS extensions. These changes allow the
146 x86 ports to work with the genfb(4) driver, and obsoletes 146 x86 ports to work with the genfb(4) driver, and obsoletes
147 the i386-only vesafb(4) driver. [jmcneill 20090216] 147 the i386-only vesafb(4) driver. [jmcneill 20090216]
148 lvm: Import new lvm2tools 2.02.44 version and libdevmapper 1.02.30. 148 lvm: Import new lvm2tools 2.02.44 version and libdevmapper 1.02.30.
149 [haad 20090218] 149 [haad 20090218]
150 compat_linux(8), compat_linux32: Add IPC_64 support for all shmctl(2) 150 compat_linux(8), compat_linux32: Add IPC_64 support for all shmctl(2)
151 commands, not only for STAT/SET. [njoly 20090218] 151 commands, not only for STAT/SET. [njoly 20090218]
152 i386: The vesafb(4) driver has been retired. [jmcneill 20090218] 152 i386: The vesafb(4) driver has been retired. [jmcneill 20090218]
153 tests: Converted some of the kernel tests, including kqueue and ipf, 153 tests: Converted some of the kernel tests, including kqueue and ipf,
154 to ATF. Initial work from the GSoC 2008 project by Lukasz 154 to ATF. Initial work from the GSoC 2008 project by Lukasz
155 Strzygowski. [jmmv 20090220] 155 Strzygowski. [jmmv 20090220]
156 dhcpcd(8): Import dhcpcd-4.0.11. [roy 20090221] 156 dhcpcd(8): Import dhcpcd-4.0.11. [roy 20090221]
157 softdep: The soft dependences / soft updates feature of the fast 157 softdep: The soft dependences / soft updates feature of the fast
158 file system (FFS) has been supplanted by meta data 158 file system (FFS) has been supplanted by meta data
159 journaling (logging). Logging provides better reliability 159 journaling (logging). Logging provides better reliability
160 and better performance for most applications. Soft 160 and better performance for most applications. Soft
161 dependencies will no longer be available from NetBSD 6.0 161 dependencies will no longer be available from NetBSD 6.0
162 onwards. We encourage users to enable logging on FFS file 162 onwards. We encourage users to enable logging on FFS file
163 systems. [ad 20090222] 163 systems. [ad 20090222]
164 i386, amd64: ucas (CAS for user-space address) support for i386/amd64. 164 i386, amd64: ucas (CAS for user-space address) support for i386/amd64.
165 [rmind 20090223] 165 [rmind 20090223]
166 dhcpcd(8): Import dhcpcd-4.0.12. [roy 20090226] 166 dhcpcd(8): Import dhcpcd-4.0.12. [roy 20090226]
167 evbarm: Improved support for GPIO support on the EP93xx ARM processors. 167 evbarm: Improved support for GPIO support on the EP93xx ARM processors.
168 [kenh 20090227] 168 [kenh 20090227]
169 ext2fs: Add support for >128 byte inode. From Frederic Sausmikat. 169 ext2fs: Add support for >128 byte inode. From Frederic Sausmikat.
170 [christos 20090301] 170 [christos 20090301]
171 zaurus: Add zboot from OpenBSD. [nonaka 20090302] 171 zaurus: Add zboot from OpenBSD. [nonaka 20090302]
172 xen: Add PCI pass-through support for Xen3. domain0 kernel gets a 172 xen: Add PCI pass-through support for Xen3. domain0 kernel gets a
173 pciback PCI drivers, to which device specified in the 173 pciback PCI drivers, to which device specified in the
174 pciback.hide boot parameter will attach. 174 pciback.hide boot parameter will attach.
175 DomU kernels gets a xpci device, to which PCI buses 175 DomU kernels gets a xpci device, to which PCI buses
176 will attach. [bouyer 20090305] 176 will attach. [bouyer 20090305]
177 xen: Add XEN3PAE_DOM0, a i386 domain0 kernel with PAE support. 177 xen: Add XEN3PAE_DOM0, a i386 domain0 kernel with PAE support.
178 requires a i386PAE or x86_64 hypervisor. [bouyer 20090305] 178 requires a i386PAE or x86_64 hypervisor. [bouyer 20090305]
179 ar(1): Add support to ar(1) for 'deterministic mode'. 179 ar(1): Add support to ar(1) for 'deterministic mode'.
180 [christos 20090306] 180 [christos 20090306]
181 kernel: Compute kern.ipc.shmmaxpgs on startup based on physical 181 kernel: Compute kern.ipc.shmmaxpgs on startup based on physical
182 memory. Default can be overridden via sysctl. [joerg 20090306] 182 memory. Default can be overridden via sysctl. [joerg 20090306]
183 fxp(4): Add TCPv4/UDPv4 RX hardware checksum support for i82559 and 183 fxp(4): Add TCPv4/UDPv4 RX hardware checksum support for i82559 and
184 later chips. [tsutsui 20090307] 184 later chips. [tsutsui 20090307]
185 crash(8): Add a new utility to diagnose kernel crashes. Based upon 185 crash(8): Add a new utility to diagnose kernel crashes. Based upon
186 the in-kernel debugger (ddb). [ad 20090307] 186 the in-kernel debugger (ddb). [ad 20090307]
187 piixide(4): Add support for 82965PM. [christos 20090309] 187 piixide(4): Add support for 82965PM. [christos 20090309]
188 libfetch: Import libfetch-2.23. [joerg 20090310] 188 libfetch: Import libfetch-2.23. [joerg 20090310]
189 wm(4): Add support for 82567LF-3, and fix register access for ICH10DO. 189 wm(4): Add support for 82567LF-3, and fix register access for ICH10DO.
190 [msaitoh 20090310] 190 [msaitoh 20090310]
191 module: Add tprof modules. [yamt 20090310] 191 module: Add tprof modules. [yamt 20090310]
192 zaurus: Add kloader(4) support. [nonaka 20090311] 192 zaurus: Add kloader(4) support. [nonaka 20090311]
193 altmem(4): Add 'alternative memory' disk device driver. 193 altmem(4): Add 'alternative memory' disk device driver.
194 [jmcneill 20090312] 194 [jmcneill 20090312]
195 zaurus: Add only playback support to zaudio(4). [nonaka 20090313] 195 zaurus: Add only playback support to zaudio(4). [nonaka 20090313]
196 vnd(4): Implement DIOCCACHESYNC ioctl. [christos 20090314] 196 vnd(4): Implement DIOCCACHESYNC ioctl. [christos 20090314]
197 sgimips: Add TCPv4/UDPv4 RX hardware checksum support for mec(4) 197 sgimips: Add TCPv4/UDPv4 RX hardware checksum support for mec(4)
198 Ethernet on O2. [tsutsui 20090316] 198 Ethernet on O2. [tsutsui 20090316]
199 zoneinfo: Import tzdata2009c. [kleink 20090316] 199 zoneinfo: Import tzdata2009c. [kleink 20090316]
200 am-utils: Import latest from head; adds udf support amd -uu 200 am-utils: Import latest from head; adds udf support amd -uu
201 [christos 20090320] 201 [christos 20090320]
202 re(4): Add hardware checksum support for newer PCIe 8168C/8111C/8102E 202 re(4): Add hardware checksum support for newer PCIe 8168C/8111C/8102E
203 chips. [tsutsui 20090321] 203 chips. [tsutsui 20090321]
204 eject(1): Turn on amd(8) support for eject. [christos 20090323] 204 eject(1): Turn on amd(8) support for eject. [christos 20090323]
205 i386: Use "i486" as GNU_ARCH for i386. [drochner 20090327] 205 i386: Use "i486" as GNU_ARCH for i386. [drochner 20090327]
206 kmem_alloc(9): Add more extensive runtime debugging facilities. 206 kmem_alloc(9): Add more extensive runtime debugging facilities.
207 [ad 20090329] 207 [ad 20090329]
208 wm(4): Add workaround for 82543GC. [msaitoh 20090329] 208 wm(4): Add workaround for 82543GC. [msaitoh 20090329]
209 wm(4): Enable hardware vlan(4) support. [darran 20090331] 209 wm(4): Enable hardware vlan(4) support. [darran 20090331]
210 amd64, i386: Default to UFS2 on sysinst(8). [ad 20090404] 210 amd64, i386: Default to UFS2 on sysinst(8). [ad 20090404]
211 sysinst(8): Default to wapbl(4) log for ufs partitions. [ad 20090404] 211 sysinst(8): Default to wapbl(4) log for ufs partitions. [ad 20090404]
212 pckbd(4): Add a Czech keyboard layout. [mkirby 20090406] 212 pckbd(4): Add a Czech keyboard layout. [mkirby 20090406]
213 sysinst(8): Make installer reject UFS2 for root partition on ports 213 sysinst(8): Make installer reject UFS2 for root partition on ports
214 whose bootloaders don't support UFS2 boot. [tsutsui 20090407] 214 whose bootloaders don't support UFS2 boot. [tsutsui 20090407]
215 cvs(1): Import 1.12.13 [christos 20090408] 215 cvs(1): Import 1.12.13 [christos 20090408]
216 libc: Add glob_pattern_p(3) for new cvs(1). [christos 20090408] 216 libc: Add glob_pattern_p(3) for new cvs(1). [christos 20090408]
217 mtree(8): Add -S option to sort entries. [apb 20090408] 217 mtree(8): Add -S option to sort entries. [apb 20090408]
218 newfs_sysvbfs(8): Add support creating a file system to a regular file. 218 newfs_sysvbfs(8): Add support creating a file system to a regular file.
219 [pooka 20090409] 219 [pooka 20090409]
220 libc: Add memrchr(3). [christos 20090410] 220 libc: Add memrchr(3). [christos 20090410]
221 bind: Update to 9.6.1-b1. Full NSEC3 support, automatic zone 221 bind: Update to 9.6.1-b1. Full NSEC3 support, automatic zone
222 re-signing, new update-policy methods tcp-self and 6to4-self, 222 re-signing, new update-policy methods tcp-self and 6to4-self,
223 unbundle libbind, change the default pid file location from 223 unbundle libbind, change the default pid file location from
224 /var/run to /var/run/{named,lwresd} for improved chroot/setuid 224 /var/run to /var/run/{named,lwresd} for improved chroot/setuid
225 support. [christos 20090412] 225 support. [christos 20090412]
226 libbind: Update to 6.0-rc1. Use md5 for randomid instead of 226 libbind: Update to 6.0-rc1. Use md5 for randomid instead of
227 sequential id, add suppport for DS, SSHFP, RRSIG, NSEC, DNSKEY, 227 sequential id, add suppport for DS, SSHFP, RRSIG, NSEC, DNSKEY,
228 DHCID, NSEC3, NSEC3PARAM, HIP and DLV, various new API 228 DHCID, NSEC3, NSEC3PARAM, HIP and DLV, various new API
229 functions. [christos 20090412] 229 functions. [christos 20090412]
230 re(4): Add support for RTL8168CP and RTL8168D. [tsutsui 20090413] 230 re(4): Add support for RTL8168CP and RTL8168D. [tsutsui 20090413]
231 dhcpcd(8): Import dhcpcd-4.0.13 [roy 20090417] 231 dhcpcd(8): Import dhcpcd-4.0.13 [roy 20090417]
232 zaurus: Add recoding support to zaudio(4). [nonaka 20090418] 232 zaurus: Add recoding support to zaudio(4). [nonaka 20090418]
233 httpd(8): Import bozohttpd-20090418. [mrg 20090418] 233 httpd(8): Import bozohttpd-20090418. [mrg 20090418]
234 bge(4): Add misc quirk code for chip specific bugs. 234 bge(4): Add misc quirk code for chip specific bugs.
235 From FreeBSD and OpenBSD. [msaitoh 20090419] 235 From FreeBSD and OpenBSD. [msaitoh 20090419]
236 queue(3): Add SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST, 236 queue(3): Add SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST,
237 SIMPLEQ_CONCAT, and SIMPLEQ_LAST. [mschuett 20090420] 237 SIMPLEQ_CONCAT, and SIMPLEQ_LAST. [mschuett 20090420]
238 ale(4): Add a driver for Attensic/Atheros L1E Gigabit Ethernet. 238 ale(4): Add a driver for Attensic/Atheros L1E Gigabit Ethernet.
239 From OpenBSD and improvements from Kevin Lahey. 239 From OpenBSD and improvements from Kevin Lahey.
240 [cegger 20090420] 240 [cegger 20090420]
241 sdmmc(4): Add a driver for SD/MMC from OpenBSD. [nonaka 20090421] 241 sdmmc(4): Add a driver for SD/MMC from OpenBSD. [nonaka 20090421]
242 landisk: Add UFS2 boot support. [tsutsui 20090421] 242 landisk: Add UFS2 boot support. [tsutsui 20090421]
243 pmax: Add UFS2 boot support. [tsutsui 20090421] 243 pmax: Add UFS2 boot support. [tsutsui 20090421]
244 uftdi(4): Add support for USB serial adapter REX-USB60F. 244 uftdi(4): Add support for USB serial adapter REX-USB60F.
245 [taca 20090421] 245 [taca 20090421]
246 netpgp: Import netpgp. This is a heavily-modified version of 246 netpgp: Import netpgp. This is a heavily-modified version of
247 openpgpsdk, and will replace it. [agc 20090423] 247 openpgpsdk, and will replace it. [agc 20090423]
248 landisk: Enable to build a bootable install disk image. 248 landisk: Enable to build a bootable install disk image.
249 [tsutsui 20090423] 249 [tsutsui 20090423]
250 compat_linux(8): Add IPC_64 support for all semctl(2)/msgctl(2). 250 compat_linux(8): Add IPC_64 support for all semctl(2)/msgctl(2).
251 [njoly 20090423] 251 [njoly 20090423]
252 zx(4): Add wscons support [macallan 20090423] 252 zx(4): Add wscons support [macallan 20090423]
253 compat_linux32: Add IPC_64 support for all semctl(2), 253 compat_linux32: Add IPC_64 support for all semctl(2),
254 following corresponding compat_linux(8) change. 254 following corresponding compat_linux(8) change.
255 [njoly 20090427] 255 [njoly 20090427]
256 dhcpcd(8): Import dhcpcd-5.0.0. [roy 20090428] 256 dhcpcd(8): Import dhcpcd-5.0.0. [roy 20090428]
257 rc.d(8): Add an rc.d script for dhcpcd(8). [roy 20090428] 257 rc.d(8): Add an rc.d script for dhcpcd(8). [roy 20090428]
258 ichlpcib(4): Attach 82801IEM LPC Interface Bridge too. [njoly 20090429] 258 ichlpcib(4): Attach 82801IEM LPC Interface Bridge too. [njoly 20090429]
259 rump: Add support for remote system calls [pooka 20090429] 259 rump: Add support for remote system calls [pooka 20090429]
260 sh3: Add some support for SH7706. [nonaka 20090430] 260 sh3: Add some support for SH7706. [nonaka 20090430]
261 hppa: Merge the nick-hppapmap branch which includes a port of the 261 hppa: Merge the nick-hppapmap branch which includes a port of the
262 OpenBSD pmap, improves support for machines without the 262 OpenBSD pmap, improves support for machines without the
263 PA7100LC or PA7300LC CPUs, and much more. [skrll 20090430] 263 PA7100LC or PA7300LC CPUs, and much more. [skrll 20090430]
264 libc: Add stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD. 264 libc: Add stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD.
265 [perry 20090501] 265 [perry 20090501]
266 install(1): Add support for writing sha256, sha384, or sha512 hashes 266 install(1): Add support for writing sha256, sha384, or sha512 hashes
267 to a METALOG. [apb 20090501] 267 to a METALOG. [apb 20090501]
268 build: Use sha256 instead of sha1 hashes in METALOG and 268 build: Use sha256 instead of sha1 hashes in METALOG and
269 /etc/mtree/set.* files. [apb 20090501] 269 /etc/mtree/set.* files. [apb 20090501]
270 dhcpcd(8): Import dhcpcd-5.0.1 [roy 20090503] 270 dhcpcd(8): Import dhcpcd-5.0.1 [roy 20090503]
271 hp700: Enable support for UFS2 boot. [tsutsui 20090503] 271 hp700: Enable support for UFS2 boot. [tsutsui 20090503]
272 rpcgen(1): Add support for hyper and quad keywords. [ginsbach 20090506] 272 rpcgen(1): Add support for hyper and quad keywords. [ginsbach 20090506]
273 apropos(1): Add -S and -s support, for searching by machine and 273 apropos(1): Add -S and -s support, for searching by machine and
274 section [wiz 20090508] 274 section [wiz 20090508]
275 file(1): Import 5.03 [christos 20090508] 275 file(1): Import 5.03 [christos 20090508]
276 hp700: ucas (CAS for user-space address) support for hp700. 276 hp700: ucas (CAS for user-space address) support for hp700.
277 [skrll 20090508] 277 [skrll 20090508]
278 dhcpcd(8): Import dhcpcd-5.0.2 [roy 20090510] 278 dhcpcd(8): Import dhcpcd-5.0.2 [roy 20090510]
279 dhcpcd(8): Import dhcpcd-5.0.3 [roy 20090511] 279 dhcpcd(8): Import dhcpcd-5.0.3 [roy 20090511]
280 bluetooth(3): Update the Bluetooth service discovery API and merge it 280 bluetooth(3): Update the Bluetooth service discovery API and merge it
281 into libbluetooth, retiring the separate libsdp. 281 into libbluetooth, retiring the separate libsdp.
282 [plunky 20090512] 282 [plunky 20090512]
283 dhcpcd(8): Import dhcpcd-5.0.4 [roy 20090514] 283 dhcpcd(8): Import dhcpcd-5.0.4 [roy 20090514]
284 libc: Add the getdate(3) and getdate_err value, conforming to 284 libc: Add the getdate(3) and getdate_err value, conforming to
285 IEEE Std 1003.1 (``POSIX.1'') and the Open Group Base 285 IEEE Std 1003.1 (``POSIX.1'') and the Open Group Base
286 Specifications X/Open System Interfaces extension (``XSI''). 286 Specifications X/Open System Interfaces extension (``XSI'').
287 [ginsbach 20090514] 287 [ginsbach 20090514]
288 hp700: com at dino now works [skrll 20090518] 288 hp700: com at dino now works [skrll 20090518]
289 httpd(8): Import bozohttpd-20090522. [mrg 20090522] 289 httpd(8): Import bozohttpd-20090522. [mrg 20090522]
290 libc: Add %s (seconds since the Epoch) to strptime(3) for symmetry 290 libc: Add %s (seconds since the Epoch) to strptime(3) for symmetry
291 with strftime(3). [ginsbach 20090524] 291 with strftime(3). [ginsbach 20090524]
292 kernel: File descriptor access performance improvements. 292 kernel: File descriptor access performance improvements.
293 [ad 20090524] 293 [ad 20090524]
294 i386, amd64: CPU topology detection support for AMD processors. 294 i386, amd64: CPU topology detection support for AMD processors.
295 [rmind 20090526] 295 [rmind 20090526]
296 rumpnet: Add IPv6 support [pooka 20090527] 296 rumpnet: Add IPv6 support [pooka 20090527]
297 agr(4): Add support for layering vlans on top. Also allow LACP 297 agr(4): Add support for layering vlans on top. Also allow LACP
298 to be disabled. [darran 20090529] 298 to be disabled. [darran 20090529]
299 openssh: Import 5.2. [christos 20090607] 299 openssh: Import 5.2. [christos 20090607]
300 module: Add the capability to read an <module>.prop associated 300 module: Add the capability to read an <module>.prop associated
301 with a module and merge a plist passed in by modload(8). 301 with a module and merge a plist passed in by modload(8).
302 Also, add MODCTL_NO_PROP flag to prevent loading 302 Also, add MODCTL_NO_PROP flag to prevent loading
303 <module>.prop. [jnemeth 20090609] 303 <module>.prop. [jnemeth 20090609]
304 modload(8): Add various flags to assist in the creation and 304 modload(8): Add various flags to assist in the creation and
305 maintenance of <module>.prop and/or to set MODCTL_NO_PROP. 305 maintenance of <module>.prop and/or to set MODCTL_NO_PROP.
306 [jnemeth 20090609] 306 [jnemeth 20090609]
307 ntp: Import ntp-4-2-4p7. [kardel 20090613] 307 ntp: Import ntp-4-2-4p7. [kardel 20090613]
308 ehci(4): Add quirk for SB600/SB700 chipsets to workaround freeze 308 ehci(4): Add quirk for SB600/SB700 chipsets to workaround freeze
309 in USB subsystem. [cegger 20090615] 309 in USB subsystem. [cegger 20090615]
310 drm(4): Update to mesa-drm 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c. 310 drm(4): Update to mesa-drm 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c.
311 [mrg 20090619] 311 [mrg 20090619]
312 postfix(1): Import version 2.6.2 [tron 20090623] 312 postfix(1): Import version 2.6.2 [tron 20090623]
313 wake(8): New command to send Wake-on-LAN packets to machines on 313 wake(8): New command to send Wake-on-LAN packets to machines on
314 the local Ethernet. [mbalmer 20090625] 314 the local Ethernet. [mbalmer 20090625]
315 cpu_reboot(9): tear down stacks of (pseudo-)devices and 315 cpu_reboot(9): tear down stacks of (pseudo-)devices and
316 filesystems in an orderly fashion during shutdown, 316 filesystems in an orderly fashion during shutdown,
317 detaching the devices and unmounting the filesystems. 317 detaching the devices and unmounting the filesystems.
318 i386 and sparc64 are finished. [dyoung 20090625] 318 i386 and sparc64 are finished. [dyoung 20090625]
319 kernel: Ephemeral mapping (emap) implementation, i386/amd64 support. 319 kernel: Ephemeral mapping (emap) implementation, i386/amd64 support.
320 [rmind 20090628] 320 [rmind 20090628]
321 dhcpcd(8): Import dhcpcd-5.0.5 [roy 20090704] 321 dhcpcd(8): Import dhcpcd-5.0.5 [roy 20090704]
322 dhcpcd(8): Import dhcpcd-5.0.6 [roy 20090708] 322 dhcpcd(8): Import dhcpcd-5.0.6 [roy 20090708]
323 sysmon_envsys(8): Enhancements to allow access to driver-internal 323 sysmon_envsys(8): Enhancements to allow access to driver-internal
324 limit values [pgoyette 20090710] 324 limit values [pgoyette 20090710]
325 libc: Add getdelim(3) and getline(3) conforming to 325 libc: Add getdelim(3) and getline(3) conforming to
326 IEEE Std 1003.1-2008 (``POSIX.1'') [roy 20090713] 326 IEEE Std 1003.1-2008 (``POSIX.1'') [roy 20090713]
327 ip(4): Add IP_RECVTTL option to let recvmsg(2) return the TTL 327 ip(4): Add IP_RECVTTL option to let recvmsg(2) return the TTL
328 of the received datagram. [minskim 20090716] 328 of the received datagram. [minskim 20090716]
329 ip(4): Add IP_MINTTL option to discard packets with a TTL 329 ip(4): Add IP_MINTTL option to discard packets with a TTL
330 lower than the option value. [minskim 20090717] 330 lower than the option value. [minskim 20090717]
331 openssl(1): Import SNAP-20090710 under the new crypto/external 331 openssl(1): Import SNAP-20090710 under the new crypto/external
332 framework [christos 20090719] 332 framework [christos 20090719]
333 gpio(4): Complete rework to integrate with kauth(9), allow for 333 gpio(4): Complete rework to integrate with kauth(9), allow for
334 runtime driver attachment, naming of individual pins. 334 runtime driver attachment, naming of individual pins.
335 [mbalmer 20090725] 335 [mbalmer 20090725]
336 gpiosim(4): New driver for development/testing purposes to simulate 336 gpiosim(4): New driver for development/testing purposes to simulate
337 a gpio(4) device. 337 a gpio(4) device.
338 [mbalmer 20090725] 338 [mbalmer 20090725]
339 gpioctl(8): New commandline syntax to reflect gpio(4) changes. 339 gpioctl(8): New commandline syntax to reflect gpio(4) changes.
340 [mbalmer 20090725] 340 [mbalmer 20090725]
341 secmodel_44bsd(9), secmodel_securelevel(9): Add provisions to control 341 secmodel_44bsd(9), secmodel_securelevel(9): Add provisions to control
342 access to gpio(4) pins. [mbalmer 20090725] 342 access to gpio(4) pins. [mbalmer 20090725]
343 mvsata(4): Support Marvell Hercules-I/II SATA Controllers 343 mvsata(4): Support Marvell Hercules-I/II SATA Controllers
344 [kiyohara 20090727] 344 [kiyohara 20090727]
345 dhcpcd(8): Import dhcpcd-5.0.7. [roy 20090728] 345 dhcpcd(8): Import dhcpcd-5.0.7. [roy 20090728]
346 bind: Update to 9.6.1-P1. [christos 20090728] 346 bind: Update to 9.6.1-P1. [christos 20090728]
347 xen: dropped Xen 2 support. [cegger 20090728] 347 xen: dropped Xen 2 support. [cegger 20090728]
348 libbluetooth: add device access API bt_dev(3). [plunky 20090803] 348 libbluetooth: add device access API bt_dev(3). [plunky 20090803]
349 acpi(4): It is now possible to configure devices other than the lid 349 acpi(4): It is now possible to configure devices other than the lid
350 switch and sleep/power buttons as a method of waking the 350 switch and sleep/power buttons as a method of waking the
351 machine from sleep. Any ACPI device node with a _PRW method 351 machine from sleep. Any ACPI device node with a _PRW method
352 is now a candidate, and the device nodes are listed in the 352 is now a candidate, and the device nodes are listed in the
353 hw.wake namespace. By default, the following device node 353 hw.wake namespace. By default, the following device node
354 types are enabled as wakeup devices if the firmware supports 354 types are enabled as wakeup devices if the firmware supports
355 it: lid switch, sleep/power button, PC keyboard controller. 355 it: lid switch, sleep/power button, PC keyboard controller.
356 [jmcneill 20090804] 356 [jmcneill 20090804]
357 openssl(1): Import SNAP-20090805 to fix the namespace issues 357 openssl(1): Import SNAP-20090805 to fix the namespace issues
358 (BLOCK, CSTRING, etc) [christos 20090805] 358 (BLOCK, CSTRING, etc) [christos 20090805]
359 tcx(8): support wsdisplay and acceleration [macallan 20090806] 359 tcx(8): support wsdisplay and acceleration [macallan 20090806]
360 zfs: Import OpenSolaris zfs source code to NetBSD, add NetBSD 360 zfs: Import OpenSolaris zfs source code to NetBSD, add NetBSD
361 patches. [haad 20090808] 361 patches. [haad 20090808]
362 gpioiic(4): New driver to create an I2C bus using GPIO pins in 362 gpioiic(4): New driver to create an I2C bus using GPIO pins in
363 bit-banging mode. [mbalmer 20090809] 363 bit-banging mode. [mbalmer 20090809]
364 voyagerfb(8): a driver for the Gdium Liberty 1000's video controller 364 voyagerfb(8): a driver for the Gdium Liberty 1000's video controller
365 [macallan 20090812] 365 [macallan 20090812]
366 mips: removed a.out support [matt 20090812] 366 mips: removed a.out support [matt 20090812]
367 secmode_keylock, keylock, gpiolock(4): Add support for multi-position 367 secmode_keylock, keylock, gpiolock(4): Add support for multi-position
368 keylocks. [mbalmer 20090814] 368 keylocks. [mbalmer 20090814]
369 nbperf(1): A minimal perfect hash function generator. [joerg 20090815] 369 nbperf(1): A minimal perfect hash function generator. [joerg 20090815]
370 acpi(4): Updated ACPICA to 20090730. This release includes full 370 acpi(4): Updated ACPICA to 20090730. This release includes full
371 support for the ACPI 4.0 specification. [jmcneill 20090818] 371 support for the ACPI 4.0 specification. [jmcneill 20090818]
372 iasl(1): The ACPICA ASL (ACPI Source Language) compiler/decompiler 372 iasl(1): The ACPICA ASL (ACPI Source Language) compiler/decompiler
373 is now included with i386 and amd64 installations. 373 is now included with i386 and amd64 installations.
374 [jmcneill 20090818] 374 [jmcneill 20090818]
375 amd64, i386: Suspend and resume is now supported when using the 375 amd64, i386: Suspend and resume is now supported when using the
376 genfb(4) display driver. [jmcneill 20090823] 376 genfb(4) display driver. [jmcneill 20090823]
377 suntcx(4): imported the xf86-video-suntcx driver and added hardware 377 suntcx(4): imported the xf86-video-suntcx driver and added hardware
378 acceleration [macallan 20090827] 378 acceleration [macallan 20090827]
379 postfix(1): Import version 2.6.5 [tron 20090831] 379 postfix(1): Import version 2.6.5 [tron 20090831]
380 unzip(1): A libarchive-based unzip frontend, emulating most of 380 unzip(1): A libarchive-based unzip frontend, emulating most of
381 infozip's command line. [joerg 20090903] 381 infozip's command line. [joerg 20090903]
382 sunleo(4): imported the xf86-video-sunleo 1.2.0 driver from Xorg 382 sunleo(4): imported the xf86-video-sunleo 1.2.0 driver from Xorg
383 [macallan 20090905] 383 [macallan 20090905]
384 hdaudio(4): New standards-compliant Intel High Definition Audio driver 384 hdaudio(4): New standards-compliant Intel High Definition Audio driver
385 written to replace azalia(4). [sborrill 20090906] 385 written to replace azalia(4). [sborrill 20090906]
386 sets: Move kernel modules out of base.tgz and into a new modules.tgz. 386 sets: Move kernel modules out of base.tgz and into a new modules.tgz.
387 [jnemeth 20090907] 387 [jnemeth 20090907]
388 sysinst(8): Install the new modules.tgz set. [jnemeth 20090907] 388 sysinst(8): Install the new modules.tgz set. [jnemeth 20090907]
389 build.sh: Add a modules operation which builds kernel modules and 389 build.sh: Add a modules operation which builds kernel modules and
390 installs them into DESTDIR. [jnemeth 20090907] 390 installs them into DESTDIR. [jnemeth 20090907]
391 sysctl(7): Add kern.boothowto variable. [apb 20090911] 391 sysctl(7): Add kern.boothowto variable. [apb 20090911]
392 rc(8): Output is now logged to /var/run/rc.log. A new rc_silent 392 rc(8): Output is now logged to /var/run/rc.log. A new rc_silent
393 option suppresses output to the console; it can be set 393 option suppresses output to the console; it can be set
394 in rc.conf(5) or by booting in silent mode (e.g. "boot 394 in rc.conf(5) or by booting in silent mode (e.g. "boot
395 netbsd -z" on i386 or amd64). [apb 20090911] 395 netbsd -z" on i386 or amd64). [apb 20090911]
396 pfsync(4): PFSYNC from OpenBSD 4.2 imported [degroote 20090914] 396 pfsync(4): PFSYNC from OpenBSD 4.2 imported [degroote 20090914]
397 xen: add support for feature-flush-cache in block device backend. 397 xen: add support for feature-flush-cache in block device backend.
398 Use it in block device frontend for DIOCCACHESYNC. 398 Use it in block device frontend for DIOCCACHESYNC.
399 [bouyer 20090923] 399 [bouyer 20090923]
400 gpio(4): Add the GPIO_PIN_PULSATE attribute to let a pin pulsate at 400 gpio(4): Add the GPIO_PIN_PULSATE attribute to let a pin pulsate at
401 a hardware defined frequency and duty cycle. [mbalmer 20090925] 401 a hardware defined frequency and duty cycle. [mbalmer 20090925]
402 gpioctl(8): Support the new GPIO_PIN_PULSATE attribute for pins using 402 gpioctl(8): Support the new GPIO_PIN_PULSATE attribute for pins using
403 the "pulsate" keyword. [mbalmer 20090925] 403 the "pulsate" keyword. [mbalmer 20090925]
404 xen: add support for request-rx-copy in the virtual network device 404 xen: add support for request-rx-copy in the virtual network device
405 backend. This is required by recent Xen linux kernels. 405 backend. This is required by recent Xen linux kernels.
406 [bouyer 20090925] 406 [bouyer 20090925]
407 ichlpcib(4): Add gpio(4) support. [jakllsch 20090927] 407 ichlpcib(4): Add gpio(4) support. [jakllsch 20090927]
408 wb(4): Add a driver for Winbond W83L518D SD/MMC readers. 408 wb(4): Add a driver for Winbond W83L518D SD/MMC readers.
409 [jmcneill 20090930] 409 [jmcneill 20090930]
410 mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 212.1 410 mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 212.1
 411 [tsarna 20090929]