Commit History

Author SHA1 Message Date
  Gregory Nutt a83b6d990b Replace callse to ioctl() in the OS to file_ioctl() 6 years ago
  Gregory Nutt a7fd58c4db Squashed commit of the following: 6 years ago
  Gregory Nutt e90f0403a6 binfmt/: Mostly cosmetic changes from review of a previous commit. 6 years ago
  Gregory Nutt a096bc1266 binfmt/: Fix one more inappropriate access to the errno variable. 6 years ago
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 years ago
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 years ago
  Bruno Herrera 3fd07e32e9 binfmt/builtin.c: Fix a memory leak: File was not being closed. 9 years ago
  Gregory Nutt 89593969be nuttx/sched: Remove explicit references to errno. That is a problem from within the kernel for certain configurations 10 years ago
  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 years ago
  Gregory Nutt b6f264488a BINFMT: A framework to support a P-code binary format (a work in progress) 10 years ago
  Gregory Nutt f8024cf409 More trailing whilespace removal 10 years ago
  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 years ago
  patacongo 956bded9c1 Add logic to automatically unload module on exit; Several patches from Mike Smith 11 years ago
  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 years ago
  patacongo 86e99bb6cf Add a binary 'loader' so that builtin applications can be executed from the BINFS file system 11 years ago