summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-02 18:24:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-04-02 18:24:10 +0000
commit23a0105a78722111a2a2fd7e3c3b3bcd92ed8f44 (patch)
treee7e76afbb53c0c4b580f00af753d4ef20fe26d38 /testsuites/samples/ChangeLog
parent2007-04-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-23a0105a78722111a2a2fd7e3c3b3bcd92ed8f44.tar.bz2
2007-04-02 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, configure.ac: Convert from Classic API style TOD_Control as fundamental time structure to POSIX struct timespec. Add clock_get_uptime(). * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc, nsecs/nsecs.scn: New files.
Diffstat (limited to 'testsuites/samples/ChangeLog')
-rw-r--r--testsuites/samples/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index d192f65603..63193c2468 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,11 @@
+2007-04-02 Joel Sherrill <joel@OARcorp.com>
+
+ * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
+ as fundamental time structure to POSIX struct timespec. Add
+ clock_get_uptime().
+ * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
+ nsecs/nsecs.scn: New files.
+
2007-03-26 Joel Sherrill <joel@OARcorp.com>
* loopback/init.c: Add CVS Id.