You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by di...@apache.org on 2020/04/24 17:15:39 UTC

[incubator-teaclave-sgx-sdk] branch master updated (4596820 -> df76765)

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

dingyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git.


    from 4596820  Merge pull request #230 from volcano0dr/master
     add df76765  Add sgx_edl

No new revisions were added by this update.

Summary of changes:
 {sgx_tunittest => sgx_edl}/Cargo.toml                   | 16 ++++++----------
 {sgx_urts => sgx_edl}/LICENSE                           |  0
 {sgx_urts => sgx_edl}/Readme.md                         |  0
 {common => sgx_edl/common}/inc/assert.h                 |  0
 {common => sgx_edl/common}/inc/complex.h                |  0
 {common => sgx_edl/common}/inc/ctype.h                  |  0
 {common => sgx_edl/common}/inc/dirent.h                 |  0
 {common => sgx_edl/common}/inc/endian.h                 |  0
 {common => sgx_edl/common}/inc/errno.h                  |  0
 {common => sgx_edl/common}/inc/float.h                  |  0
 {common => sgx_edl/common}/inc/inttypes.h               |  0
 {common => sgx_edl/common}/inc/iso646.h                 |  0
 {common => sgx_edl/common}/inc/limits.h                 |  0
 {common => sgx_edl/common}/inc/math.h                   |  0
 {common => sgx_edl/common}/inc/mbusafecrt.h             |  0
 {common => sgx_edl/common}/inc/netdb.h                  |  0
 {common => sgx_edl/common}/inc/poll.h                   |  0
 {common => sgx_edl/common}/inc/pwd.h                    |  0
 {common => sgx_edl/common}/inc/sched.h                  |  0
 {common => sgx_edl/common}/inc/setjmp.h                 |  0
 {common => sgx_edl/common}/inc/signal.h                 |  0
 {common => sgx_edl/common}/inc/stdarg.h                 |  0
 {common => sgx_edl/common}/inc/stdbool.h                |  0
 {common => sgx_edl/common}/inc/stddef.h                 |  0
 {common => sgx_edl/common}/inc/stdint.h                 |  0
 {common => sgx_edl/common}/inc/stdio.h                  |  0
 {common => sgx_edl/common}/inc/stdlib.h                 |  0
 {common => sgx_edl/common}/inc/string.h                 |  0
 {common => sgx_edl/common}/inc/sys/_types.h             |  0
 {common => sgx_edl/common}/inc/sys/cdefs.h              |  0
 {common => sgx_edl/common}/inc/sys/endian.h             |  0
 {common => sgx_edl/common}/inc/sys/epoll.h              |  0
 {common => sgx_edl/common}/inc/sys/ieee.h               |  0
 {common => sgx_edl/common}/inc/sys/limits.h             |  0
 {common => sgx_edl/common}/inc/sys/sockaddr.h           |  0
 {common => sgx_edl/common}/inc/sys/socket.h             |  0
 {common => sgx_edl/common}/inc/sys/stat.h               |  0
 {common => sgx_edl/common}/inc/sys/stdint.h             |  0
 {common => sgx_edl/common}/inc/sys/struct_timespec.h    |  0
 {common => sgx_edl/common}/inc/sys/types.h              |  0
 {common => sgx_edl/common}/inc/sys/uio.h                |  0
 {common => sgx_edl/common}/inc/time.h                   |  0
 {common => sgx_edl/common}/inc/unistd.h                 |  0
 {common => sgx_edl/common}/inc/wchar.h                  |  0
 {common => sgx_edl/common}/inc/wctype.h                 |  0
 {edl => sgx_edl/edl}/inc/dirent.h                       |  0
 {edl => sgx_edl/edl}/inc/stat.h                         |  0
 {edl => sgx_edl/edl}/intel/sgx_pthread.edl              |  0
 {edl => sgx_edl/edl}/intel/sgx_tkey_exchange.edl        |  0
 {edl => sgx_edl/edl}/intel/sgx_tprotected_fs.edl        |  0
 {edl => sgx_edl/edl}/intel/sgx_tstdc.edl                |  0
 {edl => sgx_edl/edl}/intel/sgx_tswitchless.edl          |  0
 {edl => sgx_edl/edl}/sgx_asyncio.edl                    |  0
 {edl => sgx_edl/edl}/sgx_backtrace.edl                  |  0
 {edl => sgx_edl/edl}/sgx_env.edl                        |  0
 {edl => sgx_edl/edl}/sgx_fd.edl                         |  0
 {edl => sgx_edl/edl}/sgx_file.edl                       |  0
 {edl => sgx_edl/edl}/sgx_fs.edl                         |  0
 {edl => sgx_edl/edl}/sgx_mem.edl                        |  0
 {edl => sgx_edl/edl}/sgx_net.edl                        |  0
 {edl => sgx_edl/edl}/sgx_net_switchless.edl             |  0
 {edl => sgx_edl/edl}/sgx_pipe.edl                       |  0
 {edl => sgx_edl/edl}/sgx_process.edl                    |  0
 {edl => sgx_edl/edl}/sgx_signal.edl                     |  0
 {edl => sgx_edl/edl}/sgx_socket.edl                     |  0
 {edl => sgx_edl/edl}/sgx_stdio.edl                      |  0
 {edl => sgx_edl/edl}/sgx_sys.edl                        |  0
 {edl => sgx_edl/edl}/sgx_thread.edl                     |  0
 {edl => sgx_edl/edl}/sgx_time.edl                       |  0
 {edl => sgx_edl/edl}/sgx_tstd.edl                       |  0
 sgx_tstd/src/sys_common/thread.rs => sgx_edl/src/lib.rs |  3 ++-
 71 files changed, 8 insertions(+), 11 deletions(-)
 copy {sgx_tunittest => sgx_edl}/Cargo.toml (72%)
 copy {sgx_urts => sgx_edl}/LICENSE (100%)
 copy {sgx_urts => sgx_edl}/Readme.md (100%)
 copy {common => sgx_edl/common}/inc/assert.h (100%)
 copy {common => sgx_edl/common}/inc/complex.h (100%)
 copy {common => sgx_edl/common}/inc/ctype.h (100%)
 copy {common => sgx_edl/common}/inc/dirent.h (100%)
 copy {common => sgx_edl/common}/inc/endian.h (100%)
 copy {common => sgx_edl/common}/inc/errno.h (100%)
 copy {common => sgx_edl/common}/inc/float.h (100%)
 copy {common => sgx_edl/common}/inc/inttypes.h (100%)
 copy {common => sgx_edl/common}/inc/iso646.h (100%)
 copy {common => sgx_edl/common}/inc/limits.h (100%)
 copy {common => sgx_edl/common}/inc/math.h (100%)
 copy {common => sgx_edl/common}/inc/mbusafecrt.h (100%)
 copy {common => sgx_edl/common}/inc/netdb.h (100%)
 copy {common => sgx_edl/common}/inc/poll.h (100%)
 copy {common => sgx_edl/common}/inc/pwd.h (100%)
 copy {common => sgx_edl/common}/inc/sched.h (100%)
 copy {common => sgx_edl/common}/inc/setjmp.h (100%)
 copy {common => sgx_edl/common}/inc/signal.h (100%)
 copy {common => sgx_edl/common}/inc/stdarg.h (100%)
 copy {common => sgx_edl/common}/inc/stdbool.h (100%)
 copy {common => sgx_edl/common}/inc/stddef.h (100%)
 copy {common => sgx_edl/common}/inc/stdint.h (100%)
 copy {common => sgx_edl/common}/inc/stdio.h (100%)
 copy {common => sgx_edl/common}/inc/stdlib.h (100%)
 copy {common => sgx_edl/common}/inc/string.h (100%)
 copy {common => sgx_edl/common}/inc/sys/_types.h (100%)
 copy {common => sgx_edl/common}/inc/sys/cdefs.h (100%)
 copy {common => sgx_edl/common}/inc/sys/endian.h (100%)
 copy {common => sgx_edl/common}/inc/sys/epoll.h (100%)
 copy {common => sgx_edl/common}/inc/sys/ieee.h (100%)
 copy {common => sgx_edl/common}/inc/sys/limits.h (100%)
 copy {common => sgx_edl/common}/inc/sys/sockaddr.h (100%)
 copy {common => sgx_edl/common}/inc/sys/socket.h (100%)
 copy {common => sgx_edl/common}/inc/sys/stat.h (100%)
 copy {common => sgx_edl/common}/inc/sys/stdint.h (100%)
 copy {common => sgx_edl/common}/inc/sys/struct_timespec.h (100%)
 copy {common => sgx_edl/common}/inc/sys/types.h (100%)
 copy {common => sgx_edl/common}/inc/sys/uio.h (100%)
 copy {common => sgx_edl/common}/inc/time.h (100%)
 copy {common => sgx_edl/common}/inc/unistd.h (100%)
 copy {common => sgx_edl/common}/inc/wchar.h (100%)
 copy {common => sgx_edl/common}/inc/wctype.h (100%)
 copy {edl => sgx_edl/edl}/inc/dirent.h (100%)
 copy {edl => sgx_edl/edl}/inc/stat.h (100%)
 copy {edl => sgx_edl/edl}/intel/sgx_pthread.edl (100%)
 copy {edl => sgx_edl/edl}/intel/sgx_tkey_exchange.edl (100%)
 copy {edl => sgx_edl/edl}/intel/sgx_tprotected_fs.edl (100%)
 copy {edl => sgx_edl/edl}/intel/sgx_tstdc.edl (100%)
 copy {edl => sgx_edl/edl}/intel/sgx_tswitchless.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_asyncio.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_backtrace.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_env.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_fd.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_file.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_fs.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_mem.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_net.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_net_switchless.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_pipe.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_process.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_signal.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_socket.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_stdio.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_sys.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_thread.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_time.edl (100%)
 copy {edl => sgx_edl/edl}/sgx_tstd.edl (100%)
 copy sgx_tstd/src/sys_common/thread.rs => sgx_edl/src/lib.rs (98%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org