summaryrefslogtreecommitdiffstats
path: root/libbsd.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* RWLOCK(9): Add reader/writer lock implementationSebastian Huber2017-11-161-0/+1
|
* wpa: Port to new files to RTEMS.Christian Mauderer2017-11-101-0/+12
|
* at91_mci: Port to RTEMS and adapt for atsam.Christian Mauderer2017-11-101-0/+6
|
* saf1761_otg: Port to RTEMS.Christian Mauderer2017-11-101-0/+4
|
* wpa_supplicant: Add lock.Christian Mauderer2017-11-101-0/+1
|
* Add wpa_supplicant_fork command.Sichen Zhao2017-11-101-0/+1
| | | | Add fork command for wpa supplicant to start a new task.
* Port wpa supplicant to RTEMS.Sichen Zhao2017-11-101-0/+286
| | | | Add wpa_supplicant lib support and shell command support in RTEMS.
* Port BBB sd driver files to RTEMS.Sichen Zhao2017-11-101-0/+36
| | | | So BBB can mount and read eMMC and SD card.
* Add rtems_bsd_ifconfig_lo0()Sebastian Huber2017-11-101-0/+1
|
* Add rtems_bsd_set_if_input()Sebastian Huber2017-10-231-0/+1
|
* Linux update to 4.11-rc5Sebastian Huber2017-10-231-8/+24
| | | | Linux baseline a71c9a1c779f2499fb2afc0553e543f18aff6edf (4.11-rc5).
* Import DPAA driver snapshotSebastian Huber2017-10-231-0/+44
| | | | | | | | | | Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.
* Import CRC32 support from FreeBSDSebastian Huber2017-10-201-0/+1
|
* blist: Import from FreeBSDSebastian Huber2017-10-201-0/+2
|
* scripts: Generalize namesSebastian Huber2017-10-201-8/+8
|
* tcpdump: Update to FreeBSD head 2017-04-04Sebastian Huber2017-10-111-48/+40
| | | | | | Update tcpdump from Git mirror commit 99a648a912e81e29d9c4c159cbbe263462f2d719 to 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* Update libpcap to FreeBSD head 2017-04-04Sebastian Huber2017-10-091-0/+7
| | | | | | Update libpcap from Git mirror commit 99a648a912e81e29d9c4c159cbbe263462f2d719 to 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* ffec: Port to RTEMSSebastian Huber2017-09-271-0/+2
|
* if_atsam: Allow fixed MII settings.Christian Mauderer2017-09-221-0/+1
|
* if-atsam: Port to rtems-libbsd.Christian Mauderer2017-09-221-0/+1
|
* Remove strtoimax() and strtoumax()Sebastian Huber2017-08-221-2/+0
| | | | This is now provided by Newlib.
* Port openssl to RTEMS.Sichen Zhao2017-08-201-0/+952
|
* Port rtl8188eu driver to RTEMS.Sichen Zhao2017-08-021-0/+1
| | | | | Now USB dongle rtl8188eu can work as wlan client device. It can scan wifi, connect unencrypted wifi.
* dev/rtwn: Import new files from FreeBSD.Christian Mauderer2017-07-171-5/+23
|
* Port am335x usb driver to RTEMS.Sichen Zhao2017-07-131-0/+34
| | | | | | Add FDT and umass support for am335x USB driver. Now RTEMS can mount and open USB disk.
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-081-12/+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.
* Update scripts to include support for input devices - USB Keyboard, USB ↵Kevin Kirspel2017-05-191-21/+58
| | | | mouse, touch, and EVDEV
* Updating scripts for USB Serial DriversKevin Kirspel2017-05-121-1/+5
|
* Updating scripts for FREEBSD TTY supportKevin Kirspel2017-05-111-11/+66
|
* Update to FreeBSD head 2017-04-04Sebastian Huber2017-04-041-10/+20
| | | | Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* if_tsec: Enable FDT supportSebastian Huber2017-03-081-0/+1
|
* FDT(4): Port to RTEMSSebastian Huber2017-03-081-0/+41
|
* Add poll() and select() support for TermiosSebastian Huber2017-02-281-1/+2
|
* Port LPC32XX Ethernet and USB OHCI to RTEMSKevin Kirspel2017-02-141-0/+6
|
* freebsd/wlanstats: Port to FreeBSD.Christian Mauderer2017-01-171-0/+23
|
* wlan/run: Add firmware.Christian Mauderer2017-01-171-0/+6
|