summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-19powerpc/beatnik: Add mv643xx_eth.c driver from RTEMS 5HEADmainVijay Kumar Banerjee
2023-06-05testsuites: Build testsuites/support as a static libraryChris Johns
This avoids dependency issues if the source files are added to separate program builds.
2023-05-25waf: Move rtems/rtems-net-legacy.h to machine/rtems-net-legacy.hChris Johns
This patch installs the header in the same path as the libbsd header machine/rtems-bsd-version.h. These headers can be used to detect which network stack is installed.
2023-04-23net: Update socketpair to the lwip codeChris Johns
2023-04-23net: Update sysctl to use the latest libbsd linker setChris Johns
- Update linker_set.h to the latest from libbsd so the linker scripts work. - Add a sysctl command to check on sysctls - Add set defines to the networking stack
2023-04-23waf: Build libs before testsChris Johns
The built libs are in lib and use when linking to get a working order. Make sure they are built before building an tests.
2023-04-23tests/resolv: Fix test configurationChris Johns
2023-04-20waf: Build header files before anything elseChris Johns
2023-04-20waf: Enable warnings as an optionChris Johns
2023-04-20bsd: Add getaddrinfom, gai_strerror, ipv6_addr, if_nametoindex and BSD programsChris Johns
- These additions let the net services repo build with the legacy stack
2023-04-15rtems: Fix incorect header guard and white spacesChris Johns
- Review changes from Gedare
2023-04-14waf: Generate a version header called rtems-net-legacy.hChris Johns
2023-04-13bsd: Add iface calls to help users manage the iface stateChris Johns
2023-04-13testsuite: Add telenet02 testChris Johns
2023-04-13waf: Add test network configuration supportChris Johns
- Add a support call to use the configuration
2023-03-30leon3: Replace ambapp_plb with ambapp_plb()Vijay Kumar Banerjee
RTEMS commit 2c07f24af210c4738fbe6f75a53c58fbd80fb658 removed the ambapp_plb global variable
2023-03-27waf: List all source built and installedChris Johns
- Remove scanning the file system for files to build and install. - Install list checked against an RTEMS 5.3 networking build. Closes #4887
2023-03-22waf: Reformat to the PEP 8 coding styleChris Johns
2023-03-22includes: Update to use the latest networking headersChris Johns
- Add support for BSP configs and options if we need them Closes #4882
2023-03-22score: Update to the latest score interfaceChris Johns
Updates #4882
2021-06-23bsps: Add remaining networking header files from RTEMS repositoryVijay Kumar Banerjee
2021-05-28README.waf: minor edit for languageGedare Bloom
2021-05-28legacy nfs.c: Change filesystem utime_h handler to utimens_hRyan Long
Changed nfs_utime() to nfs_utimens(), changed the arguments to use a timespec array instead of individual variables for access and modified time. Updates #4400
2021-04-27Re-license copyright textsVijay Kumar Banerjee
2021-04-19bsp_drivers: Use os.path for compatibility with non Unix hostVijay Kumar Banerjee
2021-04-16netlegacy: Remove telnetd buildVijay Kumar Banerjee
2021-04-15netlegacy: Use os.path instead of hardcoded Unix like pathVijay Kumar Banerjee
2021-04-15nfsclient: Build nfsclient from the top level netlegacy scriptVijay Kumar Banerjee
2021-04-13Revert "include: Add telnetd.h"Vijay Kumar Banerjee
This reverts commit d8888e058bbbb5e271701d5683e5ab332db72230.
2021-04-13Revert "Add telnetd"Vijay Kumar Banerjee
This reverts commit 1370111877f13c867d3a2bfca4b8fde1679bcec0.
2021-04-13netlegacy: Use os.path to get the file extensionVijay Kumar Banerjee
2021-04-13Remove RTEMS_NETWORKING checksVijay Kumar Banerjee
2021-04-13leon,greth: added support for variable sized descriptor table sizesDaniel Hellstrom
The descriptor table size is equal to its alignment and set when configuring the HW IP through VHDL generics. This SW patch simply probes the HW how large the RX/TX descriptor tables are and adjusts accordingly. The number of descriptors actual used are controlled by other settings (rxDescs and txDescs) controlled by the user.
2021-03-05testsuites: Fix typo in wscriptsVijay Kumar Banerjee
2021-03-05netlegacy: Build libtelnetd.a and install header file in correct locationVijay Kumar Banerjee
2021-03-03include: Add telnetd.hVijay Kumar Banerjee
2021-03-03bsps/powerpc/beatnik: Remove sources that were not built by RTEMSVijay Kumar Banerjee
2021-03-03bsp_drivers: Fix bsp source file listVijay Kumar Banerjee
2021-03-02Add legacy networking tests from RTEMSVijay Kumar Banerjee
2021-03-02Add telnetdVijay Kumar Banerjee
2021-03-02pppd: Remove wscriptVijay Kumar Banerjee
Build from netlegacy.py to make libpppd.a accessible to the tests
2021-03-02bsp_driver, wscript: Format according to PEP8 style guideVijay Kumar Banerjee
2021-03-02Rename lnetworking to netlegacyVijay Kumar Banerjee
2021-03-02README: Update it to include repository and licence information.Vijay Kumar Banerjee
+ Add README.waf with build instructions
2021-03-02Add git logs from RTEMS treeVijay Kumar Banerjee
2021-03-02bsps: Add support to build from shared bsp folder for specific BSPsVijay Kumar Banerjee
2021-03-02Add support for building bsp specific net driversVijay Kumar Banerjee
2021-03-02Add libmisc and librpc from RTEMS cpukitVijay Kumar Banerjee
2021-03-02lnetworking: install the header filesVijay Kumar Banerjee
2021-03-02Add networking01 test from RTEMS testsuitesVijay Kumar Banerjee