summaryrefslogtreecommitdiffstats
path: root/rtemsbsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix dw_mmc dependenciesSebastian Huber2017-03-012-2/+3
|
* Add poll() and select() support for TermiosSebastian Huber2017-02-282-0/+294
|
* Port LPC32XX Ethernet and USB OHCI to RTEMSKevin Kirspel2017-02-146-91/+591
|
* Add support for LPC32XX cacheKevin Kirspel2017-02-141-5/+2
|
* Add ordered Nexus devicesKevin Kirspel2017-02-141-0/+6
| | | | | Add support for ordering the initialization of Nexus devices. This can be used to make sure a device is initialized before a dependant device.
* rtems-bsd-mutex: Use thread queue nameSebastian Huber2017-01-311-1/+1
|
* freebsd/wlanstats: Port to FreeBSD.Christian Mauderer2017-01-173-0/+46
|
* wlan/run: Add firmware.Christian Mauderer2017-01-172-1/+746
|
* rtwn: Port to RTEMSChristian Mauderer2017-01-172-0/+1406
|
* lib80211/regdomain: Port to RTEMS.Christian Mauderer2017-01-172-0/+4499
|
* wlan ratectl and sta: Call init.Christian Mauderer2017-01-171-1/+5
|
* ifconfig/wlan, expat, lib80211: Port to RTEMS.Christian Mauderer2017-01-171-0/+46
|
* Port USB and USB WLAN.Christian Mauderer2017-01-171-0/+0
|
* Port IEEE 802.11.Christian Mauderer2017-01-173-0/+12
|
* Use thread name supportSebastian Huber2017-01-133-121/+2
| | | | Update #2858.
* rtems-bsd-mutex: Add SMP lock debug supportSebastian Huber2017-01-111-1/+8
|
* rtems-bsd-mutex: Update due to API changesSebastian Huber2017-01-111-1/+1
|
* devfs: Fix typoSebastian Huber2017-01-101-1/+1
|
* Declare feature_present()Sebastian Huber2017-01-101-0/+3
|
* ARP(8): Port to RTEMSSebastian Huber2017-01-103-0/+44
|
* Update to FreeBSD head 2017-01-09Sebastian Huber2017-01-103-64/+276
| | | | Git mirror commit 1f8e4a995a6ede4bdb24e6d335ccda2bdb0175ab.
* Update to FreeBSD head 2016-12-10Sebastian Huber2017-01-102-1/+3
| | | | Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
* VMSTAT(8): Port to RTEMSSebastian Huber2017-01-104-1/+45
|
* Enable multi-cast routing supportSebastian Huber2017-01-102-0/+20
|
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-1066-1254/+2130
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* Update due to Newlib 2.5.0Sebastian Huber2016-12-231-1/+0
|
* PIPE(2): Port to RTEMSKevin Kirspel2016-12-231-0/+29
|
* Add BRIDGE(4) support to configurationSebastian Huber2016-12-152-3/+17
|
* 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-292-0/+389
| | | | | | | 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
|
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-11-241-5/+7
|
* Fix errno redefined warningSebastian Huber2016-11-141-0/+2
|
* 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.
* rtems-kernel-page: Panic on recursive reclaimSebastian Huber2016-11-101-20/+31
|
* 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
|
* Modify rtems_bsd_set_vprintf_handler()Sebastian Huber2016-11-092-7/+18
| | | | 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.
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-11-031-3/+3
|
* 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-241-0/+2
|
* Provide CLOCK_MONOTONIC_FASTSebastian Huber2016-10-241-0/+4
|
* Make <machine/atomic.h> available to user spaceSebastian Huber2016-10-241-4/+0
| | | | Enables use of <sys/refcount.h> in user space.
* nexus-devices: Support arm/lpc24xxSebastian Huber2016-10-071-0/+7
|
* ohci: Fixes due to USB stack updateSebastian Huber2016-10-071-21/+7
|
* nexus-devices: Add arm/atsamv BSP sectionSebastian Huber2016-09-281-0/+5
|