Mon Jan 14 02:17:45 2013 UTC ()
Note luna68k bootloader updates.


(tsutsui)
diff -r1.1780 -r1.1781 src/doc/CHANGES

cvs diff -r1.1780 -r1.1781 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2013/01/12 22:28:40 1.1780
+++ src/doc/CHANGES 2013/01/14 02:17:45 1.1781
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1780 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1781 $>
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]
@@ -162,13 +162,16 @@ Changes from NetBSD 6.0 to NetBSD 7.0: @@ -162,13 +162,16 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
162 dhcpcd(8): Import dhcpcd-5.6.6 [roy 20121219] 162 dhcpcd(8): Import dhcpcd-5.6.6 [roy 20121219]
163 arm: support NEON in userland [matt 20121226] 163 arm: support NEON in userland [matt 20121226]
164 kernel: allow MD kernel code to use PCUs [matt 20121226] 164 kernel: allow MD kernel code to use PCUs [matt 20121226]
165 units(1): add -l and -L options. [apb 20130101] 165 units(1): add -l and -L options. [apb 20130101]
166 postfix(1): Import version 2.9.5 [tron 20130102] 166 postfix(1): Import version 2.9.5 [tron 20130102]
167 file(1): upgraded to 5.12 [christos 20130103] 167 file(1): upgraded to 5.12 [christos 20130103]
168 luna68k: Add native bootloader. Based on 4.4BSD-Lite2/luna68k 168 luna68k: Add native bootloader. Based on 4.4BSD-Lite2/luna68k
169 "Stinger" loader. [tsutsui 20130105] 169 "Stinger" loader. [tsutsui 20130105]
170 kernel: Add dotg(4), a driver for Synopsys DesignWare USB OTG, 170 kernel: Add dotg(4), a driver for Synopsys DesignWare USB OTG,
171 ported from FreeBSD. [skrll 20130109] 171 ported from FreeBSD. [skrll 20130109]
172 kernel: Add usmsc(4), a driver for SMSC LAN95xx USB LAN devices,  172 kernel: Add usmsc(4), a driver for SMSC LAN95xx USB LAN devices,
173 ported from OpenBSD. [skrll 20130109] 173 ported from OpenBSD. [skrll 20130109]
174 arm: kill userland FPA support, replace with VFP. [matt 20130111] 174 arm: kill userland FPA support, replace with VFP. [matt 20130111]
 175 luna68k: Add netboot support. [tsutsui 20130113]
 176 luna68k: Fix bootloader to make secondary SPC SCSI on LUNA-II work
 177 properly. [tsutsui 20130114]