This is an automated email from the ASF dual-hosted git repository.

archer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from b892ec5c6e libc/machine: Remove FAR from sparc
     new b0d197534f stdio: Move lib_stream_[initialize|release] from libc/stdio 
to sched/tls
     new 62c2b1abba stdio: Initialize stdin, stdout and stderr directly
     new b1c8c84e81 stdio: Merge fs_fdopen into fdopen to simplify the code logi

The 3 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:
 fs/vfs/CMakeLists.txt              |   6 -
 fs/vfs/Make.defs                   |   6 -
 fs/vfs/fs_fdopen.c                 | 241 -------------------------------------
 include/nuttx/fs/fs.h              |  14 ---
 include/nuttx/lib/lib.h            |   6 -
 include/sys/syscall_lookup.h       |   4 -
 libs/libc/stdio/CMakeLists.txt     |   1 -
 libs/libc/stdio/Make.defs          |   4 +-
 libs/libc/stdio/lib_fopen.c        |  87 ++++++++++---
 libs/libc/stdio/lib_libstream.c    | 142 ----------------------
 sched/group/CMakeLists.txt         |   1 -
 sched/group/Make.defs              |   2 +-
 sched/group/group.h                |   3 -
 sched/group/group_setupidlefiles.c |   5 -
 sched/group/group_setupstreams.c   |  74 ------------
 sched/group/group_setuptaskfiles.c |   6 -
 sched/tls/task_initinfo.c          |  62 +++++++++-
 sched/tls/task_uninitinfo.c        |  73 ++++++++++-
 syscall/syscall.csv                |   1 -
 19 files changed, 206 insertions(+), 532 deletions(-)
 delete mode 100644 fs/vfs/fs_fdopen.c
 delete mode 100644 libs/libc/stdio/lib_libstream.c
 delete mode 100644 sched/group/group_setupstreams.c

Reply via email to