summaryrefslogtreecommitdiffstats
path: root/freebsd-to-rtems.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* e1000 driver now compiles with fewer modificationsJulien Delange2012-03-261-5/+6
* 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/+3
* Removed system smp.h file.Jennifer Averett2012-03-221-1/+1
* Added random and harvest files to resolve missing methods when linking RealTe...Jennifer Averett2012-03-221-0/+3
* Added uipc_domain.c to resolve missing symbols when linking the RealTek Nic.Jennifer Averett2012-03-221-1/+1
* Add DEC Tulip, Broadcomm (bce, bfe, bge), and SMC 9111x NICsJoel Sherrill2012-03-221-0/+71
* Add smp variables used by e1000 and remove unneeded ifdefsJoel Sherrill2012-03-221-0/+2
* Add E1000 driverJoel Sherrill2012-03-211-1/+1
* Added Nic E1000 files without processingJennifer Averett2012-03-211-1/+63
* Added Intel EtherExpress Pro/100B PCI Fast Ethernet driver.Jennifer Averett2012-03-201-0/+16
* Added RealTek nic.Jennifer Averett2012-03-201-3/+21
* Make socantsendmore() available which required sys/aio.hJennifer Averett2012-03-121-0/+2
* Fix dry run bug and change name of filesChanged variableJoel Sherrill2012-03-121-8/+9
* Add diff mode to freebsd-to-rtems.pyJoel Sherrill2012-03-121-29/+44
* Move dry run check so more actions are performed during dry runJoel Sherrill2012-03-121-55/+29
* Use $(MAKE) not make so -jN worksJoel Sherrill2012-03-091-1/+1
* freebsd-to-rtems.py - Revert mode now confirmed to work for sourceJoel Sherrill2012-03-091-7/+15
* Add kern/subr_eventhandler.c to resolve more symbolsJennifer Averett2012-03-091-0/+1
* Use partial path to avoid seeing rtems in full pathJennifer Averett2012-03-091-7/+7
* Initial addition of documentationJoel Sherrill2012-03-091-1/+8
* Add other architecture specific in_cksum routinesJoel Sherrill2012-03-091-5/+5
* Add time support files from FreeBSD to build to resolve more symbolsJoel Sherrill2012-03-091-0/+5
* Initial addition of target specific filesJoel Sherrill2012-03-091-32/+153
* netipsec/ipsec.c was in header file list not C file listJoel Sherrill2012-03-081-1/+12
* kern/kern_subr.c added for hashinitJoel Sherrill2012-03-081-8/+8
* freebsd-to-rtems.py - Only copy if new version of file is differentJoel Sherrill2012-03-081-6/+28
* All RTEMS files should now be under RTEMSJoel Sherrill2012-03-081-53/+56
* More comments. Attempt to support forward/revert selection from command lineJoel Sherrill2012-03-081-86/+106
* Remove leading rtems/ directory from paths under rtemsbsdJoel Sherrill2012-03-081-2/+4
* freebsd-to-rtems.py EnhancementsJoel Sherrill2012-03-081-12/+73
* Generate without rtems/ on includesJoel Sherrill2012-03-081-27/+89
* Modifications to separate RTEMS BSD files from FreeBSD filesJoel Sherrill2012-03-071-75/+82
* Initial version.Sebastian Huber2012-03-071-0/+1565