summaryrefslogtreecommitdiff
path: root/libbsd_waf.py (follow)
AgeCommit message (Collapse)Author
2018-03-22config.inc: Remove unused values.Christian Mauderer
2018-03-21openssl: Provide deprecated functions.Christian Mauderer
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 Huber
Close #3290.
2018-01-23sdk_dpaa: Port to RTEMSSebastian Huber
Update #3277.
2018-01-23Add rtems_bsd_ifconfig()Sebastian Huber
2018-01-08openssl: Remove superfluous fileSebastian Huber
2017-12-05Add rtems_bsd_initialize_dhcp()Sebastian Huber
2017-11-17Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber
This was accidentally committed. This reverts commit 97a98f6cd767b3a68279890488c7b451788f84f4.
2017-11-16RWLOCK(9): Add reader/writer lock implementationSebastian Huber
2017-11-10wpa: Port to new files to RTEMS.Christian Mauderer
2017-11-10at91_mci: Port to RTEMS and adapt for atsam.Christian Mauderer
2017-11-10saf1761_otg: Port to RTEMS.Christian Mauderer
2017-11-10wpa_supplicant: Add lock.Christian Mauderer
2017-11-10Add wpa_supplicant_fork command.Sichen Zhao
Add fork command for wpa supplicant to start a new task.
2017-11-10Port wpa supplicant to RTEMS.Sichen Zhao
Add wpa_supplicant lib support and shell command support in RTEMS.
2017-11-10Port BBB sd driver files to RTEMS.Sichen Zhao
So BBB can mount and read eMMC and SD card.
2017-11-10Add rtems_bsd_ifconfig_lo0()Sebastian Huber
2017-10-23Install Linux header filesSebastian Huber
2017-10-23waf: Install arch-specific header filesSebastian Huber
2017-10-23Add rtems_bsd_set_if_input()Sebastian Huber
2017-10-23Linux update to 4.11-rc5Sebastian Huber
Linux baseline a71c9a1c779f2499fb2afc0553e543f18aff6edf (4.11-rc5).
2017-10-23Import DPAA driver snapshotSebastian Huber
Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.
2017-10-20Import CRC32 support from FreeBSDSebastian Huber
2017-10-20blist: Import from FreeBSDSebastian Huber
2017-10-16Install libpcap header filesSebastian Huber
2017-10-11tcpdump: Update to FreeBSD head 2017-04-04Sebastian Huber
Update tcpdump from Git mirror commit 99a648a912e81e29d9c4c159cbbe263462f2d719 to 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
2017-10-09Update libpcap to FreeBSD head 2017-04-04Sebastian Huber
Update libpcap from Git mirror commit 99a648a912e81e29d9c4c159cbbe263462f2d719 to 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
2017-10-09Regenerate libbsd_waf.pySebastian Huber
2017-10-02Allow to set optimization level during configure.Christian Mauderer
This allows to set the optimization level for libbsd via a configure switch. Useful for building with for example no optimization during debug or with size optimization for space restricted targets.
2017-09-27ffec: Port to RTEMSSebastian Huber
2017-09-22if_atsam: Allow fixed MII settings.Christian Mauderer
2017-09-22if-atsam: Port to rtems-libbsd.Christian Mauderer
2017-08-22Remove strtoimax() and strtoumax()Sebastian Huber
This is now provided by Newlib.
2017-08-20Port openssl to RTEMS.Sichen Zhao
2017-08-20waf: Move glob operator ** to builder.pyChristian Mauderer
This allows a finer decision which headers should be installed.
2017-08-20waf_generator: Copy headers if necessary.Christian Mauderer
There are some cases, where a header is installed into a directory with a different name then it's source directory. In that case, the build might fail because the header is not found. One example would be the <openssl/opensslv.h>. The source for this file is in freebsd/crypto/openssl/crypto/opensslv.h. To allow the build to work in such cases too, copy such files into a temporary location in the build tree.
2017-08-02Port rtl8188eu driver to RTEMS.Sichen Zhao
Now USB dongle rtl8188eu can work as wlan client device. It can scan wifi, connect unencrypted wifi.
2017-07-17dev/rtwn: Import new files from FreeBSD.Christian Mauderer
2017-07-13Port am335x usb driver to RTEMS.Sichen Zhao
Add FDT and umass support for am335x USB driver. Now RTEMS can mount and open USB disk.
2017-05-19Update scripts to include support for input devices - USB Keyboard, USB ↵Kevin Kirspel
mouse, touch, and EVDEV
2017-05-12Updating scripts for USB Serial DriversKevin Kirspel
2017-05-11Updating scripts for FREEBSD TTY supportKevin Kirspel
2017-04-04Update to FreeBSD head 2017-04-04Sebastian Huber
Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
2017-03-08if_tsec: Enable FDT supportSebastian Huber
2017-03-08FDT(4): Port to RTEMSSebastian Huber
2017-02-28Add poll() and select() support for TermiosSebastian Huber
2017-02-21C11/C++11 are the default for the RTEMS 4.12 GCCSebastian Huber
2017-02-14Port LPC32XX Ethernet and USB OHCI to RTEMSKevin Kirspel
2017-01-17freebsd/wlanstats: Port to FreeBSD.Christian Mauderer
2017-01-17wlan/run: Add firmware.Christian Mauderer