summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move files to match FreeBSD layoutSebastian Huber2013-10-1041-8060/+0
* There is no main thread in RTEMSSebastian Huber2013-09-201-3/+0
* Avoid per-CPU featuresSebastian Huber2013-09-201-14/+0
* Update due to header file changesSebastian Huber2013-09-206-34/+32
* Switch to a version of select that is closer to bsd's version.Jennifer Averett2012-11-262-46/+81
* CAM: Update due to API changesSebastian Huber2012-11-051-1/+1
* _sx_xlock(): Added check for not in interrupt.Jennifer Averett2012-10-241-1/+2
* rtems-bsd-sx.c: Disable check for interruptible blocking until it is supportedJoel Sherrill2012-10-231-1/+2
* Added rtems specific version of _pthread_main_np()Jennifer Averett2012-10-051-0/+2
* rtems-bsd-sysctl.c: Formatting correctionsJoel Sherrill2012-09-101-2/+2
* rtems-bsd-vm_glue.c: Add include of <freebsd/sys/types.h>Joel Sherrill2012-09-051-0/+1
* rtems-bsd-rwlock.c: Do not redefine pthread_rwlock_tJoel Sherrill2012-09-051-2/+0
* Fixed return values for jail methods.Jennifer Averett2012-08-241-2/+3
* Added rtems specific page tracking methods for uma page allocation.Jennifer Averett2012-07-201-0/+116
* Added more initialization of FIXME_ucred elements.Jennifer Averett2012-07-181-1/+9
* Fixed rtems_bsdnet_makeFdForSocket to work with file system change.Jennifer Averett2012-07-181-9/+6
* Added initilization of pcpu info for cpu0.Jennifer Averett2012-07-181-4/+18
* Fix curthread so it returns a valid value.Jennifer Averett2012-07-171-0/+4
* Restructure init and add more detailed initialization.Jennifer Averett2012-07-171-17/+93
* Add call to uma_startup2 so that booted gets set.Jennifer Averett2012-07-171-0/+1
* rtems-bsd-nexus.c: Always include rtems/irq-extension.hJoel Sherrill2012-07-141-0/+1
* Some cleanup to allow build for multiple architectures.Jennifer Averett2012-07-111-12/+13
* Added nexus_setup_intr support and did some cleanup.Jennifer Averett2012-07-111-11/+61
* Added nexus resource routines.Jennifer Averett2012-07-092-3/+303
* Remove a header include that causes powerpc compile error.Jennifer Averett2012-06-292-3/+0
* Added legacy in order to get pcib to work correctly and resoleved fxp attach ...Jennifer Averett2012-06-292-0/+187
* Add some of the initialization from freeBSD vm_init.c needed for Nic.Jennifer Averett2012-06-011-1/+15
* Added an initialization method for minimal vm initialization.Jennifer Averett2012-05-311-3/+31
* Debug of rw_wowned()Jennifer Averett2012-05-301-11/+32
* Resolved an initialization order issue in link01.exeJennifer Averett2012-05-301-1/+1
* Increased maxproc from 6 to 32Jennifer Averett2012-05-301-1/+1
* Added pcib for Nics.Jennifer Averett2012-05-232-0/+102
* rtems-bsd-malloc.c - Add _bsd_reallocf()Joel Sherrill2012-05-181-1/+14
* Modify the filesystem ops to match changes in RTEMS head.Jennifer Averett2012-05-161-1/+1
* Provide SWI(9) and TIMEOUT(9)Christian Mauderer2012-05-103-290/+0
* Move rtems_bsd_thread0_ucredSebastian Huber2012-05-101-0/+53
* Fix ucred reference countingSebastian Huber2012-05-101-2/+4
* Modified copyright on rtems-bsd-xxx files to be consistant with FreeBSD copyr...Jennifer Averett2012-05-0835-124/+703
* Added stubs for funsetown() and fsetown()Jennifer Averett2012-05-021-0/+51
* Modifed sleep queue to be priority based and added the wakeup_one method.Jennifer Averett2012-05-011-1/+22
* Remove proc0 creationSebastian Huber2012-04-263-11/+4
* Merged rtems-bsd-uma.c back into uma_core.cJennifer Averett2012-04-191-2796/+0
* Add SYSINIT for RTEMS SMP variable initializationJoel Sherrill2012-04-191-2/+3
* Merged the rtems version of resource back to kern_resource and added method t...Jennifer Averett2012-04-181-174/+0
* Added an RTEMS specific version of routines needed from copyinout.cJennifer Averett2012-04-181-0/+31
* Move M_IOV to reduce dependenciesSebastian Huber2012-04-182-2/+2
* Added empty method for pgsigio.Jennifer Averett2012-04-181-0/+6
* Moved uio_yield implementation into bsd file.Jennifer Averett2012-04-181-79/+0
* Moved rtems-bsd-cyclecount.c to cpu.hJennifer Averett2012-04-181-29/+0
* Add BUS_DMA(9) support for mbufsSebastian Huber2012-04-182-32/+133