Dmitrii Kuvaiskii ff8457f54e [Pal/Linux-SGX] Remove support for Intel SGX drivers version 1.8- 4 years ago
..
debugger 5468c6ecf3 [Pal] Make pylint happy 4 years ago
include de42ebabe1 Reformat repository to our clang-format rules 4 years ago
quote a256338634 Add generated-cacert.h and glibc-build to .gitignore 4 years ago
sgx-driver @ ff8bab5ef5 ff8457f54e [Pal/Linux-SGX] Remove support for Intel SGX drivers version 1.8- 4 years ago
signer 330432aed9 [Pal/Linux-SGX] Make pal-sgx-sign code importable 4 years ago
.gitignore 6c4f21cba2 [Pal/Linux-SGX] Simple remote attestation framework 4 years ago
Makefile ff8457f54e [Pal/Linux-SGX] Remove support for Intel SGX drivers version 1.8- 4 years ago
Makefile.am 647a8f3953 [LibOS,Pal] Consolidate common CFLAGS in Makefile.configs 4 years ago
Makefile.manifest 419b5c5a11 [Pal] Introduce common Makefile.manifest and remove Pal/src/Makefile.Test 4 years ago
clone-x86_64.S ba28a9c02c [Pal/{Linux, Linux-SGX}] Remove duplicated labels in clone-x86_64.S 4 years ago
db_devices.c 8e660a1edc [Pal/Linux-SGX] Simplify check for uint32_t overflow of size/len 4 years ago
db_eventfd.c d781de5b82 [Pal] Remove WRITABLE flag from PAL handles 4 years ago
db_events.c de42ebabe1 Reformat repository to our clang-format rules 4 years ago
db_exception.c b3cffe4f39 [Pal/Linux-SGX] Do not show SGX context debug info in non-debug build 4 years ago
db_files.c d781de5b82 [Pal] Remove WRITABLE flag from PAL handles 4 years ago
db_main.c 6f0690f223 Remove forcing some cpuid subleafs to zero 4 years ago
db_memory.c 22c53a4e5e [Pal/Linux-SGX] Update internal-PAL pal_vmas when freeing memory 4 years ago
db_misc.c 6f0690f223 Remove forcing some cpuid subleafs to zero 4 years ago
db_mutex.c de42ebabe1 Reformat repository to our clang-format rules 4 years ago
db_object.c d781de5b82 [Pal] Remove WRITABLE flag from PAL handles 4 years ago
db_pipes.c 4ad98502fe [LibOS,Pal] Introduce PAL_CREATE_DUALSTACK for IPV6_V6ONLY emulation 4 years ago
db_process.c 8e660a1edc [Pal/Linux-SGX] Simplify check for uint32_t overflow of size/len 4 years ago
db_rtld.c ce7f03f635 [PAL] Clean up alignment macros 4 years ago
db_sockets.c 4ad98502fe [LibOS,Pal] Introduce PAL_CREATE_DUALSTACK for IPV6_V6ONLY emulation 4 years ago
db_streams.c 735f54d22c [LibOS,Pal/{lib,Linux-SGX}] Add TLS-PSK protection to process checkpoint IPC 4 years ago
db_threading.c b194aa17fb [LibOS,Pal] Correctly emulate CLONE_CHILD_CLEARTID 4 years ago
ecall_types.h 30e0b8bfba [PAL/Linux-SGX] Reuse TLS/TCS pages for newly created threads after previous threads exit 4 years ago
elf-x86_64.h de42ebabe1 Reformat repository to our clang-format rules 4 years ago
enclave.lds 0888893282 [Pal/Linux-SGX] Cleanup enclave.lds to not specify program header 4 years ago
enclave_ecalls.c 98acf101d9 [Pal] Correctly save/restore XSAVE area on signal handling 4 years ago
enclave_entry.S 13a3b06b59 [Pal/Linux-SGX] Unify SGX_OCALL_PREPARED and SGX_STACK 4 years ago
enclave_framework.c e4c510a206 [Pal/Linux-SGX] Allow returning to different stack in _restore_sgx_context() 4 years ago
enclave_ocalls.c 4ad98502fe [LibOS,Pal] Introduce PAL_CREATE_DUALSTACK for IPV6_V6ONLY emulation 4 years ago
enclave_ocalls.h 4ad98502fe [LibOS,Pal] Introduce PAL_CREATE_DUALSTACK for IPV6_V6ONLY emulation 4 years ago
enclave_pages.c bae8baa2dd [LibOS] Merge page size and allocation alignment 4 years ago
enclave_pages.h de42ebabe1 Reformat repository to our clang-format rules 4 years ago
enclave_platform.c f1c334357c Reformat repository to our clang-format rules (2nd iteration) 4 years ago
enclave_untrusted.c bdc6a48c2c [LibOS] Add a bunch of asserts on locks state 4 years ago
enclave_xstate.c b3cffe4f39 [Pal/Linux-SGX] Do not show SGX context debug info in non-debug build 4 years ago
generated-offsets.c 13a3b06b59 [Pal/Linux-SGX] Unify SGX_OCALL_PREPARED and SGX_STACK 4 years ago
linux_types.h bc0beaa253 Refactor alignment macros 4 years ago
ocall_types.h 4ad98502fe [LibOS,Pal] Introduce PAL_CREATE_DUALSTACK for IPV6_V6ONLY emulation 4 years ago
pal.map.template 99ec09b2be [Pal/Skeleton] Fix the build of Skeleton PAL 4 years ago
pal_host.h bdc6a48c2c [LibOS] Add a bunch of asserts on locks state 4 years ago
pal_linux.h 0219349264 [Pal/Linux-SGX] Use dedicated signal stack with correct XSAVE area 4 years ago
pal_linux_defs.h 0219349264 [Pal/Linux-SGX] Use dedicated signal stack with correct XSAVE area 4 years ago
pal_linux_error.h 4ad98502fe [LibOS,Pal] Introduce PAL_CREATE_DUALSTACK for IPV6_V6ONLY emulation 4 years ago
pal_security.h 2c6ff2718f [Pal] Purge all multicast/broadcast functionality 4 years ago
sgx_api.h e4c510a206 [Pal/Linux-SGX] Allow returning to different stack in _restore_sgx_context() 4 years ago
sgx_arch.h 98acf101d9 [Pal] Correctly save/restore XSAVE area on signal handling 4 years ago
sgx_attest.h f1c334357c Reformat repository to our clang-format rules (2nd iteration) 4 years ago
sgx_enclave.c 4ad98502fe [LibOS,Pal] Introduce PAL_CREATE_DUALSTACK for IPV6_V6ONLY emulation 4 years ago
sgx_enclave.h f1c334357c Reformat repository to our clang-format rules (2nd iteration) 4 years ago
sgx_entry.S 4bcf3a6287 [Pal/Linux-SGX] Save/restore callee-saved regs on sgx_{ecall,raise} 4 years ago
sgx_exception.c f1a346985d [Pal/Linux-SGX] Eliminate an unused function, unset_sighandler() 4 years ago
sgx_framework.c ff8457f54e [Pal/Linux-SGX] Remove support for Intel SGX drivers version 1.8- 4 years ago
sgx_graphene.c 427051bc97 [Pal/Linux-SGX] Remove deadcode in sgx_graphene.c: _DkEventSet & _DkEventWait 4 years ago
sgx_internal.h 3174ec726c [Pal/lib] Fix snprintf() function signature 4 years ago
sgx_main.c 0219349264 [Pal/Linux-SGX] Use dedicated signal stack with correct XSAVE area 4 years ago
sgx_platform.c 8a7c8bdceb [Pal/{Linux,Linux-SGX,FreeBSD}] Replace pipe() with socketpair() 4 years ago
sgx_process.c 2c6ff2718f [Pal] Purge all multicast/broadcast functionality 4 years ago
sgx_rtld.c de42ebabe1 Reformat repository to our clang-format rules 4 years ago
sgx_thread.c 1baf6d9f88 [Pal-SGX] Remove redundant spinlocks implementation in sgx_thread.c 4 years ago
sgx_tls.h 13a3b06b59 [Pal/Linux-SGX] Unify SGX_OCALL_PREPARED and SGX_STACK 4 years ago
sysdep-x86_64.h de42ebabe1 Reformat repository to our clang-format rules 4 years ago
test-sgx.c ea1a1d961c [LibOS] tests: Fix missing/wrong return values from main() 4 years ago