summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* debugger: Set the fd to -1 to indicate being disconnected.Chris Johns2016-11-291-0/+1
|
* Add a RTEMS Debugger TCP remote transport.Chris Johns2016-11-296-86/+670
| | | | | | | 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.
* ftpd: Use floating-point tasks due to syslog()Sebastian Huber2016-11-241-4/+2
|
* SLEEPQUEUE(9): Properly remove timeout timerSebastian Huber2016-11-241-5/+2
|
* Use _Thread_Dispatch_direct()Sebastian Huber2016-11-241-4/+3
|
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-11-241-5/+7
|
* Use -Wno-pointer-signSebastian Huber2016-11-142-1/+3
| | | | Pointer sign warnings are quite common in FreeBSD code.
* Fix errno redefined warningSebastian Huber2016-11-141-0/+2
|
* Fix mbuf_jumbo_alloc()Sebastian Huber2016-11-141-1/+1
|
* Revert "rtems-kernel-page: Panic on recursive reclaim"Sebastian Huber2016-11-141-31/+20
| | | | | | This attempt to fix a memory allocation problem turned out to be broken. This reverts commit 651710509430eee6731807801bd5ad85d28f4db4.
* Fix default network memory configurationSebastian Huber2016-11-102-4/+7
|
* rtems-kernel-page: Panic on recursive reclaimSebastian Huber2016-11-101-20/+31
|
* SDHCI(4): DeleteSebastian Huber2016-11-094-2100/+0
| | | | | Delete heavily modified SDHCI(4) support. It must be re-imported from a later FreeBSD version on demand.
* Provide O_CLOEXECSebastian Huber2016-11-091-0/+2
|
* Provide CLOCK_UPTIMESebastian Huber2016-11-091-0/+4
|
* Add thread fences to <machine/atomic.h>Sebastian Huber2016-11-091-0/+52
|
* Fix warnings for linker setsSebastian Huber2016-11-091-4/+6
|
* Modify rtems_bsd_set_vprintf_handler()Sebastian Huber2016-11-093-8/+21
| | | | Return previous vprintf()-handler in rtems_bsd_set_vprintf_handler().
* Add empty <machine/_kernel_lock.h>Sebastian Huber2016-11-091-0/+0
|
* rtems-bsd-mutex: OptimizeSebastian Huber2016-11-091-11/+52
| | | | Inline SMP lock acquire/release. Avoid stack frame for hot path.
* Really robust linker setsSebastian Huber2016-11-091-15/+11
| | | | | | | | The previous attempt to fix this issue failed. See also: https://gcc.gnu.org/ml/gcc/2016-09/msg00114.htm
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-11-031-3/+3
|
* More robust linker setsSebastian Huber2016-10-261-8/+24
| | | | | | See also: https://gcc.gnu.org/ml/gcc/2016-09/msg00114.html
* Prepare copyiniov() for FreeBSD updateSebastian Huber2016-10-262-687/+1
|
* devfs: Fix includesSebastian Huber2016-10-261-5/+8
|
* rtemsbsd: Add reallocf to rtems_bsd_program.Christian Mauderer2016-10-242-0/+17
|
* Add SIZE_T_MAX to <machine/rtems-bsd-user-space.h>Sebastian Huber2016-10-243-6/+2
|
* Provide CLOCK_MONOTONIC_FASTSebastian Huber2016-10-241-0/+4
|
* Make <sys/proc.h> self-sufficientSebastian Huber2016-10-241-0/+2
|
* Make <machine/atomic.h> available to user spaceSebastian Huber2016-10-241-4/+0
| | | | Enables use of <sys/refcount.h> in user space.
* Fix FreeBSD source file reverse conversionSebastian Huber2016-10-131-0/+2
|
* Remove AppleTalk supportSebastian Huber2016-10-1324-4469/+0
| | | | Prepare update to FreeBSD 11.
* pfctl: Update due to linker set API changesSebastian Huber2016-10-131-4/+7
|
* nexus-devices: Support arm/lpc24xxSebastian Huber2016-10-071-0/+7
|
* testsuite: Fix warningsSebastian Huber2016-10-075-5/+3
|
* ohci: Fixes due to USB stack updateSebastian Huber2016-10-072-21/+13
|
* nexus-devices: Add arm/atsamv BSP sectionSebastian Huber2016-09-281-0/+5
|
* usb01: Simplify test programSebastian Huber2016-09-2810-1075/+126
|
* Split rtemsbsd/rtems/rtems-program.cSebastian Huber2016-09-284-33/+81
| | | | This improves garbage collection by the linker.
* Split rtems-bsd-kernel-program.cSebastian Huber2016-09-285-645/+735
| | | | Separate kernel and user space parts.
* Build rtems-bsd-shell-pfctl.cSebastian Huber2016-09-282-0/+2
|
* Split rtems-bsd-shell-netcmds.cSebastian Huber2016-09-2810-76/+172
| | | | This improves garbage collection by the linker.
* if_ffec_mcf548x.c: Fix include orderSebastian Huber2016-09-231-2/+2
|
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-09-221-25/+11
|
* Use _Thread_Get_priority()Sebastian Huber2016-09-222-3/+4
|
* Port getdomainname() to RTEMSSebastian Huber2016-09-073-0/+6
|
* Import getdomainname()Sebastian Huber2016-09-071-0/+57
|
* usb: Update to FreeBSD trunk 2016-08-23Sebastian Huber2016-08-2322-191/+362
| | | | FreeBSD trunk, 2016-08-23, 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* doc: Update rules to modify FreeBSD codeSebastian Huber2016-08-231-3/+14
|
* mmc: Update to FreeBSD trunk 2016-08-23Sebastian Huber2016-08-237-112/+241
|