summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix general PowerPC buildSebastian Huber2017-10-261-0/+8
|
* Add rtems_bsd_set_if_input()Sebastian Huber2017-10-231-1/+24
|
* Import DPAA driver snapshotSebastian Huber2017-10-231-0/+12
| | | | | | | | | | Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.
* if_atsam: Allow fixed MII settings.Christian Mauderer2017-09-221-0/+53
|
* Port am335x usb driver to RTEMS.Sichen Zhao2017-07-131-0/+0
| | | | | | Add FDT and umass support for am335x USB driver. Now RTEMS can mount and open USB disk.
* Use <sys/lock.h> provided by NewlibSebastian Huber2017-06-081-319/+0
|
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-083-705/+0
| | | | | | | | | | | | | | | | | 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.
* 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
|
* Adding RTEMS support for FREEBSD TTYKevin Kirspel2017-05-112-0/+3
|
* Update to FreeBSD head 2017-04-04Sebastian Huber2017-04-048-50/+870
| | | | Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* FDT(4): Port to RTEMSSebastian Huber2017-03-083-0/+620
|
* Port LPC32XX Ethernet and USB OHCI to RTEMSKevin Kirspel2017-02-141-0/+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.
* freebsd/wlanstats: Port to FreeBSD.Christian Mauderer2017-01-171-0/+2
|
* wlan/run: Add firmware.Christian Mauderer2017-01-171-1/+1
|
* rtwn: Port to RTEMSChristian Mauderer2017-01-171-0/+0
|
* Port USB and USB WLAN.Christian Mauderer2017-01-171-0/+0
|
* Port IEEE 802.11.Christian Mauderer2017-01-172-0/+8
|
* Use thread name supportSebastian Huber2017-01-131-2/+0
| | | | Update #2858.
* ARP(8): Port to RTEMSSebastian Huber2017-01-101-0/+2
|
* Update to FreeBSD head 2017-01-09Sebastian Huber2017-01-102-56/+254
| | | | Git mirror commit 1f8e4a995a6ede4bdb24e6d335ccda2bdb0175ab.
* Update to FreeBSD head 2016-12-10Sebastian Huber2017-01-101-1/+1
| | | | Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
* VMSTAT(8): Port to RTEMSSebastian Huber2017-01-101-0/+2
|
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-1022-97/+789
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* Add a RTEMS Debugger TCP remote transport.Chris Johns2016-11-291-0/+47
| | | | | | | 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.
* Fix errno redefined warningSebastian Huber2016-11-141-0/+2
|
* Modify rtems_bsd_set_vprintf_handler()Sebastian Huber2016-11-091-3/+10
| | | | Return previous vprintf()-handler in rtems_bsd_set_vprintf_handler().
* usb: Update to FreeBSD trunk 2016-08-23Sebastian Huber2016-08-232-2/+82
| | | | FreeBSD trunk, 2016-08-23, 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* pfctl: Add rtems_bsd_command_pfctl.Christian Mauderer2016-08-021-0/+2
|
* Add telnetd as service to rc.conf.Chris Johns2016-07-011-0/+5
|
* Add ftpd initailize comment.Chris Johns2016-06-301-0/+5
|
* Add RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.Chris Johns2016-06-301-0/+6
| | | | | The domain allocator page abd mbuf size can be configured by the user using RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.
* Add rtems_get_route to fetch a specific route from the routing tables.Chris Johns2016-06-301-0/+48
|
* Default syslog priority to INFO. Add rtems_setlogpriority to configure the ↵Chris Johns2016-06-301-0/+9
| | | | | | | | | | priority. The rc.conf has 'syslog_priority' where the priority is the name, eg syslog_priority="debug" sets the priority to "debug".
* Add ftpd as a service. Add rtems-bsd-config.h for app libbsd set up.Chris Johns2016-06-281-0/+1
|
* Make the domain allocation size global to allow it to set in tests.Chris Johns2016-06-271-0/+7
| | | | | | Some BSPs with multiple NIC locked in the tests due to not enough memory. This provides a simple per BSP way to increase the memory size.
* ftpfs: Import from RTEMSSebastian Huber2016-06-101-0/+159
| | | | RTEMS Git commit 251c94d3d3d27e0039f01b718e5c2eb06f39fdf7.
* Directly use <sys/_types.h> provided by NewlibSebastian Huber2016-05-302-238/+1
|
* Directly use <sys/types.h> provided by NewlibSebastian Huber2016-05-302-357/+1
|
* Directly use <sys/time.h> provided by NewlibSebastian Huber2016-05-302-54/+1
|
* subr_prf.c: Port to RTEMSSebastian Huber2016-05-061-0/+23
|
* Add sbin/sysctlChris Johns2016-05-061-0/+2
|
* rtems/bsd/bsd.h: DocumentationSebastian Huber2016-04-271-1/+19
|
* Add root bus support functionsSebastian Huber2016-04-261-0/+32
|
* intrmask_t: Provide dummy type definitionSebastian Huber2016-04-181-2/+0
|
* sys/time.h: Delete superfluous declarationSebastian Huber2016-04-061-2/+0
| | | | Provided by RTEMS d2f9fa510f7e35cb86c056c57f51b416adf803bf.
* USB: Update to FreeBSD trunk 2015-11-10Sebastian Huber2015-11-123-11/+478
|
* Add the TCPDUMP command.Chris Johns2015-06-161-0/+2
|