summaryrefslogtreecommitdiff
path: root/netsources.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2023-04-22 12:44:38 -1000
committerChris Johns <chrisj@rtems.org>2023-04-23 08:58:54 +1000
commit9124456a9ba252fbe7b77c383848b77ff059314a (patch)
tree4a09a1543265970792c0ead1498edd6373f58299 /netsources.py
parent147502e4223f8790f4c591fedce7891d9e8e5f32 (diff)
net: Update sysctl to use the latest libbsd linker set
- 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
Diffstat (limited to 'netsources.py')
-rw-r--r--netsources.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/netsources.py b/netsources.py
index 54dbbf1..550c741 100644
--- a/netsources.py
+++ b/netsources.py
@@ -46,6 +46,7 @@ class source:
'rtems/rtems_showipstat.c',
'rtems/rtems_showmbuf.c',
'rtems/rtems_showroute.c',
+ 'rtems/rtems_showsysctl.c',
'rtems/rtems_showtcpstat.c',
'rtems/rtems_showudpstat.c',
'rtems/rtems_socketpair.c',