Module Name: src Committed By: christos Date: Tue Oct 2 01:48:06 UTC 2012
Modified Files: src/doc: CHANGES Log Message: mention clock_nanosleep To generate a diff of this commit: cvs rdiff -u -r1.1744 -r1.1745 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.1744 src/doc/CHANGES:1.1745 --- src/doc/CHANGES:1.1744 Thu Sep 27 12:55:08 2012 +++ src/doc/CHANGES Mon Oct 1 21:48:06 2012 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1744 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1745 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -120,3 +120,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0: support. This allows to use the LSI MegaCLI linux binary on a NetBSD host. [bouyer 20120919] zoneinfo: Import tzdata2012f. [apb 20120927] + kernel: add clock_nanosleep(2) [christos 20121001]