Li Lei 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
..
debugger 91f1301bd3 Fix Python shebangs compatibility 6 years ago
include bf90323494 Fix sigset definition. (#135) 7 years ago
sgx-driver @ 4d0dc8bd26 5d1af40bf1 update sgx-driver version 7 years ago
signer 6d445ad044 [Pal/Linux-SGX] Fix "encalve" typos 6 years ago
.gitignore 1a1e199c79 release v0.4beta 9 years ago
Makefile 38ac39810e [Makefile] add targets for .i and .s 6 years ago
Makefile.Test 000cc75944 [Linux-SGX] Makefile.Test: define SGX_SIGNER_KEY only when not defined 6 years ago
Makefile.am 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
db_devices.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
db_events.c 3aaf591fc5 Fixing a bunch of memory leaking issues (#86) 7 years ago
db_exception.c 2edacac684 [Pal/Linux-SGX] Drop unused SGX_HAS_FSGSBASE flag 6 years ago
db_files.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
db_ipc.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
db_main.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
db_memory.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
db_misc.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
db_mutex.c f8bf469018 Cleaning up and rewriting VMA bookkeeping code (#183) 7 years ago
db_object.c 05c495c369 Enable Wextra (-Wunused-parameter and -Wsign-compare excluded) for LibOS and PAL 6 years ago
db_pipes.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
db_process.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
db_rtld.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
db_sockets.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
db_spinlock.c 0433461802 License change to LGPL (#140) 7 years ago
db_streams.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
db_threading.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
ecall_types.h 76967f39d3 Bugfixes: 8 years ago
elf-x86_64.h 48f330c88b [Linux/SGX PAL] Use the C11 standard instead of GNU99 6 years ago
enclave.lds 4a2257d413 [shim, Pal/Linux-SGX]: don't use -e for ld, but use ENTRY 6 years ago
enclave_ecalls.c 5d8c9ac260 Fix error code propagation on SGX (#205), add unit tests for exit code propagation 6 years ago
enclave_entry.S 2edacac684 [Pal/Linux-SGX] Drop unused SGX_HAS_FSGSBASE flag 6 years ago
enclave_framework.c 58cb88d2c1 [Pal] add __attribute__((format (printf, ))) 6 years ago
enclave_ocalls.c 5a6e2fddca [Pal/Linux-SGX] Ensure that ocall_exit never returns 6 years ago
enclave_ocalls.h 5d8c9ac260 Fix error code propagation on SGX (#205), add unit tests for exit code propagation 6 years ago
enclave_pages.c 58cb88d2c1 [Pal] add __attribute__((format (printf, ))) 6 years ago
enclave_pages.h d0ca9ada03 Port PAL to work on latest SGX driver (Issue #12). Fix a few other SGX-related bugs. 9 years ago
enclave_untrusted.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
host_endian.h 1a1e199c79 release v0.4beta 9 years ago
linux_types.h d0ca9ada03 Port PAL to work on latest SGX driver (Issue #12). Fix a few other SGX-related bugs. 9 years ago
ocall_types.h 0c8b5b7ed1 [Pal/Linux-SGX] Use proper sgx_ocall_* function signature for ocall_table 6 years ago
pal.map d04f172e89 Replace the atomics implementation (#83) 7 years ago
pal_host.h 48f330c88b [Linux/SGX PAL] Use the C11 standard instead of GNU99 6 years ago
pal_linux.h 7ef52622e1 [SGX PAL] Deprecating RSA enclave keys 6 years ago
pal_linux_defs.h 2edacac684 [Pal/Linux-SGX] Drop unused SGX_HAS_FSGSBASE flag 6 years ago
pal_linux_error.h e01769337c Detecting invalid user memory given as system call inputs (#210) 7 years ago
pal_security.h 0433461802 License change to LGPL (#140) 7 years ago
sgx_api.h 0433461802 License change to LGPL (#140) 7 years ago
sgx_arch.h 2edacac684 [Pal/Linux-SGX] Drop unused SGX_HAS_FSGSBASE flag 6 years ago
sgx_enclave.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
sgx_enclave.h 35d6b976cc Fix assert for SGX=1 and DEBUG=1 (Issue #97) (#98) 8 years ago
sgx_entry.S 2edacac684 [Pal/Linux-SGX] Drop unused SGX_HAS_FSGSBASE flag 6 years ago
sgx_exception.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
sgx_framework.c 0e320f3fa2 Do not initialize secs.mrenclave and secs.mrsigner prior to ECREATE. 6 years ago
sgx_graphene.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
sgx_internal.h 2edacac684 [Pal/Linux-SGX] Drop unused SGX_HAS_FSGSBASE flag 6 years ago
sgx_main.c 25b5904883 [Pal/Linux-SGX] Initialize enclave info in pal_sec inside enclave 6 years ago
sgx_process.c ef8de1d48f [Pal/{Linux, Linux-SGX, FreeBSD}] Remove close() right before dup2() 6 years ago
sgx_rtld.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 6 years ago
sgx_thread.c 3cf3bd2df3 fix a bug in allocating enclave pages. another bug in waking enclave threads 8 years ago
sgx_tls.h f9536df5f2 [Pal/Linux-SGX] Use type for enclave_tls instead of void* 6 years ago
sysdep-x86_64.h 48f330c88b [Linux/SGX PAL] Use the C11 standard instead of GNU99 6 years ago
test-sgx.c 1a1e199c79 release v0.4beta 9 years ago
user_types.h 1a1e199c79 release v0.4beta 9 years ago