summaryrefslogtreecommitdiffstats
path: root/testsuite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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