summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2007-12-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-063-0/+12
| | | | | * Makefile, init.c: Make sure POSIX threading is enabled if using GoAhead.
* 2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-096-3/+15
| | | | * Makefile: bin2c now rtems-bin2c.
* 2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-092-5/+46
| | | | * init.c: Test improved.
* 2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-062-3/+4
| | | | * Makefile: No use of objdump.
* 2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-252-1/+5
| | | | * Makefile: Added telnetd test.
* 2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-2510-0/+25
| | | | * .cvsignore: New file.
* 2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-254-0/+221
| | | | * .cvsignore, ChangeLog, Makefile, init.c: New files.
* 2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-252-2/+4
| | | | * test.c: Remove warning.
* 2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-252-1/+5
| | | | * mcast.c: Remove warning.
* 2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-252-2/+6
| | | | * networkconfig-icecube.h: Fix MAC address and typo.
* 2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-252-0/+6
| | | | * .cvsignore: New file.
* 2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-253-2/+11
| | | | | * Makefile: Build native ttcp as side-effect of main build. * rtems_ttcp.c: Fix warning.
* 2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-254-35/+24
| | | | | * .cvsignore, Makefile, init.c: Switch to using rtems-bin2c for initial filesystem image.
* 2007-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-192-0/+11
| | | | * .cvsignore: New file.
* 2007-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-192-1/+5
| | | | * Makefile: Add mcast.
* Fix typo.Joel Sherrill2007-09-191-1/+1
|
* 2007-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-191-6/+1
| | | | * Makefile: Clean up.
* 2007-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-191-0/+4
| | | | * Makefile: Initial add of multicast test.
* 2007-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-1910-0/+573
| | | | | | * 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-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-142-4/+14
| | | | | * networkconfig.h: Loopback only network configuration tweaked to have a hostname.
* 2007-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-142-90/+23
| | | | | * networkconfig.h: Loopback only network configuration. Use one of the real ones as an example.
* 2007-09-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-072-1/+5
| | | | * shttpd_index.html: Fix URL for shttpd.
* 2007-09-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-074-2/+157
| | | | | | | * 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-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-073-2/+13
| | | | | | * 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-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-062-2/+6
| | | | * shttpd_ext.c: Use new name.
* 2007-09-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-068-12/+133
| | | | | | | | | * 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-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-042-3/+5
| | | | * init.c: Remove TARFILE_XXX macros.
* 2007-09-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-045-25/+35
| | | | | | | * 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-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-08-162-1/+9
| | | | * Makefile: Account for -B architecture option.
* 2007-08-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-08-164-3/+38
| | | | | | * 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-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-08-072-1/+5
| | | | * VERSION: Updated to network-demos-4.7.99.2.
* 2007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-182-0/+156
| | | | * networkconfig-qemu.h: New file.
* 2007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-182-13/+14
| | | | | * networkconfig.h: Make the NFS server, remote filesystem, and directory to look at configurable.
* 2007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-182-1/+6
| | | | * Makefile: Do not restrict size of heap.
* 2007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-182-2/+5
| | | | * Makefile: Eliminate unneeded temp.o
* 2007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-182-8/+14
| | | | | * init.c: Make the NFS server, remote filesystem, and directory to look at configurable.
* 2007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-182-6/+21
| | | | * ChangeLog, init.c: Clean up and now works on PowerPC/ep5200.
* 2007-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-163-0/+13
| | | | * ChangeLog, rootfs/etc/host.conf, rootfs/etc/hosts: New files.
* 2007-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-165-0/+584
| | | | | | Initial add of NFS Client test. * .cvsignore, Makefile, dirutils.c, init.c, rootfs/rtems_logo.jpg: New files.
* 2007-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-122-1/+6
| | | | * init.c: Account for adding port to shttpd initialization.
* 2007-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-124-40/+125
| | | | | | | | | * 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-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-117-21/+43
| | | | | | | | | | * 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-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-113-14/+23
| | | | | | * Makefile: Include all managers. * init.c: Make the test just a bit more verbose in case the network initialization failure.
* 2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-228-368/+7
| | | | | | * 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-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-223-30/+30
| | | | | | * 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-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-222-87/+4
| | | | * test.c: Delete unused code.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-212-1/+5
| | | | * Makefile: Remove tarfile when make clean.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-212-0/+22
| | | | * Makefile: New file.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-2110-14/+40
| | | | * init.c: More warnings removed.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-216-2/+16
| | | | * init.c, test.c: More warnings removed.