Commit History

Author SHA1 Message Date
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 years ago
  Gregory Nutt 2c45f482b1 Module names are not needed in libc/modlib when the module library is used only for shared library support. 7 years ago
  Gregory Nutt 86bdd0a4c7 Modules: Move last of many C files from sched/module to libc/modlib 7 years ago
  Gregory Nutt 5e94dd22bb Modules: Move first five of many C files from sched/module to libc/modlib 7 years ago
  Gregory Nutt 2717e781f0 libc/modlib: Add build a configuration logic for a shared module library. 7 years ago
  Gregory Nutt a06d26e044 Shared libraries: Add a non-standard dllfnc.h function to set the symbol table. 7 years ago
  Gregory Nutt 4574a1ca42 Modules: Extend the module interface so that we can access symbols exported by the module. 7 years ago
  Gregory Nutt d90e66a024 Kernel Modules: Module initializer may now return a symbol table (not yet used for anything) 7 years ago
  Gregory Nutt e8d0f85c8b Modules: Add mod_setsymtab to set global symtol table once. Now we can remove symbol table parameters from the insmod call. This will make implementing an NSH insmod command much easier 8 years ago
  Gregory Nutt 795ddd7e80 OS modules: Add basic procfs support. A module registry that will eventually be used to support lsmod 8 years ago
  Gregory Nutt a908a61c5a Various module-related cosmetic changes 8 years ago
  Gregory Nutt 040835de00 Add an implementation of rmmod 8 years ago
  Gregory Nutt 49554fe4fc Move module support from binfmt/ to sched/ so that it can be configured and built independently from binfmt features 8 years ago