summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-252007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* test.c: Remove warning.
2007-09-252007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* mcast.c: Remove warning.
2007-09-252007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* networkconfig-icecube.h: Fix MAC address and typo.
2007-09-252007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* .cvsignore: New file.
2007-09-252007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile: Build native ttcp as side-effect of main build. * rtems_ttcp.c: Fix warning.
2007-09-252007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* .cvsignore, Makefile, init.c: Switch to using rtems-bin2c for initial filesystem image.
2007-09-192007-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* .cvsignore: New file.
2007-09-192007-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile: Add mcast.
2007-09-19Fix typo.Joel Sherrill
2007-09-192007-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile: Clean up.
2007-09-192007-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile: Initial add of multicast test.
2007-09-192007-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* ChangeLog, Makefile, README, init.c, listener.c, mcast.c, mcast_params.h, mcast_route.c, rootfs/etc/host.conf, rootfs/etc/hosts: New files.
2007-09-142007-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* networkconfig.h: Loopback only network configuration tweaked to have a hostname.
2007-09-142007-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* networkconfig.h: Loopback only network configuration. Use one of the real ones as an example.
2007-09-072007-09-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* shttpd_index.html: Fix URL for shttpd.
2007-09-072007-09-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* networkconfig-qemu.h: Disable DHCP and use static IP. * networkconfig.h: Use only loopback so tests can run OK on any target even if they can't do anything. * networkconfig-icecube.h: New file.
2007-09-072007-09-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* goahead_index.html: This is not preprocessed so hard code name. * init.c: Simple HTTPD is using ~39K stack space with this test. Make the stack for the SHTTPD server 48K.
2007-09-062007-09-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* shttpd_ext.c: Use new name.
2007-09-062007-09-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile, init.c, rootfs/.cvsignore: Add some dynamic content. Can now look at cpu usage, reset cpu usage and print a stack usage report. * goahead_index.html, shttpd.png, shttpd_ext.c, shttpd_index.html: New files. * index.html.in: Removed.
2007-09-042007-09-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* init.c: Remove TARFILE_XXX macros.
2007-09-042007-09-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile: Use bin2c to more reliably turn the tarfile into a linkable object file. Ignore .cvsignore when making tarfile. * init.c: Clean up tarfile symbol definitions. * .cvsignore, rootfs/.cvsignore: New files.
2007-08-162007-08-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile: Account for -B architecture option.
2007-08-162007-08-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* 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-08-072007-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* VERSION: Updated to network-demos-4.7.99.2.
2007-07-182007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* networkconfig-qemu.h: New file.
2007-07-182007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* networkconfig.h: Make the NFS server, remote filesystem, and directory to look at configurable.
2007-07-182007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile: Do not restrict size of heap.
2007-07-182007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile: Eliminate unneeded temp.o
2007-07-182007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* init.c: Make the NFS server, remote filesystem, and directory to look at configurable.
2007-07-182007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* ChangeLog, init.c: Clean up and now works on PowerPC/ep5200.
2007-07-162007-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* ChangeLog, rootfs/etc/host.conf, rootfs/etc/hosts: New files.
2007-07-162007-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
Initial add of NFS Client test. * .cvsignore, Makefile, dirutils.c, init.c, rootfs/rtems_logo.jpg: New files.
2007-07-122007-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* init.c: Account for adding port to shttpd initialization.
2007-07-122007-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* ChangeLog, Makefile, init.c: No switchable from GoAhead to SHTTPD but defaults to SHTTPD. The displayed index.html will indicate which httpd implementation is enabled. The user should edit the Makefile to switch settings. * index.html.in: New file. * rootfs/index.html: Removed.
2007-07-112007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile: Make slightly smarter on LD arguments. Do not pick up CVS files in tarball. * init.c: Turn off tracing on GoAhead. More debug. * rootfs/etc/hosts: Match OAR setup for EP5200. * rootfs/index.html: Cleanup and use RTEMS Logo. * rootfs/rtems_logo.jpg: New files. * rootfs/web/index.html: Removed.
2007-07-112007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* Makefile: Include all managers. * init.c: Make the test just a bit more verbose in case the network initialization failure.
2007-06-222007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* Makefile: Remove netlink. It appeared to be a hacked copy of http. * netlink/ChangeLog, netlink/Makefile, netlink/index.html, netlink/init.c, netlink/networkconfig.h, netlink/system.h: Removed.
2007-06-222007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* Makefile, init.c: Clean up. Make name of TARFILE related symbols conditional based upon architecture. Change way desired object format is determined so all BSPs compile this test.
2007-06-222007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* test.c: Delete unused code.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* Makefile: Remove tarfile when make clean.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* Makefile: New file.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* init.c: More warnings removed.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* init.c, test.c: More warnings removed.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* test.c: More warnings removed.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* rtems_ttcp.c, ttcp_orig/ttcp.c: Now compiles reasonably cleanly with CVS head.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* init.c: Now compiles reasonably cleanly with CVS head.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* Makefile, init.c: Now compiles reasonably cleanly with CVS head.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* Makefile, init.c, system.h: Now compiles reasonably cleanly with CVS head.
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* init.c: confdefs.h should be rtems/confdefs.h
2007-06-212007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* init.c, system.h: confdefs.h should be rtems/confdefs.h