You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/05/07 17:29:19 UTC

[incubator-nuttx] branch errno updated (4fc126f -> 1ad03a5)

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

gnutt pushed a change to branch errno
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


 discard 4fc126f  arch/*/*_checkstack.c: Get aligned address only when CONFIG_TLS_ALIGNED is       enabled.
 discard 21f4a5a  arch/risc-v/src/common/riscv_createstack.c: Fix the stack_color name.
 discard 5e71eb1  Remove CONFIG_TLS
     add 8d8ceee  boards/arm/stm32h7/stm32h747i-disco: support for FMC SDRAM
     add 608e092  boards/arm/stm32h7/stm32h747i-disco: fix style issues
     add 2c0381d  syscall: Apply the new vararg syntax to fcntl
     add a2d924e  syscall: Fix typo error in cvs and header file
     add 32cec2a  syscall: Generate SYS_ number from syscall_lookup.h
     add 1ad03a5  syscall: Generate STUB prototype automatically

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4fc126f)
            \
             N -- N -- N   refs/heads/errno (1ad03a5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 Documentation/NuttxUserGuide.html                  |  98 ++--
 TODO                                               |   2 +-
 arch/Kconfig                                       |   2 +
 arch/arm/include/tls.h                             |   3 +
 arch/arm/src/common/arm_checkstack.c               |   1 -
 arch/arm/src/common/arm_createstack.c              |  16 +-
 arch/arm/src/common/arm_usestack.c                 |   6 +
 arch/arm/src/stm32h7/hardware/stm32_i2c.h          |   2 +
 arch/avr/include/tls.h                             |   3 +
 arch/avr/src/avr/up_createstack.c                  |   5 +-
 arch/avr/src/avr/up_usestack.c                     |   2 +
 arch/avr/src/avr32/up_createstack.c                |   4 +
 arch/avr/src/avr32/up_usestack.c                   |   2 +
 arch/hc/include/tls.h                              |   3 +
 arch/hc/src/common/up_createstack.c                |   4 +
 arch/hc/src/common/up_usestack.c                   |   2 +
 arch/mips/include/tls.h                            |   3 +
 arch/mips/src/common/mips_createstack.c            |   4 +
 arch/mips/src/common/mips_usestack.c               |   2 +
 arch/misoc/include/tls.h                           |   3 +
 arch/misoc/src/lm32/lm32_createstack.c             |   4 +
 arch/misoc/src/minerva/minerva_createstack.c       |   4 +
 arch/or1k/include/tls.h                            |   3 +
 arch/or1k/src/common/up_checkstack.c               |   3 +-
 arch/or1k/src/common/up_createstack.c              |  16 +-
 arch/renesas/include/tls.h                         |   3 +
 arch/renesas/src/common/up_createstack.c           |   4 +
 arch/renesas/src/common/up_usestack.c              |   2 +
 arch/risc-v/include/tls.h                          |   3 +
 arch/risc-v/src/common/riscv_checkstack.c          |   3 +-
 arch/risc-v/src/common/riscv_createstack.c         |  17 +-
 arch/risc-v/src/common/riscv_usestack.c            |   2 +
 arch/sim/include/tls.h                             |   3 +
 arch/sim/src/sim/up_createstack.c                  |  20 +-
 arch/sim/src/sim/up_usestack.c                     |   2 +
 arch/x86/include/tls.h                             |   3 +
 arch/x86/src/i486/up_createstack.c                 |   4 +
 arch/x86/src/i486/up_usestack.c                    |   2 +
 arch/x86_64/include/tls.h                          |   3 +
 arch/x86_64/src/intel64/up_createstack.c           |   4 +
 arch/x86_64/src/intel64/up_usestack.c              |   2 +
 arch/xtensa/include/tls.h                          |   3 +
 arch/xtensa/src/common/xtensa_checkstack.c         |   4 +-
 arch/xtensa/src/common/xtensa_createstack.c        |   4 +
 arch/xtensa/src/common/xtensa_usestack.c           |   2 +
 arch/z16/include/tls.h                             |   3 +
 arch/z16/src/common/z16_createstack.c              |   4 +
 arch/z16/src/common/z16_usestack.c                 |   2 +
 arch/z80/include/tls.h                             |   3 +
 arch/z80/src/common/z80_createstack.c              |   4 +
 arch/z80/src/common/z80_usestack.c                 |   2 +
 .../arm/stm32h7/stm32h747i-disco/include/board.h   |  73 ++-
 include/aio.h                                      |   4 +-
 include/fcntl.h                                    |   2 +-
 include/mqueue.h                                   |   4 +-
 include/nuttx/arch.h                               |   2 +
 include/nuttx/lib/regex.h                          |   2 +-
 include/nuttx/tls.h                                |   3 +
 include/pthread.h                                  |  20 +-
 include/sched.h                                    |   4 +-
 include/spawn.h                                    |  45 +-
 include/stdio.h                                    |   6 +-
 include/sys/socket.h                               |  27 +-
 include/sys/syscall.h                              | 524 +--------------------
 include/sys/syscall_lookup.h                       | 382 +++++++++++++++
 include/unistd.h                                   |   4 +-
 include/wchar.h                                    |  23 +-
 include/wctype.h                                   |   1 -
 libs/libc/aio/aio_suspend.c                        |   2 +-
 libs/libc/aio/lio_listio.c                         |  20 +-
 libs/libc/libc.csv                                 | 185 ++++----
 libs/libc/math.csv                                 |   5 +-
 libs/libc/misc/lib_match.c                         |  23 +-
 libs/libc/pthread/pthread_attr_getschedpolicy.c    |   3 +-
 libs/libc/pthread/pthread_mutexattr_gettype.c      |   3 +-
 libs/libc/pthread/pthread_mutexattr_settype.c      |   5 +-
 libs/libc/spawn/lib_task_spawn.c                   |   2 +-
 libs/libc/stdio/lib_asprintf.c                     |   6 +-
 libs/libc/stdio/lib_clearerr.c                     |   2 +-
 libs/libc/stdio/lib_fgets.c                        |   2 +-
 libs/libc/tls/Kconfig                              |  17 +
 libs/libc/tls/Make.defs                            |   2 +-
 libs/libc/tls/tls_getelem.c                        |   4 +-
 libs/libc/tls/tls_setelem.c                        |   4 +-
 libs/libc/unistd/lib_getopt.c                      |  49 +-
 libs/libc/wchar/lib_mbrtowc.c                      |   3 +-
 sched/sched/sched_getparam.c                       |   4 +-
 sched/task/task_create.c                           |   2 +-
 sched/task/task_posixspawn.c                       |   4 +-
 sched/task/task_spawn.c                            |   2 +-
 syscall/syscall.csv                                | 236 +++++-----
 syscall/syscall_funclookup.c                       |  69 +--
 syscall/syscall_lookup.h                           | 395 ----------------
 syscall/syscall_nparms.c                           |  16 +-
 syscall/syscall_stublookup.c                       | 413 ++--------------
 95 files changed, 1168 insertions(+), 1741 deletions(-)
 create mode 100644 include/sys/syscall_lookup.h
 delete mode 100644 syscall/syscall_lookup.h