summaryrefslogtreecommitdiffstats
path: root/freebsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added rtems specific page tracking methods for uma page allocation.Jennifer Averett2012-07-201-6/+19
|
* Remove debug that got turned on.Jennifer Averett2012-07-171-1/+1
|
* Fix curthread so it returns a valid value.Jennifer Averett2012-07-171-0/+5
|
* Add back in code to set booted.Jennifer Averett2012-07-171-3/+3
|
* Fix priv_check methods to return passing value.Jennifer Averett2012-07-171-2/+3
|
* Add ARM, PowerPC, and SPARC64 cpufunc.h files from FreeBSDJoel Sherrill2012-07-137-0/+2226
|
* Readd MIPS cpu specific .h filesKevin Polulak2012-07-132-0/+1397
| | | | | | At least 80 files in this tree have an advertisting clause. 56 in the old TCP/IP stack did. We will not have a functional stack unless we accept this unfortunate situation.
* MIPS: Remove code with advertising clauseJoel Sherrill2012-07-132-1397/+0
| | | | | | | At this point, we are unsure what actual functionality will be required for a functional MIPS port so just provide a stub. This lets the build complete and avoids the code with the advertising clause.
* Add MIPS cpu specific .h filesKevin Polulak2012-07-132-0/+1397
|
* Removed in_cksum_arm.S file.Kevin Polulak2012-07-111-341/+0
|
* subr_hints.c: For RTEMS use static_hintsJoel Sherrill2012-07-091-2/+1
| | | | | | The user MUST provide a static_hints character array. For now, this must be manually constructed. In the future, we may want to consider loading it from a file.
* FXP: Remove hack and use hint provided by applicationJoel Sherrill2012-07-091-8/+0
|
* Hack to the fxp driver to force i386 to be io based.Jennifer Averett2012-07-091-0/+8
|
* Disable conflicts with RTEMSJoel Sherrill2012-07-061-0/+6
|
* Put CPU specific bus_space routines into separate filesJoel Sherrill2012-07-061-0/+755
| | | | | | | | | | | The code in rtemsbsd/freebsd/machine/bus.h assumed that all bus space accesses were through memory in a simple fashion. The i386 has a true distinction between I/O and memory space which must be accounted for. This may not be the eventual structure of this code but we must have different bus space accessors for different hardware configurations. And in many, if not most, cases we will want these to be inlined for performance.
* Added back in a couple of methods.Jennifer Averett2012-07-031-2/+0
|
* Added isa header files for Nic.Jennifer Averett2012-07-022-0/+272
|
* Added missing header file.Jennifer Averett2012-06-291-0/+86
|
* Added legacy in order to get pcib to work correctly and resoleved fxp attach ↵Jennifer Averett2012-06-293-0/+359
| | | | | | | issue. The fxp attach has a resource allocation issue still to address, but should work as soon as that is debugged.
* Added pcib.Jennifer Averett2012-06-114-0/+1560
|
* Added rtems specific size for max_linkhdrJennifer Averett2012-06-011-1/+5
| | | | | | Note: This was needed for tcp_init to pass. This modification should be discussed to see if a cleaner resolution to the problem exists.
* Added initialization needed for Nics back in.Jennifer Averett2012-06-012-6/+8
|
* Restored debug off state for uma_core.cJennifer Averett2012-06-011-1/+1
|
* Added initialization needed by Nics into uma_core.cJennifer Averett2012-05-311-11/+7
|
* Remove define VERBOSE_SYSINIT which was added by mistake.Jennifer Averett2012-05-311-1/+0
|
* Added support for initialization of uihashinit().Jennifer Averett2012-05-302-0/+2093
|
* Added pcib for Nics.Jennifer Averett2012-05-237-17/+1190
|
* Commented out elements of the cdev struct which were unusedJennifer Averett2012-05-231-0/+6
| | | | | This was in preperation for adding RTEMS versions of make_dev and destroy_dev.
* Resolved issues with pc386 build.Jennifer Averett2012-05-174-0/+706
|
* Provide SWI(9) and TIMEOUT(9)Christian Mauderer2012-05-105-23/+1008
|
* Move rtems_bsd_thread0_ucredSebastian Huber2012-05-101-9/+0
|
* Added subr_unit.c needed for addtional Nics.Jennifer Averett2012-05-091-0/+871
|
* Added EtherExpress, tulip, and Broadcom Nics.Jennifer Averett2012-05-093-0/+493
| | | | | BCM570x, E1000, and Legacy Nics are commented out until pieces are added to get them to link.
* Added rtems_bsd_thread0_ucred as a single global ucred.Jennifer Averett2012-05-013-0/+24
|
* Added a define of 0 for bootverbose.Jennifer Averett2012-05-011-0/+5
|
* Added globals for hints and hintmode.Jennifer Averett2012-05-011-0/+4
|
* Added back in kqueue_schedtask() and kqueue_wakeup()Jennifer Averett2012-04-261-2/+4
|
* Remove proc0 creationSebastian Huber2012-04-265-61/+218
|
* Remove rusage dependenciesChristian Mauderer2012-04-263-1/+12
|
* Added in uma_find_refcnt() and vtoslab()Jennifer Averett2012-04-192-3/+5
| | | | | The vtoslab returns NULL for now which will cause a fault when the code runs.
* Merged rtems-bsd-uma.c back into uma_core.cJennifer Averett2012-04-191-0/+3439
| | | | The majority of this file was the same as the freebsd file uma_core.c.
* Add missing filesSebastian Huber2012-04-192-0/+2154
|
* Hide unused sectionSebastian Huber2012-04-191-0/+4
| | | | | Since "cold" is defined to 0 this code disappears if optimization is enabled.
* Merged the rtems version of resource back to kern_resource and added method ↵Jennifer Averett2012-04-181-0/+14
| | | | to resolve linker errors.
* Commented out calls to pin and unpin.Jennifer Averett2012-04-181-0/+4
|
* Hide device sysctl and resource functionsSebastian Huber2012-04-181-11/+82
|
* Remove superfluous include, formatSebastian Huber2012-04-181-8/+3
|
* Move __bswap64()Sebastian Huber2012-04-181-16/+0
| | | | | Add copyright notice of FreeBSD "sys/powerpc/include/endian.h". Change license to BSD.
* Moved uio_yield implementation into bsd file.Jennifer Averett2012-04-181-3/+10
|
* Add generic implementation of __bswap64Joel Sherrill2012-04-181-0/+16
|