提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt abf6965c24 Squashed commit of the following: 5 年之前
  Gregory Nutt bb623d1e04 This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit(). 5 年之前
  nchao 6509a0c0ca binfmt/ and libs/libc: Make exepath_*() more common: 6 年之前
  Gregory Nutt 50ca32e254 Squashed commit of the following: 6 年之前
  Gregory Nutt 170a50c690 Squashed commit of the following: 6 年之前
  Gregory Nutt 12e3e47d3c Update comments, mostly spelling errors. 6 年之前
  Gregory Nutt 5b385f4d4d kthread_create(): Rename kernel_thread() to kthread_create() for better naming consistency with task_create() and kthread_delete(). 7 年之前
  Arjun Hary b274a97840 Miscellaneous fixes from astyle tool. 7 年之前
  Gregory Nutt 2d1765a014 Remove more of those annoying empty comment blocks. 8 年之前
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 年之前
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 年之前
  Gregory Nutt 79d554939e sched/: Fix some spacing issues 9 年之前
  Gregory Nutt a5e30ac4a1 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 年之前
  Gregory Nutt eae146d641 Kernel proxy thread should be a kernel thread, not a user task 10 年之前
  Gregory Nutt 23147c40a5 Remove final traces of the 8015 from the NuttX source tree 10 年之前
  Gregory Nutt 0ab1b0de25 nuttx/sched: Remove explicit references to errno. That is a problem from within the kernel for certain configurations 10 年之前
  Gregory Nutt d798dd37a7 Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 10 年之前
  Gregory Nutt 23a334c066 Move task control files from sched/ to sched/task 10 年之前