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 ac497c7  Merge pull request #264 from lengyijun/patch-2
     new 93dffa4  support intel sgx sdk 2.11 and dcap 1.8
     new 99599f2  clean samplecode
     new f17b614  Fix file attributes
     new 7b3f506  Fix attributes
     new 7b4595f  Merge pull request #267 from volcano0dr/master

The 474 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:
 edl/intel/sgx_dcap_tvl.edl                         |  73 +++
 mesalock-rt/libprotobuf.so.9                       | Bin
 mesalock-rt/libsgx_uae_service.so                  | Bin
 mesalock-rt/libsgx_urts.so                         | Bin
 mesalock-rt/libstdc++.so.6                         | Bin
 mesalock-rt/libz.so.1                              | Bin
 samplecode/backtrace/app/app.c                     |   8 +-
 samplecode/db-proxy/db-proxy/Makefile              |   1 -
 samplecode/hello-regex/app/app.c                   |   2 -
 samplecode/hello-rust/enclave/src/lib.rs           |  66 ---
 samplecode/helloworld/app/app.c                    |   8 +-
 samplecode/http_req/Makefile                       |   1 -
 samplecode/http_req/run.bash                       |   0
 samplecode/hugemem/app/app.c                       |   8 +-
 samplecode/mio/client-java/mvnw                    |   0
 samplecode/pcl/pcl-seal/Makefile                   |   1 -
 .../sample_libcrypto/libsample_libcrypto.so        | Bin
 samplecode/secretsharing/app/app.c                 |   8 +-
 samplecode/serialize/app/app.c                     |   2 -
 samplecode/sgx-cov/enclave/enclave-cov-rustc       |   0
 samplecode/sgx-cov/enclave/llvm-gcov               |   0
 samplecode/thread/app/App.cpp                      |   1 -
 samplecode/tls/tlsclient/app/src/main.rs           |   2 +-
 samplecode/tr-mpc/tr-mpc-server/Makefile           |   1 -
 samplecode/ue-ra/ue-ra-client-java/mvnw            |   0
 samplecode/ue-ra/ue-ra-server/Makefile             |   1 -
 samplecode/unit-test/enclave/src/test_mpsc.rs      |   2 +-
 samplecode/unit-test/enclave/src/test_rand.rs      |   2 +-
 samplecode/unit-test/enclave/src/test_serialize.rs |   0
 sgx_align_struct_attribute/src/align.rs            | 112 +++--
 sgx_align_struct_attribute/src/layout.rs           |  39 +-
 sgx_align_struct_attribute/src/lib.rs              |   9 +-
 sgx_alloc/src/alignalloc.rs                        | 125 +++--
 sgx_alloc/src/alignbox.rs                          |  81 +--
 sgx_alloc/src/lib.rs                               |   3 -
 sgx_alloc/src/rsrvmem.rs                           |  87 +++-
 sgx_alloc/src/system.rs                            |  42 +-
 sgx_backtrace_sys/build.rs                         |   5 +
 sgx_backtrace_sys/libbacktrace/mmap.c              |   6 +
 sgx_backtrace_sys/libbacktrace/mmapio.c            |   7 +
 sgx_cov/lib.rs                                     |   5 +-
 sgx_edl/edl/intel/sgx_dcap_tvl.edl                 |  73 +++
 sgx_libc/src/android/aarch64/mod.rs                |   2 +-
 sgx_libc/src/linux/mod.rs                          |   2 +-
 sgx_libc/src/macros.rs                             |   2 +-
 sgx_serialize_derive/src/decode.rs                 |   2 +-
 sgx_serialize_derive/src/encode.rs                 |   2 +-
 {sgx_urts => sgx_signal}/LICENSE                   |   0
 {sgx_urts => sgx_signal}/Readme.md                 |   0
 sgx_signal/src/exception.rs                        |  49 +-
 sgx_signal/src/lib.rs                              |  10 +-
 sgx_signal/src/manager.rs                          |  98 ++--
 sgx_signal/src/signal.rs                           |  77 ++-
 sgx_tcrypto/src/crypto.rs                          | 553 ++++++++++++---------
 sgx_tcrypto/src/lib.rs                             |   2 -
 sgx_tdh/src/dh.rs                                  | 192 ++++---
 sgx_tdh/src/ecp.rs                                 |   3 +-
 sgx_tdh/src/lib.rs                                 |   6 +-
 sgx_tkey_exchange/src/lib.rs                       |  18 +-
 sgx_tprotected_fs/src/fs.rs                        |  36 +-
 sgx_tprotected_fs/src/lib.rs                       |   2 +-
 sgx_trts/src/cpu_feature.rs                        |   9 +-
 sgx_trts/src/enclave.rs                            |  25 +-
 sgx_trts/src/lib.rs                                |  15 +-
 sgx_trts/src/macros.rs                             |  14 +-
 sgx_trts/src/memchr.rs                             |  24 +-
 sgx_trts/src/memeq.rs                              |  14 +-
 sgx_trts/src/oom.rs                                |  17 +-
 sgx_trts/src/trts.rs                               |  20 +-
 sgx_trts/src/veh.rs                                |   9 +-
 sgx_tse/src/se.rs                                  |  17 +-
 sgx_tseal/src/aad.rs                               |  97 ++--
 sgx_tseal/src/internal.rs                          | 176 ++++---
 sgx_tseal/src/lib.rs                               |   6 +-
 sgx_tseal/src/seal.rs                              | 139 +++---
 sgx_tstd/src/lib.rs                                |   2 +-
 sgx_tstd/src/sys/condvar.rs                        | 116 ++---
 sgx_tstd/src/sys/mutex.rs                          | 178 +++----
 sgx_tstd/src/sys/rwlock.rs                         | 351 +++++++------
 sgx_tunittest/src/lib.rs                           |  63 +--
 sgx_types/src/cpu_feature.rs                       | 129 +++--
 sgx_types/src/error.rs                             |  78 ++-
 sgx_types/src/function.rs                          |  42 +-
 sgx_types/src/lib.rs                               |   3 +-
 sgx_types/src/macros.rs                            |  32 +-
 sgx_types/src/marker.rs                            |  11 +-
 sgx_types/src/metadata.rs                          | 340 ++++++-------
 sgx_types/src/types.rs                             | 289 ++++++-----
 sgx_ucrypto/build.rs                               |   5 +-
 sgx_ucrypto/src/crypto.rs                          | 497 ++++++++++--------
 sgx_ucrypto/src/lib.rs                             |   4 +-
 sgx_ucrypto/src/util.rs                            |  26 +-
 sgx_unwind/libunwind/autogen-linux.sh              |   0
 sgx_urts/src/asyncio.rs                            |  26 +-
 sgx_urts/src/enclave.rs                            | 133 ++---
 sgx_urts/src/env.rs                                |  45 +-
 sgx_urts/src/event.rs                              |  82 +--
 sgx_urts/src/fd.rs                                 |  66 ++-
 sgx_urts/src/file.rs                               | 191 +++----
 sgx_urts/src/lib.rs                                |  23 +-
 sgx_urts/src/mem.rs                                |  28 +-
 sgx_urts/src/net.rs                                |   8 +-
 sgx_urts/src/pipe.rs                               |  21 +-
 sgx_urts/src/signal.rs                             | 183 ++++---
 sgx_urts/src/socket.rs                             |  80 ++-
 sgx_urts/src/sys.rs                                |  22 +-
 sgx_urts/src/thread.rs                             |  12 +-
 sgx_urts/src/time.rs                               |   6 +-
 sgx_ustdc/Makefile                                 |   2 +-
 sgx_ustdc/event.c                                  |   5 +-
 sgx_ustdc/fd.c                                     |   4 +-
 sgx_ustdc/inc/inline-hashtab.h                     |  28 +-
 sgx_ustdc/signal.c                                 |  23 +-
 113 files changed, 3181 insertions(+), 2392 deletions(-)
 create mode 100644 edl/intel/sgx_dcap_tvl.edl
 mode change 100644 => 100755 mesalock-rt/libprotobuf.so.9
 mode change 100644 => 100755 mesalock-rt/libsgx_uae_service.so
 mode change 100644 => 100755 mesalock-rt/libsgx_urts.so
 mode change 100644 => 100755 mesalock-rt/libstdc++.so.6
 mode change 100644 => 100755 mesalock-rt/libz.so.1
 mode change 100755 => 100644 samplecode/http_req/run.bash
 mode change 100755 => 100644 samplecode/mio/client-java/mvnw
 mode change 100644 => 100755 
samplecode/psi/SMCClient/sample_libcrypto/libsample_libcrypto.so
 mode change 100755 => 100644 samplecode/sgx-cov/enclave/enclave-cov-rustc
 mode change 100755 => 100644 samplecode/sgx-cov/enclave/llvm-gcov
 mode change 100755 => 100644 samplecode/ue-ra/ue-ra-client-java/mvnw
 mode change 100755 => 100644 samplecode/unit-test/enclave/src/test_serialize.rs
 create mode 100644 sgx_edl/edl/intel/sgx_dcap_tvl.edl
 copy {sgx_urts => sgx_signal}/LICENSE (100%)
 copy {sgx_urts => sgx_signal}/Readme.md (100%)
 mode change 100755 => 100644 sgx_unwind/libunwind/autogen-linux.sh


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to