summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add header for RTEMS test printerHEADmainChris Johns2023-10-054-1/+6
|
* powerpc/beatnik: Add mv643xx_eth.c driver from RTEMS 5Vijay Kumar Banerjee2023-07-192-0/+3320
|
* testsuites: Build testsuites/support as a static libraryChris Johns2023-06-0511-66/+130
| | | | | This avoids dependency issues if the source files are added to separate program builds.
* waf: Move rtems/rtems-net-legacy.h to machine/rtems-net-legacy.hChris Johns2023-05-252-4/+4
| | | | | | 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.
* net: Update socketpair to the lwip codeChris Johns2023-04-231-28/+105
|
* net: Update sysctl to use the latest libbsd linker setChris Johns2023-04-237-30/+1455
| | | | | | | | | - 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
* waf: Build libs before testsChris Johns2023-04-231-0/+2
| | | | | The built libs are in lib and use when linking to get a working order. Make sure they are built before building an tests.
* tests/resolv: Fix test configurationChris Johns2023-04-235-4/+15
|
* waf: Build header files before anything elseChris Johns2023-04-202-1/+2
|
* waf: Enable warnings as an optionChris Johns2023-04-201-4/+15
|
* bsd: Add getaddrinfom, gai_strerror, ipv6_addr, if_nametoindex and BSD programsChris Johns2023-04-2016-3/+4719
| | | | | - These additions let the net services repo build with the legacy stack
* rtems: Fix incorect header guard and white spacesChris Johns2023-04-152-5/+4
| | | | - Review changes from Gedare
* waf: Generate a version header called rtems-net-legacy.hChris Johns2023-04-143-3/+74
|
* bsd: Add iface calls to help users manage the iface stateChris Johns2023-04-135-21/+236
|
* testsuite: Add telenet02 testChris Johns2023-04-135-1/+188
|
* waf: Add test network configuration supportChris Johns2023-04-136-5/+201
| | | | - Add a support call to use the configuration
* leon3: Replace ambapp_plb with ambapp_plb()Vijay Kumar Banerjee2023-03-303-8/+11
| | | | | RTEMS commit 2c07f24af210c4738fbe6f75a53c58fbd80fb658 removed the ambapp_plb global variable
* waf: List all source built and installedChris Johns2023-03-2711-190/+614
| | | | | | | | - Remove scanning the file system for files to build and install. - Install list checked against an RTEMS 5.3 networking build. Closes #4887
* waf: Reformat to the PEP 8 coding styleChris Johns2023-03-222-25/+30
|
* includes: Update to use the latest networking headersChris Johns2023-03-222-1/+21
| | | | | | - Add support for BSP configs and options if we need them Closes #4882
* score: Update to the latest score interfaceChris Johns2023-03-221-2/+2
| | | | Updates #4882
* bsps: Add remaining networking header files from RTEMS repositoryVijay Kumar Banerjee2021-06-236-0/+691
|
* README.waf: minor edit for languageGedare Bloom2021-05-281-1/+1
|
* legacy nfs.c: Change filesystem utime_h handler to utimens_hRyan Long2021-05-281-25/+25
| | | | | | | | 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
* Re-license copyright textsVijay Kumar Banerjee2021-04-2710-10/+20
|
* bsp_drivers: Use os.path for compatibility with non Unix hostVijay Kumar Banerjee2021-04-191-11/+11
|
* netlegacy: Remove telnetd buildVijay Kumar Banerjee2021-04-162-8/+6
|
* netlegacy: Use os.path instead of hardcoded Unix like pathVijay Kumar Banerjee2021-04-151-14/+13
|
* nfsclient: Build nfsclient from the top level netlegacy scriptVijay Kumar Banerjee2021-04-153-61/+28
|
* Revert "include: Add telnetd.h"Vijay Kumar Banerjee2021-04-131-137/+0
| | | | This reverts commit d8888e058bbbb5e271701d5683e5ab332db72230.
* Revert "Add telnetd"Vijay Kumar Banerjee2021-04-138-1960/+0
| | | | This reverts commit 1370111877f13c867d3a2bfca4b8fde1679bcec0.
* netlegacy: Use os.path to get the file extensionVijay Kumar Banerjee2021-04-132-4/+6
|
* Remove RTEMS_NETWORKING checksVijay Kumar Banerjee2021-04-132-25/+23
|
* leon,greth: added support for variable sized descriptor table sizesDaniel Hellstrom2021-04-131-7/+15
| | | | | | | | | | 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.
* testsuites: Fix typo in wscriptsVijay Kumar Banerjee2021-03-056-6/+6
|
* netlegacy: Build libtelnetd.a and install header file in correct locationVijay Kumar Banerjee2021-03-052-7/+22
|
* include: Add telnetd.hVijay Kumar Banerjee2021-03-032-1/+138
|
* bsps/powerpc/beatnik: Remove sources that were not built by RTEMSVijay Kumar Banerjee2021-03-0311-3826/+7
|
* bsp_drivers: Fix bsp source file listVijay Kumar Banerjee2021-03-031-2/+3
|
* Add legacy networking tests from RTEMSVijay Kumar Banerjee2021-03-0228-13/+1964
|
* Add telnetdVijay Kumar Banerjee2021-03-028-0/+1960
|
* pppd: Remove wscriptVijay Kumar Banerjee2021-03-022-52/+8
| | | | Build from netlegacy.py to make libpppd.a accessible to the tests
* bsp_driver, wscript: Format according to PEP8 style guideVijay Kumar Banerjee2021-03-022-8/+16
|
* Rename lnetworking to netlegacyVijay Kumar Banerjee2021-03-022-28/+32
|
* README: Update it to include repository and licence information.Vijay Kumar Banerjee2021-03-022-0/+104
| | | | + Add README.waf with build instructions
* Add git logs from RTEMS treeVijay Kumar Banerjee2021-03-0242-0/+23391
|
* bsps: Add support to build from shared bsp folder for specific BSPsVijay Kumar Banerjee2021-03-0234-11/+27641
|
* Add support for building bsp specific net driversVijay Kumar Banerjee2021-03-0297-9/+84185
|
* Add libmisc and librpc from RTEMS cpukitVijay Kumar Banerjee2021-03-02101-1/+24416
|
* lnetworking: install the header filesVijay Kumar Banerjee2021-03-021-1/+7
|