summaryrefslogtreecommitdiffstats
path: root/testsuite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* usb01: Correct MakefileJoel Sherrill2012-07-281-3/+6
|
* usb01: make Makefile follow pattern of othersJoel Sherrill2012-07-281-4/+5
|
* mghttpd01: Add test - does not build yetJoel Sherrill2012-07-287-0/+235
|
* testsuite/Makefile: Clean up after test name changeJoel Sherrill2012-07-281-1/+9
|
* loopback01: Does not include rtems specific net filesJoel Sherrill2012-07-273-2/+84
|
* init01: Add configuration structureJoel Sherrill2012-07-272-4/+27
|
* init01: Add init.cJoel Sherrill2012-07-271-5/+11
|
* loopback01: New test from samples/loopbackJoel Sherrill2012-07-262-0/+310
|
* Rename link01 to init01Joel Sherrill2012-07-265-9/+3
|
* link01 - Clean up and split so initialization can be reused in other testsJoel Sherrill2012-07-263-31/+23
| | | | | | Removed building link_r since we appear to have managed to resolve not pulling in enough of the FreeBSD source or having adequate adapter routines.
* link01: Only include fxp on pc386Joel Sherrill2012-07-171-2/+5
|
* link01: Initialize interfacesJoel Sherrill2012-07-112-0/+10
|
* link01: Add static_hints and make nic-sysinit.h genericJoel Sherrill2012-07-092-4/+15
|
* Move config info into a .h fileJennifer Averett2012-06-291-0/+89
|
* Added legacy in order to get pcib to work correctly and resoleved fxp attach ↵Jennifer Averett2012-06-291-47/+1
| | | | | | | issue. The fxp attach has a resource allocation issue still to address, but should work as soon as that is debugged.
* Corrected link01 configuration and added pcib to SYSINIT.Jennifer Averett2012-05-301-7/+47
|
* timeout - Use standard Makefile templateJoel Sherrill2012-05-171-17/+16
|
* Standardized Makefiles so that i386 would build correctly.Jennifer Averett2012-05-164-57/+43
|
* Use SYSINIT reference definesSebastian Huber2012-05-101-27/+18
|
* Provide SWI(9) and TIMEOUT(9)Christian Mauderer2012-05-1010-0/+983
|
* Added subr_unit.c needed for addtional Nics.Jennifer Averett2012-05-091-1/+17
|
* Added calls to force the linkage of RealTek and EtherExpress Nics.Jennifer Averett2012-04-161-4/+4
|
* link01 - Add .gitnoreJoel Sherrill2012-04-051-0/+1
|
* link01 - Produce undefined list from relocatable and link errorsJoel Sherrill2012-04-052-6/+40
| | | | | This helps when tracking down how many undefined symbols there are and where they were defined.
* link01 - add undefined.txt to CLEAN_ADDITIONSJoel Sherrill2012-04-051-0/+1
|
* link01 - Add list of undefined symbolsJoel Sherrill2012-04-051-1/+4
|
* Remove dummy symbols in link01 testJoel Sherrill2012-03-271-7/+6
| | | | | + add symbol where needed + use as much as possible from rtems-bsd-symbols.c
* Moved prison_free and prison_hold to rtems-bsd-jail.cJennifer Averett2012-03-271-9/+2
|
* testsuite/usb01: Support multiple BSPsSebastian Huber2012-03-272-11/+29
|
* e1000 driver now compiles with fewer modificationsJulien Delange2012-03-261-1/+1
| | | | | | | | | | | | | - Change some include path in the e1000 drivers - Add some files from the FreeBSD source tree (modification in freebsd-to-rtems.py) - Avoid inconsistent functions declarations: the bool_t and/or boolean_t are not the same between rtems and freebsd so that a function with the prototype bool_t foobar() and another boolean_t foobar() does not compile on rtems. (see if_igb.c for example) Joel Note: These are still inconsistent on the FreeBSD side and need to be addressed by them. We will just make the prototype match the body until they give us a solution.
* Added comments on how to force the inclusion of the RealTek and Etherexpress ↵Jennifer Averett2012-03-231-0/+13
| | | | Nics.
* usb01 builds but does not linkJoel Sherrill2012-03-214-48/+44
|
* USB test but closer to code in PRJoel Sherrill2012-03-205-0/+750
|
* Convert to UNIX CR/LF.Joel Sherrill2012-03-202-393/+393
|
* Compiles but we are missing test.h.Joel Sherrill2012-03-201-1/+1
| | | | Maybe it is in the PR.
* Add USB test from Sebastian Huber with no modifications.Joel Sherrill2012-03-204-0/+444
|
* Added RealTek nic.Jennifer Averett2012-03-201-1/+1
|
* Remove rtems/ from includes of RTEMS specific filesJoel Sherrill2012-03-081-1/+1
|
* Add rmlock - almost linksJoel Sherrill2012-03-071-0/+5
|
* Add testsuite with single linking tests (link01)Joel Sherrill2012-03-073-0/+80