summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-11rtems-bsd-mutex: Add SMP lock debug supportfreebsd-9.3Sebastian Huber
2017-01-11rtems-bsd-mutex: Update due to API changesSebastian Huber
2017-01-09Workaround for <sys/event.h> updateSebastian Huber
2016-12-23Update due to Newlib 2.5.0Sebastian Huber
2016-12-23PIPE(2): Port to RTEMSKevin Kirspel
2016-12-23PIPE(2): Import from FreeBSDKevin Kirspel
2016-12-15Add BRIDGE(4) support to configurationSebastian Huber
2016-12-07pfctl: Update due to linker set API changesSebastian Huber
2016-11-29debugger: Set the fd to -1 to indicate being disconnected.Chris Johns
2016-11-29Add a RTEMS Debugger TCP remote transport.Chris Johns
The patch also adds support to libbsd's build system making source conditional on a configure check. The debugger support is not available on all architectures and this feature lets us test if is avaliable.
2016-11-24ftpd: Use floating-point tasks due to syslog()Sebastian Huber
2016-11-24SLEEPQUEUE(9): Properly remove timeout timerSebastian Huber
2016-11-24Use _Thread_Dispatch_direct()Sebastian Huber
2016-11-24rtems-bsd-mutex: Update due to API changesSebastian Huber
2016-11-14Use -Wno-pointer-signSebastian Huber
Pointer sign warnings are quite common in FreeBSD code.
2016-11-14Fix errno redefined warningSebastian Huber
2016-11-14Fix mbuf_jumbo_alloc()Sebastian Huber
2016-11-14Revert "rtems-kernel-page: Panic on recursive reclaim"Sebastian Huber
This attempt to fix a memory allocation problem turned out to be broken. This reverts commit 651710509430eee6731807801bd5ad85d28f4db4.
2016-11-10Fix default network memory configurationSebastian Huber
2016-11-10rtems-kernel-page: Panic on recursive reclaimSebastian Huber
2016-11-09SDHCI(4): DeleteSebastian Huber
Delete heavily modified SDHCI(4) support. It must be re-imported from a later FreeBSD version on demand.
2016-11-09Provide O_CLOEXECSebastian Huber
2016-11-09Provide CLOCK_UPTIMESebastian Huber
2016-11-09Add thread fences to <machine/atomic.h>Sebastian Huber
2016-11-09Fix warnings for linker setsSebastian Huber
2016-11-09Modify rtems_bsd_set_vprintf_handler()Sebastian Huber
Return previous vprintf()-handler in rtems_bsd_set_vprintf_handler().
2016-11-09Add empty <machine/_kernel_lock.h>Sebastian Huber
2016-11-09rtems-bsd-mutex: OptimizeSebastian Huber
Inline SMP lock acquire/release. Avoid stack frame for hot path.
2016-11-09Really robust linker setsSebastian Huber
The previous attempt to fix this issue failed. See also: https://gcc.gnu.org/ml/gcc/2016-09/msg00114.htm
2016-11-03rtems-bsd-mutex: Update due to API changesSebastian Huber
2016-10-26More robust linker setsSebastian Huber
See also: https://gcc.gnu.org/ml/gcc/2016-09/msg00114.html
2016-10-26Prepare copyiniov() for FreeBSD updateSebastian Huber
2016-10-26devfs: Fix includesSebastian Huber
2016-10-24rtemsbsd: Add reallocf to rtems_bsd_program.Christian Mauderer
2016-10-24Add SIZE_T_MAX to <machine/rtems-bsd-user-space.h>Sebastian Huber
2016-10-24Provide CLOCK_MONOTONIC_FASTSebastian Huber
2016-10-24Make <sys/proc.h> self-sufficientSebastian Huber
2016-10-24Make <machine/atomic.h> available to user spaceSebastian Huber
Enables use of <sys/refcount.h> in user space.
2016-10-13Fix FreeBSD source file reverse conversionSebastian Huber
2016-10-13Remove AppleTalk supportSebastian Huber
Prepare update to FreeBSD 11.
2016-10-13pfctl: Update due to linker set API changesSebastian Huber
2016-10-07nexus-devices: Support arm/lpc24xxSebastian Huber
2016-10-07testsuite: Fix warningsSebastian Huber
2016-10-07ohci: Fixes due to USB stack updateSebastian Huber
2016-09-28nexus-devices: Add arm/atsamv BSP sectionSebastian Huber
2016-09-28usb01: Simplify test programSebastian Huber
2016-09-28Split rtemsbsd/rtems/rtems-program.cSebastian Huber
This improves garbage collection by the linker.
2016-09-28Split rtems-bsd-kernel-program.cSebastian Huber
Separate kernel and user space parts.
2016-09-28Build rtems-bsd-shell-pfctl.cSebastian Huber
2016-09-28Split rtems-bsd-shell-netcmds.cSebastian Huber
This improves garbage collection by the linker.