Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vardhan/issue 123 #24

Closed
wants to merge 14 commits into from
Closed

Commits on Jan 11, 2019

  1. Changes to allow libunwind to be linked to Rust x86_64-fortanix-unkno…

    …wn-sgx target.
    
    1. We support synchronization across multiple threads via functions
    exposed by Rust STD lib for this target instead of libunwind.
    2. We have implemented dl_iterate_phdr implementation that provides
    eh_frm_hdr and text sections for the application running in the enclave.
    3. Changes done to support error logging for this target.
    Vardhan Thigle committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    ade382b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from fortanix/Vardhan/llvm/libunwind-x86_64-for…

    …tanix-unknown-sgx_support
    
    Changes to allow libunwind to be linked to Rust x86_64-fortanix-unknown-sgx target
    jethrogb committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    bbe2390 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Avoid too new relocation types being emitted

    Jethro Beekman committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    b7357de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from fortanix/jb/reloc-fix

    Avoid too new relocation types being emitted
    jethrogb committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    4103a51 View commit details
    Browse the repository at this point in the history
  3. Use new symbol names to call Rust allocator

    Jethro Beekman committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    0feefe5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from fortanix/jb/alloc-fix

    Use new symbol names to call Rust allocator
    jethrogb committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    13fad13 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. Enable warnings, enable warnings are erros, fix errors

    Jethro Beekman committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    a7e1be7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from fortanix/jb/fix-errors

    Enable warnings, enable warnings are erros, fix errors
    jethrogb committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    7562884 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    2ee5e65 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from fortanix/Vardhan/rust-build-fix

    Ignoring implicit-fallthrough check for UnwindRustSgxSnprintf.c
    VardhanThigle committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    53b5863 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Update RWLOCK_INIT with new parking_lot based value

    Co-authored-by: Jethro Beekman <jethro@fortanix.com>
    faern and Jethro Beekman committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    b6191fa View commit details
    Browse the repository at this point in the history
  2. Fix compilation with gcc version < 7

    Jethro Beekman committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    6e0a83a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from fortanix/update-rwlock-init

    Update RWLOCK_INIT with new parking_lot based value
    jethrogb committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    a50a70f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Print error if text_size or eh_frame_size is 0

    Vardhan Thigle committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    3781fae View commit details
    Browse the repository at this point in the history