OS modules: Add basic procfs support. A module registry that will eventually...
OS modules: Add basic procfs support. A module registry that will eventually be used to support lsmod
Showing
- ChangeLog 3 additions, 2 deletionsChangeLog
- configs 1 addition, 1 deletionconfigs
- fs/procfs/Kconfig 7 additions, 0 deletionsfs/procfs/Kconfig
- fs/procfs/fs_procfs.c 5 additions, 0 deletionsfs/procfs/fs_procfs.c
- include/nuttx/module.h 57 additions, 24 deletionsinclude/nuttx/module.h
- net/procfs/procfs.h 0 additions, 4 deletionsnet/procfs/procfs.h
- sched/module/Make.defs 10 additions, 2 deletionssched/module/Make.defs
- sched/module/mod_insmod.c 102 additions, 51 deletionssched/module/mod_insmod.c
- sched/module/mod_procfs.c 320 additions, 0 deletionssched/module/mod_procfs.c
- sched/module/mod_registry.c 247 additions, 0 deletionssched/module/mod_registry.c
- sched/module/mod_rmmod.c 50 additions, 5 deletionssched/module/mod_rmmod.c
- sched/module/module.h 104 additions, 0 deletionssched/module/module.h
- syscall/syscall.csv 2 additions, 2 deletionssyscall/syscall.csv
- syscall/syscall_lookup.h 1 addition, 1 deletionsyscall/syscall_lookup.h
- syscall/syscall_stublookup.c 2 additions, 1 deletionsyscall/syscall_stublookup.c
Loading
Please register or sign in to comment