提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao 841a4922aa binfmt: Replace all nx_ API with file_ API 3 年之前
  Xiang Xiao bebdbc5c87 binfmt: Remove filename/exports/nexports from binary_s 3 年之前
  Alin Jerpelea f9fb182809 Author: Gregory Nutt: update licenses to Apache 3 年之前
  Xiang Xiao 0536953ded Kernel module should prefer functions with nx/kmm prefix 4 年之前
  Xiang Xiao fe5cb9529d builtin: Remove HAVE_BUILTIN_CONTEXT macro 4 年之前
  Xiang Xiao 68951e8d72 Remove exra whitespace from files (#189) 4 年之前
  Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24) 4 年之前
  Gregory Nutt 254a906409 libs/libc/builtin/: builtint_isavail() should not set the errno variable because this functions may be used by internal OS logic for which setting the rrno variable would be inappropriate. 5 年之前
  Gregory Nutt dd97fb991b This commit moves shared builtin information out of binfmt/libbuiltin and into libs/libc/builtin where it can be shared. This should permit builtin application in the PROTECTED build where binfmt/libbuiltin is not available in user space. 5 年之前
  Gregory Nutt a83b6d990b Replace callse to ioctl() in the OS to file_ioctl() 6 年之前
  Gregory Nutt a7fd58c4db Squashed commit of the following: 6 年之前
  Gregory Nutt e90f0403a6 binfmt/: Mostly cosmetic changes from review of a previous commit. 6 年之前
  Gregory Nutt a096bc1266 binfmt/: Fix one more inappropriate access to the errno variable. 6 年之前
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 年之前
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 年之前
  Bruno Herrera 3fd07e32e9 binfmt/builtin.c: Fix a memory leak: File was not being closed. 9 年之前
  Gregory Nutt 89593969be nuttx/sched: Remove explicit references to errno. That is a problem from within the kernel for certain configurations 10 年之前
  Gregory Nutt e18844de32 P-code BINFMT: Add logic to pass information from the binfmt logic to the P-code interpreter. This includes some extension to the binfmt interfaces. 10 年之前
  Gregory Nutt b6f264488a BINFMT: A framework to support a P-code binary format (a work in progress) 10 年之前
  Gregory Nutt f8024cf409 More trailing whilespace removal 10 年之前
  patacongo 4a801e4904 NSH will now run files from the file system; Add logic to unload and clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith 11 年之前
  patacongo 956bded9c1 Add logic to automatically unload module on exit; Several patches from Mike Smith 11 年之前
  patacongo 828c1c65c7 Change the way thread priority is handled in binfmt/ to better match the way that priority is set up for the builtin tasks 11 年之前
  patacongo 86e99bb6cf Add a binary 'loader' so that builtin applications can be executed from the BINFS file system 11 年之前