CHANGES revision 1.1380 1 1.1380 hannken # LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1380 $>
2 1.1095 tsutsui #
3 1.1095 tsutsui #
4 1.1095 tsutsui # [Note: This file does not mention every change made to the NetBSD source tree.
5 1.1095 tsutsui # For an exhaustive list, please subscribe to the `source-changes' mailing list,
6 1.1095 tsutsui # or see the mailing list archives. For more information, send a message
7 1.1095 tsutsui # containing just the word `help' to `majordomo (a] NetBSD.org'.]
8 1.1095 tsutsui #
9 1.1095 tsutsui # ----------------------------------------------------------------------------
10 1.1095 tsutsui # PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11 1.1095 tsutsui #
12 1.1095 tsutsui # theme: Content ...
13 1.1095 tsutsui # more content ...
14 1.1095 tsutsui # more content. [developer DATE-FORMAT]
15 1.1095 tsutsui #
16 1.1095 tsutsui # That's it, one tab to start an item, and two tabs to indent the content.
17 1.1095 tsutsui # Also please start the content with a capital and end it with a dot.
18 1.1095 tsutsui #
19 1.1095 tsutsui # This is very important for the www scripts, otherwise it won't be able to
20 1.1095 tsutsui # parse the file and the HTML output will be mangled.
21 1.1106 tsutsui #
22 1.1106 tsutsui # See htutils/changes/changes2html script for more details.
23 1.1106 tsutsui #
24 1.1095 tsutsui # ----------------------------------------------------------------------------
25 1.1028 xtraeme
26 1.1 lukem
27 1.1143 agc Changes from NetBSD 5.0 to NetBSD 6.0:
28 1.1144 christos
29 1.1258 minskim syslog(3): Import Martin Schuette's Summer of Code project:
30 1.1147 tsutsui Reliable TCP connections, syslog protocol API,
31 1.1144 christos encryption. [christos 20081031]
32 1.1148 tsutsui agp(4): Add support for Intel G35. [christos 20081108]
33 1.1148 tsutsui kernel: Add generic producer/consumer queue. [matt 20081111]
34 1.1148 tsutsui lkm: Removed. Superseded by the new module framework. [ad 20081112]
35 1.1148 tsutsui module: Allow the POSIX semaphore code to be loaded as a module.
36 1.1148 tsutsui [ad 20081112]
37 1.1148 tsutsui module: Make compat_ossaudio a module. [ad 20081113]
38 1.1148 tsutsui module: Make compat_ndis a module. [ad 20081113]
39 1.1148 tsutsui build.sh: Add support for new MAKEVERBOSE levels 3 and 4.
40 1.1148 tsutsui [apb 20081113]
41 1.1148 tsutsui libfetch: Update to libfetch 2.20. Allow HTTP auth to be provided in
42 1.1148 tsutsui URL. [joerg 20081114]
43 1.1148 tsutsui module: Make POSIX AIO loadable as a module. [ad 20081114]
44 1.1148 tsutsui amd64, i386: Make boot loader autoload a kernel module corresponding
45 1.1148 tsutsui to the root file system type. [ad 20081119]
46 1.1148 tsutsui module: Make the emulations, exec formats, coredump, NFS, and
47 1.1148 tsutsui the NFS server into modules. [ad 20081119]
48 1.1147 tsutsui rump(3): Move VFS functionality away from librump to a new library:
49 1.1145 pooka librumpvfs [pooka 20081119]
50 1.1148 tsutsui kernel, libc: Add new ptree (Patricia / RADIX tree) implementation.
51 1.1148 tsutsui [matt 20081120]
52 1.1148 tsutsui i386: Switch the i386 installation CDs away from RAM disks and
53 1.1148 tsutsui instead use the CD-ROM as the root file system. [ad 20081121]
54 1.1148 tsutsui i386: Remove most compat and file system options from GENERIC
55 1.1148 tsutsui since they are also provided by modules. [ad 20081122]
56 1.1148 tsutsui nfs: Avoid noisy nfs_timer/nfs_reply DEBUG output that occurs
57 1.1148 tsutsui when the NFS server goes away. [mrg 20081123]
58 1.1148 tsutsui compat_osf1(8): Add getpgid, needed for Tru64 4.0g ksh.
59 1.1148 tsutsui [njoly 20081124]
60 1.1148 tsutsui module: Make PPP compressors modules. [cube 20081125]
61 1.1148 tsutsui i386: Make pxeboot(8) understand boot.cfg(5). [ad 20081125]
62 1.1148 tsutsui agp(4): Add support for the Intel G45 AGP. [christos 20081129]
63 1.1148 tsutsui compat_osf1(8): Fix getdirentries(2). [njoly 20081202]
64 1.1148 tsutsui module: Add a couple of sysctl(8) entries, kern.module.autoload and
65 1.1148 tsutsui kern.module.verbose. [ad 20081203]
66 1.1148 tsutsui module: Add a layerfs module. [ad 20081205]
67 1.1149 tsutsui libc: Add fdopendir(3), from Solaris/Linux. [ad 20081205]
68 1.1148 tsutsui compat_linux32: Add getresuid() and getresgid() syscalls.
69 1.1148 tsutsui [njoly 20081205]
70 1.1148 tsutsui ddb(4): Add 'show vmem' and 'show all vmems' commands.
71 1.1148 tsutsui [cegger 20081207]
72 1.1168 tsutsui re(4): Add support for a 8168C/8111C revision. [alc 20081208]
73 1.1168 tsutsui tab(1): Add tabs utility, fixes PR bin/11227. [roy 20081211]
74 1.1168 tsutsui httpd(8): Add rc.d script to control httpd daemon. [mishka 20081211]
75 1.1153 alc ath(4): Switch from the binary HAL to the open-source HAL released by
76 1.1153 alc Sam Leffler. [alc 20081211]
77 1.1168 tsutsui compat_linux32: Add clock_nanosleep syscall. [njoly 20081212]
78 1.1168 tsutsui boot.cfg(5): Add an option to clear the screen. [christos 20081213]
79 1.1154 jmcneill pms(4): Add Elantech multi-touch trackpad support [jmcneill 20081213]
80 1.1168 tsutsui sparc: Switch to use wscons. [macallan 20081213]
81 1.1168 tsutsui snprintb(3), kprintf(9): Share snprintb(3) among kernel and libutil
82 1.1168 tsutsui and make it supersede bitmask_snprintf(9). [christos 20081216]
83 1.1168 tsutsui sup(1): Add -M user flag to specify the username to send mail to from
84 1.1168 tsutsui the command line. [christos 20081217]
85 1.1168 tsutsui malloc(9): Remove MALLOC() and FREE() macros. [cegger 20081217]
86 1.1157 isaki x68k: pow(4) switches to use MI powerd(8) [isaki 20081220]
87 1.1168 tsutsui viaide(4): Add VT8237S Integrated SATA Controller support.
88 1.1168 tsutsui [nonaka 20081221]
89 1.1158 haad lvm: Add LVM functionality to NetBSD; this is done by dm(4) driver
90 1.1158 haad in kernel and lvm2 tools made by RedHat. We use the same well
91 1.1159 jmcneill known interface as Linux does for managing LVM. [haad 20081222]
92 1.1159 jmcneill gcscaudio(4): Add AMD Geode CS5536 audio driver, from SHIMIZU Ryo.
93 1.1159 jmcneill [jmcneill 20081228]
94 1.1236 pooka rump: i386 and amd64 can use kernel module binaries [pooka 20081230]
95 1.1168 tsutsui mount_cd9660(8): Add nocasetrans option as a synonym for nomaplcase.
96 1.1168 tsutsui [christos 20090103]
97 1.1320 pooka rump: Include libkern in rumpkern. [pooka 20090104]
98 1.1168 tsutsui rc.d(8): Add a script for rndctl(8). [apb 20090104]
99 1.1168 tsutsui module: Add sysvbfs module. [pooka 20090105]
100 1.1320 pooka rump: Prepend all symbols within the rump virtual kernel image
101 1.1320 pooka with the string "rump". This prevents conflicts with the
102 1.1320 pooka host system symbols. [pooka 20090108]
103 1.1179 tsutsui bwi(4): Add a driver for Broadcom AirForce / Apple Airport Extreme
104 1.1161 macallan wireless network controllers. From Taylor Campbell.
105 1.1161 macallan [macallan 20090109]
106 1.1162 cegger rgephy(4): Support for RTL8211C(L) phy. From FreeBSD. [cegger 20090109]
107 1.1162 cegger rgephy(4): Support for flow control. From OpenBSD. [cegger 20090109]
108 1.1168 tsutsui makefs(8): Add support for encoding RISC OS metadata into
109 1.1198 wiz ISO 9660 file systems. [bjh21 20090110]
110 1.1168 tsutsui time_t, dev_t: Change time_t and dev_t to be 64 bit quantities. Fixed
111 1.1168 tsutsui POSIX issues in timeval and timespec. [christos 20090110]
112 1.1166 wiz make(1): Changes to the way .for loops are processed. [dsl 20090111]
113 1.1320 pooka mount(8): Add -o rump, which mounts the file system as a userspace
114 1.1320 pooka server via puffs and rump instead of using a
115 1.1320 pooka kernel driver. [pooka 20090111]
116 1.1168 tsutsui openpgpsdk: Initial import of openpgpsdk v0.9. [agc 20090112]
117 1.1320 pooka rump: Implement a virtual block device driver. [pooka 20090113]
118 1.1320 pooka rump: Support __RENAME in syscall interfaces and expose the
119 1.1320 pooka non-compat symbol name in the header. [pooka 20090113]
120 1.1198 wiz age(4): Add a driver for Attensic/Atheros L1 Gigabit Ethernet.
121 1.1167 cegger From FreeBSD via OpenBSD. [cegger 20090116]
122 1.1167 cegger atphy(4): Add a driver for Attensic/Atheros F1 PHY.
123 1.1167 cegger From FreeBSD via OpenBSD. [cegger 20090116]
124 1.1170 jmmv atf(7): Import 0.6. [jmmv 20090119]
125 1.1198 wiz msdosfs: The default behavior when mounting empty file systems has
126 1.1172 jmcneill been changed. Previously, msdosfs would assume the -s flag
127 1.1172 jmcneill (short filenames) in this case; now msdosfs will assume the
128 1.1173 jmcneill -l flag (long filenames). [jmcneill 20090122]
129 1.1174 agc openpgpsdk: Imported openpgpsdk 0.9 library (BSD-licensed) into
130 1.1174 agc src/crypto/external. The command-line driver program, openpgp,
131 1.1174 agc which is shipped with it has been mostly rewritten to be more
132 1.1174 agc user-friendly. [agc 20090123]
133 1.1175 bouyer X11: added support for X11FLAVOUR=xorg for NetBSD/alpha. No support
134 1.1175 bouyer for turbochannel graphic cards yet. [bouyer 20090124]
135 1.1221 tsutsui kernel: Add support for loading pseudo-device drivers. [haad 20090202]
136 1.1221 tsutsui module: Add a module for vnd(4) driver. [haad 20090205]
137 1.1221 tsutsui dkctl(8): Display cache, strategy, and list of wedges if no command
138 1.1221 tsutsui is specified in the command line. [uebayasi 20090207]
139 1.1180 reinoud udf, mount_udf(8): add support for session opening/closing on
140 1.1180 reinoud sequential media. Media can be closed on request on unmount by
141 1.1180 reinoud passing the '-c' flag as mount option. [reinoud 20090208]
142 1.1221 tsutsui libc: Add RFC 2045 MIME Quoted-Printable support. [christos 20090210]
143 1.1221 tsutsui sgimips: Add Personal IRIS 4D/20 and 4D/25 (IP6 and IP10) support.
144 1.1221 tsutsui [rumble 20090212]
145 1.1221 tsutsui sk(4): Add support for flow control. [cegger 20090212]
146 1.1221 tsutsui nfe(4): Add support for flow control for MCP65. [cegger 20090212]
147 1.1182 lukem share/mk: Enable -Wsign-compare for $WARNS>=4. [lukem 20090212]
148 1.1183 jmmv tests: Converted the awk, basename, bzip2, config, cut, dirname, grep,
149 1.1184 jmmv gzip, libcrypto, m4, make and sdiff tests to ATF. Initial
150 1.1184 jmmv work from the GSoC 2008 project by Lukasz Strzygowski.
151 1.1184 jmmv [jmmv 20090213]
152 1.1221 tsutsui libfetch: Import libfetch-2.22. [joerg 20090214]
153 1.1186 christos openssh: Import 5.1. [christos 20090216]
154 1.1187 jmcneill amd64, i386: The bootloader has been enhanced to support framebuffer
155 1.1187 jmcneill consoles using VESA BIOS extensions. These changes allow the
156 1.1187 jmcneill x86 ports to work with the genfb(4) driver, and obsoletes
157 1.1187 jmcneill the i386-only vesafb(4) driver. [jmcneill 20090216]
158 1.1221 tsutsui lvm: Import new lvm2tools 2.02.44 version and libdevmapper 1.02.30.
159 1.1221 tsutsui [haad 20090218]
160 1.1221 tsutsui compat_linux(8), compat_linux32: Add IPC_64 support for all shmctl(2)
161 1.1221 tsutsui commands, not only for STAT/SET. [njoly 20090218]
162 1.1188 jmcneill i386: The vesafb(4) driver has been retired. [jmcneill 20090218]
163 1.1190 jmmv tests: Converted some of the kernel tests, including kqueue and ipf,
164 1.1190 jmmv to ATF. Initial work from the GSoC 2008 project by Lukasz
165 1.1190 jmmv Strzygowski. [jmmv 20090220]
166 1.1191 roy dhcpcd(8): Import dhcpcd-4.0.11. [roy 20090221]
167 1.1192 ad softdep: The soft dependences / soft updates feature of the fast
168 1.1192 ad file system (FFS) has been supplanted by meta data
169 1.1198 wiz journaling (logging). Logging provides better reliability
170 1.1192 ad and better performance for most applications. Soft
171 1.1192 ad dependencies will no longer be available from NetBSD 6.0
172 1.1192 ad onwards. We encourage users to enable logging on FFS file
173 1.1192 ad systems. [ad 20090222]
174 1.1249 rmind i386, amd64: ucas (CAS for user-space address) support for i386/amd64.
175 1.1249 rmind [rmind 20090223]
176 1.1194 roy dhcpcd(8): Import dhcpcd-4.0.12. [roy 20090226]
177 1.1221 tsutsui evbarm: Improved support for GPIO support on the EP93xx ARM processors.
178 1.1221 tsutsui [kenh 20090227]
179 1.1320 pooka rumpnet: Add virtual interface based on inter-process shared
180 1.1320 pooka memory. [pooka 20090228]
181 1.1221 tsutsui ext2fs: Add support for >128 byte inode. From Frederic Sausmikat.
182 1.1221 tsutsui [christos 20090301]
183 1.1221 tsutsui zaurus: Add zboot from OpenBSD. [nonaka 20090302]
184 1.1195 bouyer xen: Add PCI pass-through support for Xen3. domain0 kernel gets a
185 1.1195 bouyer pciback PCI drivers, to which device specified in the
186 1.1195 bouyer pciback.hide boot parameter will attach.
187 1.1198 wiz DomU kernels gets a xpci device, to which PCI buses
188 1.1195 bouyer will attach. [bouyer 20090305]
189 1.1298 cegger xen: Add XEN3PAE_DOM0, an i386 domain0 kernel with PAE support.
190 1.1298 cegger requires an i386PAE or x86_64 hypervisor. [bouyer 20090305]
191 1.1221 tsutsui ar(1): Add support to ar(1) for 'deterministic mode'.
192 1.1221 tsutsui [christos 20090306]
193 1.1197 joerg kernel: Compute kern.ipc.shmmaxpgs on startup based on physical
194 1.1198 wiz memory. Default can be overridden via sysctl. [joerg 20090306]
195 1.1200 tsutsui fxp(4): Add TCPv4/UDPv4 RX hardware checksum support for i82559 and
196 1.1200 tsutsui later chips. [tsutsui 20090307]
197 1.1199 ad crash(8): Add a new utility to diagnose kernel crashes. Based upon
198 1.1199 ad the in-kernel debugger (ddb). [ad 20090307]
199 1.1221 tsutsui piixide(4): Add support for 82965PM. [christos 20090309]
200 1.1221 tsutsui libfetch: Import libfetch-2.23. [joerg 20090310]
201 1.1221 tsutsui wm(4): Add support for 82567LF-3, and fix register access for ICH10DO.
202 1.1221 tsutsui [msaitoh 20090310]
203 1.1221 tsutsui module: Add tprof modules. [yamt 20090310]
204 1.1221 tsutsui zaurus: Add kloader(4) support. [nonaka 20090311]
205 1.1221 tsutsui altmem(4): Add 'alternative memory' disk device driver.
206 1.1221 tsutsui [jmcneill 20090312]
207 1.1222 tsutsui zaurus: Add only playback support to zaudio(4). [nonaka 20090313]
208 1.1221 tsutsui vnd(4): Implement DIOCCACHESYNC ioctl. [christos 20090314]
209 1.1202 tsutsui sgimips: Add TCPv4/UDPv4 RX hardware checksum support for mec(4)
210 1.1202 tsutsui Ethernet on O2. [tsutsui 20090316]
211 1.1221 tsutsui zoneinfo: Import tzdata2009c. [kleink 20090316]
212 1.1203 christos am-utils: Import latest from head; adds udf support amd -uu
213 1.1203 christos [christos 20090320]
214 1.1221 tsutsui re(4): Add hardware checksum support for newer PCIe 8168C/8111C/8102E
215 1.1221 tsutsui chips. [tsutsui 20090321]
216 1.1221 tsutsui eject(1): Turn on amd(8) support for eject. [christos 20090323]
217 1.1221 tsutsui i386: Use "i486" as GNU_ARCH for i386. [drochner 20090327]
218 1.1204 ad kmem_alloc(9): Add more extensive runtime debugging facilities.
219 1.1204 ad [ad 20090329]
220 1.1221 tsutsui wm(4): Add workaround for 82543GC. [msaitoh 20090329]
221 1.1221 tsutsui wm(4): Enable hardware vlan(4) support. [darran 20090331]
222 1.1221 tsutsui amd64, i386: Default to UFS2 on sysinst(8). [ad 20090404]
223 1.1226 tsutsui sysinst(8): Default to wapbl(4) log for ufs partitions. [ad 20090404]
224 1.1221 tsutsui pckbd(4): Add a Czech keyboard layout. [mkirby 20090406]
225 1.1221 tsutsui sysinst(8): Make installer reject UFS2 for root partition on ports
226 1.1221 tsutsui whose bootloaders don't support UFS2 boot. [tsutsui 20090407]
227 1.1214 tsutsui cvs(1): Import 1.12.13 [christos 20090408]
228 1.1221 tsutsui libc: Add glob_pattern_p(3) for new cvs(1). [christos 20090408]
229 1.1206 apb mtree(8): Add -S option to sort entries. [apb 20090408]
230 1.1221 tsutsui newfs_sysvbfs(8): Add support creating a file system to a regular file.
231 1.1221 tsutsui [pooka 20090409]
232 1.1221 tsutsui libc: Add memrchr(3). [christos 20090410]
233 1.1263 christos bind: Update to 9.6.1-b1. Full NSEC3 support, automatic zone
234 1.1213 tsutsui re-signing, new update-policy methods tcp-self and 6to4-self,
235 1.1213 tsutsui unbundle libbind, change the default pid file location from
236 1.1213 tsutsui /var/run to /var/run/{named,lwresd} for improved chroot/setuid
237 1.1213 tsutsui support. [christos 20090412]
238 1.1208 christos libbind: Update to 6.0-rc1. Use md5 for randomid instead of
239 1.1213 tsutsui sequential id, add suppport for DS, SSHFP, RRSIG, NSEC, DNSKEY,
240 1.1214 tsutsui DHCID, NSEC3, NSEC3PARAM, HIP and DLV, various new API
241 1.1213 tsutsui functions. [christos 20090412]
242 1.1221 tsutsui re(4): Add support for RTL8168CP and RTL8168D. [tsutsui 20090413]
243 1.1320 pooka makefs(8): Add an experimental source-only makefs based on rump
244 1.1320 pooka and fs-utils. It currently supports FFS, ext2fs, FAT,
245 1.1320 pooka cd9660 and sysvbfs. [pooka 20090414]
246 1.1214 tsutsui dhcpcd(8): Import dhcpcd-4.0.13 [roy 20090417]
247 1.1222 tsutsui zaurus: Add recoding support to zaudio(4). [nonaka 20090418]
248 1.1221 tsutsui httpd(8): Import bozohttpd-20090418. [mrg 20090418]
249 1.1221 tsutsui bge(4): Add misc quirk code for chip specific bugs.
250 1.1221 tsutsui From FreeBSD and OpenBSD. [msaitoh 20090419]
251 1.1221 tsutsui queue(3): Add SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST,
252 1.1221 tsutsui SIMPLEQ_CONCAT, and SIMPLEQ_LAST. [mschuett 20090420]
253 1.1210 cegger ale(4): Add a driver for Attensic/Atheros L1E Gigabit Ethernet.
254 1.1211 nonaka From OpenBSD and improvements from Kevin Lahey.
255 1.1211 nonaka [cegger 20090420]
256 1.1211 nonaka sdmmc(4): Add a driver for SD/MMC from OpenBSD. [nonaka 20090421]
257 1.1221 tsutsui landisk: Add UFS2 boot support. [tsutsui 20090421]
258 1.1221 tsutsui pmax: Add UFS2 boot support. [tsutsui 20090421]
259 1.1221 tsutsui uftdi(4): Add support for USB serial adapter REX-USB60F.
260 1.1221 tsutsui [taca 20090421]
261 1.1221 tsutsui netpgp: Import netpgp. This is a heavily-modified version of
262 1.1221 tsutsui openpgpsdk, and will replace it. [agc 20090423]
263 1.1221 tsutsui landisk: Enable to build a bootable install disk image.
264 1.1221 tsutsui [tsutsui 20090423]
265 1.1221 tsutsui compat_linux(8): Add IPC_64 support for all semctl(2)/msgctl(2).
266 1.1221 tsutsui [njoly 20090423]
267 1.1216 macallan zx(4): Add wscons support [macallan 20090423]
268 1.1221 tsutsui compat_linux32: Add IPC_64 support for all semctl(2),
269 1.1221 tsutsui following corresponding compat_linux(8) change.
270 1.1221 tsutsui [njoly 20090427]
271 1.1217 roy dhcpcd(8): Import dhcpcd-5.0.0. [roy 20090428]
272 1.1221 tsutsui rc.d(8): Add an rc.d script for dhcpcd(8). [roy 20090428]
273 1.1221 tsutsui ichlpcib(4): Attach 82801IEM LPC Interface Bridge too. [njoly 20090429]
274 1.1236 pooka rump: Add support for remote system calls [pooka 20090429]
275 1.1221 tsutsui sh3: Add some support for SH7706. [nonaka 20090430]
276 1.1219 apb hppa: Merge the nick-hppapmap branch which includes a port of the
277 1.1219 apb OpenBSD pmap, improves support for machines without the
278 1.1221 tsutsui PA7100LC or PA7300LC CPUs, and much more. [skrll 20090430]
279 1.1221 tsutsui libc: Add stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD.
280 1.1221 tsutsui [perry 20090501]
281 1.1219 apb install(1): Add support for writing sha256, sha384, or sha512 hashes
282 1.1219 apb to a METALOG. [apb 20090501]
283 1.1219 apb build: Use sha256 instead of sha1 hashes in METALOG and
284 1.1219 apb /etc/mtree/set.* files. [apb 20090501]
285 1.1220 roy dhcpcd(8): Import dhcpcd-5.0.1 [roy 20090503]
286 1.1221 tsutsui hp700: Enable support for UFS2 boot. [tsutsui 20090503]
287 1.1226 tsutsui rpcgen(1): Add support for hyper and quad keywords. [ginsbach 20090506]
288 1.1225 wiz apropos(1): Add -S and -s support, for searching by machine and
289 1.1225 wiz section [wiz 20090508]
290 1.1224 christos file(1): Import 5.03 [christos 20090508]
291 1.1250 skrll hp700: ucas (CAS for user-space address) support for hp700.
292 1.1250 skrll [skrll 20090508]
293 1.1227 roy dhcpcd(8): Import dhcpcd-5.0.2 [roy 20090510]
294 1.1228 roy dhcpcd(8): Import dhcpcd-5.0.3 [roy 20090511]
295 1.1281 tsutsui bluetooth(3): Update the Bluetooth service discovery API and merge it
296 1.1229 plunky into libbluetooth, retiring the separate libsdp.
297 1.1229 plunky [plunky 20090512]
298 1.1230 roy dhcpcd(8): Import dhcpcd-5.0.4 [roy 20090514]
299 1.1234 ginsbach libc: Add the getdate(3) and getdate_err value, conforming to
300 1.1234 ginsbach IEEE Std 1003.1 (``POSIX.1'') and the Open Group Base
301 1.1234 ginsbach Specifications X/Open System Interfaces extension (``XSI'').
302 1.1234 ginsbach [ginsbach 20090514]
303 1.1231 skrll hp700: com at dino now works [skrll 20090518]
304 1.1233 mrg httpd(8): Import bozohttpd-20090522. [mrg 20090522]
305 1.1234 ginsbach libc: Add %s (seconds since the Epoch) to strptime(3) for symmetry
306 1.1234 ginsbach with strftime(3). [ginsbach 20090524]
307 1.1235 ad kernel: File descriptor access performance improvements.
308 1.1235 ad [ad 20090524]
309 1.1249 rmind i386, amd64: CPU topology detection support for AMD processors.
310 1.1249 rmind [rmind 20090526]
311 1.1236 pooka rumpnet: Add IPv6 support [pooka 20090527]
312 1.1237 darran agr(4): Add support for layering vlans on top. Also allow LACP
313 1.1237 darran to be disabled. [darran 20090529]
314 1.1240 jnemeth openssh: Import 5.2. [christos 20090607]
315 1.1239 jnemeth module: Add the capability to read an <module>.prop associated
316 1.1239 jnemeth with a module and merge a plist passed in by modload(8).
317 1.1239 jnemeth Also, add MODCTL_NO_PROP flag to prevent loading
318 1.1240 jnemeth <module>.prop. [jnemeth 20090609]
319 1.1239 jnemeth modload(8): Add various flags to assist in the creation and
320 1.1239 jnemeth maintenance of <module>.prop and/or to set MODCTL_NO_PROP.
321 1.1240 jnemeth [jnemeth 20090609]
322 1.1241 kardel ntp: Import ntp-4-2-4p7. [kardel 20090613]
323 1.1242 cegger ehci(4): Add quirk for SB600/SB700 chipsets to workaround freeze
324 1.1242 cegger in USB subsystem. [cegger 20090615]
325 1.1243 mrg drm(4): Update to mesa-drm 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c.
326 1.1243 mrg [mrg 20090619]
327 1.1244 tron postfix(1): Import version 2.6.2 [tron 20090623]
328 1.1245 mbalmer wake(8): New command to send Wake-on-LAN packets to machines on
329 1.1245 mbalmer the local Ethernet. [mbalmer 20090625]
330 1.1254 dyoung cpu_reboot(9): tear down stacks of (pseudo-)devices and
331 1.1254 dyoung filesystems in an orderly fashion during shutdown,
332 1.1254 dyoung detaching the devices and unmounting the filesystems.
333 1.1254 dyoung i386 and sparc64 are finished. [dyoung 20090625]
334 1.1249 rmind kernel: Ephemeral mapping (emap) implementation, i386/amd64 support.
335 1.1249 rmind [rmind 20090628]
336 1.1247 roy dhcpcd(8): Import dhcpcd-5.0.5 [roy 20090704]
337 1.1248 roy dhcpcd(8): Import dhcpcd-5.0.6 [roy 20090708]
338 1.1258 minskim sysmon_envsys(8): Enhancements to allow access to driver-internal
339 1.1251 pgoyette limit values [pgoyette 20090710]
340 1.1252 roy libc: Add getdelim(3) and getline(3) conforming to
341 1.1253 roy IEEE Std 1003.1-2008 (``POSIX.1'') [roy 20090713]
342 1.1257 minskim ip(4): Add IP_RECVTTL option to let recvmsg(2) return the TTL
343 1.1258 minskim of the received datagram. [minskim 20090716]
344 1.1257 minskim ip(4): Add IP_MINTTL option to discard packets with a TTL
345 1.1258 minskim lower than the option value. [minskim 20090717]
346 1.1281 tsutsui openssl(1): Import SNAP-20090710 under the new crypto/external
347 1.1259 christos framework [christos 20090719]
348 1.1320 pooka rumpdev: Support devices and kernel config framework. [pooka 20090720]
349 1.1260 mbalmer gpio(4): Complete rework to integrate with kauth(9), allow for
350 1.1260 mbalmer runtime driver attachment, naming of individual pins.
351 1.1260 mbalmer [mbalmer 20090725]
352 1.1260 mbalmer gpiosim(4): New driver for development/testing purposes to simulate
353 1.1260 mbalmer a gpio(4) device.
354 1.1260 mbalmer [mbalmer 20090725]
355 1.1260 mbalmer gpioctl(8): New commandline syntax to reflect gpio(4) changes.
356 1.1260 mbalmer [mbalmer 20090725]
357 1.1260 mbalmer secmodel_44bsd(9), secmodel_securelevel(9): Add provisions to control
358 1.1268 jmcneill access to gpio(4) pins. [mbalmer 20090725]
359 1.1261 kiyohara mvsata(4): Support Marvell Hercules-I/II SATA Controllers
360 1.1266 snj [kiyohara 20090727]
361 1.1262 roy dhcpcd(8): Import dhcpcd-5.0.7. [roy 20090728]
362 1.1263 christos bind: Update to 9.6.1-P1. [christos 20090728]
363 1.1264 cegger xen: dropped Xen 2 support. [cegger 20090728]
364 1.1265 plunky libbluetooth: add device access API bt_dev(3). [plunky 20090803]
365 1.1320 pooka rumpfs: Add support for registering external files which are
366 1.1320 pooka accessed from the host OS fs namespace instead of from
367 1.1320 pooka inside the rump virtual kernel. [pooka 20090803]
368 1.1267 jmcneill acpi(4): It is now possible to configure devices other than the lid
369 1.1267 jmcneill switch and sleep/power buttons as a method of waking the
370 1.1267 jmcneill machine from sleep. Any ACPI device node with a _PRW method
371 1.1267 jmcneill is now a candidate, and the device nodes are listed in the
372 1.1267 jmcneill hw.wake namespace. By default, the following device node
373 1.1267 jmcneill types are enabled as wakeup devices if the firmware supports
374 1.1267 jmcneill it: lid switch, sleep/power button, PC keyboard controller.
375 1.1268 jmcneill [jmcneill 20090804]
376 1.1281 tsutsui openssl(1): Import SNAP-20090805 to fix the namespace issues
377 1.1269 christos (BLOCK, CSTRING, etc) [christos 20090805]
378 1.1270 macallan tcx(8): support wsdisplay and acceleration [macallan 20090806]
379 1.1320 pooka rumpvfs: Use unmodified kernel vnode pager. [pooka 20090806]
380 1.1272 haad zfs: Import OpenSolaris zfs source code to NetBSD, add NetBSD
381 1.1281 tsutsui patches. [haad 20090808]
382 1.1366 rmind smsh(4): Add a SMSC LAN9118 Family Ethernet driver. [kiyohara 20090809]
383 1.1366 rmind evbarm: Support for Gumstix Verdex and Verdex Pro. [kiyohara 20090809]
384 1.1271 mbalmer gpioiic(4): New driver to create an I2C bus using GPIO pins in
385 1.1271 mbalmer bit-banging mode. [mbalmer 20090809]
386 1.1273 macallan voyagerfb(8): a driver for the Gdium Liberty 1000's video controller
387 1.1273 macallan [macallan 20090812]
388 1.1281 tsutsui mips: removed a.out support [matt 20090812]
389 1.1275 mbalmer secmode_keylock, keylock, gpiolock(4): Add support for multi-position
390 1.1275 mbalmer keylocks. [mbalmer 20090814]
391 1.1276 joerg nbperf(1): A minimal perfect hash function generator. [joerg 20090815]
392 1.1277 jmcneill acpi(4): Updated ACPICA to 20090730. This release includes full
393 1.1277 jmcneill support for the ACPI 4.0 specification. [jmcneill 20090818]
394 1.1278 jmcneill iasl(1): The ACPICA ASL (ACPI Source Language) compiler/decompiler
395 1.1278 jmcneill is now included with i386 and amd64 installations.
396 1.1278 jmcneill [jmcneill 20090818]
397 1.1279 jmcneill amd64, i386: Suspend and resume is now supported when using the
398 1.1279 jmcneill genfb(4) display driver. [jmcneill 20090823]
399 1.1280 macallan suntcx(4): imported the xf86-video-suntcx driver and added hardware
400 1.1280 macallan acceleration [macallan 20090827]
401 1.1282 tron postfix(1): Import version 2.6.5 [tron 20090831]
402 1.1283 joerg unzip(1): A libarchive-based unzip frontend, emulating most of
403 1.1283 joerg infozip's command line. [joerg 20090903]
404 1.1320 pooka rumpcrypto: Add rump component for kernel crypto routines.
405 1.1320 pooka [pooka 20090903]
406 1.1284 macallan sunleo(4): imported the xf86-video-sunleo 1.2.0 driver from Xorg
407 1.1284 macallan [macallan 20090905]
408 1.1285 sborrill hdaudio(4): New standards-compliant Intel High Definition Audio driver
409 1.1285 sborrill written to replace azalia(4). [sborrill 20090906]
410 1.1320 pooka rump_smbfs(8): Support smbfs as a userspace server. [pooka 20090906]
411 1.1286 jnemeth sets: Move kernel modules out of base.tgz and into a new modules.tgz.
412 1.1286 jnemeth [jnemeth 20090907]
413 1.1286 jnemeth sysinst(8): Install the new modules.tgz set. [jnemeth 20090907]
414 1.1286 jnemeth build.sh: Add a modules operation which builds kernel modules and
415 1.1286 jnemeth installs them into DESTDIR. [jnemeth 20090907]
416 1.1287 apb sysctl(7): Add kern.boothowto variable. [apb 20090911]
417 1.1288 apb rc(8): Output is now logged to /var/run/rc.log. A new rc_silent
418 1.1289 apb option suppresses output to the console; it can be set
419 1.1289 apb in rc.conf(5) or by booting in silent mode (e.g. "boot
420 1.1289 apb netbsd -z" on i386 or amd64). [apb 20090911]
421 1.1320 pooka kernel: remove POOL_INIT from the kernel, replace with dynamic
422 1.1320 pooka constructors which call pool_init(). [pooka 20090913]
423 1.1290 degroote pfsync(4): PFSYNC from OpenBSD 4.2 imported [degroote 20090914]
424 1.1292 bouyer xen: add support for feature-flush-cache in block device backend.
425 1.1292 bouyer Use it in block device frontend for DIOCCACHESYNC.
426 1.1292 bouyer [bouyer 20090923]
427 1.1320 pooka ld.elf_so(1): Support dlinfo(), currently limited to RTLD_DI_LINKMAP.
428 1.1320 pooka [pooka 20090924]
429 1.1320 pooka rump: Support autoloading of modules from linksets. [pooka 20090924]
430 1.1291 mbalmer gpio(4): Add the GPIO_PIN_PULSATE attribute to let a pin pulsate at
431 1.1291 mbalmer a hardware defined frequency and duty cycle. [mbalmer 20090925]
432 1.1291 mbalmer gpioctl(8): Support the new GPIO_PIN_PULSATE attribute for pins using
433 1.1291 mbalmer the "pulsate" keyword. [mbalmer 20090925]
434 1.1292 bouyer xen: add support for request-rx-copy in the virtual network device
435 1.1293 bouyer backend. This is required by recent Xen linux kernels.
436 1.1293 bouyer [bouyer 20090925]
437 1.1294 jakllsch ichlpcib(4): Add gpio(4) support. [jakllsch 20090927]
438 1.1295 jmcneill wb(4): Add a driver for Winbond W83L518D SD/MMC readers.
439 1.1295 jmcneill [jmcneill 20090930]
440 1.1296 tsarna mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 212.1
441 1.1297 tsarna [tsarna 20090929]
442 1.1299 nakayama lom(4), sparc64: Add a driver for LOMlite lights out management
443 1.1299 nakayama hardware monitor and watchdog timer. [nakayama 20091002]
444 1.1300 jmcneill i386: Add support for enhanced speedstep on VIA C7 Esther CPUs.
445 1.1300 jmcneill [jmcneill 20091002]
446 1.1301 jmcneill acpiwmi(4): Add a driver for the ACPI WMI Mapper interface.
447 1.1301 jmcneill [jmcneill 20091002]
448 1.1302 jmcneill i386: Add support for VIA C7 temperature sensors. [jmcneill 20091002]
449 1.1303 roy dhcpcd(8): Import dhcpcd-5.1.1. [roy 20091002]
450 1.1304 christos libm(3): Add f{dim,max,min}{,f,l} from FreeBSD [christos 20091004]
451 1.1320 pooka ukfs(3): Support disklabel partitions. [pooka 20091007]
452 1.1305 cegger man(1): Display manpage when specified with a path [cegger 20091007]
453 1.1306 sborrill hdaudioctl(8): Add tool to manipulate hdaudio(4) devices
454 1.1306 sborrill [sborrill 20091011]
455 1.1320 pooka rump: Create proper prototypes for varargs system calls.
456 1.1320 pooka [pooka 20091013]
457 1.1320 pooka rump: Introduce public interface specifications and autogenerate
458 1.1320 pooka entrypoint wrappers. [pooka 20091014]
459 1.1320 pooka rump: Add a virtual CPU scheduler which maps the current thread
460 1.1320 pooka to an available virtual CPU on entry to the rump kernel.
461 1.1320 pooka [pooka 20091015]
462 1.1307 roy dhcpcd(8): Import dhcpcd-5.1.2. [roy 20091016]
463 1.1308 ahoka sysinst(8): Give the option to use tmpfs for /tmp in sysinst instead of
464 1.1308 ahoka the older mfs on i386 and amd64. [ahoka 20091018]
465 1.1309 rmind kernel: Remove support for uarea swap-out. [rmind 20091021]
466 1.1311 christos bind: Update to 9.7.0-b1. [christos 20091024]
467 1.1310 roy dhcpcd(8): Import dhcpcd-5.1.3. [roy 20091025]
468 1.1311 christos flex(1): Import flex-2.5.35 [christos 20091025]
469 1.1312 christos routed(8): Merge 2.32 changes [christos 20091025]
470 1.1313 christos m4(1): Import the OpenBSD one since it implements features from gm4
471 1.1313 christos that the new flex wants [christos 20091026]
472 1.1314 christos yacc(1): Import byacc-20091028 [christos 20091028]
473 1.1315 macallan pm2fb: A driver for Permedia2-based graphics cards like Sun's PGX32
474 1.1315 macallan [macallan 20091028]
475 1.1316 macallan xf86-video-igs: an Xorg driver for IGS CyberPro 20x0 graphics
476 1.1316 macallan controllers, currently only for rev. 5 sharks
477 1.1316 macallan [macallan 20091110]
478 1.1317 jld raid(4): RAIDframe parity maps, which greatly improve parity rewrite
479 1.1317 jld times after unclean shutdown; jld's GSoC 2009 project.
480 1.1317 jld [jld 20091117]
481 1.1318 bouyer bnx(4): Added support for Broadcom BCM5709 and BCM5716 chips.
482 1.1318 bouyer [bouyer 20091118]
483 1.1320 pooka build.sh: Add "rumptest" for fast testing of rump compilation
484 1.1320 pooka and linking. It is useful mostly for developers.
485 1.1320 pooka [pooka 20091118]
486 1.1319 roy resolvconf(8): Import openreslv-3.3.3. [roy 20091121]
487 1.1320 pooka rump: Load rump virtual kernel symbol table at boot. This enables
488 1.1320 pooka the use of the kernel linker in a rump kernel.
489 1.1320 pooka [pooka 20091126]
490 1.1321 mbalmer ums(4): Added touchpanel support. [mbalmer 20091127]
491 1.1322 mbalmer ws(4): Added the xf86-input-ws input driver for touchpanels that
492 1.1322 mbalmer report absolute position data through wscons(4), e.g. those
493 1.1322 mbalmer support by ums(4). [mbalmer 20091128]
494 1.1331 mrg sparc64: Add real UltraSPARC-III* CPU support. [mrg 20091130]
495 1.1323 uebayasi build.sh: Handle externally added programs and libraries and create
496 1.1323 uebayasi sets. [uebayasi 20091130]
497 1.1324 tsutsui udl(4): Add a driver for DisplayLink DL-1x0/1x5 based USB LCDs and
498 1.1324 tsutsui USB-VGA adaptors. Ported from OpenBSD by FUKAUMI Naoki
499 1.1324 tsutsui with many modification. [tsutsui 20091130]
500 1.1325 haad lvm: Import new lvm2tools 2.02.56 version and libdevmapper 1.02.40.
501 1.1341 tsutsui [haad 20091202]
502 1.1326 roy resolvconf(8): Import openreslv-3.3.4. [roy 20091204]
503 1.1327 pooka playstation2: Port deleted. [pooka 20091205]
504 1.1328 pooka mount_portal(8): Remove the kernel portalfs driver and replace
505 1.1328 pooka mount_portal with a version implemented using puffs.
506 1.1328 pooka [pooka 20091205]
507 1.1365 snj network: Add "net.inet.icmp.bmcastecho" sysctl(7) support, to disable
508 1.1365 snj ICMP replies to the broadcast address. [christos 20091207]
509 1.1329 kardel ntp: Import ntp-4-2-4p8. [kardel 20091208]
510 1.1330 nonaka zaurus: Add support Xorg. [nonaka 20091213]
511 1.1351 ahoka sysinst: Make SHA1 the default option for cyphers. [ahoka 20091216]
512 1.1332 jmmv atf(7): Import 0.7. [jmmv 20091222]
513 1.1333 roy dhcpcd(8): Import dhcpcd-5.1.4. [roy 20091223]
514 1.1334 christos bind: Update to 9.7.0-rc1. [christos 20091226]
515 1.1335 christos openssl(1): Import SNAP-20091226 [christos 20091226]
516 1.1336 christos openssh: Import 5.3. [christos 20091226]
517 1.1337 macallan gfb: Add a driver for Sun XVR-1000 graphics boards
518 1.1337 macallan [macallan 20091229]
519 1.1338 msaitoh wm(4): Add support for i82583V [msaitoh 20091230]
520 1.1339 mlelstv libc: Import tzcode2009k [mlelstv 20091231]
521 1.1342 jdc cas(4): Add a driver for Sun Cassini and Cassini+ Ethernet hardware.
522 1.1342 jdc From OpenBSD [jdc 20100107]
523 1.1340 tsutsui cobalt: Add LBA48 support to bootloader so that it can safely load
524 1.1340 tsutsui a kernel from NetBSD partition beyond >137GB boundary.
525 1.1340 tsutsui [tsutsui 20100110]
526 1.1343 bouyer sparc: Add apc(4), a driver for the Aurora Personality Chip (APC)
527 1.1343 bouyer found on SPARCstation-4/5 and qemu. Allows to idle the
528 1.1343 bouyer CPU when in the idle loop. [bouyer 20100115]
529 1.1344 roy tn3270: Removed from base [roy 20100116]
530 1.1345 jmmv macppc: Add support for new-style kernel modules. [jmmv 20100118]
531 1.1345 jmmv shark: Add support for new-style kernel modules. [jmmv 20100118]
532 1.1350 ahoka wscons(4): Add fonts for eastern european languages. [ahoka 20100118]
533 1.1346 jmmv daily.conf(5): Add fetch_pkg_vulnerabilities to keep the packages
534 1.1346 jmmv vulnerabilities database up to date, if it exists.
535 1.1346 jmmv [jmmv 20100119]
536 1.1346 jmmv security.conf(5): Add check_pkg_vulnerabilities and
537 1.1346 jmmv check_pkg_signatures to validate the installed packages
538 1.1346 jmmv against the vulnerabilities database and the expected
539 1.1346 jmmv checksums for their files. [jmmv 20100119]
540 1.1349 pooka bpf(9): Make bpf interface with an ops vector backed by stubs
541 1.1347 pooka if bpf is not present in the kernel. The client
542 1.1347 pooka linkage is now always the same. [pooka 20100119]
543 1.1352 roy dhcpcd(8): Import dhcpcd-5.1.5. [roy 20100131]
544 1.1359 phx amigappc: A CSPPC system with ahsc(4) or cbiiisc(4) boots into
545 1.1360 phx multiuser for the first time. [phx 20100202]
546 1.1353 roy terminfo(3): Import my terminfo implementation to replace termcap.
547 1.1357 msaitoh [roy 20100203]
548 1.1354 pgoyette acpismbus(4): Add my experimental ACPI SMBus Control Method
549 1.1354 pgoyette Interface driver. [pgoyette 20100206]
550 1.1355 tonio uthum(4): Add a driver for TEMPer and TEMPerHUM usb thermometers.
551 1.1355 tonio Adapted from OpenBSD [tonio 20100206]
552 1.1356 joerg network: Derive the mbuf cluster (NMBCLUSTERS) at boot time from
553 1.1356 joerg the available memory. The default can be raised by changing
554 1.1356 joerg kern.mbuf.nmbclusters. [joerg 20100208]
555 1.1357 msaitoh mfi(4): Add support for LSI's newer (GEN2) RAID controller from
556 1.1357 msaitoh OpenBSD. [msaitoh 20100209]
557 1.1358 cnst aibs(4): New driver for ASUSTeK AI Booster (ACPI ASOC ATK0110)
558 1.1358 cnst hardware monitor with limit support. [cnst 20100209]
559 1.1361 cnst wbsio(4): New driver for Winbond Super I/O attachment of
560 1.1361 cnst lm(4) on any port. [cnst 20100221]
561 1.1362 macallan wcfb: A driver for 3Dlabs Wildcat graphics cards [macallan 20100224]
562 1.1364 roy ld.so_elf: Implement negative symbol lookup cache [roy 20100227]
563 1.1363 roy dhcpcd(8): Import dhcpcd-5.2.1. [roy 20100227]
564 1.1367 tsutsui ne(4): Add proper support for NE2000 8 bit mode. [tsutsui 20090303]
565 1.1368 plunky uhso(4): Add a driver for Option N.V. Wireless WAN modems.
566 1.1368 plunky [plunky 20100306]
567 1.1369 lukem openldap: Update to 2.4.21. [lukem 20100308]
568 1.1370 tsutsui atari: Add support for the SMC Elite Ultra Ethernet with
569 1.1370 tsutsui the SMC_TT VME-ISA bridge. [tsutsui 20100313]
570 1.1371 cnst aibs(4): Remove aiboost(4) as obsolete and redundant
571 1.1371 cnst since the introduction of aibs(4). [cnst 20100319]
572 1.1372 macallan cgtwelve: A driver for Sun CG12 / Matrox SG3 graphics boards
573 1.1372 macallan [macallan 20100323]
574 1.1373 roy dhcpcd(8): Import dhcpcd-5.2.2. [roy 20100331]
575 1.1376 jakllsch nca(4): Added PCI attachment for Domex DMX-3191D SCSI board.
576 1.1376 jakllsch [jakllsch 20100401]
577 1.1374 macallan dbcool(4): Added support for ADM1031 therman sensor / fan controller
578 1.1374 macallan [macallan 20100401]
579 1.1375 tsutsui atari: Add support for the EtherNEC, ISA NE2000 based Ethernet
580 1.1375 tsutsui connected to Atari ROM cartridge slot. [tsutsui 20100401]
581 1.1377 jakllsch agp(4): Add support for the Intel 82855GM AGP port. [jakllsch 20100404]
582 1.1378 jruoho acpi(4): Updated ACPICA to 20100121. [jruoho 20100408]
583 1.1379 hannken fss(4): Add snapshot support for MSDOS file systems. [hannken 20100409]
584 1.1380 hannken fsck_msdos(8): add -x option which allows to run fsck_msdos -n on
585 1.1380 hannken a snapshot of a live file system. [hannken 20100411]
586