summaryrefslogtreecommitdiffstats
path: root/ttcp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-05-04 09:47:39 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-05-04 09:48:19 -0500
commit78daa9fc051f09a4deaec7ef30fd2b9c8812703c (patch)
tree66418055985aa8ed1db415b1facf2a70300e361e /ttcp
parentRemove .cvsignore files (diff)
downloadnetwork-demos-78daa9fc051f09a4deaec7ef30fd2b9c8812703c.tar.bz2
Remove ChangeLog files
Diffstat (limited to 'ttcp')
-rw-r--r--ttcp/ChangeLog52
1 files changed, 0 insertions, 52 deletions
diff --git a/ttcp/ChangeLog b/ttcp/ChangeLog
deleted file mode 100644
index a109ef5..0000000
--- a/ttcp/ChangeLog
+++ /dev/null
@@ -1,52 +0,0 @@
-2009-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Allow overrides from invoking environment.
-
-2009-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * init.c: Now build with libbsdport.
-
-2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ttcp_orig/ttcp.c: Fix warning.
-
-2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * .cvsignore: New file.
-
-2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile: Build native ttcp as side-effect of main build.
- * rtems_ttcp.c: Fix warning.
-
-2007-08-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * init.c: Change clock tick to 1 millisecond.
- * rtems_ttcp.c: Add CPU usage reporting.
- * ttcp_orig/ttcp.c: Add -m option for delaying between writes.
-
-2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * init.c: More warnings removed.
-
-2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * rtems_ttcp.c, ttcp_orig/ttcp.c: Now compiles reasonably cleanly with
- CVS head.
-
-2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * init.c: confdefs.h should be rtems/confdefs.h
-
-2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * init.c: Replace CONFIGURE_TEST_XXX with CONFIGURE_APPLICATION_XXX.
-
-2003-01-28 Joel Sherrill <joel@OARcorp.com>
-
- * init.c: Increase number of file descriptors and use IMFS instead of
- mini-IMFS as filesystem.
-
-2000-12-14 Joel Sherrill <joel@OARcorp.com>
-
- * ChangeLog: New file.