summaryrefslogtreecommitdiff
path: root/include (follow)
AgeCommit message (Collapse)Author
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-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
2021-04-13Revert "include: Add telnetd.h"Vijay Kumar Banerjee
This reverts commit d8888e058bbbb5e271701d5683e5ab332db72230.
2021-03-03include: Add telnetd.hVijay Kumar Banerjee
2021-03-02Add pppd from RTEMSVijay Kumar Banerjee