This is an automated email from the ASF dual-hosted git repository. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 1bab5b6 arch/arm/: Rename up_intstack_* to arm_intstack_* new 7980673 fs/vfs: Add nx_seek function new 6418d13 fs/vfs: Add nx_close function new 65308ea fs/vfs: Add nx_stat function new 4b53603 fs/vfs: Add nx_ioctl/nx_fcntl function new 4c680bf fs/vfs: Rename fdesc_poll to fs_poll new 8d1a0c2 binfmt: exec_spawn as internal function shouldn't modify errno new 3c84278 sched: task_init as internal function shouldn't modify errno new 5c748ce sched: Don't need call get_errno after task_activate new a2f6dc9 errno: Rename get_errno_ptr to __errno The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: Documentation/NuttxUserGuide.html | 8 +- binfmt/binfmt_exec.c | 30 ++- binfmt/binfmt_execmodule.c | 2 - .../lpc17xx_40xx/pnev5180b/src/lpc17_40_symtab.c | 9 +- fs/vfs/fs_close.c | 96 +++---- fs/vfs/fs_fcntl.c | 110 ++++++-- fs/vfs/fs_ioctl.c | 93 ++++--- fs/vfs/fs_lseek.c | 75 ++++-- fs/vfs/fs_poll.c | 6 +- fs/vfs/fs_stat.c | 89 +++--- include/errno.h | 4 +- include/nuttx/binfmt/binfmt.h | 3 +- include/nuttx/fs/fs.h | 299 ++++++++++++++------- libs/libc/libc.csv | 2 +- sched/errno/Make.defs | 2 +- sched/errno/{errno_getptr.c => errno_errno.c} | 25 +- sched/errno/errno_get.c | 4 +- sched/errno/errno_set.c | 6 +- sched/pthread/pthread_create.c | 4 - sched/task/task_create.c | 3 - sched/task/task_exit.c | 2 +- sched/task/task_init.c | 10 +- sched/task/task_posixspawn.c | 2 +- syscall/syscall.csv | 1 - 24 files changed, 530 insertions(+), 355 deletions(-) rename sched/errno/{errno_getptr.c => errno_errno.c} (86%)