summaryrefslogtreecommitdiffstats
path: root/libbsd.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* iicbus: port to RTEMSVijay Kumar Banerjee2019-06-291-0/+35
|
* Add riscv supportSebastian Huber2019-05-231-1/+1
|
* Import FreeBSD license files.Christian Mauderer2019-04-041-0/+45
|
* build: Add RTEMS test librarySebastian Huber2019-03-281-2/+2
| | | | Update #3199.
* bin/openssl: Port to RTEMS.Christian Mauderer2019-03-271-0/+92
|
* Build C++ kernel-space compatibility fileSebastian Huber2019-02-181-0/+1
|
* mghttpd: RemoveSebastian Huber2019-02-121-19/+0
| | | | The mghttpd is already provided by RTEMS.
* Update to FreeBSD head 2018-12-20Sebastian Huber2018-12-201-72/+80
| | | | | | | | | | 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/+3
|
* Update to FreeBSD head 2018-11-15Sebastian Huber2018-11-151-1/+2
| | | | | | Git mirror commit a18b0830c4be01b39489a891b63d6023ada6358a. Update #3472.
* openssl01: New testSebastian Huber2018-10-251-0/+1
|
* Update to FreeBSD head 2018-10-23Sebastian Huber2018-10-251-876/+838
| | | | | | | | | | | 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.
* Add PHY-driver for KSZ8091RNB with 50MHz.Christian Mauderer2018-09-271-0/+6
| | | | | This adds a driver for the KSZ8091RNB PHY. This PHY needs some special treatment if it is clocked with a 50MHz clock.
* fsl_sdhci.c: Port to RTEMSSebastian Huber2018-09-251-0/+1
| | | | Update #3525.
* imx/imx_gpio.c: Port to RTEMSSebastian Huber2018-09-251-4/+5
| | | | Update #3525.
* CONFIG_INTRHOOK(9): Port to RTEMSSebastian Huber2018-09-251-1/+1
| | | | | | | | | Some device drivers (e.g. MMC) need a complex intialization with working callouts. Remove the dummy CONFIG_INTRHOOK() implementation and replace it with the real one from FreeBSD. Make sure TIMEOUT(9) services work at this point. Update #3525.
* ck: Install header filesSebastian Huber2018-09-241-0/+1
| | | | Update #3472.
* if_ffec_mpc8xx: Port driver to libbsdSebastian Huber2018-09-211-0/+1
| | | | Update #3523.
* Update to FreeBSD head 2018-09-17Sebastian Huber2018-09-211-261/+293
| | | | | | Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
* Update to FreeBSD head 2018-06-01Sebastian Huber2018-09-211-17/+58
| | | | | | Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
* Update to FreeBSD head 2018-04-01Sebastian Huber2018-09-211-36/+45
| | | | | | Git mirror commit 8dfb1ccc26d1cea7e2529303003ff61f9f1784c4. Update #3472.
* Update to FreeBSD head 2018-02-01Sebastian Huber2018-09-211-12/+13
| | | | | | Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
* Update to FreeBSD head 2017-12-01Sebastian Huber2018-09-211-4/+8
| | | | | | Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
* Update to FreeBSD head 2017-10-01Sebastian Huber2018-09-211-1/+16
| | | | | | Git mirror commit b2f0376b45428f13151d229c5ae9d4d8f74acbd1. Update #3472.
* Update to FreeBSD head 2017-08-01Sebastian Huber2018-09-211-23/+28
| | | | | | Git mirror commit f5002f5e5f78cae9f0269d812dc0aedb0339312c. Update #3472.
* Update to FreeBSD head 2017-06-01Sebastian Huber2018-09-211-4/+0
| | | | | | Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131. Update #3472.
* mDNSResponder: Update to v765.1.2Sebastian Huber2018-09-201-2/+3
| | | | | | | | | | | | | The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-765.1.2.tar.gz Move mDNS_StartResolveService() and mDNS_StopResolveService() to an RTEMS-specific file (rtemsbsd/mdns/mDNSResolveService.c) using the v576.30.4 implementation. Apple removed these functions without explanation. Update #3522.
* Move dynamic mutex pool to separate fileSebastian Huber2018-09-121-0/+1
| | | | This avoids false link-time dependencies.
* WPA_SUPPLICANT(8): Remove unused filesSebastian Huber2018-08-241-2/+0
| | | | | | | Remove unused files which may make trouble during FreeBSD baseline updates. It also increased the compile-time of the library for nothing. Update #3472.
* IPFW(4): Remove FreeBSD importSebastian Huber2018-08-241-55/+1
| | | | | | | | This firewall was not ported to RTEMS and is just dead code which may make trouble during FreeBSD baseline updates. It also increased the compile-time of the library for nothing. Update #3472.
* testsuite/ipsec01: Add.Christian Mauderer2018-08-021-0/+1
|
* Add ipsec to rc.conf.Christian Mauderer2018-08-021-0/+7
|
* ipsec-tools: Port libipsec, setkey and racoon.Christian Mauderer2018-08-021-18/+157
| | | | | 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/+2
| | | | | This ports the kernel space parts for ipsec and adds them to the everything-buildset.
* dhcpcd: Add hooksSebastian Huber2018-05-081-0/+1
|
* waf: Allow to add libs per test.Christian Mauderer2018-05-041-10/+23
| | | | Update #3419.
* buildset: Add minimal and everything config.Christian Mauderer2018-05-031-6/+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.
* Use network services from RTEMSSebastian Huber2018-04-301-15/+0
| | | | Close #3419.
* waf: Add configurations with different modules.Christian Mauderer2018-04-101-1/+1
| | | | Update #3351
* waf: Remove module without sources.Christian Mauderer2018-04-101-194/+0
| | | | | | | | | | | | | | | | There are no imported sources for a number of modules. Some of them doesn't even have the right paths for freebsd-org anymore. Therefore this patch removes the following modules: - dev_usb_add_on - dev_usb_bluetooth - dev_usb_controller_add_on - dev_usb_misc - dev_usb_storage_add_on - dev_usb_template - dev_nic_cs Update #3351
* waf: Refactor libbsd.py to support per module generation.Chris Johns2018-04-101-4330/+4565
| | | | | | This change allows us to control the modules we want to build. Update #3351
* waf: Support building from libbsd.py directly from waf.Chris Johns2018-04-101-86/+235
| | | | | | | | | Remove the need to generate a waf script. Move various pieces of data from the builder code to libbsd.py and make it configuration data. Update #3351
* CRYPTO(4): Port to RTEMSSebastian Huber2018-03-281-0/+2
|
* openssl: Provide deprecated functions.Christian Mauderer2018-03-211-2/+1
| | | | | | | Some applications (like the civetweb web server) still use functions that are deprecated by openssl. If OPENSSL_NO_DEPRECATED is defined, openssl will not provide these functions. This patch removes the define so that the functions are available.
* Add device tree support for Altera/Intel Cyclone VSebastian Huber2018-02-061-2/+3
| | | | Close #3290.
* sdk_dpaa: Port to RTEMSSebastian Huber2018-01-231-0/+6
| | | | Update #3277.
* Add rtems_bsd_ifconfig()Sebastian Huber2018-01-231-0/+1
|
* openssl: Remove superfluous fileSebastian Huber2018-01-081-1/+0
|
* Add rtems_bsd_initialize_dhcp()Sebastian Huber2017-12-051-0/+1
|
* Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber2017-11-171-1/+0
| | | | | | This was accidentally committed. This reverts commit 97a98f6cd767b3a68279890488c7b451788f84f4.