summaryrefslogtreecommitdiffstats
path: root/rtemsbsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* dpaa: Add <soc/fsl/dpaa.h>Sebastian Huber2017-10-232-0/+64
|
* linux: Move upper_32_bits() and lower_32_bits()Sebastian Huber2017-10-232-4/+4
|
* linux: Make Linux types available in user-spaceSebastian Huber2017-10-231-4/+0
|
* linux: Include missing <sys/errno.h>Sebastian Huber2017-10-231-0/+1
|
* Add rtems_bsd_set_if_input()Sebastian Huber2017-10-232-1/+95
|
* dpaa: Get c45 idsSebastian Huber2017-10-231-0/+108
|
* dpaa: No error if MII attach failedSebastian Huber2017-10-231-4/+2
|
* dpaa: Support c45 physSebastian Huber2017-10-232-66/+105
|
* dpaa: Implement GENMASK() similar to LinuxSebastian Huber2017-10-231-1/+1
|
* dpaa: Use receive checksum offloadSebastian Huber2017-10-231-1/+1
|
* Linux update to 4.11-rc5Sebastian Huber2017-10-2331-378/+648
| | | | Linux baseline a71c9a1c779f2499fb2afc0553e543f18aff6edf (4.11-rc5).
* Import DPAA driver snapshotSebastian Huber2017-10-2375-2/+8566
| | | | | | | | | | Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.
* Import CRC32 support from FreeBSDSebastian Huber2017-10-201-0/+2
|
* Initialize BSD user extension earlierSebastian Huber2017-10-201-1/+1
|
* blist: Import from FreeBSDSebastian Huber2017-10-201-0/+6
|
* Fix INVARIANTS supportSebastian Huber2017-10-204-197/+123
|
* rtems-kernel-page: Reclaim pages earlierSebastian Huber2017-10-201-9/+13
|
* rtems-kernel-page: Add used pages counterSebastian Huber2017-10-201-19/+25
|
* user-space: Define O_DIRECTORYSebastian Huber2017-10-101-0/+2
|
* ffec: Port to RTEMSSebastian Huber2017-09-271-0/+7
|
* Generalize bsp_fdt_map_intr()Sebastian Huber2017-09-221-1/+1
| | | | Update #3090.
* if_atsam: Allow fixed MII settings.Christian Mauderer2017-09-223-65/+226
|
* if_atsam: Move statistics to sysctl.Christian Mauderer2017-09-221-96/+319
|
* if-atsam: Port to rtems-libbsd.Christian Mauderer2017-09-223-328/+307
|
* rtemsbsd/if-atsam: Copy from RTEMS.Christian Mauderer2017-09-221-0/+1259
| | | | Copied from RTEMS commit 146adb1edf from 17.07.2017.
* 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.