summaryrefslogtreecommitdiffstats
path: root/libbsd.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-11Pinmux: Port to RTEMSVijay Kumar Banerjee1-0/+33
2019-06-29i2c tool : port to RTEMSVijay Kumar Banerjee1-0/+2
2019-06-29Add rtems i2c adaptation layerVijay Kumar Banerjee1-0/+1
2019-06-29iicbus: port to RTEMSVijay Kumar Banerjee1-0/+35
2019-05-23Add riscv supportSebastian Huber1-1/+1
2019-04-04Import FreeBSD license files.Christian Mauderer1-0/+45
2019-03-28build: Add RTEMS test librarySebastian Huber1-2/+2
Update #3199.
2019-03-27bin/openssl: Port to RTEMS.Christian Mauderer1-0/+92
2019-02-18Build C++ kernel-space compatibility fileSebastian Huber1-0/+1
2019-02-12mghttpd: RemoveSebastian Huber1-19/+0
The mghttpd is already provided by RTEMS.
2018-12-20Update to FreeBSD head 2018-12-20Sebastian Huber1-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.
2018-12-20freebsd/if_cpsw: Port.Christian Mauderer1-0/+3
2018-11-15Update to FreeBSD head 2018-11-15Sebastian Huber1-1/+2
Git mirror commit a18b0830c4be01b39489a891b63d6023ada6358a. Update #3472.
2018-10-25openssl01: New testSebastian Huber1-0/+1
2018-10-25Update to FreeBSD head 2018-10-23Sebastian Huber1-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.
2018-09-27Add PHY-driver for KSZ8091RNB with 50MHz.Christian Mauderer1-0/+6
This adds a driver for the KSZ8091RNB PHY. This PHY needs some special treatment if it is clocked with a 50MHz clock.
2018-09-25fsl_sdhci.c: Port to RTEMSSebastian Huber1-0/+1
Update #3525.
2018-09-25imx/imx_gpio.c: Port to RTEMSSebastian Huber1-4/+5
Update #3525.
2018-09-25CONFIG_INTRHOOK(9): Port to RTEMSSebastian Huber1-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.
2018-09-24ck: Install header filesSebastian Huber1-0/+1
Update #3472.
2018-09-21if_ffec_mpc8xx: Port driver to libbsdSebastian Huber1-0/+1
Update #3523.
2018-09-21Update to FreeBSD head 2018-09-17Sebastian Huber1-261/+293
Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
2018-09-21Update to FreeBSD head 2018-06-01Sebastian Huber1-17/+58
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
2018-09-21Update to FreeBSD head 2018-04-01Sebastian Huber1-36/+45
Git mirror commit 8dfb1ccc26d1cea7e2529303003ff61f9f1784c4. Update #3472.
2018-09-21Update to FreeBSD head 2018-02-01Sebastian Huber1-12/+13
Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
2018-09-21Update to FreeBSD head 2017-12-01Sebastian Huber1-4/+8
Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
2018-09-21Update to FreeBSD head 2017-10-01Sebastian Huber1-1/+16
Git mirror commit b2f0376b45428f13151d229c5ae9d4d8f74acbd1. Update #3472.
2018-09-21Update to FreeBSD head 2017-08-01Sebastian Huber1-23/+28
Git mirror commit f5002f5e5f78cae9f0269d812dc0aedb0339312c. Update #3472.
2018-09-21Update to FreeBSD head 2017-06-01Sebastian Huber1-4/+0
Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131. Update #3472.
2018-09-20mDNSResponder: Update to v765.1.2Sebastian Huber1-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.
2018-09-12Move dynamic mutex pool to separate fileSebastian Huber1-0/+1
This avoids false link-time dependencies.
2018-08-24WPA_SUPPLICANT(8): Remove unused filesSebastian Huber1-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.
2018-08-24IPFW(4): Remove FreeBSD importSebastian Huber1-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.
2018-08-02testsuite/ipsec01: Add.Christian Mauderer1-0/+1
2018-08-02Add ipsec to rc.conf.Christian Mauderer1-0/+7
2018-08-02ipsec-tools: Port libipsec, setkey and racoon.Christian Mauderer1-18/+157
Note that this replaces the libipsec from FreeBSD with the one provided by ipsec-tools.
2018-08-01if_ipsec: Port and add to everything-buildset.Christian Mauderer1-0/+2
This ports the kernel space parts for ipsec and adds them to the everything-buildset.
2018-05-08dhcpcd: Add hooksSebastian Huber1-0/+1
2018-05-04waf: Allow to add libs per test.Christian Mauderer1-10/+23
Update #3419.
2018-05-03buildset: Add minimal and everything config.Christian Mauderer1-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.
2018-04-30Use network services from RTEMSSebastian Huber1-15/+0
Close #3419.
2018-04-10waf: Add configurations with different modules.Christian Mauderer1-1/+1
Update #3351
2018-04-10waf: Remove module without sources.Christian Mauderer1-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
2018-04-10waf: Refactor libbsd.py to support per module generation.Chris Johns1-4330/+4565
This change allows us to control the modules we want to build. Update #3351
2018-04-10waf: Support building from libbsd.py directly from waf.Chris Johns1-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
2018-03-28CRYPTO(4): Port to RTEMSSebastian Huber1-0/+2
2018-03-21openssl: Provide deprecated functions.Christian Mauderer1-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.
2018-02-06Add device tree support for Altera/Intel Cyclone VSebastian Huber1-2/+3
Close #3290.
2018-01-23sdk_dpaa: Port to RTEMSSebastian Huber1-0/+6
Update #3277.
2018-01-23Add rtems_bsd_ifconfig()Sebastian Huber1-0/+1