summaryrefslogtreecommitdiff
path: root/rtems (follow)
AgeCommit message (Collapse)Author
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-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-13bsd: Add iface calls to help users manage the iface stateChris Johns
2021-02-24Initial Commit: Add all files from RTEMS libnetworking directoryVijay Kumar Banerjee