summaryrefslogtreecommitdiffstats
path: root/rtemsbsd (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-20Update due to header file changesSebastian Huber6-34/+32
2013-09-20Update due to Newlib <sys/cdefs.h> changesSebastian Huber1-0/+2
2012-11-26Switch to a version of select that is closer to bsd's version.Jennifer Averett2-46/+81
2012-11-26Add custom limits.h and timespec.hJennifer Averett2-0/+19
2012-11-05CAM: Update due to API changesSebastian Huber1-1/+1
2012-10-24_sx_xlock(): Added check for not in interrupt.Jennifer Averett1-1/+2
2012-10-23rtems-bsd-sx.c: Disable check for interruptible blocking until it is supportedJoel Sherrill1-1/+2
2012-10-23rtems-bsd-symbols.h: Do not hide sysctlbyname().Joel Sherrill1-1/+0
2012-10-11 rtems-bsd-symbols.h: Add _bsd_ipsec_set_policy.Jennifer Averett1-0/+1
2012-10-05Added rtems specific version of _pthread_main_np()Jennifer Averett1-0/+2
2012-09-12rtems-bsd-config.h.in: Added defines for O_NOFOLLOW and O_SHLOCKJennifer Averett1-0/+10
2012-09-11freebsd/bsd.h: Add include of freebsd/machine/_align.hJoel Sherrill1-0/+1
2012-09-10rtems-bsd-sysctl.c: Formatting correctionsJoel Sherrill1-2/+2
2012-09-10rtems-bsd-symbols.h: sysctl() should be a public symbolJoel Sherrill1-1/+0
2012-09-06rtems-bsd-config.h.in: Add FreeBSD macros missing in RTEMSJoel Sherrill1-0/+20
2012-09-06rtems-bsd-config.h.in: Do not undef __P or __strong_referenceJoel Sherrill1-8/+0
2012-09-05rtems-bsd-vm_glue.c: Add include of <freebsd/sys/types.h>Joel Sherrill1-0/+1
2012-09-05rtems-bsd-rwlock.c: Do not redefine pthread_rwlock_tJoel Sherrill1-2/+0
2012-09-05rtemsbsd/freebsd/sys/uio.h: New wrapper for <sys/uio.h>Joel Sherrill2-0/+4
2012-09-05rtemsbsd/freebsd/sys/signalvar.h: stub fileJoel Sherrill1-0/+1
2012-09-05rtemsbsd/freebsd/sys/signal.h: New wrapper for <sys/signal.h>Joel Sherrill1-0/+2
2012-09-05rtemsbsd/freebsd/sys/cdefs.h: New wrapper for <sys/cdefs.h>Joel Sherrill1-0/+7
2012-09-05rtems-bsd-config.h.in: Assume <sys/cdefs.h> is OK to useJoel Sherrill1-2/+0
2012-08-31Build System: Add option to disable IPV6 in orderly fashionJoel Sherrill1-0/+0
2012-08-24rtems-bsd-config.h: IPV6 enabled by default. Make consistent with MakefileJoel Sherrill1-1/+1
2012-08-24rtems-bsd-config.h: Add __NEW_RTEMS_BSD__ until machine/param.h in tools can ...Joel Sherrill1-0/+3
2012-08-24Fixed return values for jail methods.Jennifer Averett1-2/+3
2012-07-27net-setup: Add routing and old stack's configurationJoel Sherrill1-1/+1
2012-07-20Added rtems specific page tracking methods for uma page allocation.Jennifer Averett1-0/+116
2012-07-18Added more initialization of FIXME_ucred elements.Jennifer Averett1-1/+9
2012-07-18Fixed rtems_bsdnet_makeFdForSocket to work with file system change.Jennifer Averett1-9/+6
2012-07-18Added initilization of pcpu info for cpu0.Jennifer Averett1-4/+18
2012-07-17Fix curthread so it returns a valid value.Jennifer Averett1-0/+4
2012-07-17Restructure init and add more detailed initialization.Jennifer Averett1-17/+93
2012-07-17Add call to uma_startup2 so that booted gets set.Jennifer Averett1-0/+1
2012-07-14Makefile: Use MIPS generic in_cksum when no target specific implementationJoel Sherrill1-77/+0
2012-07-14rtems-bsd-nexus.c: Always include rtems/irq-extension.hJoel Sherrill1-0/+1
2012-07-13Add stub cpu_func.h files for all other RTEMS targetsJoel Sherrill11-0/+11
2012-07-13Readd MIPS cpu specific .h filesKevin Polulak1-1/+0
2012-07-13MIPS: Remove code with advertising clauseJoel Sherrill1-0/+1
2012-07-11Add _XXX_ENDIAN constantsJoel Sherrill1-0/+4
2012-07-11Some cleanup to allow build for multiple architectures.Jennifer Averett2-13/+16
2012-07-11Added nexus_setup_intr support and did some cleanup.Jennifer Averett2-11/+134
2012-07-09Added nexus resource routines.Jennifer Averett2-3/+303
2012-07-09Modified I386_BUS_SPACE_xxx values.Jennifer Averett1-0/+5
2012-07-06Put CPU specific bus_space routines into separate filesJoel Sherrill4-593/+1778
2012-06-29Remove a header include that causes powerpc compile error.Jennifer Averett2-3/+0
2012-06-29Added legacy in order to get pcib to work correctly and resoleved fxp attach ...Jennifer Averett3-1/+189
2012-06-01Add some of the initialization from freeBSD vm_init.c needed for Nic.Jennifer Averett1-1/+15
2012-05-31Added an initialization method for minimal vm initialization.Jennifer Averett1-3/+31