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

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


    from 4a5be537 mutual ra compiles. not tested
     add c3797b55 Fix futex_wait_bitset using absolute time

No new revisions were added by this update.

Summary of changes:
 sgx_edl/edl/sgx_sync.edl         |  10 +-
 sgx_libc/src/linux/ocall/sync.rs |  88 +++++-------
 sgx_no_tstd/build.rs             |   8 +-
 sgx_oc/src/linux/x86_64/mod.rs   |  10 +-
 sgx_sync/src/futex.rs            |  56 +++++++-
 sgx_sync/src/lib.rs              |   3 +-
 sgx_sync/src/sys/futex.rs        |  44 ++++--
 sgx_sync/src/sys/ocall/mod.rs    | 290 +++++++++++++++++++++++++++++++++++----
 sgx_types/src/types/dcap.rs      |   2 +-
 sgx_types/src/types/raw.rs       |   7 +
 sgx_types/src/types/report2.rs   |  21 ++-
 sgx_urts/src/ocall/sync.rs       |  18 ++-
 12 files changed, 434 insertions(+), 123 deletions(-)


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

Reply via email to