Sun May 24 21:42:39 2009 UTC ()
Note fd changes.


(ad)
diff -r1.1234 -r1.1235 src/doc/CHANGES

cvs diff -r1.1234 -r1.1235 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2009/05/24 02:36:57 1.1234
+++ src/doc/CHANGES 2009/05/24 21:42:39 1.1235
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1234 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1235 $>
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]
@@ -273,13 +273,15 @@ Changes from NetBSD 5.0 to NetBSD 6.0: @@ -273,13 +273,15 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
273 dhcpcd(8): Import dhcpcd-5.0.3 [roy 20090511] 273 dhcpcd(8): Import dhcpcd-5.0.3 [roy 20090511]
274 bluetooth: Update the Bluetooth service discovery API and merge it 274 bluetooth: Update the Bluetooth service discovery API and merge it
275 into libbluetooth, retiring the separate libsdp. 275 into libbluetooth, retiring the separate libsdp.
276 [plunky 20090512] 276 [plunky 20090512]
277 dhcpcd(8): Import dhcpcd-5.0.4 [roy 20090514] 277 dhcpcd(8): Import dhcpcd-5.0.4 [roy 20090514]
278 libc: Add the getdate(3) and getdate_err value, conforming to 278 libc: Add the getdate(3) and getdate_err value, conforming to
279 IEEE Std 1003.1 (``POSIX.1'') and the Open Group Base 279 IEEE Std 1003.1 (``POSIX.1'') and the Open Group Base
280 Specifications X/Open System Interfaces extension (``XSI''). 280 Specifications X/Open System Interfaces extension (``XSI'').
281 [ginsbach 20090514] 281 [ginsbach 20090514]
282 hp700: com at dino now works [skrll 20090518] 282 hp700: com at dino now works [skrll 20090518]
283 httpd(8): Import bozohttpd-20090522. [mrg 20090522] 283 httpd(8): Import bozohttpd-20090522. [mrg 20090522]
284 libc: Add %s (seconds since the Epoch) to strptime(3) for symmetry 284 libc: Add %s (seconds since the Epoch) to strptime(3) for symmetry
285 with strftime(3). [ginsbach 20090524] 285 with strftime(3). [ginsbach 20090524]
 286 kernel: File descriptor access performance improvements.
 287 [ad 20090524]