Sat Dec 17 13:29:50 2011 UTC ()
Note isibootd(8) netboot server for luna68k.


(tsutsui)
diff -r1.1635 -r1.1636 src/doc/CHANGES

cvs diff -r1.1635 -r1.1636 src/doc/CHANGES (switch to unified diff)

--- src/doc/CHANGES 2011/12/12 00:15:52 1.1635
+++ src/doc/CHANGES 2011/12/17 13:29:50 1.1636
@@ -1,1182 +1,1184 @@ @@ -1,1182 +1,1184 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1635 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1636 $>
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(7) framework. [ad 20081112] 34 lkm: Removed. Superseded by the new module(7) framework. [ad 20081112]
35 module(7): Allow the POSIX semaphore code to be loaded as a module. 35 module(7): Allow the POSIX semaphore code to be loaded as a module.
36 [ad 20081112] 36 [ad 20081112]
37 module(7): Make compat_ossaudio a module. [ad 20081113] 37 module(7): Make compat_ossaudio a module. [ad 20081113]
38 module(7): Make compat_ndis a module. [ad 20081113] 38 module(7): 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(7): Make POSIX AIO loadable as a module. [ad 20081114] 43 module(7): 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(7): Make the emulations, exec formats, coredump, NFS, and 46 module(7): 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(7): Make PPP compressors modules. [cube 20081125] 60 module(7): 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(7): Add a couple of sysctl(8) entries, kern.module.autoload and 64 module(7): 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(7): Add a layerfs module. [ad 20081205] 66 module(7): 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(8): Add LVM functionality to NetBSD; this is done by dm(4) driver 89 lvm(8): 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 rump: Include libkern in rumpkern. [pooka 20090104] 97 rump: Include libkern in rumpkern. [pooka 20090104]
98 rc.d(8): Add a script for rndctl(8). [apb 20090104] 98 rc.d(8): Add a script for rndctl(8). [apb 20090104]
99 module(7): Add sysvbfs module. [pooka 20090105] 99 module(7): Add sysvbfs module. [pooka 20090105]
100 rump: Prepend all symbols within the rump virtual kernel image 100 rump: Prepend all symbols within the rump virtual kernel image
101 with the string "rump". This prevents conflicts with the 101 with the string "rump". This prevents conflicts with the
102 host system symbols. [pooka 20090108] 102 host system symbols. [pooka 20090108]
103 bwi(4): Add a driver for Broadcom AirForce / Apple Airport Extreme 103 bwi(4): Add a driver for Broadcom AirForce / Apple Airport Extreme
104 wireless network controllers. From Taylor Campbell. 104 wireless network controllers. From Taylor Campbell.
105 [macallan 20090109] 105 [macallan 20090109]
106 rgephy(4): Support for RTL8211C(L) phy. From FreeBSD. [cegger 20090109] 106 rgephy(4): Support for RTL8211C(L) phy. From FreeBSD. [cegger 20090109]
107 rgephy(4): Support for flow control. From OpenBSD. [cegger 20090109] 107 rgephy(4): Support for flow control. From OpenBSD. [cegger 20090109]
108 makefs(8): Add support for encoding RISC OS metadata into 108 makefs(8): Add support for encoding RISC OS metadata into
109 ISO 9660 file systems. [bjh21 20090110] 109 ISO 9660 file systems. [bjh21 20090110]
110 time_t, dev_t: Change time_t and dev_t to be 64 bit quantities. Fixed 110 time_t, dev_t: Change time_t and dev_t to be 64 bit quantities. Fixed
111 POSIX issues in timeval and timespec. [christos 20090110] 111 POSIX issues in timeval and timespec. [christos 20090110]
112 make(1): Changes to the way .for loops are processed. [dsl 20090111] 112 make(1): Changes to the way .for loops are processed. [dsl 20090111]
113 mount(8): Add -o rump, which mounts the file system as a userspace 113 mount(8): Add -o rump, which mounts the file system as a userspace
114 server via puffs and rump instead of using a 114 server via puffs and rump instead of using a
115 kernel driver. [pooka 20090111] 115 kernel driver. [pooka 20090111]
116 openpgpsdk: Initial import of openpgpsdk v0.9. [agc 20090112] 116 openpgpsdk: Initial import of openpgpsdk v0.9. [agc 20090112]
117 rump: Implement a virtual block device driver. [pooka 20090113] 117 rump: Implement a virtual block device driver. [pooka 20090113]
118 rump: Support __RENAME in syscall interfaces and expose the 118 rump: Support __RENAME in syscall interfaces and expose the
119 non-compat symbol name in the header. [pooka 20090113] 119 non-compat symbol name in the header. [pooka 20090113]
120 age(4): Add a driver for Attansic/Atheros L1 Gigabit Ethernet. 120 age(4): Add a driver for Attansic/Atheros L1 Gigabit Ethernet.
121 From FreeBSD via OpenBSD. [cegger 20090116] 121 From FreeBSD via OpenBSD. [cegger 20090116]
122 atphy(4): Add a driver for Attansic/Atheros F1 PHY. 122 atphy(4): Add a driver for Attansic/Atheros F1 PHY.
123 From FreeBSD via OpenBSD. [cegger 20090116] 123 From FreeBSD via OpenBSD. [cegger 20090116]
124 atf(7): Import 0.6. [jmmv 20090119] 124 atf(7): Import 0.6. [jmmv 20090119]
125 msdosfs: The default behavior when mounting empty file systems has 125 msdosfs: The default behavior when mounting empty file systems has
126 been changed. Previously, msdosfs would assume the -s flag 126 been changed. Previously, msdosfs would assume the -s flag
127 (short filenames) in this case; now msdosfs will assume the 127 (short filenames) in this case; now msdosfs will assume the
128 -l flag (long filenames). [jmcneill 20090122] 128 -l flag (long filenames). [jmcneill 20090122]
129 openpgpsdk: Imported openpgpsdk 0.9 library (BSD-licensed) into 129 openpgpsdk: Imported openpgpsdk 0.9 library (BSD-licensed) into
130 src/crypto/external. The command-line driver program, openpgp, 130 src/crypto/external. The command-line driver program, openpgp,
131 which is shipped with it has been mostly rewritten to be more 131 which is shipped with it has been mostly rewritten to be more
132 user-friendly. [agc 20090123] 132 user-friendly. [agc 20090123]
133 X11: added support for X11FLAVOUR=xorg for NetBSD/alpha. No support 133 X11: added support for X11FLAVOUR=xorg for NetBSD/alpha. No support
134 for turbochannel graphic cards yet. [bouyer 20090124] 134 for turbochannel graphic cards yet. [bouyer 20090124]
135 kernel: Add support for loading pseudo-device drivers. [haad 20090202] 135 kernel: Add support for loading pseudo-device drivers. [haad 20090202]
136 module(7): Add a module for vnd(4) driver. [haad 20090205] 136 module(7): Add a module for vnd(4) driver. [haad 20090205]
137 dkctl(8): Display cache, strategy, and list of wedges if no command 137 dkctl(8): Display cache, strategy, and list of wedges if no command
138 is specified in the command line. [uebayasi 20090207] 138 is specified in the command line. [uebayasi 20090207]
139 udf, mount_udf(8): add support for session opening/closing on 139 udf, mount_udf(8): add support for session opening/closing on
140 sequential media. Media can be closed on request on unmount by 140 sequential media. Media can be closed on request on unmount by
141 passing the '-c' flag as mount option. [reinoud 20090208] 141 passing the '-c' flag as mount option. [reinoud 20090208]
142 libc: Add RFC 2045 MIME Quoted-Printable support. [christos 20090210] 142 libc: Add RFC 2045 MIME Quoted-Printable support. [christos 20090210]
143 sgimips: Add Personal IRIS 4D/20 and 4D/25 (IP6 and IP10) support. 143 sgimips: Add Personal IRIS 4D/20 and 4D/25 (IP6 and IP10) support.
144 [rumble 20090212] 144 [rumble 20090212]
145 sk(4): Add support for flow control. [cegger 20090212] 145 sk(4): Add support for flow control. [cegger 20090212]
146 nfe(4): Add support for flow control for MCP65. [cegger 20090212] 146 nfe(4): Add support for flow control for MCP65. [cegger 20090212]
147 share/mk: Enable -Wsign-compare for $WARNS>=4. [lukem 20090212] 147 share/mk: Enable -Wsign-compare for $WARNS>=4. [lukem 20090212]
148 tests(7): Converted the awk, basename, bzip2, config, cut, dirname, 148 tests(7): Converted the awk, basename, bzip2, config, cut, dirname,
149 grep, gzip, libcrypto, m4, make and sdiff tests to ATF. 149 grep, gzip, libcrypto, m4, make and sdiff tests to ATF.
150 Initial work from the GSoC 2008 project by Lukasz Strzygowski. 150 Initial work from the GSoC 2008 project by Lukasz Strzygowski.
151 [jmmv 20090213] 151 [jmmv 20090213]
152 libfetch: Import libfetch-2.22. [joerg 20090214] 152 libfetch: Import libfetch-2.22. [joerg 20090214]
153 openssh: Import 5.1. [christos 20090216] 153 openssh: Import 5.1. [christos 20090216]
154 amd64, i386: The bootloader has been enhanced to support framebuffer 154 amd64, i386: The bootloader has been enhanced to support framebuffer
155 consoles using VESA BIOS extensions. These changes allow the 155 consoles using VESA BIOS extensions. These changes allow the
156 x86 ports to work with the genfb(4) driver, and obsoletes 156 x86 ports to work with the genfb(4) driver, and obsoletes
157 the i386-only vesafb(4) driver. [jmcneill 20090216] 157 the i386-only vesafb(4) driver. [jmcneill 20090216]
158 lvm(8): Import new lvm2tools 2.02.44 version and libdevmapper 1.02.30. 158 lvm(8): Import new lvm2tools 2.02.44 version and libdevmapper 1.02.30.
159 [haad 20090218] 159 [haad 20090218]
160 compat_linux(8), compat_linux32: Add IPC_64 support for all shmctl(2) 160 compat_linux(8), compat_linux32: Add IPC_64 support for all shmctl(2)
161 commands, not only for STAT/SET. [njoly 20090218] 161 commands, not only for STAT/SET. [njoly 20090218]
162 i386: The vesafb(4) driver has been retired. [jmcneill 20090218] 162 i386: The vesafb(4) driver has been retired. [jmcneill 20090218]
163 tests(7): Converted some of the kernel tests, including kqueue and ipf, 163 tests(7): Converted some of the kernel tests, including kqueue and ipf,
164 to ATF. Initial work from the GSoC 2008 project by Lukasz 164 to ATF. Initial work from the GSoC 2008 project by Lukasz
165 Strzygowski. [jmmv 20090220] 165 Strzygowski. [jmmv 20090220]
166 dhcpcd(8): Import dhcpcd-4.0.11. [roy 20090221] 166 dhcpcd(8): Import dhcpcd-4.0.11. [roy 20090221]
167 softdep: The soft dependences / soft updates feature of the fast 167 softdep: The soft dependences / soft updates feature of the fast
168 file system (FFS) has been supplanted by meta data 168 file system (FFS) has been supplanted by meta data
169 journaling (logging). Logging provides better reliability 169 journaling (logging). Logging provides better reliability
170 and better performance for most applications. Soft 170 and better performance for most applications. Soft
171 dependencies will no longer be available from NetBSD 6.0 171 dependencies will no longer be available from NetBSD 6.0
172 onwards. We encourage users to enable logging on FFS file 172 onwards. We encourage users to enable logging on FFS file
173 systems. [ad 20090222] 173 systems. [ad 20090222]
174 i386, amd64: ucas (CAS for user-space address) support for i386/amd64. 174 i386, amd64: ucas (CAS for user-space address) support for i386/amd64.
175 [rmind 20090223] 175 [rmind 20090223]
176 dhcpcd(8): Import dhcpcd-4.0.12. [roy 20090226] 176 dhcpcd(8): Import dhcpcd-4.0.12. [roy 20090226]
177 evbarm: Improved support for GPIO support on the EP93xx ARM processors. 177 evbarm: Improved support for GPIO support on the EP93xx ARM processors.
178 [kenh 20090227] 178 [kenh 20090227]
179 rumpnet: Add virtual interface based on inter-process shared 179 rumpnet: Add virtual interface based on inter-process shared
180 memory. [pooka 20090228] 180 memory. [pooka 20090228]
181 ext2fs: Add support for >128 byte inode. From Frederic Sausmikat. 181 ext2fs: Add support for >128 byte inode. From Frederic Sausmikat.
182 [christos 20090301] 182 [christos 20090301]
183 zaurus: Add zboot from OpenBSD. [nonaka 20090302] 183 zaurus: Add zboot from OpenBSD. [nonaka 20090302]
184 xen: Add PCI pass-through support for Xen3. domain0 kernel gets a 184 xen: Add PCI pass-through support for Xen3. domain0 kernel gets a
185 pciback PCI drivers, to which device specified in the 185 pciback PCI drivers, to which device specified in the
186 pciback.hide boot parameter will attach. 186 pciback.hide boot parameter will attach.
187 DomU kernels gets a xpci device, to which PCI buses 187 DomU kernels gets a xpci device, to which PCI buses
188 will attach. [bouyer 20090305] 188 will attach. [bouyer 20090305]
189 xen: Add XEN3PAE_DOM0, an i386 domain0 kernel with PAE support. 189 xen: Add XEN3PAE_DOM0, an i386 domain0 kernel with PAE support.
190 requires an i386PAE or x86_64 hypervisor. [bouyer 20090305] 190 requires an i386PAE or x86_64 hypervisor. [bouyer 20090305]
191 ar(1): Add support to ar(1) for 'deterministic mode'. 191 ar(1): Add support to ar(1) for 'deterministic mode'.
192 [christos 20090306] 192 [christos 20090306]
193 kernel: Compute kern.ipc.shmmaxpgs on startup based on physical 193 kernel: Compute kern.ipc.shmmaxpgs on startup based on physical
194 memory. Default can be overridden via sysctl. [joerg 20090306] 194 memory. Default can be overridden via sysctl. [joerg 20090306]
195 fxp(4): Add TCPv4/UDPv4 RX hardware checksum support for i82559 and 195 fxp(4): Add TCPv4/UDPv4 RX hardware checksum support for i82559 and
196 later chips. [tsutsui 20090307] 196 later chips. [tsutsui 20090307]
197 crash(8): Add a new utility to diagnose kernel crashes. Based upon 197 crash(8): Add a new utility to diagnose kernel crashes. Based upon
198 the in-kernel debugger (ddb). [ad 20090307] 198 the in-kernel debugger (ddb). [ad 20090307]
199 piixide(4): Add support for 82965PM. [christos 20090309] 199 piixide(4): Add support for 82965PM. [christos 20090309]
200 libfetch: Import libfetch-2.23. [joerg 20090310] 200 libfetch: Import libfetch-2.23. [joerg 20090310]
201 wm(4): Add support for 82567LF-3, and fix register access for ICH10DO. 201 wm(4): Add support for 82567LF-3, and fix register access for ICH10DO.
202 [msaitoh 20090310] 202 [msaitoh 20090310]
203 module(7): Add tprof modules. [yamt 20090310] 203 module(7): Add tprof modules. [yamt 20090310]
204 zaurus: Add kloader(4) support. [nonaka 20090311] 204 zaurus: Add kloader(4) support. [nonaka 20090311]
205 altmem(4): Add 'alternative memory' disk device driver. 205 altmem(4): Add 'alternative memory' disk device driver.
206 [jmcneill 20090312] 206 [jmcneill 20090312]
207 zaurus: Add only playback support to zaudio(4). [nonaka 20090313] 207 zaurus: Add only playback support to zaudio(4). [nonaka 20090313]
208 vnd(4): Implement DIOCCACHESYNC ioctl. [christos 20090314] 208 vnd(4): Implement DIOCCACHESYNC ioctl. [christos 20090314]
209 sgimips: Add TCPv4/UDPv4 RX hardware checksum support for mec(4) 209 sgimips: Add TCPv4/UDPv4 RX hardware checksum support for mec(4)
210 Ethernet on O2. [tsutsui 20090316] 210 Ethernet on O2. [tsutsui 20090316]
211 zoneinfo: Import tzdata2009c. [kleink 20090316] 211 zoneinfo: Import tzdata2009c. [kleink 20090316]
212 am-utils: Import latest from head; adds udf support amd -uu 212 am-utils: Import latest from head; adds udf support amd -uu
213 [christos 20090320] 213 [christos 20090320]
214 re(4): Add hardware checksum support for newer PCIe 8168C/8111C/8102E 214 re(4): Add hardware checksum support for newer PCIe 8168C/8111C/8102E
215 chips. [tsutsui 20090321] 215 chips. [tsutsui 20090321]
216 eject(1): Turn on amd(8) support for eject. [christos 20090323] 216 eject(1): Turn on amd(8) support for eject. [christos 20090323]
217 i386: Use "i486" as GNU_ARCH for i386. [drochner 20090327] 217 i386: Use "i486" as GNU_ARCH for i386. [drochner 20090327]
218 kmem_alloc(9): Add more extensive runtime debugging facilities. 218 kmem_alloc(9): Add more extensive runtime debugging facilities.
219 [ad 20090329] 219 [ad 20090329]
220 wm(4): Add workaround for 82543GC. [msaitoh 20090329] 220 wm(4): Add workaround for 82543GC. [msaitoh 20090329]
221 wm(4): Enable hardware vlan(4) support. [darran 20090331] 221 wm(4): Enable hardware vlan(4) support. [darran 20090331]
222 amd64, i386: Default to UFS2 on sysinst(8). [ad 20090404] 222 amd64, i386: Default to UFS2 on sysinst(8). [ad 20090404]
223 sysinst(8): Default to wapbl(4) log for ufs partitions. [ad 20090404] 223 sysinst(8): Default to wapbl(4) log for ufs partitions. [ad 20090404]
224 pckbd(4): Add a Czech keyboard layout. [mkirby 20090406] 224 pckbd(4): Add a Czech keyboard layout. [mkirby 20090406]
225 sysinst(8): Make installer reject UFS2 for root partition on ports 225 sysinst(8): Make installer reject UFS2 for root partition on ports
226 whose bootloaders don't support UFS2 boot. [tsutsui 20090407] 226 whose bootloaders don't support UFS2 boot. [tsutsui 20090407]
227 cvs(1): Import 1.12.13 [christos 20090408] 227 cvs(1): Import 1.12.13 [christos 20090408]
228 libc: Add glob_pattern_p(3) for new cvs(1). [christos 20090408] 228 libc: Add glob_pattern_p(3) for new cvs(1). [christos 20090408]
229 mtree(8): Add -S option to sort entries. [apb 20090408] 229 mtree(8): Add -S option to sort entries. [apb 20090408]
230 newfs_sysvbfs(8): Add support creating a file system to a regular file. 230 newfs_sysvbfs(8): Add support creating a file system to a regular file.
231 [pooka 20090409] 231 [pooka 20090409]
232 libc: Add memrchr(3). [christos 20090410] 232 libc: Add memrchr(3). [christos 20090410]
233 bind: Update to 9.6.1-b1. Full NSEC3 support, automatic zone 233 bind: Update to 9.6.1-b1. Full NSEC3 support, automatic zone
234 re-signing, new update-policy methods tcp-self and 6to4-self, 234 re-signing, new update-policy methods tcp-self and 6to4-self,
235 unbundle libbind, change the default pid file location from 235 unbundle libbind, change the default pid file location from
236 /var/run to /var/run/{named,lwresd} for improved chroot/setuid 236 /var/run to /var/run/{named,lwresd} for improved chroot/setuid
237 support. [christos 20090412] 237 support. [christos 20090412]
238 libbind: Update to 6.0-rc1. Use md5 for randomid instead of 238 libbind: Update to 6.0-rc1. Use md5 for randomid instead of
239 sequential id, add suppport for DS, SSHFP, RRSIG, NSEC, DNSKEY, 239 sequential id, add suppport for DS, SSHFP, RRSIG, NSEC, DNSKEY,
240 DHCID, NSEC3, NSEC3PARAM, HIP and DLV, various new API 240 DHCID, NSEC3, NSEC3PARAM, HIP and DLV, various new API
241 functions. [christos 20090412] 241 functions. [christos 20090412]
242 re(4): Add support for RTL8168CP and RTL8168D. [tsutsui 20090413] 242 re(4): Add support for RTL8168CP and RTL8168D. [tsutsui 20090413]
243 makefs(8): Add an experimental source-only makefs based on rump 243 makefs(8): Add an experimental source-only makefs based on rump
244 and fs-utils. It currently supports FFS, ext2fs, FAT, 244 and fs-utils. It currently supports FFS, ext2fs, FAT,
245 cd9660 and sysvbfs. [pooka 20090414] 245 cd9660 and sysvbfs. [pooka 20090414]
246 dhcpcd(8): Import dhcpcd-4.0.13 [roy 20090417] 246 dhcpcd(8): Import dhcpcd-4.0.13 [roy 20090417]
247 zaurus: Add recoding support to zaudio(4). [nonaka 20090418] 247 zaurus: Add recoding support to zaudio(4). [nonaka 20090418]
248 httpd(8): Import bozohttpd-20090418. [mrg 20090418] 248 httpd(8): Import bozohttpd-20090418. [mrg 20090418]
249 bge(4): Add misc quirk code for chip specific bugs. 249 bge(4): Add misc quirk code for chip specific bugs.
250 From FreeBSD and OpenBSD. [msaitoh 20090419] 250 From FreeBSD and OpenBSD. [msaitoh 20090419]
251 queue(3): Add SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST, 251 queue(3): Add SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST,
252 SIMPLEQ_CONCAT, and SIMPLEQ_LAST. [mschuett 20090420] 252 SIMPLEQ_CONCAT, and SIMPLEQ_LAST. [mschuett 20090420]
253 ale(4): Add a driver for Attansic/Atheros L1E Gigabit Ethernet. 253 ale(4): Add a driver for Attansic/Atheros L1E Gigabit Ethernet.
254 From OpenBSD and improvements from Kevin Lahey. 254 From OpenBSD and improvements from Kevin Lahey.
255 [cegger 20090420] 255 [cegger 20090420]
256 sdmmc(4): Add a driver for SD/MMC from OpenBSD. [nonaka 20090421] 256 sdmmc(4): Add a driver for SD/MMC from OpenBSD. [nonaka 20090421]
257 landisk: Add UFS2 boot support. [tsutsui 20090421] 257 landisk: Add UFS2 boot support. [tsutsui 20090421]
258 pmax: Add UFS2 boot support. [tsutsui 20090421] 258 pmax: Add UFS2 boot support. [tsutsui 20090421]
259 uftdi(4): Add support for USB serial adapter REX-USB60F. 259 uftdi(4): Add support for USB serial adapter REX-USB60F.
260 [taca 20090421] 260 [taca 20090421]
261 netpgp(1): Import netpgp. This is a heavily-modified version of 261 netpgp(1): Import netpgp. This is a heavily-modified version of
262 openpgpsdk, and will replace it. [agc 20090423] 262 openpgpsdk, and will replace it. [agc 20090423]
263 landisk: Enable to build a bootable install disk image. 263 landisk: Enable to build a bootable install disk image.
264 [tsutsui 20090423] 264 [tsutsui 20090423]
265 compat_linux(8): Add IPC_64 support for all semctl(2)/msgctl(2). 265 compat_linux(8): Add IPC_64 support for all semctl(2)/msgctl(2).
266 [njoly 20090423] 266 [njoly 20090423]
267 zx(4): Add wscons support [macallan 20090423] 267 zx(4): Add wscons support [macallan 20090423]
268 compat_linux32: Add IPC_64 support for all semctl(2), 268 compat_linux32: Add IPC_64 support for all semctl(2),
269 following corresponding compat_linux(8) change. 269 following corresponding compat_linux(8) change.
270 [njoly 20090427] 270 [njoly 20090427]
271 dhcpcd(8): Import dhcpcd-5.0.0. [roy 20090428] 271 dhcpcd(8): Import dhcpcd-5.0.0. [roy 20090428]
272 rc.d(8): Add an rc.d script for dhcpcd(8). [roy 20090428] 272 rc.d(8): Add an rc.d script for dhcpcd(8). [roy 20090428]
273 ichlpcib(4): Attach 82801IEM LPC Interface Bridge too. [njoly 20090429] 273 ichlpcib(4): Attach 82801IEM LPC Interface Bridge too. [njoly 20090429]
274 rump(3): Add support for remote system calls [pooka 20090429] 274 rump(3): Add support for remote system calls [pooka 20090429]
275 sh3: Add some support for SH7706. [nonaka 20090430] 275 sh3: Add some support for SH7706. [nonaka 20090430]
276 hppa: Merge the nick-hppapmap branch which includes a port of the 276 hppa: Merge the nick-hppapmap branch which includes a port of the
277 OpenBSD pmap, improves support for machines without the 277 OpenBSD pmap, improves support for machines without the
278 PA7100LC or PA7300LC CPUs, and much more. [skrll 20090430] 278 PA7100LC or PA7300LC CPUs, and much more. [skrll 20090430]
279 libc: Add stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD. 279 libc: Add stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD.
280 [perry 20090501] 280 [perry 20090501]
281 install(1): Add support for writing sha256, sha384, or sha512 hashes 281 install(1): Add support for writing sha256, sha384, or sha512 hashes
282 to a METALOG. [apb 20090501] 282 to a METALOG. [apb 20090501]
283 build: Use sha256 instead of sha1 hashes in METALOG and 283 build: Use sha256 instead of sha1 hashes in METALOG and
284 /etc/mtree/set.* files. [apb 20090501] 284 /etc/mtree/set.* files. [apb 20090501]
285 dhcpcd(8): Import dhcpcd-5.0.1 [roy 20090503] 285 dhcpcd(8): Import dhcpcd-5.0.1 [roy 20090503]
286 hp700: Enable support for UFS2 boot. [tsutsui 20090503] 286 hp700: Enable support for UFS2 boot. [tsutsui 20090503]
287 rpcgen(1): Add support for hyper and quad keywords. [ginsbach 20090506] 287 rpcgen(1): Add support for hyper and quad keywords. [ginsbach 20090506]
288 apropos(1): Add -S and -s support, for searching by machine and 288 apropos(1): Add -S and -s support, for searching by machine and
289 section [wiz 20090508] 289 section [wiz 20090508]
290 file(1): Import 5.03 [christos 20090508] 290 file(1): Import 5.03 [christos 20090508]
291 hp700: ucas (CAS for user-space address) support for hp700. 291 hp700: ucas (CAS for user-space address) support for hp700.
292 [skrll 20090508] 292 [skrll 20090508]
293 dhcpcd(8): Import dhcpcd-5.0.2 [roy 20090510] 293 dhcpcd(8): Import dhcpcd-5.0.2 [roy 20090510]
294 dhcpcd(8): Import dhcpcd-5.0.3 [roy 20090511] 294 dhcpcd(8): Import dhcpcd-5.0.3 [roy 20090511]
295 bluetooth(3): Update the Bluetooth service discovery API and merge it 295 bluetooth(3): Update the Bluetooth service discovery API and merge it
296 into libbluetooth, retiring the separate libsdp. 296 into libbluetooth, retiring the separate libsdp.
297 [plunky 20090512] 297 [plunky 20090512]
298 dhcpcd(8): Import dhcpcd-5.0.4 [roy 20090514] 298 dhcpcd(8): Import dhcpcd-5.0.4 [roy 20090514]
299 libc: Add the getdate(3) and getdate_err value, conforming to 299 libc: Add the getdate(3) and getdate_err value, conforming to
300 IEEE Std 1003.1 (``POSIX.1'') and the Open Group Base 300 IEEE Std 1003.1 (``POSIX.1'') and the Open Group Base
301 Specifications X/Open System Interfaces extension (``XSI''). 301 Specifications X/Open System Interfaces extension (``XSI'').
302 [ginsbach 20090514] 302 [ginsbach 20090514]
303 hp700: com at dino now works [skrll 20090518] 303 hp700: com at dino now works [skrll 20090518]
304 httpd(8): Import bozohttpd-20090522. [mrg 20090522] 304 httpd(8): Import bozohttpd-20090522. [mrg 20090522]
305 libc: Add %s (seconds since the Epoch) to strptime(3) for symmetry 305 libc: Add %s (seconds since the Epoch) to strptime(3) for symmetry
306 with strftime(3). [ginsbach 20090524] 306 with strftime(3). [ginsbach 20090524]
307 kernel: File descriptor access performance improvements. 307 kernel: File descriptor access performance improvements.
308 [ad 20090524] 308 [ad 20090524]
309 i386, amd64: CPU topology detection support for AMD processors. 309 i386, amd64: CPU topology detection support for AMD processors.
310 [rmind 20090526] 310 [rmind 20090526]
311 rumpnet: Add IPv6 support [pooka 20090527] 311 rumpnet: Add IPv6 support [pooka 20090527]
312 agr(4): Add support for layering vlans on top. Also allow LACP 312 agr(4): Add support for layering vlans on top. Also allow LACP
313 to be disabled. [darran 20090529] 313 to be disabled. [darran 20090529]
314 openssh: Import 5.2. [christos 20090607] 314 openssh: Import 5.2. [christos 20090607]
315 module(7): Add the capability to read an <module>.prop associated 315 module(7): Add the capability to read an <module>.prop associated
316 with a module and merge a plist passed in by modload(8). 316 with a module and merge a plist passed in by modload(8).
317 Also, add MODCTL_NO_PROP flag to prevent loading 317 Also, add MODCTL_NO_PROP flag to prevent loading
318 <module>.prop. [jnemeth 20090609] 318 <module>.prop. [jnemeth 20090609]
319 modload(8): Add various flags to assist in the creation and 319 modload(8): Add various flags to assist in the creation and
320 maintenance of <module>.prop and/or to set MODCTL_NO_PROP. 320 maintenance of <module>.prop and/or to set MODCTL_NO_PROP.
321 [jnemeth 20090609] 321 [jnemeth 20090609]
322 ntp: Import ntp-4-2-4p7. [kardel 20090613] 322 ntp: Import ntp-4-2-4p7. [kardel 20090613]
323 ehci(4): Add quirk for SB600/SB700 chipsets to workaround freeze 323 ehci(4): Add quirk for SB600/SB700 chipsets to workaround freeze
324 in USB subsystem. [cegger 20090615] 324 in USB subsystem. [cegger 20090615]
325 drm(4): Update to mesa-drm 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c. 325 drm(4): Update to mesa-drm 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c.
326 [mrg 20090619] 326 [mrg 20090619]
327 wake(8): New command to send Wake-on-LAN packets to machines on 327 wake(8): New command to send Wake-on-LAN packets to machines on
328 the local Ethernet. [mbalmer 20090625] 328 the local Ethernet. [mbalmer 20090625]
329 cpu_reboot(9): tear down stacks of (pseudo-)devices and 329 cpu_reboot(9): tear down stacks of (pseudo-)devices and
330 filesystems in an orderly fashion during shutdown, 330 filesystems in an orderly fashion during shutdown,
331 detaching the devices and unmounting the filesystems. 331 detaching the devices and unmounting the filesystems.
332 i386 and sparc64 are finished. [dyoung 20090625] 332 i386 and sparc64 are finished. [dyoung 20090625]
333 dhcpcd(8): Import dhcpcd-5.0.5 [roy 20090704] 333 dhcpcd(8): Import dhcpcd-5.0.5 [roy 20090704]
334 dhcpcd(8): Import dhcpcd-5.0.6 [roy 20090708] 334 dhcpcd(8): Import dhcpcd-5.0.6 [roy 20090708]
335 sysmon_envsys(8): Enhancements to allow access to driver-internal 335 sysmon_envsys(8): Enhancements to allow access to driver-internal
336 limit values [pgoyette 20090710] 336 limit values [pgoyette 20090710]
337 libc: Add getdelim(3) and getline(3) conforming to 337 libc: Add getdelim(3) and getline(3) conforming to
338 IEEE Std 1003.1-2008 (``POSIX.1'') [roy 20090713] 338 IEEE Std 1003.1-2008 (``POSIX.1'') [roy 20090713]
339 ip(4): Add IP_RECVTTL option to let recvmsg(2) return the TTL 339 ip(4): Add IP_RECVTTL option to let recvmsg(2) return the TTL
340 of the received datagram. [minskim 20090716] 340 of the received datagram. [minskim 20090716]
341 ip(4): Add IP_MINTTL option to discard packets with a TTL 341 ip(4): Add IP_MINTTL option to discard packets with a TTL
342 lower than the option value. [minskim 20090717] 342 lower than the option value. [minskim 20090717]
343 openssl(1): Import SNAP-20090710 under the new crypto/external 343 openssl(1): Import SNAP-20090710 under the new crypto/external
344 framework [christos 20090719] 344 framework [christos 20090719]
345 rumpdev: Support devices and kernel config framework. [pooka 20090720] 345 rumpdev: Support devices and kernel config framework. [pooka 20090720]
346 gpio(4): Complete rework to integrate with kauth(9), allow for 346 gpio(4): Complete rework to integrate with kauth(9), allow for
347 runtime driver attachment, naming of individual pins. 347 runtime driver attachment, naming of individual pins.
348 [mbalmer 20090725] 348 [mbalmer 20090725]
349 gpiosim(4): New driver for development/testing purposes to simulate 349 gpiosim(4): New driver for development/testing purposes to simulate
350 a gpio(4) device. 350 a gpio(4) device.
351 [mbalmer 20090725] 351 [mbalmer 20090725]
352 gpioctl(8): New commandline syntax to reflect gpio(4) changes. 352 gpioctl(8): New commandline syntax to reflect gpio(4) changes.
353 [mbalmer 20090725] 353 [mbalmer 20090725]
354 secmodel_44bsd(9), secmodel_securelevel(9): Add provisions to control 354 secmodel_44bsd(9), secmodel_securelevel(9): Add provisions to control
355 access to gpio(4) pins. [mbalmer 20090725] 355 access to gpio(4) pins. [mbalmer 20090725]
356 mvsata(4): Support Marvell Hercules-I/II SATA Controllers 356 mvsata(4): Support Marvell Hercules-I/II SATA Controllers
357 [kiyohara 20090727] 357 [kiyohara 20090727]
358 dhcpcd(8): Import dhcpcd-5.0.7. [roy 20090728] 358 dhcpcd(8): Import dhcpcd-5.0.7. [roy 20090728]
359 bind: Update to 9.6.1-P1. [christos 20090728] 359 bind: Update to 9.6.1-P1. [christos 20090728]
360 xen: dropped Xen 2 support. [cegger 20090728] 360 xen: dropped Xen 2 support. [cegger 20090728]
361 libbluetooth: add device access API bt_dev(3). [plunky 20090803] 361 libbluetooth: add device access API bt_dev(3). [plunky 20090803]
362 rumpfs: Add support for registering external files which are 362 rumpfs: Add support for registering external files which are
363 accessed from the host OS fs namespace instead of from 363 accessed from the host OS fs namespace instead of from
364 inside the rump virtual kernel. [pooka 20090803] 364 inside the rump virtual kernel. [pooka 20090803]
365 acpi(4): It is now possible to configure devices other than the lid 365 acpi(4): It is now possible to configure devices other than the lid
366 switch and sleep/power buttons as a method of waking the 366 switch and sleep/power buttons as a method of waking the
367 machine from sleep. Any ACPI device node with a _PRW method 367 machine from sleep. Any ACPI device node with a _PRW method
368 is now a candidate, and the device nodes are listed in the 368 is now a candidate, and the device nodes are listed in the
369 hw.acpi.wake namespace. By default, the following device node 369 hw.acpi.wake namespace. By default, the following device node
370 types are enabled as wakeup devices if the firmware supports 370 types are enabled as wakeup devices if the firmware supports
371 it: lid switch, sleep/power button, PC keyboard controller. 371 it: lid switch, sleep/power button, PC keyboard controller.
372 [jmcneill 20090804] 372 [jmcneill 20090804]
373 openssl(1): Import SNAP-20090805 to fix the namespace issues 373 openssl(1): Import SNAP-20090805 to fix the namespace issues
374 (BLOCK, CSTRING, etc) [christos 20090805] 374 (BLOCK, CSTRING, etc) [christos 20090805]
375 tcx(8): support wsdisplay and acceleration [macallan 20090806] 375 tcx(8): support wsdisplay and acceleration [macallan 20090806]
376 rumpvfs: Use unmodified kernel vnode pager. [pooka 20090806] 376 rumpvfs: Use unmodified kernel vnode pager. [pooka 20090806]
377 zfs: Import OpenSolaris zfs source code to NetBSD, add NetBSD 377 zfs: Import OpenSolaris zfs source code to NetBSD, add NetBSD
378 patches. [haad 20090808] 378 patches. [haad 20090808]
379 smsh(4): Add a SMSC LAN9118 Family Ethernet driver. [kiyohara 20090809] 379 smsh(4): Add a SMSC LAN9118 Family Ethernet driver. [kiyohara 20090809]
380 evbarm: Support for Gumstix Verdex and Verdex Pro. [kiyohara 20090809] 380 evbarm: Support for Gumstix Verdex and Verdex Pro. [kiyohara 20090809]
381 gpioiic(4): New driver to create an I2C bus using GPIO pins in 381 gpioiic(4): New driver to create an I2C bus using GPIO pins in
382 bit-banging mode. [mbalmer 20090809] 382 bit-banging mode. [mbalmer 20090809]
383 voyagerfb(8): a driver for the Gdium Liberty 1000's video controller 383 voyagerfb(8): a driver for the Gdium Liberty 1000's video controller
384 [macallan 20090812] 384 [macallan 20090812]
385 mips: removed a.out support [matt 20090812] 385 mips: removed a.out support [matt 20090812]
386 secmode_keylock, keylock, gpiolock(4): Add support for multi-position 386 secmode_keylock, keylock, gpiolock(4): Add support for multi-position
387 keylocks. [mbalmer 20090814] 387 keylocks. [mbalmer 20090814]
388 nbperf(1): A minimal perfect hash function generator. [joerg 20090815] 388 nbperf(1): A minimal perfect hash function generator. [joerg 20090815]
389 acpi(4): Updated ACPICA to 20090730. This release includes full 389 acpi(4): Updated ACPICA to 20090730. This release includes full
390 support for the ACPI 4.0 specification. [jmcneill 20090818] 390 support for the ACPI 4.0 specification. [jmcneill 20090818]
391 iasl(1): The ACPICA ASL (ACPI Source Language) compiler/decompiler 391 iasl(1): The ACPICA ASL (ACPI Source Language) compiler/decompiler
392 is now included with i386 and amd64 installations. 392 is now included with i386 and amd64 installations.
393 [jmcneill 20090818] 393 [jmcneill 20090818]
394 amd64, i386: Suspend and resume is now supported when using the 394 amd64, i386: Suspend and resume is now supported when using the
395 genfb(4) display driver. [jmcneill 20090823] 395 genfb(4) display driver. [jmcneill 20090823]
396 tcx(4): imported the xf86-video-suntcx driver and added hardware 396 tcx(4): imported the xf86-video-suntcx driver and added hardware
397 acceleration [macallan 20090827] 397 acceleration [macallan 20090827]
398 unzip(1): A libarchive-based unzip frontend, emulating most of 398 unzip(1): A libarchive-based unzip frontend, emulating most of
399 infozip's command line. [joerg 20090903] 399 infozip's command line. [joerg 20090903]
400 rumpcrypto: Add rump component for kernel crypto routines. 400 rumpcrypto: Add rump component for kernel crypto routines.
401 [pooka 20090903] 401 [pooka 20090903]
402 zx(4): imported the xf86-video-sunleo 1.2.0 driver from Xorg 402 zx(4): imported the xf86-video-sunleo 1.2.0 driver from Xorg
403 [macallan 20090905] 403 [macallan 20090905]
404 hdaudio(4): New standards-compliant Intel High Definition Audio driver 404 hdaudio(4): New standards-compliant Intel High Definition Audio driver
405 written to replace azalia(4). [sborrill 20090906] 405 written to replace azalia(4). [sborrill 20090906]
406 rump_smbfs(8): Support smbfs as a userspace server. [pooka 20090906] 406 rump_smbfs(8): Support smbfs as a userspace server. [pooka 20090906]
407 sets: Move kernel modules out of base.tgz and into a new modules.tgz. 407 sets: Move kernel modules out of base.tgz and into a new modules.tgz.
408 [jnemeth 20090907] 408 [jnemeth 20090907]
409 sysinst(8): Install the new modules.tgz set. [jnemeth 20090907] 409 sysinst(8): Install the new modules.tgz set. [jnemeth 20090907]
410 build.sh: Add a modules operation which builds kernel modules and 410 build.sh: Add a modules operation which builds kernel modules and
411 installs them into DESTDIR. [jnemeth 20090907] 411 installs them into DESTDIR. [jnemeth 20090907]
412 sysctl(7): Add kern.boothowto variable. [apb 20090911] 412 sysctl(7): Add kern.boothowto variable. [apb 20090911]
413 rc(8): Output is now logged to /var/run/rc.log. A new rc_silent 413 rc(8): Output is now logged to /var/run/rc.log. A new rc_silent
414 option suppresses output to the console; it can be set 414 option suppresses output to the console; it can be set
415 in rc.conf(5) or by booting in silent mode (e.g. "boot 415 in rc.conf(5) or by booting in silent mode (e.g. "boot
416 netbsd -z" on i386 or amd64). [apb 20090911] 416 netbsd -z" on i386 or amd64). [apb 20090911]
417 kernel: remove POOL_INIT from the kernel, replace with dynamic 417 kernel: remove POOL_INIT from the kernel, replace with dynamic
418 constructors which call pool_init(). [pooka 20090913] 418 constructors which call pool_init(). [pooka 20090913]
419 pfsync(4): PFSYNC from OpenBSD 4.2 imported [degroote 20090914] 419 pfsync(4): PFSYNC from OpenBSD 4.2 imported [degroote 20090914]
420 xen: add support for feature-flush-cache in block device backend. 420 xen: add support for feature-flush-cache in block device backend.
421 Use it in block device frontend for DIOCCACHESYNC. 421 Use it in block device frontend for DIOCCACHESYNC.
422 [bouyer 20090923] 422 [bouyer 20090923]
423 ld.elf_so(1): Support dlinfo(), currently limited to RTLD_DI_LINKMAP. 423 ld.elf_so(1): Support dlinfo(), currently limited to RTLD_DI_LINKMAP.
424 [pooka 20090924] 424 [pooka 20090924]
425 rump(3): Support autoloading of modules from linksets. [pooka 20090924] 425 rump(3): Support autoloading of modules from linksets. [pooka 20090924]
426 gpio(4): Add the GPIO_PIN_PULSATE attribute to let a pin pulsate at 426 gpio(4): Add the GPIO_PIN_PULSATE attribute to let a pin pulsate at
427 a hardware defined frequency and duty cycle. [mbalmer 20090925] 427 a hardware defined frequency and duty cycle. [mbalmer 20090925]
428 gpioctl(8): Support the new GPIO_PIN_PULSATE attribute for pins using 428 gpioctl(8): Support the new GPIO_PIN_PULSATE attribute for pins using
429 the "pulsate" keyword. [mbalmer 20090925] 429 the "pulsate" keyword. [mbalmer 20090925]
430 xen: add support for request-rx-copy in the virtual network device 430 xen: add support for request-rx-copy in the virtual network device
431 backend. This is required by recent Xen linux kernels. 431 backend. This is required by recent Xen linux kernels.
432 [bouyer 20090925] 432 [bouyer 20090925]
433 ichlpcib(4): Add gpio(4) support. [jakllsch 20090927] 433 ichlpcib(4): Add gpio(4) support. [jakllsch 20090927]
434 wb(4): Add a driver for Winbond W83L518D SD/MMC readers. 434 wb(4): Add a driver for Winbond W83L518D SD/MMC readers.
435 [jmcneill 20090930] 435 [jmcneill 20090930]
436 mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 212.1 436 mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 212.1
437 [tsarna 20090929] 437 [tsarna 20090929]
438 lom(4), sparc64: Add a driver for LOMlite lights out management 438 lom(4), sparc64: Add a driver for LOMlite lights out management
439 hardware monitor and watchdog timer. [nakayama 20091002] 439 hardware monitor and watchdog timer. [nakayama 20091002]
440 i386: Add support for enhanced speedstep on VIA C7 Esther CPUs. 440 i386: Add support for enhanced speedstep on VIA C7 Esther CPUs.
441 [jmcneill 20091002] 441 [jmcneill 20091002]
442 acpiwmi(4): Add a driver for the ACPI WMI Mapper interface. 442 acpiwmi(4): Add a driver for the ACPI WMI Mapper interface.
443 [jmcneill 20091002] 443 [jmcneill 20091002]
444 i386: Add support for VIA C7 temperature sensors. [jmcneill 20091002] 444 i386: Add support for VIA C7 temperature sensors. [jmcneill 20091002]
445 dhcpcd(8): Import dhcpcd-5.1.1. [roy 20091002] 445 dhcpcd(8): Import dhcpcd-5.1.1. [roy 20091002]
446 libm: Add f{dim,max,min}{,f,l} from FreeBSD [christos 20091004] 446 libm: Add f{dim,max,min}{,f,l} from FreeBSD [christos 20091004]
447 ukfs(3): Support disklabel partitions. [pooka 20091007] 447 ukfs(3): Support disklabel partitions. [pooka 20091007]
448 man(1): Display manpage when specified with a path [cegger 20091007] 448 man(1): Display manpage when specified with a path [cegger 20091007]
449 hdaudioctl(8): Add tool to manipulate hdaudio(4) devices 449 hdaudioctl(8): Add tool to manipulate hdaudio(4) devices
450 [sborrill 20091011] 450 [sborrill 20091011]
451 rump(3): Create proper prototypes for varargs system calls. 451 rump(3): Create proper prototypes for varargs system calls.
452 [pooka 20091013] 452 [pooka 20091013]
453 rump(3): Introduce public interface specifications and autogenerate 453 rump(3): Introduce public interface specifications and autogenerate
454 entrypoint wrappers. [pooka 20091014] 454 entrypoint wrappers. [pooka 20091014]
455 rump(3): Add a virtual CPU scheduler which maps the current thread 455 rump(3): Add a virtual CPU scheduler which maps the current thread
456 to an available virtual CPU on entry to the rump kernel. 456 to an available virtual CPU on entry to the rump kernel.
457 [pooka 20091015] 457 [pooka 20091015]
458 dhcpcd(8): Import dhcpcd-5.1.2. [roy 20091016] 458 dhcpcd(8): Import dhcpcd-5.1.2. [roy 20091016]
459 sysinst(8): Give the option to use tmpfs for /tmp in sysinst instead of 459 sysinst(8): Give the option to use tmpfs for /tmp in sysinst instead of
460 the older mfs on i386 and amd64. [ahoka 20091018] 460 the older mfs on i386 and amd64. [ahoka 20091018]
461 kernel: Remove support for uarea swap-out. [rmind 20091021] 461 kernel: Remove support for uarea swap-out. [rmind 20091021]
462 bind: Update to 9.7.0-b1. [christos 20091024] 462 bind: Update to 9.7.0-b1. [christos 20091024]
463 dhcpcd(8): Import dhcpcd-5.1.3. [roy 20091025] 463 dhcpcd(8): Import dhcpcd-5.1.3. [roy 20091025]
464 flex(1): Import flex-2.5.35 [christos 20091025] 464 flex(1): Import flex-2.5.35 [christos 20091025]
465 routed(8): Merge 2.32 changes [christos 20091025] 465 routed(8): Merge 2.32 changes [christos 20091025]
466 m4(1): Import the OpenBSD one since it implements features from gm4 466 m4(1): Import the OpenBSD one since it implements features from gm4
467 that the new flex wants [christos 20091026] 467 that the new flex wants [christos 20091026]
468 yacc(1): Import byacc-20091028 [christos 20091028] 468 yacc(1): Import byacc-20091028 [christos 20091028]
469 pm2fb: A driver for Permedia2-based graphics cards like Sun's PGX32 469 pm2fb: A driver for Permedia2-based graphics cards like Sun's PGX32
470 [macallan 20091028] 470 [macallan 20091028]
471 xf86-video-igs: an Xorg driver for IGS CyberPro 20x0 graphics 471 xf86-video-igs: an Xorg driver for IGS CyberPro 20x0 graphics
472 controllers, currently only for rev. 5 sharks 472 controllers, currently only for rev. 5 sharks
473 [macallan 20091110] 473 [macallan 20091110]
474 raid(4): RAIDframe parity maps, which greatly improve parity rewrite 474 raid(4): RAIDframe parity maps, which greatly improve parity rewrite
475 times after unclean shutdown; jld's GSoC 2009 project. 475 times after unclean shutdown; jld's GSoC 2009 project.
476 [jld 20091117] 476 [jld 20091117]
477 bnx(4): Added support for Broadcom BCM5709 and BCM5716 chips. 477 bnx(4): Added support for Broadcom BCM5709 and BCM5716 chips.
478 [bouyer 20091118] 478 [bouyer 20091118]
479 build.sh: Add "rumptest" for fast testing of rump compilation 479 build.sh: Add "rumptest" for fast testing of rump compilation
480 and linking. It is useful mostly for developers. 480 and linking. It is useful mostly for developers.
481 [pooka 20091118] 481 [pooka 20091118]
482 resolvconf(8): Import openreslv-3.3.3. [roy 20091121] 482 resolvconf(8): Import openreslv-3.3.3. [roy 20091121]
483 rump(3): Load rump virtual kernel symbol table at boot. This enables 483 rump(3): Load rump virtual kernel symbol table at boot. This enables
484 the use of the kernel linker in a rump kernel. 484 the use of the kernel linker in a rump kernel.
485 [pooka 20091126] 485 [pooka 20091126]
486 ums(4): Added touchpanel support. [mbalmer 20091127] 486 ums(4): Added touchpanel support. [mbalmer 20091127]
487 ws(4): Added the xf86-input-ws input driver for touchpanels that 487 ws(4): Added the xf86-input-ws input driver for touchpanels that
488 report absolute position data through wscons(4), e.g. those 488 report absolute position data through wscons(4), e.g. those
489 support by ums(4). [mbalmer 20091128] 489 support by ums(4). [mbalmer 20091128]
490 sparc64: Add real UltraSPARC-III* CPU support. [mrg 20091130] 490 sparc64: Add real UltraSPARC-III* CPU support. [mrg 20091130]
491 build.sh: Handle externally added programs and libraries and create 491 build.sh: Handle externally added programs and libraries and create
492 sets. [uebayasi 20091130] 492 sets. [uebayasi 20091130]
493 udl(4): Add a driver for DisplayLink DL-1x0/1x5 based USB LCDs and 493 udl(4): Add a driver for DisplayLink DL-1x0/1x5 based USB LCDs and
494 USB-VGA adaptors. Ported from OpenBSD by FUKAUMI Naoki 494 USB-VGA adaptors. Ported from OpenBSD by FUKAUMI Naoki
495 with many modification. [tsutsui 20091130] 495 with many modification. [tsutsui 20091130]
496 rump(3): Support binding threads to a specific CPU. [pooka 20091201] 496 rump(3): Support binding threads to a specific CPU. [pooka 20091201]
497 lvm(8): Import new lvm2tools 2.02.56 version and libdevmapper 1.02.40. 497 lvm(8): Import new lvm2tools 2.02.56 version and libdevmapper 1.02.40.
498 [haad 20091202] 498 [haad 20091202]
499 resolvconf(8): Import openreslv-3.3.4. [roy 20091204] 499 resolvconf(8): Import openreslv-3.3.4. [roy 20091204]
500 playstation2: Port deleted. [pooka 20091205] 500 playstation2: Port deleted. [pooka 20091205]
501 mount_portal(8): Remove the kernel portalfs driver and replace 501 mount_portal(8): Remove the kernel portalfs driver and replace
502 mount_portal with a version implemented using puffs. 502 mount_portal with a version implemented using puffs.
503 [pooka 20091205] 503 [pooka 20091205]
504 network: Add "net.inet.icmp.bmcastecho" sysctl(7) support, to disable 504 network: Add "net.inet.icmp.bmcastecho" sysctl(7) support, to disable
505 ICMP replies to the broadcast address. [christos 20091207] 505 ICMP replies to the broadcast address. [christos 20091207]
506 ntp: Import ntp-4-2-4p8. [kardel 20091208] 506 ntp: Import ntp-4-2-4p8. [kardel 20091208]
507 zaurus: Add support Xorg. [nonaka 20091213] 507 zaurus: Add support Xorg. [nonaka 20091213]
508 mips: First merge of the matt-nb5-mips64 branch. Added support for 508 mips: First merge of the matt-nb5-mips64 branch. Added support for
509 64-bit MIPS processors (O32, N32, N64 ABIs are supported). 509 64-bit MIPS processors (O32, N32, N64 ABIs are supported).
510 Added support for RMI XLS6ATX_7A board and XL SoC family. 510 Added support for RMI XLS6ATX_7A board and XL SoC family.
511 [matt 20091214] 511 [matt 20091214]
512 sysinst(8): Make SHA1 the default option for cyphers. [ahoka 20091216] 512 sysinst(8): Make SHA1 the default option for cyphers. [ahoka 20091216]
513 atf(7): Import 0.7. [jmmv 20091222] 513 atf(7): Import 0.7. [jmmv 20091222]
514 dhcpcd(8): Import dhcpcd-5.1.4. [roy 20091223] 514 dhcpcd(8): Import dhcpcd-5.1.4. [roy 20091223]
515 bind: Update to 9.7.0-rc1. [christos 20091226] 515 bind: Update to 9.7.0-rc1. [christos 20091226]
516 openssl(1): Import SNAP-20091226 [christos 20091226] 516 openssl(1): Import SNAP-20091226 [christos 20091226]
517 openssh: Import 5.3. [christos 20091226] 517 openssh: Import 5.3. [christos 20091226]
518 gfb: Add a driver for Sun XVR-1000 graphics boards 518 gfb: Add a driver for Sun XVR-1000 graphics boards
519 [macallan 20091229] 519 [macallan 20091229]
520 wm(4): Add support for i82583V [msaitoh 20091230] 520 wm(4): Add support for i82583V [msaitoh 20091230]
521 libc: Import tzcode2009k [mlelstv 20091231] 521 libc: Import tzcode2009k [mlelstv 20091231]
522 cas(4): Add a driver for Sun Cassini and Cassini+ Ethernet hardware. 522 cas(4): Add a driver for Sun Cassini and Cassini+ Ethernet hardware.
523 From OpenBSD [jdc 20100107] 523 From OpenBSD [jdc 20100107]
524 mount_psshfs(8): Add -u and -g for uid/gid remapping. [pooka 20100107] 524 mount_psshfs(8): Add -u and -g for uid/gid remapping. [pooka 20100107]
525 puffs(3): Support unmounting the file system from the 525 puffs(3): Support unmounting the file system from the
526 file server. [pooka 20100107] 526 file server. [pooka 20100107]
527 cobalt: Add LBA48 support to bootloader so that it can safely load 527 cobalt: Add LBA48 support to bootloader so that it can safely load
528 a kernel from NetBSD partition beyond >137GB boundary. 528 a kernel from NetBSD partition beyond >137GB boundary.
529 [tsutsui 20100110] 529 [tsutsui 20100110]
530 mount_puffs(8): Add a utility for querying puffs arguments 530 mount_puffs(8): Add a utility for querying puffs arguments
531 to make mount -vv work for puffs mounts. [pooka 20100114] 531 to make mount -vv work for puffs mounts. [pooka 20100114]
532 sparc: Add apc(4), a driver for the Aurora Personality Chip (APC) 532 sparc: Add apc(4), a driver for the Aurora Personality Chip (APC)
533 found on SPARCstation-4/5 and qemu. Allows to idle the 533 found on SPARCstation-4/5 and qemu. Allows to idle the
534 CPU when in the idle loop. [bouyer 20100115] 534 CPU when in the idle loop. [bouyer 20100115]
535 tn3270: Removed from base [roy 20100116]  535 tn3270: Removed from base [roy 20100116]
536 macppc: Add support for new-style kernel modules. [jmmv 20100118] 536 macppc: Add support for new-style kernel modules. [jmmv 20100118]
537 shark: Add support for new-style kernel modules. [jmmv 20100118] 537 shark: Add support for new-style kernel modules. [jmmv 20100118]
538 wscons(4): Add fonts for eastern european languages. [ahoka 20100118] 538 wscons(4): Add fonts for eastern european languages. [ahoka 20100118]
539 daily.conf(5): Add fetch_pkg_vulnerabilities to keep the packages 539 daily.conf(5): Add fetch_pkg_vulnerabilities to keep the packages
540 vulnerabilities database up to date, if it exists. 540 vulnerabilities database up to date, if it exists.
541 [jmmv 20100119] 541 [jmmv 20100119]
542 security.conf(5): Add check_pkg_vulnerabilities and 542 security.conf(5): Add check_pkg_vulnerabilities and
543 check_pkg_signatures to validate the installed packages 543 check_pkg_signatures to validate the installed packages
544 against the vulnerabilities database and the expected 544 against the vulnerabilities database and the expected
545 checksums for their files. [jmmv 20100119] 545 checksums for their files. [jmmv 20100119]
546 bpf(9): Make bpf interface with an ops vector backed by stubs 546 bpf(9): Make bpf interface with an ops vector backed by stubs
547 if bpf is not present in the kernel. The client 547 if bpf is not present in the kernel. The client
548 linkage is now always the same. [pooka 20100119] 548 linkage is now always the same. [pooka 20100119]
549 network: Make TCP window size autoscaling the default. [pooka 20100126] 549 network: Make TCP window size autoscaling the default. [pooka 20100126]
550 dhcpcd(8): Import dhcpcd-5.1.5. [roy 20100131] 550 dhcpcd(8): Import dhcpcd-5.1.5. [roy 20100131]
551 amigappc: A CSPPC system with ahsc(4) or cbiiisc(4) boots into 551 amigappc: A CSPPC system with ahsc(4) or cbiiisc(4) boots into
552 multiuser for the first time. [phx 20100202] 552 multiuser for the first time. [phx 20100202]
553 terminfo(3): Import my terminfo implementation to replace termcap. 553 terminfo(3): Import my terminfo implementation to replace termcap.
554 [roy 20100203] 554 [roy 20100203]
555 config(1): Add an experimental "ioconf" keyword which makes config 555 config(1): Add an experimental "ioconf" keyword which makes config
556 output only the device attachment tree in ioconf.c instead 556 output only the device attachment tree in ioconf.c instead
557 of the entire kernel build infrastructure. [pooka 20100203] 557 of the entire kernel build infrastructure. [pooka 20100203]
558 acpismbus(4): Add my experimental ACPI SMBus Control Method 558 acpismbus(4): Add my experimental ACPI SMBus Control Method
559 Interface driver. [pgoyette 20100206] 559 Interface driver. [pgoyette 20100206]
560 uthum(4): Add a driver for TEMPer and TEMPerHUM usb thermometers. 560 uthum(4): Add a driver for TEMPer and TEMPerHUM usb thermometers.
561 Adapted from OpenBSD [tonio 20100206] 561 Adapted from OpenBSD [tonio 20100206]
562 network: Derive the mbuf cluster (NMBCLUSTERS) at boot time from 562 network: Derive the mbuf cluster (NMBCLUSTERS) at boot time from
563 the available memory. The default can be raised by changing 563 the available memory. The default can be raised by changing
564 kern.mbuf.nmbclusters. [joerg 20100208] 564 kern.mbuf.nmbclusters. [joerg 20100208]
565 mfi(4): Add support for LSI's newer (GEN2) RAID controller from 565 mfi(4): Add support for LSI's newer (GEN2) RAID controller from
566 OpenBSD. [msaitoh 20100209] 566 OpenBSD. [msaitoh 20100209]
567 aibs(4): New driver for ASUSTeK AI Booster (ACPI ASOC ATK0110) 567 aibs(4): New driver for ASUSTeK AI Booster (ACPI ASOC ATK0110)
568 hardware monitor with limit support. [cnst 20100209] 568 hardware monitor with limit support. [cnst 20100209]
569 u3g(4): Support Huawei K3765. [pooka 20100219] 569 u3g(4): Support Huawei K3765. [pooka 20100219]
570 wbsio(4): New driver for Winbond Super I/O attachment of 570 wbsio(4): New driver for Winbond Super I/O attachment of
571 lm(4) on any port. [cnst 20100221] 571 lm(4) on any port. [cnst 20100221]
572 wcfb: A driver for 3Dlabs Wildcat graphics cards [macallan 20100224] 572 wcfb: A driver for 3Dlabs Wildcat graphics cards [macallan 20100224]
573 netstat(8): Add -h which humanizes numbers from -bi. [pooka 20100224] 573 netstat(8): Add -h which humanizes numbers from -bi. [pooka 20100224]
574 ld.elf_so(1): Implement negative symbol lookup cache [roy 20100227] 574 ld.elf_so(1): Implement negative symbol lookup cache [roy 20100227]
575 dhcpcd(8): Import dhcpcd-5.2.1. [roy 20100227] 575 dhcpcd(8): Import dhcpcd-5.2.1. [roy 20100227]
576 ddb(4): Add 'mach frame' for hp700. [skrll 20100302] 576 ddb(4): Add 'mach frame' for hp700. [skrll 20100302]
577 ne(4): Add proper support for NE2000 8 bit mode. [tsutsui 20090303] 577 ne(4): Add proper support for NE2000 8 bit mode. [tsutsui 20090303]
578 module(7): Remove all kernel compile time #defines indicating file 578 module(7): Remove all kernel compile time #defines indicating file
579 system support (e.g. fs_ffs.h / -DFFS). [pooka 20100303] 579 system support (e.g. fs_ffs.h / -DFFS). [pooka 20100303]
580 module(7): Make it possible to disable builtin modules and 580 module(7): Make it possible to disable builtin modules and
581 re-enable them. [pooka 20100305] 581 re-enable them. [pooka 20100305]
582 uhso(4): Add a driver for Option N.V. Wireless WAN modems. 582 uhso(4): Add a driver for Option N.V. Wireless WAN modems.
583 [plunky 20100306] 583 [plunky 20100306]
584 openldap: Update to 2.4.21. [lukem 20100308] 584 openldap: Update to 2.4.21. [lukem 20100308]
585 config(1): Add experimental "pseudo-root" keyword which can 585 config(1): Add experimental "pseudo-root" keyword which can
586 be used to specify any interface as the local root. 586 be used to specify any interface as the local root.
587 When used in conjunction with ioconf, this creates 587 When used in conjunction with ioconf, this creates
588 the device tree from the pseudo-root downward (pseudo-root 588 the device tree from the pseudo-root downward (pseudo-root
589 itself not included). [pooka 20100308] 589 itself not included). [pooka 20100308]
590 atari: Add support for the SMC Elite Ultra Ethernet with 590 atari: Add support for the SMC Elite Ultra Ethernet with
591 the SMC_TT VME-ISA bridge. [tsutsui 20100313] 591 the SMC_TT VME-ISA bridge. [tsutsui 20100313]
592 aibs(4): Remove aiboost(4) as obsolete and redundant 592 aibs(4): Remove aiboost(4) as obsolete and redundant
593 since the introduction of aibs(4). [cnst 20100319] 593 since the introduction of aibs(4). [cnst 20100319]
594 rump(3): Support bluetooth. [pooka 20100322] 594 rump(3): Support bluetooth. [pooka 20100322]
595 cgtwelve: A driver for Sun CG12 / Matrox SG3 graphics boards 595 cgtwelve: A driver for Sun CG12 / Matrox SG3 graphics boards
596 [macallan 20100323] 596 [macallan 20100323]
597 rump(3): Support unionfs, layerfs, nullfs and umapfs. [pooka 20100330] 597 rump(3): Support unionfs, layerfs, nullfs and umapfs. [pooka 20100330]
598 dhcpcd(8): Import dhcpcd-5.2.2. [roy 20100331] 598 dhcpcd(8): Import dhcpcd-5.2.2. [roy 20100331]
599 nca(4): Added PCI attachment for Domex DMX-3191D SCSI board. 599 nca(4): Added PCI attachment for Domex DMX-3191D SCSI board.
600 [jakllsch 20100401] 600 [jakllsch 20100401]
601 dbcool(4): Added support for ADM1031 therman sensor / fan controller 601 dbcool(4): Added support for ADM1031 therman sensor / fan controller
602 [macallan 20100401] 602 [macallan 20100401]
603 atari: Add support for the EtherNEC, ISA NE2000 based Ethernet 603 atari: Add support for the EtherNEC, ISA NE2000 based Ethernet
604 connected to Atari ROM cartridge slot. [tsutsui 20100401] 604 connected to Atari ROM cartridge slot. [tsutsui 20100401]
605 agp(4): Add support for the Intel 82855GM AGP port. [jakllsch 20100404] 605 agp(4): Add support for the Intel 82855GM AGP port. [jakllsch 20100404]
606 sdmmc(4): Add support for SD 4bit bus width. [nonaka 20100406] 606 sdmmc(4): Add support for SD 4bit bus width. [nonaka 20100406]
607 evbsh3: Add support for Alpha Project MS104-SH4, TAC T-SH7706LAN Rev.3 607 evbsh3: Add support for Alpha Project MS104-SH4, TAC T-SH7706LAN Rev.3
608 and TAC T-SH7706LSR Rev.1. [nonaka 20100407] 608 and TAC T-SH7706LSR Rev.1. [nonaka 20100407]
609 acpi(4): Updated ACPICA to 20100121. [jruoho 20100408] 609 acpi(4): Updated ACPICA to 20100121. [jruoho 20100408]
610 fss(4): Add snapshot support for MSDOS file systems. [hannken 20100409] 610 fss(4): Add snapshot support for MSDOS file systems. [hannken 20100409]
611 fsck_msdos(8): add -x option which allows to run fsck_msdos -n on 611 fsck_msdos(8): add -x option which allows to run fsck_msdos -n on
612 a snapshot of a live file system. [hannken 20100411] 612 a snapshot of a live file system. [hannken 20100411]
613 rump(3): Support file system snapshots. [pooka 20100412] 613 rump(3): Support file system snapshots. [pooka 20100412]
614 hpcarm: Add support for Sharp W-ZERO3 series. [nonaka 20100417] 614 hpcarm: Add support for Sharp W-ZERO3 series. [nonaka 20100417]
615 acpi(4): The sysctl(8) tree was reorganized into hw.acpi. 615 acpi(4): The sysctl(8) tree was reorganized into hw.acpi.
616 [jruoho 20100419] 616 [jruoho 20100419]
617 acpiwmi(4): Add four mappings; wmidell(4), wmieeepc(4), 617 acpiwmi(4): Add four mappings; wmidell(4), wmieeepc(4),
618 wmihp(4), and wmimsi(4). [jruoho 20100419] 618 wmihp(4), and wmimsi(4). [jruoho 20100419]
619 kernel: Enforce RLIMIT_FSIZE above the file system. This fixes 619 kernel: Enforce RLIMIT_FSIZE above the file system. This fixes
620 the feature for some file systems. [pooka 20100423] 620 the feature for some file systems. [pooka 20100423]
621 libc: Added a space-efficient write-once database (cdbr(3), cdbw(3)). 621 libc: Added a space-efficient write-once database (cdbr(3), cdbw(3)).
622 The database cache for services(5) has been updated to use 622 The database cache for services(5) has been updated to use
623 this. services_mkdb(8) can still be used to create the old 623 this. services_mkdb(8) can still be used to create the old
624 format. [joerg 20100425] 624 format. [joerg 20100425]
625 rump(3): Autoload host kernel modules from /stand/arch/modules on 625 rump(3): Autoload host kernel modules from /stand/arch/modules on
626 x86 archs. [pooka 20100426] 626 x86 archs. [pooka 20100426]
627 rump(3): Properly support virtual SMP on x86 hosts and default to 627 rump(3): Properly support virtual SMP on x86 hosts and default to
628 the same number of CPUs as on the host (configurable 628 the same number of CPUs as on the host (configurable
629 with RUMP_NCPU). [pooka 20100428] 629 with RUMP_NCPU). [pooka 20100428]
630 tftpd(8): Add -c so files can be uploaded without requiring them 630 tftpd(8): Add -c so files can be uploaded without requiring them
631 to be created before the upload. See the section on security  631 to be created before the upload. See the section on security
632 considerations before enabling. [hubertf 20100429] 632 considerations before enabling. [hubertf 20100429]
633 hp700: Add support for elroy(4), astro(4) and ssio(4) based 64-bit 633 hp700: Add support for elroy(4), astro(4) and ssio(4) based 64-bit
634 machines running in 32-bit mode. [skrll 20100430] 634 machines running in 32-bit mode. [skrll 20100430]
635 rump(3): Autogenerate /dev device nodes. [pooka 20100430] 635 rump(3): Autogenerate /dev device nodes. [pooka 20100430]
636 rump(3): Support audio(9). [pooka 20100501] 636 rump(3): Support audio(9). [pooka 20100501]
637 hpcsh: Add sysinst(8) support. [tsutsui 20100503] 637 hpcsh: Add sysinst(8) support. [tsutsui 20100503]
638 sandpoint: Added support for Marvell-SKnet in netboot. 638 sandpoint: Added support for Marvell-SKnet in netboot.
639 [phx 20100503] 639 [phx 20100503]
640 news68k: Switch NetBSD/news68k to using 8KB/page in kernel. 640 news68k: Switch NetBSD/news68k to using 8KB/page in kernel.
641 It slightly improves performance on NWS-1750D. 641 It slightly improves performance on NWS-1750D.
642 [tsutsui 20100504] 642 [tsutsui 20100504]
643 xen: Enable no-execute bit feature for i386pae and amd64 kernels. 643 xen: Enable no-execute bit feature for i386pae and amd64 kernels.
644 [jym 20100505] 644 [jym 20100505]
645 cron(8): Import 4.1 from isc. [christos 20100506] 645 cron(8): Import 4.1 from isc. [christos 20100506]
646 atf(7): Import 0.8. [jmmv 20100508] 646 atf(7): Import 0.8. [jmmv 20100508]
647 bozohttpd: Update to bozohttpd-20100509. [mrg 20100509] 647 bozohttpd: Update to bozohttpd-20100509. [mrg 20100509]
648 rump(3): Add uniprocessor locking routines. They can be used in 648 rump(3): Add uniprocessor locking routines. They can be used in
649 virtual uniprocessor configurations for a significant 649 virtual uniprocessor configurations for a significant
650 performance boost. [pooka 20100518] 650 performance boost. [pooka 20100518]
651 puffs(3): Support extended attributes. [pooka 20100521] 651 puffs(3): Support extended attributes. [pooka 20100521]
652 btmagic(4): Added Apple Magic Mouse driver. [plunky 20100522] 652 btmagic(4): Added Apple Magic Mouse driver. [plunky 20100522]
653 X11: Updated many packages, notably: Mesa 7.7.1, xextproto 7.1.1, 653 X11: Updated many packages, notably: Mesa 7.7.1, xextproto 7.1.1,
654 libXext 1.1.1, libXi 1.3 (XInput2), libX11 1.3.3, pixman 0.18.2, 654 libXext 1.1.1, libXi 1.3 (XInput2), libX11 1.3.3, pixman 0.18.2,
655 xinput 1.5.1, xf86-input-keyboard 1.4.0, xf86-input-mouse 1.5.0, 655 xinput 1.5.1, xf86-input-keyboard 1.4.0, xf86-input-mouse 1.5.0,
656 xf86-video-ati 6.13.0, xf86-video-mga 1.4.12, 656 xf86-video-ati 6.13.0, xf86-video-mga 1.4.12,
657 xf86-video-nv 2.1.17, xf86-video-siliconmotion 1.7.4, 657 xf86-video-nv 2.1.17, xf86-video-siliconmotion 1.7.4,
658 xf86-video-vesa 2.3.0, xf86-video-vmware-11.0.1. [mrg 20100523] 658 xf86-video-vesa 2.3.0, xf86-video-vmware-11.0.1. [mrg 20100523]
659 radeondrm(4): Ported across several updates from FreeBSD drm, Mesa 7.7.1 659 radeondrm(4): Ported across several updates from FreeBSD drm, Mesa 7.7.1
660 r600 (Radeon HD 3000/4000 series) driver now works. 660 r600 (Radeon HD 3000/4000 series) driver now works.
661 [mrg 20100523] 661 [mrg 20100523]
662 X11: Added support for xf86-video-geode and xf86-video-openchrome. 662 X11: Added support for xf86-video-geode and xf86-video-openchrome.
663 [mrg 20100527] 663 [mrg 20100527]
664 rump(3): Implement a pagedaemon which releases weakly referenced 664 rump(3): Implement a pagedaemon which releases weakly referenced
665 memory in case of a memory shortage. [pooka 20100603] 665 memory in case of a memory shortage. [pooka 20100603]
666 atf(7): Import 0.9. [jmmv 20100604] 666 atf(7): Import 0.9. [jmmv 20100604]
667 dhcpcd(8): Import dhcpcd-5.2.4. [roy 20100604] 667 dhcpcd(8): Import dhcpcd-5.2.4. [roy 20100604]
668 vnode(9): Remove member v_vnlock. [hannken 20100605] 668 vnode(9): Remove member v_vnlock. [hannken 20100605]
669 acpi(4): Updated ACPICA to 20100528. [jruoho 20100606] 669 acpi(4): Updated ACPICA to 20100528. [jruoho 20100606]
670 lcd(4): Driver for hp700 lcds added. [skrll 20100601] 670 lcd(4): Driver for hp700 lcds added. [skrll 20100601]
671 ofppc: Support Gigabit Ethernet Controller for MV64361 on PegasosII 671 ofppc: Support Gigabit Ethernet Controller for MV64361 on PegasosII
672 by mvgbe@gt. [kiyohara 20100609] 672 by mvgbe@gt. [kiyohara 20100609]
673 arm: Added support for Cortex-A8 CPUs. [jmcneill 20100616] 673 arm: Added support for Cortex-A8 CPUs. [jmcneill 20100616]
674 atf(7): Add support for expected test failures. [pooka 20100616] 674 atf(7): Add support for expected test failures. [pooka 20100616]
675 vnsubr(9): Remove recursive vnode locks. [hannken 20100618] 675 vnsubr(9): Remove recursive vnode locks. [hannken 20100618]
676 mkubootimage(1): Added tool to generate u-boot kernel images. 676 mkubootimage(1): Added tool to generate u-boot kernel images.
677 [jmcneill 20100618] 677 [jmcneill 20100618]
678 httpd(8): Import bozohttpd-20100621. [mrg 20100621] 678 httpd(8): Import bozohttpd-20100621. [mrg 20100621]
679 kernel: Add high-priority xcall(9) support. [rmind 20100622] 679 kernel: Add high-priority xcall(9) support. [rmind 20100622]
680 hp700: Add support for uturn(4) based machines. [skrll 20100624] 680 hp700: Add support for uturn(4) based machines. [skrll 20100624]
681 autoconf(9): Add config_mountroot(9), which defers device configuration 681 autoconf(9): Add config_mountroot(9), which defers device configuration
682 after mountroot(), like config_interrupt(9) that defers 682 after mountroot(), like config_interrupt(9) that defers
683 configuration after interrupts are enabled. [tsutsui 20100625] 683 configuration after interrupts are enabled. [tsutsui 20100625]
684 hpcarm: Use rtc_offset passed from hpcboot. [tsutsui 20100626] 684 hpcarm: Use rtc_offset passed from hpcboot. [tsutsui 20100626]
685 network: Add mpls(4) - MultiProtocol Label Switching support 685 network: Add mpls(4) - MultiProtocol Label Switching support
686 [kefren 20100626] 686 [kefren 20100626]
687 kue(4): Fix unaligned memory access to make kue(4) work on 687 kue(4): Fix unaligned memory access to make kue(4) work on
688 ARM and MIPS machines. [tsutsui 20100627] 688 ARM and MIPS machines. [tsutsui 20100627]
689 atf(7): Import 0.10. [jmmv 20100703] 689 atf(7): Import 0.10. [jmmv 20100703]
690 upgt(4): Add a driver for Conexant/Intersil PrismGT SoftMAC USB 690 upgt(4): Add a driver for Conexant/Intersil PrismGT SoftMAC USB
691 IEEE 802.11b/g WLAN device, ported from OpenBSD by 691 IEEE 802.11b/g WLAN device, ported from OpenBSD by
692 FUKAUMI Naoki. [tsutsui 20100704] 692 FUKAUMI Naoki. [tsutsui 20100704]
693 compat_linux(8): Update linux emulation to support the most 693 compat_linux(8): Update linux emulation to support the most
694 commonly used linux 2.6.x kernel features. 694 commonly used linux 2.6.x kernel features.
695 We now claim to be linux kernel version 2.6.18. [chs 20100706] 695 We now claim to be linux kernel version 2.6.18. [chs 20100706]
696 kernel: Add direct select()/poll() support. [rmind 20100708] 696 kernel: Add direct select()/poll() support. [rmind 20100708]
697 prep: Support Xserver. It's tested only on-board s3(864). 697 prep: Support Xserver. It's tested only on-board s3(864).
698 [kiyohara 20100712] 698 [kiyohara 20100712]
699 hpcarm: Bump MAXPARTITIONS from 8 to 16. [tsutsui 20100717] 699 hpcarm: Bump MAXPARTITIONS from 8 to 16. [tsutsui 20100717]
700 tests(7): Convert the libposix, libprop, libpthread, librt, libskey and 700 tests(7): Convert the libposix, libprop, libpthread, librt, libskey and
701 libutil tests to ATF. [jmmv 20100716] 701 libutil tests to ATF. [jmmv 20100716]
702 tests(7): Convert the include and csu tests to ATF. [jmmv 20100717] 702 tests(7): Convert the include and csu tests to ATF. [jmmv 20100717]
703 tests(7): Convert the lint1 and libobjc tests to ATF. [jmmv 20100718] 703 tests(7): Convert the lint1 and libobjc tests to ATF. [jmmv 20100718]
704 amd64, i386: Intel Firmware Hub Random Number Generator support moved 704 amd64, i386: Intel Firmware Hub Random Number Generator support moved
705 from pchb(4) to fwhrng(4) at ichlpcib(4). [jakllsch 20100723] 705 from pchb(4) to fwhrng(4) at ichlpcib(4). [jakllsch 20100723]
706 tests(7): Add NFS (client and server) to VFS tests [pooka 20100726] 706 tests(7): Add NFS (client and server) to VFS tests [pooka 20100726]
707 i386: Add PAE support. [jym 20100727] 707 i386: Add PAE support. [jym 20100727]
708 hpcarm, hpcmips, hpcsh: Switch to using Xorg servers and binaries. 708 hpcarm, hpcmips, hpcsh: Switch to using Xorg servers and binaries.
709 [tsutsui 20100731] 709 [tsutsui 20100731]
710 bebox: Support xserver. It tested only s3(TRIO 64V+). 710 bebox: Support xserver. It tested only s3(TRIO 64V+).
711 [kiyohara 20100801] 711 [kiyohara 20100801]
712 tests(7): Convert the sort tests to ATF. [jmmv 20100801] 712 tests(7): Convert the sort tests to ATF. [jmmv 20100801]
713 wpa: New wpa_supplicant and hostapd 0.7.2 [christos 20100804] 713 wpa: New wpa_supplicant and hostapd 0.7.2 [christos 20100804]
714 tests(7): Add elementary tests for the audio subsystem. 714 tests(7): Add elementary tests for the audio subsystem.
715 [pooka 20100804] 715 [pooka 20100804]
716 hpcarm: Improve console speed on W-ZERO3 machines using 716 hpcarm: Improve console speed on W-ZERO3 machines using
717 write through mapping for framebuffer memory. 717 write through mapping for framebuffer memory.
718 [tsutsui 20100808] 718 [tsutsui 20100808]
719 bind: Update to 9.7.2b1. [christos 20100806] 719 bind: Update to 9.7.2b1. [christos 20100806]
720 newfs(8): Add -G parameter to allow creating test images. 720 newfs(8): Add -G parameter to allow creating test images.
721 [pooka 20100809] 721 [pooka 20100809]
722 rump(3): Support carp(4) in the networking stack. [pooka 20100810] 722 rump(3): Support carp(4) in the networking stack. [pooka 20100810]
723 acpicpu(4): Add a driver for ACPI-based processor functionality. 723 acpicpu(4): Add a driver for ACPI-based processor functionality.
724 [jruoho 20100815] 724 [jruoho 20100815]
725 network: Added NPF - a new packet filter. [rmind 20100822] 725 network: Added NPF - a new packet filter. [rmind 20100822]
726 rump(3): Add rumpdev_scsipi. [pooka 20100823] 726 rump(3): Add rumpdev_scsipi. [pooka 20100823]
727 rump(3): Add a virtual SCSI target used for testing of scsipi(9) 727 rump(3): Add a virtual SCSI target used for testing of scsipi(9)
728 and SCSI devices. [pooka 20100823] 728 and SCSI devices. [pooka 20100823]
729 tests(7): Convert the libdes tests to ATF. [jmmv 20100825] 729 tests(7): Convert the libdes tests to ATF. [jmmv 20100825]
730 awk(1): upgrade to 20100523 [christos 20100826] 730 awk(1): upgrade to 20100523 [christos 20100826]
731 ntp: switch build to ntp 4.2.6 (imported 20091213 in external/bsd/ntp) 731 ntp: switch build to ntp 4.2.6 (imported 20091213 in external/bsd/ntp)
732 [kardel 20100827] 732 [kardel 20100827]
733 rump(3): Support setuid(2), geteuid(2), etc. [pooka 20100830] 733 rump(3): Support setuid(2), geteuid(2), etc. [pooka 20100830]
734 dreamcast: Fix a long standing GD-ROM driver bug so that file system 734 dreamcast: Fix a long standing GD-ROM driver bug so that file system
735 on GD-ROM works properly. The problem is reported and tracked 735 on GD-ROM works properly. The problem is reported and tracked
736 by Yasushi Oshima. [tsutsui 20100831] 736 by Yasushi Oshima. [tsutsui 20100831]
737 omapfb: a simple driver for OMAP 3xxx on-chip video, especially the 737 omapfb: a simple driver for OMAP 3xxx on-chip video, especially the
738 Beagleboard [macallan 20100831] 738 Beagleboard [macallan 20100831]
739 rump_lwproc(3): Add an interface for process/thread management 739 rump_lwproc(3): Add an interface for process/thread management
740 in a rump kernel. [pooka 20100901] 740 in a rump kernel. [pooka 20100901]
741 hpcarm: Add an install kernel for JORNADA720 and make sysinst(8) 741 hpcarm: Add an install kernel for JORNADA720 and make sysinst(8)
742 choose a proper default kernel per running installation kernel. 742 choose a proper default kernel per running installation kernel.
743 [tsutsui 20100904] 743 [tsutsui 20100904]
744 acpi(4): The ACPI driver will no longer attach if the BIOS release 744 acpi(4): The ACPI driver will no longer attach if the BIOS release
745 year is 2000 or older. To override this behaviour, set 745 year is 2000 or older. To override this behaviour, set
746 acpi_force_load=1 or add options ACPI_BLACKLIST_YEAR=0 to your 746 acpi_force_load=1 or add options ACPI_BLACKLIST_YEAR=0 to your
747 kernel config. [jmcneill 20100906] 747 kernel config. [jmcneill 20100906]
748 rump(3): Significantly improve VM performance for large objects. 748 rump(3): Significantly improve VM performance for large objects.
749 [pooka 20100907] 749 [pooka 20100907]
750 rump(3): Make the pagedaemon flush VFS objects and drain the 750 rump(3): Make the pagedaemon flush VFS objects and drain the
751 kmem/kernel_map in case of memory shortage. [pooka 20100908] 751 kmem/kernel_map in case of memory shortage. [pooka 20100908]
752 amd64, i386: Enable Ext2fs support in bootloader. [tsutsui 20100911] 752 amd64, i386: Enable Ext2fs support in bootloader. [tsutsui 20100911]
753 m68k: Re-enable m68k optimized in_cksum routine. Makes 753 m68k: Re-enable m68k optimized in_cksum routine. Makes
754 ~5% improvements of ttcp(1) xfer rates. [tsutsui 20100919] 754 ~5% improvements of ttcp(1) xfer rates. [tsutsui 20100919]
755 sparc: Re-enable sparc optimized in_cksum routine. [tsutsui 20100920] 755 sparc: Re-enable sparc optimized in_cksum routine. [tsutsui 20100920]
756 httpd(8): Import bozohttpd-20100920. [mrg 20100921] 756 httpd(8): Import bozohttpd-20100920. [mrg 20100921]
757 aue(4): Add support for I-O DATA ETX-US2. [tsutsui 20100925] 757 aue(4): Add support for I-O DATA ETX-US2. [tsutsui 20100925]
758 evbarm: Support Marvell Sheevaplug and some Marvell SoC NAS box. 758 evbarm: Support Marvell Sheevaplug and some Marvell SoC NAS box.
759 [kiyohara 20101002] 759 [kiyohara 20101002]
760 build: Use consistent kernel names in distribution, i.e. rename kernels 760 build: Use consistent kernel names in distribution, i.e. rename kernels
761 from "netbsd.aout-GENERIC.gz" to "netbsd-GENERIC.aout.gz" etc. 761 from "netbsd.aout-GENERIC.gz" to "netbsd-GENERIC.aout.gz" etc.
762 [tsutsui 20101004] 762 [tsutsui 20101004]
763 dreamcast: Build and put a raw binary format kernel into distribution. 763 dreamcast: Build and put a raw binary format kernel into distribution.
764 [tsutsui 20101004] 764 [tsutsui 20101004]
765 dhcpcd(8): Import dhcpcd-5.2.8. [roy 20101007] 765 dhcpcd(8): Import dhcpcd-5.2.8. [roy 20101007]
766 xinit(1): Disable PAM on ports which have legacy non-XFree86 servers 766 xinit(1): Disable PAM on ports which have legacy non-XFree86 servers
767 so that xinit(1) can properly quit Xserver after xinitrc script 767 so that xinit(1) can properly quit Xserver after xinitrc script
768 exits. [tsutsui 20101010] 768 exits. [tsutsui 20101010]
769 acpivga(4): Add a driver for ACPI video extensions. [gsutre 20101012] 769 acpivga(4): Add a driver for ACPI video extensions. [gsutre 20101012]
770 dreamcast: Add a stub for kernels with options MODULAR. 770 dreamcast: Add a stub for kernels with options MODULAR.
771 [tsutsui 20101013] 771 [tsutsui 20101013]
772 m68k: Fix kobj relocation functions so that MODULAR kernel work 772 m68k: Fix kobj relocation functions so that MODULAR kernel work
773 on m68k ports. [tsutsui 20101014] 773 on m68k ports. [tsutsui 20101014]
774 sun3: Make common module(7) binaries work on both sun3 and sun3x. 774 sun3: Make common module(7) binaries work on both sun3 and sun3x.
775 [tsutsui 20101015] 775 [tsutsui 20101015]
776 virt(4): Make interface a cloner. [pooka 20101019] 776 virt(4): Make interface a cloner. [pooka 20101019]
777 atf(7): Import 0.11. [jmmv 20101020] 777 atf(7): Import 0.11. [jmmv 20101020]
778 rump_sp(7): Initial import of remote rump kernel access 778 rump_sp(7): Initial import of remote rump kernel access
779 protocol. [pooka 20101027] 779 protocol. [pooka 20101027]
780 lua(1): Import of Lua 5.1.4. [mbalmer 20101031] 780 lua(1): Import of Lua 5.1.4. [mbalmer 20101031]
781 raidframe(4): Support greater than 2TB devices. [mrg 20101101] 781 raidframe(4): Support greater than 2TB devices. [mrg 20101101]
782 xz(1): Import of XZ 5.0.0. [joerg 20101102] 782 xz(1): Import of XZ 5.0.0. [joerg 20101102]
783 otus(4): Port the Atheros AR9001U from OpenBSD (Anon Ymous) 783 otus(4): Port the Atheros AR9001U from OpenBSD (Anon Ymous)
784 [christos 20101103] 784 [christos 20101103]
785 rumpclient(3): Add a clientside library for remote rump kernel 785 rumpclient(3): Add a clientside library for remote rump kernel
786 access. [pooka 20101104] 786 access. [pooka 20101104]
787 fujbp(4), fujhk(4): Add brightness and hotkey drivers 787 fujbp(4), fujhk(4): Add brightness and hotkey drivers
788 for Fujitsu laptops. [gsutre 20101105] 788 for Fujitsu laptops. [gsutre 20101105]
789 rump_sp(7): Support local domain sockets. [pooka 20101105] 789 rump_sp(7): Support local domain sockets. [pooka 20101105]
790 schide(4): Add Intel SCH IDE driver from OpenBSD. 790 schide(4): Add Intel SCH IDE driver from OpenBSD.
791 [jakllsch 20101106] 791 [jakllsch 20101106]
792 atf(7): Import 0.12. [jmmv 20101107] 792 atf(7): Import 0.12. [jmmv 20101107]
793 hp700: Update sti(4) from OpenBSD and add pci(4) attachment. 793 hp700: Update sti(4) from OpenBSD and add pci(4) attachment.
794 [skrll 20101109] 794 [skrll 20101109]
795 nside(4): Add a driver for the National Semiconductor PC87415 IDE 795 nside(4): Add a driver for the National Semiconductor PC87415 IDE
796 controller. [skrll 20101110] 796 controller. [skrll 20101110]
797 tests(7): Add basic tests for cgd(4). [pooka 20101111] 797 tests(7): Add basic tests for cgd(4). [pooka 20101111]
798 dreamcast: Switch to using Xorg servers and binaries. 798 dreamcast: Switch to using Xorg servers and binaries.
799 [tsutsui 20101112] 799 [tsutsui 20101112]
800 et(4): Add a driver for Agere/LSI ET1310/ET1301 10/100/Gigabit 800 et(4): Add a driver for Agere/LSI ET1310/ET1301 10/100/Gigabit
801 Ethernet device [jnemeth 20101112] 801 Ethernet device [jnemeth 20101112]
802 etphy(4): Add a driver for the Agere/LSI ET1011 TruePHY Gigabit 802 etphy(4): Add a driver for the Agere/LSI ET1011 TruePHY Gigabit
803 Ethernet PHY [jnemeth 20101112] 803 Ethernet PHY [jnemeth 20101112]
804 arm: Add support for i.MX51 SoC. 804 arm: Add support for i.MX51 SoC.
805 [bsh 20101113] 805 [bsh 20101113]
806 evbarm: Add initial support for Sharp NetWalker MID. 806 evbarm: Add initial support for Sharp NetWalker MID.
807 [bsh 20101113] 807 [bsh 20101113]
808 ifconfig(8): Add the "linkstr" command which can be used to communicate 808 ifconfig(8): Add the "linkstr" command which can be used to communicate
809 an arbitrary string with the interface driver. [pooka 20101115] 809 an arbitrary string with the interface driver. [pooka 20101115]
810 shmif(4): Convert to a cloner interface. [pooka 20101115] 810 shmif(4): Convert to a cloner interface. [pooka 20101115]
811 module(7): Allow disabling autoloading a specific module by setting 811 module(7): Allow disabling autoloading a specific module by setting
812 noautoload property. [jnemeth 20101118] 812 noautoload property. [jnemeth 20101118]
813 openssh: Import 5.6. [adam 20101121] 813 openssh: Import 5.6. [adam 20101121]
814 dhcpcd(8): Import dhcpcd-5.2.9. [roy 20101127] 814 dhcpcd(8): Import dhcpcd-5.2.9. [roy 20101127]
815 module(7): Rename <module>.prop to <module>.plist. [jnemeth 20101127] 815 module(7): Rename <module>.prop to <module>.plist. [jnemeth 20101127]
816 rump_sp(7): Add worker thread caching and significantly improve 816 rump_sp(7): Add worker thread caching and significantly improve
817 performance. [pooka 20101129] 817 performance. [pooka 20101129]
818 ukbd(4): Support for Apple notebook keyboards: swapped keys on ISO 818 ukbd(4): Support for Apple notebook keyboards: swapped keys on ISO
819 keyboards, Apple FN key, simulate AltGr with FN-Alt, 819 keyboards, Apple FN key, simulate AltGr with FN-Alt,
820 generate special keycodes for the hotkeys. [phx 20101130] 820 generate special keycodes for the hotkeys. [phx 20101130]
821 rump(3): Implement mutex_owner() and use it to improve pagedaemon 821 rump(3): Implement mutex_owner() and use it to improve pagedaemon
822 performance on multiprocessor systems. [pooka 20101201] 822 performance on multiprocessor systems. [pooka 20101201]
823 bind: Update to 9.7.2-P3. Bug and security fixes since 9.7.2b1. See 823 bind: Update to 9.7.2-P3. Bug and security fixes since 9.7.2b1. See
824 src/external/bsd/bind/dist/CHANGES [christos 20101202] 824 src/external/bsd/bind/dist/CHANGES [christos 20101202]
825 passwd.conf(5): Set the default local cipher for passwords to 'sha1'. 825 passwd.conf(5): Set the default local cipher for passwords to 'sha1'.
826 [jmmv 20101201] 826 [jmmv 20101201]
827 raid(4): Add support for non 512-byte sector devices. [mrg 20101203] 827 raid(4): Add support for non 512-byte sector devices. [mrg 20101203]
828 sysinst(8): Drop the question to select a password cipher algorithm. 828 sysinst(8): Drop the question to select a password cipher algorithm.
829 [jmmv 20101204] 829 [jmmv 20101204]
830 libpcap(3): Update to 1.1.1; see src/external/bsd/libpcap/dist/CHANGES 830 libpcap(3): Update to 1.1.1; see src/external/bsd/libpcap/dist/CHANGES
831 for the list of changes [christos 20101205] 831 for the list of changes [christos 20101205]
832 tcpdump(8): Update to 4.1.1; see src/external/bsd/tcpdump/dist/CHANGES 832 tcpdump(8): Update to 4.1.1; see src/external/bsd/tcpdump/dist/CHANGES
833 for the list of changes [christos 20101205] 833 for the list of changes [christos 20101205]
834 prenice(1): Add new command to change process priorities based upon 834 prenice(1): Add new command to change process priorities based upon
835 the command name, like pkill(1) and pgrep(1). [mrg 20101205] 835 the command name, like pkill(1) and pgrep(1). [mrg 20101205]
836 rump_allserver(1): Add a rump server which uses rump_sp(7) and 836 rump_allserver(1): Add a rump server which uses rump_sp(7) and
837 serves all available kernel components. [pooka 20101205] 837 serves all available kernel components. [pooka 20101205]
838 rumpnet_bridge: Add a bridge(4) component. [pooka 20101208] 838 rumpnet_bridge: Add a bridge(4) component. [pooka 20101208]
839 rumpnet_agr: Add an agr(4) component. [pooka 20101208] 839 rumpnet_agr: Add an agr(4) component. [pooka 20101208]
840 bnx(4): Add support for Broadcom BCM5709S (SerDes) chip. [jym 20101210] 840 bnx(4): Add support for Broadcom BCM5709S (SerDes) chip. [jym 20101210]
841 openldap: Import 2.4.23. [adam 20101212] 841 openldap: Import 2.4.23. [adam 20101212]
842 rump.halt(1): Add a utility to halt a rump kernel. [pooka 20101212] 842 rump.halt(1): Add a utility to halt a rump kernel. [pooka 20101212]
843 rump_server(1): Add a modular version of rump_allserver(1) 843 rump_server(1): Add a modular version of rump_allserver(1)
844 which can load the specified components dynamically. 844 which can load the specified components dynamically.
845 [pooka 20101213] 845 [pooka 20101213]
846 libc: Provide a re-entrant and thread-safe set of timezone API's that 846 libc: Provide a re-entrant and thread-safe set of timezone API's that
847 don't require locking and can operate on user-specified 847 don't require locking and can operate on user-specified
848 timezones as opposed to having to alter the environment 848 timezones as opposed to having to alter the environment
849 to change a timezone. [christos 20101216] 849 to change a timezone. [christos 20101216]
850 amigappc: Made onboard serial interface work. [phx 20101219] 850 amigappc: Made onboard serial interface work. [phx 20101219]
851 yacc(1): Import byacc-20101127 [christos 20091223] 851 yacc(1): Import byacc-20101127 [christos 20091223]
852 dm(4): Make LVM use non 512-byte sector devices. [mlelstv 20101223] 852 dm(4): Make LVM use non 512-byte sector devices. [mlelstv 20101223]
853 auvitek(4): Add a driver for Auvitek AU0828 family USB video 853 auvitek(4): Add a driver for Auvitek AU0828 family USB video
854 capture controllers. [jmcneill 20101227] 854 capture controllers. [jmcneill 20101227]
855 ofppc: Support for RDB partitions. [phx 20101231] 855 ofppc: Support for RDB partitions. [phx 20101231]
856 tests(7): Add r/o file system tests to the VFS testing framework. 856 tests(7): Add r/o file system tests to the VFS testing framework.
857 [pooka 20101231] 857 [pooka 20101231]
858 rump_lwproc(3): Support a variant of rfork(). [pooka 20110102] 858 rump_lwproc(3): Support a variant of rfork(). [pooka 20110102]
859 dhcpcd(8): Import dhcpcd-5.2.10. [roy 20110103] 859 dhcpcd(8): Import dhcpcd-5.2.10. [roy 20110103]
860 rump_server(1): Add -c to control the number of virtual CPUs 860 rump_server(1): Add -c to control the number of virtual CPUs
861 configured into the kernel server. [pooka 20110103] 861 configured into the kernel server. [pooka 20110103]
862 resize_ffs(8): support byteswapped file systems, and support 862 resize_ffs(8): support byteswapped file systems, and support
863 growing ufs2 file systems. [riz 20110104] 863 growing ufs2 file systems. [riz 20110104]
864 rump(3): Support SMP on all architectures regardless of if 864 rump(3): Support SMP on all architectures regardless of if
865 the host supports it. [pooka 20110104] 865 the host supports it. [pooka 20110104]
866 acpipmtr(4): Add a driver for ACPI power meters. [jruoho 20110105] 866 acpipmtr(4): Add a driver for ACPI power meters. [jruoho 20110105]
867 rumpclient(3): Support clients that fork(2). [pooka 20110105] 867 rumpclient(3): Support clients that fork(2). [pooka 20110105]
868 amd64, i386: Booting from a disk with a GUID Partition Table is 868 amd64, i386: Booting from a disk with a GUID Partition Table is
869 now possible. [jakllsch 20110106] 869 now possible. [jakllsch 20110106]
870 rump(3): Support LOCKDEBUG. [pooka 20110106] 870 rump(3): Support LOCKDEBUG. [pooka 20110106]
871 rumphijack(3): Add a system call hijacking library which can be 871 rumphijack(3): Add a system call hijacking library which can be
872 used to run unmodified binaries against kernel services 872 used to run unmodified binaries against kernel services
873 provided by rump_server(1). [pooka 20110107] 873 provided by rump_server(1). [pooka 20110107]
874 sigqueue(2): Implement sigqueue/sigqueueinfo [christos 20110109] 874 sigqueue(2): Implement sigqueue/sigqueueinfo [christos 20110109]
875 shmif_dumpbus(1): Add a utility for converting the contents of 875 shmif_dumpbus(1): Add a utility for converting the contents of
876 an shmif(4) busfile into pcap(3). [pooka 20110112] 876 an shmif(4) busfile into pcap(3). [pooka 20110112]
877 tests(7): Add union mount tests to the VFS test framework. 877 tests(7): Add union mount tests to the VFS test framework.
878 [pooka 20110113] 878 [pooka 20110113]
879 amiga: Add a driver for BlizzardPPC 603e+ SCSI [phx 20110114] 879 amiga: Add a driver for BlizzardPPC 603e+ SCSI [phx 20110114]
880 powerpc: Add support for using secure PLT (thereby allowing data 880 powerpc: Add support for using secure PLT (thereby allowing data
881 and bss of powerpc programs and shared library to be set 881 and bss of powerpc programs and shared library to be set
882 non-executable). [matt 20110115] 882 non-executable). [matt 20110115]
883 acpiwdrt(4): Add a driver for ACPI Watchdog Resource Tables. 883 acpiwdrt(4): Add a driver for ACPI Watchdog Resource Tables.
884 [jmcneill 20110117] 884 [jmcneill 20110117]
885 isns(3): Add a library providing iSNS (IETF RFC 4171) protocol 885 isns(3): Add a library providing iSNS (IETF RFC 4171) protocol
886 support, contributed by Wasabi Systems. [agc 20110117] 886 support, contributed by Wasabi Systems. [agc 20110117]
887 rump(3): Rework rump syscall compat. The interface provided 887 rump(3): Rework rump syscall compat. The interface provided
888 by a newer NetBSD version is now always compatible 888 by a newer NetBSD version is now always compatible
889 with a client compiled on an older version. [pooka 20110117] 889 with a client compiled on an older version. [pooka 20110117]
890 powerpc: Added support for Book E Freescale MPC85xx (e500 core) 890 powerpc: Added support for Book E Freescale MPC85xx (e500 core)
891 processors. Added "fast" software interrupts support and 891 processors. Added "fast" software interrupts support and
892 SOFTFLOAT for PowerPC (Book E only), reworked FPU/VEC support 892 SOFTFLOAT for PowerPC (Book E only), reworked FPU/VEC support
893 for e500 SPE, other improvements. [matt 20110118] 893 for e500 SPE, other improvements. [matt 20110118]
894 atactl(8): Fix mislabelled S.M.A.R.T. lifetime temperature record 894 atactl(8): Fix mislabelled S.M.A.R.T. lifetime temperature record
895 reading. [nisimura 20110119] 895 reading. [nisimura 20110119]
896 rump.dhcpclient(1): Add a very simple DHCP client for rump kernels. 896 rump.dhcpclient(1): Add a very simple DHCP client for rump kernels.
897 Unlike other DHCP clients, it does not assume it is the 897 Unlike other DHCP clients, it does not assume it is the
898 only DHCP client running on the host. [pooka 20110120] 898 only DHCP client running on the host. [pooka 20110120]
899 pcf8563rtc(4): Add a todr(9) driver for NXP PCF8563 [jakllsch 20110124] 899 pcf8563rtc(4): Add a todr(9) driver for NXP PCF8563 [jakllsch 20110124]
900 rumpclient(3): Support server reconnect in case of a severed 900 rumpclient(3): Support server reconnect in case of a severed
901 connection. This makes things like rebooting a kernel 901 connection. This makes things like rebooting a kernel
902 server from under an application possible. [pooka 20110124] 902 server from under an application possible. [pooka 20110124]
903 emips: Initial commit of the eMIPS port [pooka 20110126] 903 emips: Initial commit of the eMIPS port [pooka 20110126]
904 vte(4): add a driver for the R6040 fast ethernet controller found in 904 vte(4): add a driver for the R6040 fast ethernet controller found in
905 RDC's vortex86 and PMX-1000 system-on-chip. [bouyer 20110126] 905 RDC's vortex86 and PMX-1000 system-on-chip. [bouyer 20110126]
906 kernel: add kern.evcnt sysctl [matt 20110129] 906 kernel: add kern.evcnt sysctl [matt 20110129]
907 vmstat(1): add support for getting evcnts and boottime for sysctl. 907 vmstat(1): add support for getting evcnts and boottime for sysctl.
908 Allow unprived vmstat to function is everything wanted is 908 Allow unprived vmstat to function is everything wanted is
909 available via sysctl. [matt 20110129] 909 available via sysctl. [matt 20110129]
910 route: make routing socket interface 64-bit clean. [matt 20110131] 910 route: make routing socket interface 64-bit clean. [matt 20110131]
911 dhcpcd(8): Import dhcpcd-5.2.11. [roy 20110204] 911 dhcpcd(8): Import dhcpcd-5.2.11. [roy 20110204]
912 hp300: Switch NetBSD/hp300 to wscons with rasops. 912 hp300: Switch NetBSD/hp300 to wscons with rasops.
913 Simply ported from OpenBSD/hp300. [tsutsui 20110206] 913 Simply ported from OpenBSD/hp300. [tsutsui 20110206]
914 rumphijack(3): Improve select(2) emulation. Commit was done 914 rumphijack(3): Improve select(2) emulation. Commit was done
915 through a rump TCP/IP stack. [pooka 20110211] 915 through a rump TCP/IP stack. [pooka 20110211]
916 hp300: Add support for framebuffers on HP362 and HP382. 916 hp300: Add support for framebuffers on HP362 and HP382.
917 [tsutsui 20110212] 917 [tsutsui 20110212]
918 hp300: Add support for Apollo Domain keyboard. From OpenBSD. 918 hp300: Add support for Apollo Domain keyboard. From OpenBSD.
919 [tsutsui 20110212] 919 [tsutsui 20110212]
920 disklabel(8): Disable COMPAT_386BSD_MBRPART. The related kernel 920 disklabel(8): Disable COMPAT_386BSD_MBRPART. The related kernel
921 compat option was disabled by default four years ago, and 921 compat option was disabled by default four years ago, and
922 NetBSD has not used partition id 165 (0xA5) for much longer. 922 NetBSD has not used partition id 165 (0xA5) for much longer.
923 Meanwhile the presence of this code in disklabel can 923 Meanwhile the presence of this code in disklabel can
924 cause sysinst to clobber FreeBSD installs on the same 924 cause sysinst to clobber FreeBSD installs on the same
925 disk. Those with very, very old NetBSD installations may 925 disk. Those with very, very old NetBSD installations may
926 need to use fdisk(8) to change the NetBSD partition ids 926 need to use fdisk(8) to change the NetBSD partition ids
927 from 165 (0xA5) to 169 (0xA9). [dholland 20110212] 927 from 165 (0xA5) to 169 (0xA9). [dholland 20110212]
928 rumpclient(3): Support clients that execve(2). [pooka 20110214] 928 rumpclient(3): Support clients that execve(2). [pooka 20110214]
929 hp700: Add support for HIL devices. From OpenBSD. [tsutsui 20110215] 929 hp700: Add support for HIL devices. From OpenBSD. [tsutsui 20110215]
930 bind: Update to 9.8.0rc1: Response policy zones (RPZ) and DNS64 support. 930 bind: Update to 9.8.0rc1: Response policy zones (RPZ) and DNS64 support.
931 [christos 20110215] 931 [christos 20110215]
932 kernel: Add PCU (Per-CPU Unit) interface to unify synchronization of 932 kernel: Add PCU (Per-CPU Unit) interface to unify synchronization of
933 per CPU context, like lazy FPU management. [rmind 20110217] 933 per CPU context, like lazy FPU management. [rmind 20110217]
934 acpi(4): Updated ACPICA to 20110211. [jruoho 20110217] 934 acpi(4): Updated ACPICA to 20110211. [jruoho 20110217]
935 rumphijack(3): Support hijacking of pathname-based system calls. 935 rumphijack(3): Support hijacking of pathname-based system calls.
936 [pooka 20110217] 936 [pooka 20110217]
937 rumphijack(3): Allow clients to specify system calls to hijack 937 rumphijack(3): Allow clients to specify system calls to hijack
938 and how by setting the RUMPHIJACK environment variable. 938 and how by setting the RUMPHIJACK environment variable.
939 [pooka 20110218] 939 [pooka 20110218]
940 ath(4): Add support for AR9280 devices. [jmcneill 20110220] 940 ath(4): Add support for AR9280 devices. [jmcneill 20110220]
941 mips: Second merge of matt-nb5-mips64 branch. Added SMP support for 941 mips: Second merge of matt-nb5-mips64 branch. Added SMP support for
942 MIPS architecture. Rewritten interrupt handling to be much 942 MIPS architecture. Rewritten interrupt handling to be much
943 more efficient, added "fast" software interrupts and kernel 943 more efficient, added "fast" software interrupts and kernel
944 preemption. Added support for RMI (NetLogic) XLS/XLR models. 944 preemption. Added support for RMI (NetLogic) XLS/XLR models.
945 Major clean up for MIPS port. [matt 20110220] 945 Major clean up for MIPS port. [matt 20110220]
946 mips: Converted MIPS to use PCU to manage FPU. [matt 20110220] 946 mips: Converted MIPS to use PCU to manage FPU. [matt 20110220]
947 ath(4): Add support for AR9285 devices. [cegger 20110221] 947 ath(4): Add support for AR9285 devices. [cegger 20110221]
948 libsaslc(3): Complete integration of libsaslc written for GSoC 2010 948 libsaslc(3): Complete integration of libsaslc written for GSoC 2010
949 by Mateusz Kocielski, improved and integrated with Postfix 949 by Mateusz Kocielski, improved and integrated with Postfix
950 by Anon Ymous. Supported mechs are: ANONYMOUS, CRAM-MD5, 950 by Anon Ymous. Supported mechs are: ANONYMOUS, CRAM-MD5,
951 DIGEST-MD5, EXTERNAL, GSSAPI, LOGIN, PLAIN [christos 20110221] 951 DIGEST-MD5, EXTERNAL, GSSAPI, LOGIN, PLAIN [christos 20110221]
952 alc(4): Add a driver for Atheros AR813x/AR815x Ethernet. 952 alc(4): Add a driver for Atheros AR813x/AR815x Ethernet.
953 [jmcneill 20110222] 953 [jmcneill 20110222]
954 ukfs(3): Support reverse-endian disklabels. [pooka 20110222] 954 ukfs(3): Support reverse-endian disklabels. [pooka 20110222]
955 flash(9): Add subsystem to handle Flash devices. [ahoka 20110226] 955 flash(9): Add subsystem to handle Flash devices. [ahoka 20110226]
956 nand(9): Add subsystem to handle NAND controllers. [ahoka 20110226] 956 nand(9): Add subsystem to handle NAND controllers. [ahoka 20110226]
957 evbarm: Add driver for OMAP NAND controllers. [ahoka 20110226] 957 evbarm: Add driver for OMAP NAND controllers. [ahoka 20110226]
958 postfix(1): Import version 2.8.1 [tron 20110302] 958 postfix(1): Import version 2.8.1 [tron 20110302]
959 atf-run(1): In case a test program dumps core, dump the stack 959 atf-run(1): In case a test program dumps core, dump the stack
960 trace from the core file as part of test output. 960 trace from the core file as part of test output.
961 [pooka 20110302] 961 [pooka 20110302]
962 kernel: merge the bouyer-quota2 branch. This adds a new on-disk format 962 kernel: merge the bouyer-quota2 branch. This adds a new on-disk format
963 to store disk quota usage and limits, integrated with ffs 963 to store disk quota usage and limits, integrated with ffs
964 metadata. Usage is checked by fsck_ffs (no more quotacheck) 964 metadata. Usage is checked by fsck_ffs (no more quotacheck)
965 and is covered by the WAPBL journal. Enabled with kernel 965 and is covered by the WAPBL journal. Enabled with kernel
966 option QUOTA2, turned on with tunefs(8) on a per-filesystem 966 option QUOTA2, turned on with tunefs(8) on a per-filesystem
967 basis. mount_mfs(8) can also turn quotas on. 967 basis. mount_mfs(8) can also turn quotas on.
968 See repquota(8) and quotactl(8) for a way to migrate 968 See repquota(8) and quotactl(8) for a way to migrate
969 limits from QUOTA to QUOTA2. 969 limits from QUOTA to QUOTA2.
970 [bouyer 20110306] 970 [bouyer 20110306]
971 tmux(1): First import of tmux (version 1.4). [jmmv 20110310] 971 tmux(1): First import of tmux (version 1.4). [jmmv 20110310]
972 powerpc: add TLS (thread local storage) support. [matt 20110311] 972 powerpc: add TLS (thread local storage) support. [matt 20110311]
973 sh3: add TLS (thread local storage) support. [joerg 20110312] 973 sh3: add TLS (thread local storage) support. [joerg 20110312]
974 x86: add TLS (thread local storage) support. [joerg 20110312] 974 x86: add TLS (thread local storage) support. [joerg 20110312]
975 mips: add TLS (thread local storage) support. [matt 20110314] 975 mips: add TLS (thread local storage) support. [matt 20110314]
976 mips: add MIPS32R2 and MIPS64R2 support. [matt 20110314] 976 mips: add MIPS32R2 and MIPS64R2 support. [matt 20110314]
977 shmif_dumpbus(1): Make endian-independent. [pooka 20110314] 977 shmif_dumpbus(1): Make endian-independent. [pooka 20110314]
978 sparc64: Add initial support for Fujitsu SPARC64 systems, not yet 978 sparc64: Add initial support for Fujitsu SPARC64 systems, not yet
979 stable. Mostly from OpenBSD. [mrg 20110315] 979 stable. Mostly from OpenBSD. [mrg 20110315]
980 hppa: add TLS support. [skrll 20110317] 980 hppa: add TLS support. [skrll 20110317]
981 gdtoa: Import the latest [christos 20110319] 981 gdtoa: Import the latest [christos 20110319]
982 sandpoint: D-Link DSM-G600 support. [phx 20110319] 982 sandpoint: D-Link DSM-G600 support. [phx 20110319]
983 shark: chipsfb now works on shark. [macallan 20110323] 983 shark: chipsfb now works on shark. [macallan 20110323]
984 postfix(1): Import version 2.8.2 [tron 20110323] 984 postfix(1): Import version 2.8.2 [tron 20110323]
985 sparc: add TLS (thread local storage) support. [martin 20110330] 985 sparc: add TLS (thread local storage) support. [martin 20110330]
986 sparc64: add TLS (thread local storage) support. [martin 20110330] 986 sparc64: add TLS (thread local storage) support. [martin 20110330]
987 alpha: add TLS (thread local storage) support. [skrll 20110331] 987 alpha: add TLS (thread local storage) support. [skrll 20110331]
988 atf(7): Import 0.13. [jmmv 20110331] 988 atf(7): Import 0.13. [jmmv 20110331]
989 ssh-askpass: Updated to 1.2.0. [mbalmer 20110403] 989 ssh-askpass: Updated to 1.2.0. [mbalmer 20110403]
990 rdcide(4): add a driver for the IDE controller found in RDC's 990 rdcide(4): add a driver for the IDE controller found in RDC's
991 vortex86 and PMX-1000 system-on-chip. [bouyer 20110404] 991 vortex86 and PMX-1000 system-on-chip. [bouyer 20110404]
992 rdcpcib(4): add a driver for the PCI/ISA bridge and watchdog timer 992 rdcpcib(4): add a driver for the PCI/ISA bridge and watchdog timer
993 found in RDC's vortex86 and PMX-1000 system-on-chip. 993 found in RDC's vortex86 and PMX-1000 system-on-chip.
994 [bouyer 20110404] 994 [bouyer 20110404]
995 s390rtc(4): Add a todr(9) driver for Seiko Instruments S-35390A. 995 s390rtc(4): Add a todr(9) driver for Seiko Instruments S-35390A.
996 [phx 20110404] 996 [phx 20110404]
997 sandpoint: QNAP support. [phx 20110405] 997 sandpoint: QNAP support. [phx 20110405]
998 dhcpcd(8): Import dhcpcd-5.2.12. [roy 20110406] 998 dhcpcd(8): Import dhcpcd-5.2.12. [roy 20110406]
999 sparc64: Add EDID (Extended Display Identification Data) reading, 999 sparc64: Add EDID (Extended Display Identification Data) reading,
1000 and video mode setting support, to ffb(4). [jdc 20110408] 1000 and video mode setting support, to ffb(4). [jdc 20110408]
1001 x68k: Fix hangup on floppy access. [tsutsui 20110410] 1001 x68k: Fix hangup on floppy access. [tsutsui 20110410]
1002 kernel: Bug fixes and improvements to POSIX semaphore. [rmind 20110411] 1002 kernel: Bug fixes and improvements to POSIX semaphore. [rmind 20110411]
1003 kerberos(8): Upgrade to Heimdal-1.5pre1. [elric 20110416] 1003 kerberos(8): Upgrade to Heimdal-1.5pre1. [elric 20110416]
1004 kernel: Support for Darwin, Mach, IRIX and PECOFF emulation was 1004 kernel: Support for Darwin, Mach, IRIX and PECOFF emulation was
1005 retired. [joerg 20110426] 1005 retired. [joerg 20110426]
1006 balloon(4): Balloon driver now enabled for all Xen kernels. 1006 balloon(4): Balloon driver now enabled for all Xen kernels.
1007 [jym 20110429] 1007 [jym 20110429]
1008 powerpc: Converted PowerPC to use PCU to manage FPU/AltiVec/SPE. 1008 powerpc: Converted PowerPC to use PCU to manage FPU/AltiVec/SPE.
1009 [matt 20110502] 1009 [matt 20110502]
1010 x68k: Fix a buffercache overrun bug that causes unexpected panic 1010 x68k: Fix a buffercache overrun bug that causes unexpected panic
1011 during sysinst. [tsutsui 20110505] 1011 during sysinst. [tsutsui 20110505]
1012 perfuse: Add the PUFFS RElay to FUSE library, which bridges the kernel 1012 perfuse: Add the PUFFS RElay to FUSE library, which bridges the kernel
1013 level API for FUSE filesystems with native PUFFS.  1013 level API for FUSE filesystems with native PUFFS.
1014 [manu 20110509] 1014 [manu 20110509]
1015 postfix(1): Import version 2.8.3 [tron 20110511] 1015 postfix(1): Import version 2.8.3 [tron 20110511]
1016 file(1): Import 5.07 [christos 20110512] 1016 file(1): Import 5.07 [christos 20110512]
1017 m68k: Fix a regression bug in FPU_EMULATE code that causes weird awk(1) 1017 m68k: Fix a regression bug in FPU_EMULATE code that causes weird awk(1)
1018 behavior. [tsutsui 20110514] 1018 behavior. [tsutsui 20110514]
1019 userconf(4), boot.cfg(5), boot(8), i386, amd64: Support userconf(4) 1019 userconf(4), boot.cfg(5), boot(8), i386, amd64: Support userconf(4)
1020 command in boot.cfg(5)/boot(8) on i386/amd64. 1020 command in boot.cfg(5)/boot(8) on i386/amd64.
1021 [uebayasi 20110526] 1021 [uebayasi 20110526]
1022 kernel: add SOCK_SEQPACKET for local sockets [manu 20110529] 1022 kernel: add SOCK_SEQPACKET for local sockets [manu 20110529]
1023 bind: Update to 9.8.0-P2: Security fixes. [spz 20110529] 1023 bind: Update to 9.8.0-P2: Security fixes. [spz 20110529]
1024 makefs(8): Fix a corrupted RRIP entry problem in deep directories on 1024 makefs(8): Fix a corrupted RRIP entry problem in deep directories on
1025 cd9660 fs with rockridge extension. [tsutsui 20110529] 1025 cd9660 fs with rockridge extension. [tsutsui 20110529]
1026 tmpfs: Many fixes and some performance improvements. [rmind 20110529] 1026 tmpfs: Many fixes and some performance improvements. [rmind 20110529]
1027 compat_linux(8), compat_linux32: Add fadvise64() and fadvise64_64() 1027 compat_linux(8), compat_linux32: Add fadvise64() and fadvise64_64()
1028 syscalls. [alnsn 20110530] 1028 syscalls. [alnsn 20110530]
1029 powerpc: Initial SMP support for MPC85xx, reworked and unified IPI 1029 powerpc: Initial SMP support for MPC85xx, reworked and unified IPI
1030 code, various other improvements. [matt 20110605] 1030 code, various other improvements. [matt 20110605]
1031 ktrace(1): Add a new trace point to list all open file descriptors 1031 ktrace(1): Add a new trace point to list all open file descriptors
1032 after exec(3). [alnsn 20110601] 1032 after exec(3). [alnsn 20110601]
1033 alpha: Converted Alpha to use PCU to manage FPU. [matt 20110607] 1033 alpha: Converted Alpha to use PCU to manage FPU. [matt 20110607]
1034 sparc: enable options MODULAR in the GENERIC* kernels. [mrg 20110611] 1034 sparc: enable options MODULAR in the GENERIC* kernels. [mrg 20110611]
1035 kernel: Merge of the rmind-uvmplock branch. [rmind 20110612] 1035 kernel: Merge of the rmind-uvmplock branch. [rmind 20110612]
1036 resolvconf(8): import openresolv-3.4.2 [roy 20110613] 1036 resolvconf(8): import openresolv-3.4.2 [roy 20110613]
1037 openssl(1): Import openssl-1.0.1-stable-SNAP-20110605 [spz 20110605] 1037 openssl(1): Import openssl-1.0.1-stable-SNAP-20110605 [spz 20110605]
1038 powerpc: Switch to using direct-mapped uareas (pcb + kernel stacks). 1038 powerpc: Switch to using direct-mapped uareas (pcb + kernel stacks).
1039 [matt 20110613] 1039 [matt 20110613]
1040 atf(7): Import 0.14. [jmmv 20110614] 1040 atf(7): Import 0.14. [jmmv 20110614]
1041 evbppc: Enable builds for OEA, ibm4xx and Book-E modules. 1041 evbppc: Enable builds for OEA, ibm4xx and Book-E modules.
1042 [mrg 20110615] 1042 [mrg 20110615]
1043 powerpc: the generic PIC code now supports matt@'s fast softintr 1043 powerpc: the generic PIC code now supports matt@'s fast softintr
1044 code [macallan 20110615] 1044 code [macallan 20110615]
1045 alpha: support for Avalon A12 removed [matt 20110617] 1045 alpha: support for Avalon A12 removed [matt 20110617]
1046 sparc64: Add fast softint(9) support. [nakayama 20110618] 1046 sparc64: Add fast softint(9) support. [nakayama 20110618]
1047 zaurus: Add ioexp driver for SL-C1000. [nonaka 20110619] 1047 zaurus: Add ioexp driver for SL-C1000. [nonaka 20110619]
1048 mpc: Import mpc 0.9. [mrg 20110619] 1048 mpc: Import mpc 0.9. [mrg 20110619]
1049 mpfr: Import mpfr 3.0.1. [mrg 20110619] 1049 mpfr: Import mpfr 3.0.1. [mrg 20110619]
1050 GMP: Import GNU MP 5.0.2. [mrg 20110619] 1050 GMP: Import GNU MP 5.0.2. [mrg 20110619]
1051 sandpoint: Add support for booting from RAID 1 [jdc 20110620] 1051 sandpoint: Add support for booting from RAID 1 [jdc 20110620]
1052 GCC: Import version 4.5.3. [mrg 20110620] 1052 GCC: Import version 4.5.3. [mrg 20110620]
1053 ld.elf_so(1): Support ELF symbol versioning. [nonaka 20110625] 1053 ld.elf_so(1): Support ELF symbol versioning. [nonaka 20110625]
1054 kernel: Add new system calls pipe2(2), dup3(2), paccept(2), kqueue1(2) 1054 kernel: Add new system calls pipe2(2), dup3(2), paccept(2), kqueue1(2)
1055 and flags SOCK_CLOEXEC/SOCK_NONBLOCK to socket(2), and 1055 and flags SOCK_CLOEXEC/SOCK_NONBLOCK to socket(2), and
1056 socketpair(2), as well as fcntl(2) F_DUPFD_CLOEXEC, and 1056 socketpair(2), as well as fcntl(2) F_DUPFD_CLOEXEC, and
1057 a MSG_CMSG_CLOEXEC flag to recvfrom(2) to be able to set 1057 a MSG_CMSG_CLOEXEC flag to recvfrom(2) to be able to set
1058 close-on-exec to all newly created file descriptors 1058 close-on-exec to all newly created file descriptors
1059 [christos 20110626] 1059 [christos 20110626]
1060 userland: Add an 'e' mode character to popen(3), and fopen(3) to set 1060 userland: Add an 'e' mode character to popen(3), and fopen(3) to set
1061 close on exec to opened file descriptors. [christos 20110626] 1061 close on exec to opened file descriptors. [christos 20110626]
1062 acpi(4): Updated ACPICA to 20110623. [jruoho 20110628] 1062 acpi(4): Updated ACPICA to 20110623. [jruoho 20110628]
1063 less(1): Import version 444. [tron 20110703] 1063 less(1): Import version 444. [tron 20110703]
1064 mips: Rework Atheros MIPS-based SoC support. Add initial support 1064 mips: Rework Atheros MIPS-based SoC support. Add initial support
1065 for AR71xx (24K) and AR9344 (74K) SoCs. 1065 for AR71xx (24K) and AR9344 (74K) SoCs.
1066 bind: Update to 9.8.0-P4: Security fixes. [spz 20110705] 1066 bind: Update to 9.8.0-P4: Security fixes. [spz 20110705]
1067 dtv(4): Add digital TV framework. [jmcneill 20110709] 1067 dtv(4): Add digital TV framework. [jmcneill 20110709]
1068 auvitek(4): Add digital capture support. [jmcneill 20110709] 1068 auvitek(4): Add digital capture support. [jmcneill 20110709]
1069 cxdtv(4): Add driver for Conexant CX23880-based DTV cards. 1069 cxdtv(4): Add driver for Conexant CX23880-based DTV cards.
1070 [jakllsch 20110711] 1070 [jakllsch 20110711]
1071 hpacel(4): Add a driver for HP 3D DriveGuard; a LIS3LV02DL-based 1071 hpacel(4): Add a driver for HP 3D DriveGuard; a LIS3LV02DL-based
1072 accelerometer. [jruoho 20110713] 1072 accelerometer. [jruoho 20110713]
1073 emdtv(4): Add a driver for Empia EM28xx family USB video 1073 emdtv(4): Add a driver for Empia EM28xx family USB video
1074 capture controllers. [jmcneill 20110715] 1074 capture controllers. [jmcneill 20110715]
1075 luna68k: Build a faked a.out kernel using elf2aout(8) tool 1075 luna68k: Build a faked a.out kernel using elf2aout(8) tool
1076 and a linker script derived from cats and shark so that 1076 and a linker script derived from cats and shark so that
1077 now LUNA's firmware can load -current kernels directly 1077 now LUNA's firmware can load -current kernels directly
1078 after almost a decade since luna68k was switched to using 1078 after almost a decade since luna68k was switched to using
1079 ELF format by default. [tsutsui 20110716] 1079 ELF format by default. [tsutsui 20110716]
1080 luna68k: Fix stride handling in bus_space(9) multi and region ops 1080 luna68k: Fix stride handling in bus_space(9) multi and region ops
1081 to make spc(4) SCSI work properly. [tsutsui 20110716] 1081 to make spc(4) SCSI work properly. [tsutsui 20110716]
1082 luna68k: Use the original OMRON font derived from 4.4BSD-Lite/luna68k 1082 luna68k: Use the original OMRON font derived from 4.4BSD-Lite/luna68k
1083 rather than gallant19 which is used on Sun workstations. 1083 rather than gallant19 which is used on Sun workstations.
1084 [tsutsui 20110716] 1084 [tsutsui 20110716]
1085 luna68k: Build a ramdisk based INSTALL kernel with sysinst(8). 1085 luna68k: Build a ramdisk based INSTALL kernel with sysinst(8).
1086 [tsutsui 20110716] 1086 [tsutsui 20110716]
1087 urndis(4): Add driver for Microsoft RNDIS-based USB networking devices, 1087 urndis(4): Add driver for Microsoft RNDIS-based USB networking devices,
1088 such as Android-based phones. From OpenBSD. [jakllsch 20110720] 1088 such as Android-based phones. From OpenBSD. [jakllsch 20110720]
1089 openssh: Import 5.8. [christos 20110724] 1089 openssh: Import 5.8. [christos 20110724]
1090 mips: Add support for ralink RT3883 SoC from CradlePoint Technologies. 1090 mips: Add support for ralink RT3883 SoC from CradlePoint Technologies.
1091 [matt 20110729] 1091 [matt 20110729]
1092 sparc64: Add support for Enterprise systems (Ex[45]00) systems, from 1092 sparc64: Add support for Enterprise systems (Ex[45]00) systems, from
1093 OpenBSD. [mrg 20110729] 1093 OpenBSD. [mrg 20110729]
1094 postfix(1): Import version 2.8.4 [tron 20110731] 1094 postfix(1): Import version 2.8.4 [tron 20110731]
1095 sparc64: Switch to GCC 4.5.3 [mrg 20110802] 1095 sparc64: Switch to GCC 4.5.3 [mrg 20110802]
1096 mips: Switch to GCC 4.5.3 [matt 20110804] 1096 mips: Switch to GCC 4.5.3 [matt 20110804]
1097 powerpc: Switch to GCC 4.5.3 [matt 20110804] 1097 powerpc: Switch to GCC 4.5.3 [matt 20110804]
1098 amiga: Add basic PCI support. [rkujawa 20110804] 1098 amiga: Add basic PCI support. [rkujawa 20110804]
1099 p5pb(4): Add driver for Phase5 PCI bridge, as present on CyberVision 1099 p5pb(4): Add driver for Phase5 PCI bridge, as present on CyberVision
1100 PPC and BlizzardVision PPC. [rkujawa 20110804] 1100 PPC and BlizzardVision PPC. [rkujawa 20110804]
1101 modload(8): A module name must contain at least one / character when 1101 modload(8): A module name must contain at least one / character when
1102 the module is to be loaded from a filesystem path, it must not 1102 the module is to be loaded from a filesystem path, it must not
1103 contain a / character when the module is to be loaded from 1103 contain a / character when the module is to be loaded from
1104 the system module area. [mbalmer 20110806] 1104 the system module area. [mbalmer 20110806]
1105 amd64: Switch to GCC 4.5.3 [mrg 20110806] 1105 amd64: Switch to GCC 4.5.3 [mrg 20110806]
1106 i386: Switch to GCC 4.5.3 [mrg 20110806] 1106 i386: Switch to GCC 4.5.3 [mrg 20110806]
1107 userland: Over 50 new manual pages. [jruoho 20110809] 1107 userland: Over 50 new manual pages. [jruoho 20110809]
1108 pwdog(4): A new driver for QUANCOM Electronic PWDOG1 watchdog timer 1108 pwdog(4): A new driver for QUANCOM Electronic PWDOG1 watchdog timer
1109 cards. [mbalmer 20110811] 1109 cards. [mbalmer 20110811]
1110 gpio(4), gpiosim(4): Build as modules. [mbalmer 20110812] 1110 gpio(4), gpiosim(4): Build as modules. [mbalmer 20110812]
1111 mips: add support for MIPS DSP v2 ASE. [matt 20110815] 1111 mips: add support for MIPS DSP v2 ASE. [matt 20110815]
1112 sparc: Switch to GCC 4.5.3 [mrg 20110817] 1112 sparc: Switch to GCC 4.5.3 [mrg 20110817]
1113 tmux(1): Import of tmux 1.5. [jmmv 20110817] 1113 tmux(1): Import of tmux 1.5. [jmmv 20110817]
1114 devpubd(8): Add a device publishing daemon, written by Jared D. 1114 devpubd(8): Add a device publishing daemon, written by Jared D.
1115 McNeill. [mrg 20110827] 1115 McNeill. [mrg 20110827]
1116 libc: Apply tzcode2011i [christos 20110904] 1116 libc: Apply tzcode2011i [christos 20110904]
1117 zoneinfo: Import tzdata2011i. [christos 20110904] 1117 zoneinfo: Import tzdata2011i. [christos 20110904]
1118 openssh: Import 5.9. [christos 20110907] 1118 openssh: Import 5.9. [christos 20110907]
1119 postfix(1): Import version 2.8.5 [tron 20110910] 1119 postfix(1): Import version 2.8.5 [tron 20110910]
1120 build: Both the source tree and the obj directories will be cleaned 1120 build: Both the source tree and the obj directories will be cleaned
1121 by "make clean" or "make cleandir". [apb 20110910] 1121 by "make clean" or "make cleandir". [apb 20110910]
1122 wpa: New wpa_supplicant and hostapd 0.7.3 [christos 20110910] 1122 wpa: New wpa_supplicant and hostapd 0.7.3 [christos 20110910]
1123 yacc(1): Import byacc-20110908 [christos 20110910] 1123 yacc(1): Import byacc-20110908 [christos 20110910]
1124 traceroute(8): Updated to 1.4a12 [christos 20110910] 1124 traceroute(8): Updated to 1.4a12 [christos 20110910]
1125 bind: Update to 9.9.0a1 [christos 20110911] 1125 bind: Update to 9.9.0a1 [christos 20110911]
1126 file: Update to 5.09 [christos 20110916] 1126 file: Update to 5.09 [christos 20110916]
1127 mppb(4): Add driver for Prometheus Zorro III to PCI bridge. 1127 mppb(4): Add driver for Prometheus Zorro III to PCI bridge.
1128 [rkujawa 20110917] 1128 [rkujawa 20110917]
1129 xen: Provide experimental support for suspend/resume in 1129 xen: Provide experimental support for suspend/resume in
1130 NetBSD domUs. [jym 20110920] 1130 NetBSD domUs. [jym 20110920]
1131 tty: Provide a sysctl and ioctl to dynamically change the tty buffer 1131 tty: Provide a sysctl and ioctl to dynamically change the tty buffer
1132 sizes [christos 20110923] 1132 sizes [christos 20110923]
1133 udp(4): Commit Vlad Balan's Google SoC project. This implements 1133 udp(4): Commit Vlad Balan's Google SoC project. This implements
1134 RFC6056 port selection algorithms. The selection can 1134 RFC6056 port selection algorithms. The selection can
1135 be done at the global level via sysctl(7), or at the socket 1135 be done at the global level via sysctl(7), or at the socket
1136 level via setsockopt(2) [christos 20110923] 1136 level via setsockopt(2) [christos 20110923]
1137 binutils: updated to FSF binutils 2.21.1a. [christos 20110924] 1137 binutils: updated to FSF binutils 2.21.1a. [christos 20110924]
1138 GDB: Updated to 7.3.1. [christos 20110924] 1138 GDB: Updated to 7.3.1. [christos 20110924]
1139 audiocfg(1): New tool to control default audio defaults, by Jared 1139 audiocfg(1): New tool to control default audio defaults, by Jared
1140 D. McNeill. [mrg 20111006] 1140 D. McNeill. [mrg 20111006]
1141 GCC: Obsolete libgcc_pic. [mrg 20111006] 1141 GCC: Obsolete libgcc_pic. [mrg 20111006]
1142 amd64: Switch to GDB 7.3.1. [christos 20111008] 1142 amd64: Switch to GDB 7.3.1. [christos 20111008]
1143 i386: Switch to GDB 7.3.1. [christos 20111008] 1143 i386: Switch to GDB 7.3.1. [christos 20111008]
1144 zoneinfo: Import tzdata2011l. [apb 20111010] 1144 zoneinfo: Import tzdata2011l. [apb 20111010]
1145 sqlite: Import of pre-release of SQLite 3.6.9 [joerg 20111013] 1145 sqlite: Import of pre-release of SQLite 3.6.9 [joerg 20111013]
1146 vmt(4): Add a VMware Tools driver, from OpenBSD. [jmcneill 20111017] 1146 vmt(4): Add a VMware Tools driver, from OpenBSD. [jmcneill 20111017]
1147 zoneinfo: Import tzdata2011m. [apb 20111024] 1147 zoneinfo: Import tzdata2011m. [apb 20111024]
1148 sparc: Switch to GDB 7.3.1. [mrg 20111024] 1148 sparc: Switch to GDB 7.3.1. [mrg 20111024]
1149 sparc64: Switch to GDB 7.3.1. [mrg 20111024] 1149 sparc64: Switch to GDB 7.3.1. [mrg 20111024]
1150 arm: Switch to GDB 7.3.1. [mrg 20111024] 1150 arm: Switch to GDB 7.3.1. [mrg 20111024]
1151 powerpc: Switch to GDB 7.3.1. [mrg 20111024] 1151 powerpc: Switch to GDB 7.3.1. [mrg 20111024]
1152 efa(4): Add driver for ELBOX FastATA 1200. [rkujawa 20111028] 1152 efa(4): Add driver for ELBOX FastATA 1200. [rkujawa 20111028]
1153 postfix(1): Import version 2.8.6 [tron 20111028] 1153 postfix(1): Import version 2.8.6 [tron 20111028]
1154 zoneinfo: Import tzdata2011n. [apb 20111102] 1154 zoneinfo: Import tzdata2011n. [apb 20111102]
1155 tre: Incorporate library. Adds agrep. This library provides 1155 tre: Incorporate library. Adds agrep. This library provides
1156 regcomp/regexec/regerror/regfree as a binary compatible 1156 regcomp/regexec/regerror/regfree as a binary compatible
1157 regex library with libc. Using -ltre will use the tre 1157 regex library with libc. Using -ltre will use the tre
1158 regex functions. The library also has support for 1158 regex functions. The library also has support for
1159 approximate regex as well as wide char versions of 1159 approximate regex as well as wide char versions of
1160 the regex functions. To access these we are going to 1160 the regex functions. To access these we are going to
1161 need to either add tre.h in /usr/include, or enhance 1161 need to either add tre.h in /usr/include, or enhance
1162 regex.h and provide more tre_ -> libc names aliases. 1162 regex.h and provide more tre_ -> libc names aliases.
1163 [christos 20111105] 1163 [christos 20111105]
1164 postfix(1): Import version 2.8.7 [tron 20111109] 1164 postfix(1): Import version 2.8.7 [tron 20111109]
1165 asm: Add assembly language examples in share/examples/asm/. 1165 asm: Add assembly language examples in share/examples/asm/.
1166 These provide the end user with some ready-to-use sample 1166 These provide the end user with some ready-to-use sample
1167 code for a variety of platforms, showcasing how to interact 1167 code for a variety of platforms, showcasing how to interact
1168 with NetBSD system calls, APIs and binaries. [jmmv 20111111] 1168 with NetBSD system calls, APIs and binaries. [jmmv 20111111]
1169 luna68k: Finally complete LUNA-II support. [tsutsui 20111112] 1169 luna68k: Finally complete LUNA-II support. [tsutsui 20111112]
1170 gpiopwm(4): A new driver to pulse GPIO pins in software. 1170 gpiopwm(4): A new driver to pulse GPIO pins in software.
1171 [mbalmer 20111113] 1171 [mbalmer 20111113]
1172 httpd(8): Import bozohttpd-20111118. [mrg 20111118] 1172 httpd(8): Import bozohttpd-20111118. [mrg 20111118]
1173 x68k: Remove pow(4) and rtcalarm(8) [isaki 20111119] 1173 x68k: Remove pow(4) and rtcalarm(8) [isaki 20111119]
1174 news68k: Add preliminary PROM function based framebuffer text console 1174 news68k: Add preliminary PROM function based framebuffer text console
1175 support. [tsutsui 20111120] 1175 support. [tsutsui 20111120]
1176 arm: Add TLS (thread local storage) support. [joerg 20111118] 1176 arm: Add TLS (thread local storage) support. [joerg 20111118]
1177 m68k: Add TLS (thread local storage) support. [joerg 20111122] 1177 m68k: Add TLS (thread local storage) support. [joerg 20111122]
1178 audio: Audio drivers are now MP-safe. [jmcneill 20111123] 1178 audio: Audio drivers are now MP-safe. [jmcneill 20111123]
1179 xbdback(4): driver is now MP-SAFE. [jym 20111123] 1179 xbdback(4): driver is now MP-SAFE. [jym 20111123]
1180 resolvconf(8): import openresolv-3.4.5 [roy 20111124] 1180 resolvconf(8): import openresolv-3.4.5 [roy 20111124]
1181 x68k: Add powsw(4), a revised power switch driver [isaki 20111127] 1181 x68k: Add powsw(4), a revised power switch driver [isaki 20111127]
1182 rtadvd: Add RDNSS and DNSSL support (RFC6106) [roy 20111210] 1182 rtadvd: Add RDNSS and DNSSL support (RFC6106) [roy 20111210]
 1183 isibootd(8): Add isibootd(8), a dumb netboot server command for
 1184 OMRON luna68k machines. [tsutsui 20111217]