summaryrefslogtreecommitdiffstats
path: root/rtemsbsd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update due to header file changesSebastian Huber2013-09-206-34/+32
* Update due to Newlib <sys/cdefs.h> changesSebastian Huber2013-09-201-0/+2
* Switch to a version of select that is closer to bsd's version.Jennifer Averett2012-11-262-46/+81
* Add custom limits.h and timespec.hJennifer Averett2012-11-262-0/+19
* 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
* rtems-bsd-symbols.h: Do not hide sysctlbyname().Joel Sherrill2012-10-231-1/+0
* rtems-bsd-symbols.h: Add _bsd_ipsec_set_policy.Jennifer Averett2012-10-111-0/+1
* Added rtems specific version of _pthread_main_np()Jennifer Averett2012-10-051-0/+2
* rtems-bsd-config.h.in: Added defines for O_NOFOLLOW and O_SHLOCKJennifer Averett2012-09-121-0/+10
* freebsd/bsd.h: Add include of freebsd/machine/_align.hJoel Sherrill2012-09-111-0/+1
* rtems-bsd-sysctl.c: Formatting correctionsJoel Sherrill2012-09-101-2/+2
* rtems-bsd-symbols.h: sysctl() should be a public symbolJoel Sherrill2012-09-101-1/+0
* rtems-bsd-config.h.in: Add FreeBSD macros missing in RTEMSJoel Sherrill2012-09-061-0/+20
* rtems-bsd-config.h.in: Do not undef __P or __strong_referenceJoel Sherrill2012-09-061-8/+0
* 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
* rtemsbsd/freebsd/sys/uio.h: New wrapper for <sys/uio.h>Joel Sherrill2012-09-052-0/+4
* rtemsbsd/freebsd/sys/signalvar.h: stub fileJoel Sherrill2012-09-051-0/+1
* rtemsbsd/freebsd/sys/signal.h: New wrapper for <sys/signal.h>Joel Sherrill2012-09-051-0/+2
* rtemsbsd/freebsd/sys/cdefs.h: New wrapper for <sys/cdefs.h>Joel Sherrill2012-09-051-0/+7
* rtems-bsd-config.h.in: Assume <sys/cdefs.h> is OK to useJoel Sherrill2012-09-051-2/+0
* Build System: Add option to disable IPV6 in orderly fashionJoel Sherrill2012-08-311-0/+0
* rtems-bsd-config.h: IPV6 enabled by default. Make consistent with MakefileJoel Sherrill2012-08-241-1/+1
* Merge branch 'master' of ssh://git.rtems.org/data/git/rtems-libbsdJoel Sherrill2012-08-241-2/+3
|\
| * Fixed return values for jail methods.Jennifer Averett2012-08-241-2/+3
* | rtems-bsd-config.h: Add __NEW_RTEMS_BSD__ until machine/param.h in tools can ...Joel Sherrill2012-08-241-0/+3
|/
* net-setup: Add routing and old stack's configurationJoel Sherrill2012-07-271-1/+1
* 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
* Makefile: Use MIPS generic in_cksum when no target specific implementationJoel Sherrill2012-07-141-77/+0
* rtems-bsd-nexus.c: Always include rtems/irq-extension.hJoel Sherrill2012-07-141-0/+1
* Add stub cpu_func.h files for all other RTEMS targetsJoel Sherrill2012-07-1311-0/+11
* Readd MIPS cpu specific .h filesKevin Polulak2012-07-131-1/+0
* MIPS: Remove code with advertising clauseJoel Sherrill2012-07-131-0/+1
* Add _XXX_ENDIAN constantsJoel Sherrill2012-07-111-0/+4
* Some cleanup to allow build for multiple architectures.Jennifer Averett2012-07-112-13/+16
* Added nexus_setup_intr support and did some cleanup.Jennifer Averett2012-07-112-11/+134
* Added nexus resource routines.Jennifer Averett2012-07-092-3/+303
* Modified I386_BUS_SPACE_xxx values.Jennifer Averett2012-07-091-0/+5
* Put CPU specific bus_space routines into separate filesJoel Sherrill2012-07-064-593/+1778
* 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-293-1/+189
* Add some of the initialization from freeBSD vm_init.c needed for Nic.Jennifer Averett2012-06-011-1/+15