summaryrefslogtreecommitdiff
path: root/netsources.py (follow)
AgeCommit message (Collapse)Author
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-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-13bsd: Add iface calls to help users manage the iface stateChris Johns
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