提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 2553df7edc binfmt/binfmt_execsymtab.c: Fix a recently introduced error: The size of the symbol table is now an 'int' variable; but a variable cannot be used as an initializer because it is not constant. Also updates a README file. 6 年之前
  Gregory Nutt a3f80e1894 binfmt/binfmt_execsymtab.c: Fix a typo in a configuration variable name. 6 年之前
  Gregory Nutt 4c67062457 Squashed commit of the following: 6 年之前
  Gregory Nutt f45db0313d nuttx/binfmt: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 8 年之前
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 年之前
  Gregory Nutt da7a440b35 execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic 10 年之前