summaryrefslogtreecommitdiffstats
path: root/netsources.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net: Update sysctl to use the latest libbsd linker setChris Johns2023-04-231-0/+1
| | | | | | | | | - 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
* bsd: Add getaddrinfom, gai_strerror, ipv6_addr, if_nametoindex and BSD programsChris Johns2023-04-201-1/+6
| | | | | - These additions let the net services repo build with the legacy stack
* bsd: Add iface calls to help users manage the iface stateChris Johns2023-04-131-16/+10
|
* waf: List all source built and installedChris Johns2023-03-271-0/+328
- Remove scanning the file system for files to build and install. - Install list checked against an RTEMS 5.3 networking build. Closes #4887