summaryrefslogtreecommitdiffstats
path: root/rtemsbsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support reference counting for file descriptorsSebastian Huber2017-09-151-1/+6
| | | | Close #3132.
* Include missing <string.h> and <limits.h>Sebastian Huber2017-08-251-0/+2
| | | | | | | Fix warnings. Update #2132. Update #2133.
* BUS_SPACE(9): 64-bit supportSebastian Huber2017-08-231-3/+3
| | | | Update #3082.
* Enable the WEP encrypted WiFi.Sichen Zhao2017-08-022-0/+3
| | | | Now rtems can connnect WiFi via WEP on rtl8188eu chip.
* Port rtl8188eu driver to RTEMS.Sichen Zhao2017-08-022-0/+1226
| | | | | Now USB dongle rtl8188eu can work as wlan client device. It can scan wifi, connect unencrypted wifi.
* ohci: Fix for BSP_USB_OTG_TRANSCEIVER_I2C_ADDRSebastian Huber2017-07-181-0/+2
|
* Port am335x usb driver to RTEMS.Sichen Zhao2017-07-133-0/+14
| | | | | | Add FDT and umass support for am335x USB driver. Now RTEMS can mount and open USB disk.
* termios: Interrupt server API changesSebastian Huber2017-07-121-3/+3
|
* Use LOG_EMERG for panic()Sebastian Huber2017-07-101-6/+3
|
* Use <sys/lock.h> provided by NewlibSebastian Huber2017-06-0819-337/+337
|
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-0855-980/+60
| | | | | | | | | | | | | | | | | The following files are now provided by Newlib: * arpa/inet.h * net/if.h * netinet/in.h * netinet/tcp.h * sys/socket.h * sys/uio.h * sys/un.h The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be used directly. Update #2833.
* Add keyboard driver set variableKevin Kirspel2017-05-191-0/+4
|
* Add LPC32XX touch screen driverKevin Kirspel2017-05-193-0/+444
|
* Add bitcount inlinesfor RTEMS. These are found in FREEBSDs types.hKevin Kirspel2017-05-191-0/+107
|
* Modify FREEBSD EVDEV driver for use in RTEMSKevin Kirspel2017-05-191-0/+1
|
* Modify FREEBSD USB keyboard drivers for use in RTEMSKevin Kirspel2017-05-192-0/+2
|
* Add USB UGEN support for RTEMSKevin Kirspel2017-05-191-1/+1
|
* devfs: Fix some issuesKevin Kirspel2017-05-121-16/+138
| | | | | Fix issue with cdev private data usage with RTEMS iop structure. Add support for cdev alias device names. Add support for cdev fstat.
* Adding RTEMS support for FREEBSD TTYKevin Kirspel2017-05-116-6/+126
|
* rc_conf: Move the defaultroute_delay to the defaultroute processing.Chris Johns2017-04-271-49/+60
| | | | | If no default route is found atfer the delay timeout set the defaultrouter value if present.
* rc_conf: Add support for ifconfig_<interface>_alias[0-9]+.Chris Johns2017-04-271-13/+68
| | | | | | | | | | The interface alias allows extra IP addresses to be set on and interface and it also allows the MAC address to be set. Examples: ifconfig_em0="inet 10.10.5.33 netmask 255.255.255.0" ifconfig_em0_alias0="ether 10:22:33:44:55:66" ifconfig_em0_alias1="inet 10.1.1.111 netmask 0xffffffff"
* rc_conf: Do not use a local variable for the rc_conf context.Chris Johns2017-04-261-41/+51
| | | | | | If a network error occurs or there is no waiter on rc_conf processing the worker thread is left holding a local stack struct ater the call has returned. Allocate on the heap.
* rc_conf: Minor clean up in the net services.Chris Johns2017-04-261-2/+3
|
* nexus-devices: Use FDT for qoriq BSPsSebastian Huber2017-04-041-4/+4
|
* Update to FreeBSD head 2017-04-04Sebastian Huber2017-04-0413-58/+2016
| | | | Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* ppp: Update due to API changesSebastian Huber2017-04-031-5/+8
|
* FDT(4): Port to RTEMSSebastian Huber2017-03-0810-3/+961
|
* 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
|