summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New USB device specific controller filesSebastian Huber2012-03-261-1/+3
|
* Added taskqueue to resolve linking issues with the RealTek Nic.Jennifer Averett2012-03-221-1/+2
|
* Added random and harvest files to resolve missing methods when linking ↵Jennifer Averett2012-03-221-0/+2
| | | | RealTek Nic.
* Added uipc_domain.c to resolve missing symbols when linking the RealTek Nic.Jennifer Averett2012-03-221-0/+1
|
* Add DEC Tulip, Broadcomm (bce, bfe, bge), and SMC 9111x NICsJoel Sherrill2012-03-221-1/+9
|
* Add smp variables used by e1000 and remove unneeded ifdefsJoel Sherrill2012-03-221-0/+1
| | | | | + added machine/smp.h as empty file + added rtems-bsd-smp.c for a few variables which were needed
* Add E1000 driverJoel Sherrill2012-03-211-1/+20
|
* Added Intel EtherExpress Pro/100B PCI Fast Ethernet driver.Jennifer Averett2012-03-201-1/+2
|
* Added RealTek nic.Jennifer Averett2012-03-201-1/+2
|
* Forgot to add Makefile when socantsendmore() was added.Jennifer Averett2012-03-121-0/+1
|
* Use $(MAKE) not make so -jN worksJoel Sherrill2012-03-091-1/+1
|
* Add kern/subr_eventhandler.c to resolve more symbolsJennifer Averett2012-03-091-0/+1
|
* Initial addition of documentationJoel Sherrill2012-03-091-0/+6
|
* Add other architecture specific in_cksum routinesJoel Sherrill2012-03-091-0/+17
| | | | | | + arm, i386, mips, and sparc64 + freebsd-to-rtems.py: Updated + Makefile: Regenerated.
* Add time support files from FreeBSD to build to resolve more symbolsJoel Sherrill2012-03-091-0/+1
| | | | | | + Add multiple files + Add them to freebsd-to-rtems.py + Regenerate Makefile
* Initial addition of target specific filesJoel Sherrill2012-03-091-3/+11
| | | | | | | + This was needed for in_cksum.c. + Generic in_cksum.c does not include all needed methods. + generic in_cksum.c is generally sub-optimal. + Only PowerPC support merged.
* netipsec/ipsec.c was in header file list not C file listJoel Sherrill2012-03-081-0/+1
| | | | | | | | + Makefile: It was not listed since it was a header + freebsd/netipsec/ipsec.c: include transformation did not occur + freebsd-to-rtems.py: Moved ipsec.c to source. Added checks to ensure that only .h files are in header list and that only .c files are in source list.
* kern/kern_subr.c added for hashinitJoel Sherrill2012-03-081-0/+1
| | | | More undefined symbols resulted.
* All RTEMS files should now be under RTEMSJoel Sherrill2012-03-081-2/+2
| | | | - Also add "Makefile only" mode to freebsd-to-rtems.py
* Remove leading rtems/ directory from paths under rtemsbsdJoel Sherrill2012-03-081-3/+5
|
* Remove rtems/ from includes of RTEMS specific filesJoel Sherrill2012-03-081-1/+1
|
* Begin to trim rtems/ from include file paths - start with freebsdJoel Sherrill2012-03-081-291/+299
|
* Preserve Sebastian's directory structure under rtemsbsd to minimize changesJoel Sherrill2012-03-071-34/+34
|
* Add rmlock - almost linksJoel Sherrill2012-03-071-0/+1
|
* Makefile - Remove include of target.cfg as unneededJoel Sherrill2012-03-071-1/+0
|
* Clean Up MakefileJoel Sherrill2012-03-071-2/+2
| | | | | - Remove explicit setting of $PATH - Fix line length issue on install for loop
* Separate User Path Settings Into New File config.incJoel Sherrill2012-03-071-2/+1
| | | | | This makes the settings available for use in other Makefiles. Specifically when tests are added.
* Initial importJoel Sherrill2012-03-071-0/+354
Code is based on FreeBSD 8.2 with USB support from Sebastian Huber and Thomas Doerfler. Initial TCP/IP stack work is from Kevel Kirspel.