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

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


    from 53256428 Export ONCE_INIT in sgx_sync
     add 196ef144 feat: new feature gate `initenv` to disable env ocalls on 
demand
     add ced53291 Modify feature gate initenv to env
     add 0288222a Merge pull request #377 from 
apache/feat-std-feature-gate-initenv

No new revisions were added by this update.

Summary of changes:
 rustlib/std/Cargo.toml                    |  3 ++-
 samplecode/rpc/client/enclave/enclave.edl |  2 +-
 samplecode/rpc/server/enclave/enclave.edl |  2 +-
 sgx_edl/edl/sgx_tstd.edl                  |  2 --
 sgx_oc/Cargo.toml                         |  3 ++-
 sgx_oc/src/linux/ocall/env.rs             | 44 ++++++++++++++++++++++++-------
 sgx_tstd/Cargo.toml                       |  5 ++--
 sgx_tstd/src/enclave.rs                   |  2 +-
 sgx_tstd/src/env.rs                       | 10 +++++--
 sgx_tstd/src/os/fd/owned.rs               |  2 +-
 sgx_tstd/src/os/fd/raw.rs                 |  2 +-
 sgx_tstd/src/os/linux/fs.rs               |  2 +-
 sgx_tstd/src/os/unix/fs.rs                |  2 +-
 sgx_tstd/src/rt.rs                        | 12 +++++++--
 sgx_tstd/src/sys/fs.rs                    | 16 ++++++-----
 sgx_tstd/src/sys/kernel_copy.rs           |  2 +-
 sgx_tstd/src/sys/os.rs                    | 19 +++++++++++--
 sgx_tstd/src/sys/path.rs                  |  4 +--
 sgx_tstd/src/sys_common/fs.rs             |  2 +-
 sgx_tstd/src/untrusted/path.rs            |  2 +-
 tests/enclave/enclave.edl                 |  1 +
 21 files changed, 98 insertions(+), 41 deletions(-)


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

Reply via email to