summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtemsbsd: Remove old DHCP init prototypeHEADmasterKinsey Moore2024-03-271-22/+0
| | | | | This prototype should have been removed with commit ac4db4cec5b6b1e0a25e910851e50831afb0749d.
* Revert "Import telnetd from RTEMS repository"Vijay Kumar Banerjee2021-04-131-137/+0
| | | | This reverts commit 1b07480ddc93c10777eff5072e7621ed0c96d30c.
* Import telnetd from RTEMS repositoryVijay Kumar Banerjee2021-04-071-0/+137
| | | | | The files have been taken from RTEMS repository with head commit at bd9e45d91f77657445400bc2c814f251c9e37cef
* ifmcstat: Port to RTEMSSebastian Huber2020-09-101-0/+4
|
* imx: Don't use USB_NEED_BUSDMA_COHERENT_ALLOCChristian Mauderer2020-07-291-1/+1
| | | | | | | That option makes problems with some drivers because the buffers are not allways cache line aligned. Update 3869
* regulator: Add to build.Christian Mauderer2020-04-152-0/+143
| | | | Update #3869.
* usb_busdma: Add USB_NEED_BUSDMA_COHERENT_ALLOCSebastian Huber2020-04-151-0/+5
| | | | | Some BSPs have a cache-coherent memory area, however, it should not be used for the USB controller.
* NVMECONTROL(8): Port to RTEMSSebastian Huber2019-11-131-0/+3
| | | | Update #3821.
* NVME(4): Port to RTEMSSebastian Huber2019-11-131-0/+0
| | | | Update #3821.
* Update to FreeBSD head 2019-09-24Sebastian Huber2019-11-135-21/+502
| | | | Git mirror commit 6b0307a0a5184339393f555d5d424190d8a8277a.
* fbd: Port to RTEMSVijay Kumar Banerjee2019-08-115-0/+45
|
* TDA19988: Port to RTEMSVijay Kumar Banerjee2019-08-113-0/+163
|
* Pinmux: Port to RTEMSVijay Kumar Banerjee2019-08-111-0/+40
|
* i2c tool : port to RTEMSVijay Kumar Banerjee2019-06-291-0/+2
|
* iicbus: port to RTEMSVijay Kumar Banerjee2019-06-291-0/+166
|
* usb: Undefine USB_DEBUGSebastian Huber2019-05-131-1/+1
| | | | | | In contrast to some other USB options which use 0/1 values, the USB_DEBUG uses defined/undefined to enable/disable the USB debug support.
* Add USB mass storage only build setSebastian Huber2019-05-131-0/+4
|
* Fix zero-copy mbuf supportSebastian Huber2019-05-131-2/+1
| | | | In 2017 there was a change in the mbuf API.
* bin/openssl: Port to RTEMS.Christian Mauderer2019-03-271-0/+1
|
* Remove obsolete <rtems/pty.h>Sebastian Huber2019-02-121-68/+0
|
* Update to FreeBSD head 2018-12-20Sebastian Huber2018-12-203-30/+169
| | | | | | | | | | Git mirror commit 19a6ceb89dbacf74697d493e48c388767126d418. It includes an update of wpa_supplicant to version 2.7. It includes an update of the OpenSSL baseline to version 1.1.1a. Update #3472.
* freebsd/if_cpsw: Port.Christian Mauderer2018-12-201-0/+0
|
* Update to FreeBSD head 2018-10-23Sebastian Huber2018-10-252-0/+14
| | | | | | | | | | | Git mirror commit 59f44d20be3f99d181ca742e636d45fc39ec982b. This commit updates OpenSSL to version 1.1.1. This required an update of racoon which uses some internal stuff from OpenSSL and seems to be mostly unmaintained, e.g. there is update in the FreeBSD ports to cope with OpenSSL 1.1.1. Update #3472.
* Update gpio interfaceSebastian Huber2018-09-251-10/+65
| | | | Update #3525.
* Update to FreeBSD head 2018-09-17Sebastian Huber2018-09-214-63/+652
| | | | | | Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
* Update to FreeBSD head 2018-04-01Sebastian Huber2018-09-213-26/+147
| | | | | | Git mirror commit 8dfb1ccc26d1cea7e2529303003ff61f9f1784c4. Update #3472.
* Update to FreeBSD head 2018-02-01Sebastian Huber2018-09-214-39/+163
| | | | | | Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
* Update to FreeBSD head 2017-12-01Sebastian Huber2018-09-212-0/+42
| | | | | | Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
* Update to FreeBSD head 2017-10-01Sebastian Huber2018-09-213-20/+50
| | | | | | Git mirror commit b2f0376b45428f13151d229c5ae9d4d8f74acbd1. Update #3472.
* Update to FreeBSD head 2017-08-01Sebastian Huber2018-09-214-1/+53
| | | | | | Git mirror commit f5002f5e5f78cae9f0269d812dc0aedb0339312c. Update #3472.
* Update to FreeBSD head 2017-06-01Sebastian Huber2018-09-212-2/+4
| | | | | | Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131. Update #3472.
* Add ipsec to rc.conf.Christian Mauderer2018-08-021-0/+53
|
* ipsec-tools: Port libipsec, setkey and racoon.Christian Mauderer2018-08-021-0/+3
| | | | | Note that this replaces the libipsec from FreeBSD with the one provided by ipsec-tools.
* if_ipsec: Port and add to everything-buildset.Christian Mauderer2018-08-011-0/+5
| | | | | This ports the kernel space parts for ipsec and adds them to the everything-buildset.
* dhcpcd: Add hooksSebastian Huber2018-05-081-0/+26
|
* dhcpcd: Add rtems_dhcpcd_start()Sebastian Huber2018-05-081-0/+84
| | | | Use it throughout to start the DHCP client (dhcpcd).
* buildset: Add minimal and everything config.Christian Mauderer2018-05-031-1/+4
| | | | | | | | | | | | This adds two new buildset configurations: One that leaves out as much features as possible and one that enables all features. For the default configuration WiFi support is now disabled. To disable IPv6 for the minimal configuration, all -DINET6 are eliminated in libbsd.py. They are now replaced by a #ifdef that checks for RTEMS_BSD_MODULE_NETINET6 instead. Close #3351.
* rtems-debugger: Remove filesSebastian Huber2018-05-021-47/+0
| | | | | | They are now in the main RTEMS sources. Update #3419.
* Use network services from RTEMSSebastian Huber2018-04-303-354/+0
| | | | Close #3419.
* vprintf: Add handler that mutes all output.Christian Mauderer2018-03-231-0/+9
| | | | | This adds a vprintf handler that can be used to suppress all outputs of the libbsd.
* dpaa: QMan portal only initializationSebastian Huber2018-01-231-0/+4
| | | | Update #3277.
* dpaa: Add and use SDK_DPAA_COMPAT_STATICSebastian Huber2018-01-231-0/+9
| | | | Update #3277.
* dpaa: Remove unused configuration definesSebastian Huber2018-01-231-9/+0
| | | | Update #3277.
* Add rtems_bsd_ifconfig()Sebastian Huber2018-01-231-0/+16
|
* Add rtems_bsd_initialize_dhcp()Sebastian Huber2017-12-051-0/+22
|
* at91_mci: Port to RTEMS and adapt for atsam.Christian Mauderer2017-11-101-0/+0
|
* Add wpa_supplicant_fork command.Sichen Zhao2017-11-101-0/+2
| | | | Add fork command for wpa supplicant to start a new task.
* Port wpa supplicant to RTEMS.Sichen Zhao2017-11-101-0/+2
| | | | Add wpa_supplicant lib support and shell command support in RTEMS.
* Port BBB sd driver files to RTEMS.Sichen Zhao2017-11-102-0/+368
| | | | So BBB can mount and read eMMC and SD card.
* Add rtems_bsd_ifconfig_lo0()Sebastian Huber2017-11-101-0/+7
|