Jia Zhang 1bb5047403 [Pal/Linux-SGX] Fix checking of the size of a signature file 4 years ago
..
debugger 7145ed23ae [Pal/Linux-SGX] gdb wrapper: use add-auto-load-safe-path 4 years ago
include de42ebabe1 Reformat repository to our clang-format rules 4 years ago
quote 6c4f21cba2 [Pal/Linux-SGX] Simple remote attestation framework 4 years ago
sgx-driver @ 53458f3368 13cac1df92 [Makefile] Fix missing cleans 4 years ago
signer 53c7b845f0 [Makefile.rules,Pal/Linux-SGX] Pythonize dependency calculation for SGX manifests 4 years ago
.gitignore 6c4f21cba2 [Pal/Linux-SGX] Simple remote attestation framework 4 years ago
Makefile 13cac1df92 [Makefile] Fix missing cleans 4 years ago
Makefile.Test 2d29f7aaeb [Makefile] Drop SGX_RUN 4 years ago
Makefile.am 99ec09b2be [Pal/Skeleton] Fix the build of Skeleton PAL 4 years ago
db_devices.c de42ebabe1 Reformat repository to our clang-format rules 4 years ago
db_events.c de42ebabe1 Reformat repository to our clang-format rules 4 years ago
db_exception.c be9852784f [All components] Remove all modelines from all source files 5 years ago
db_files.c c237bf6bfb [Pal/Linux-SGX] Emulate reads/writes to allowed and trusted files differently 4 years ago
db_ipc.c de42ebabe1 Reformat repository to our clang-format rules 4 years ago
db_main.c 7ce7278121 [Pal/Linux-SGX] Add memory gap around 'exec' area 4 years ago
db_memory.c be9852784f [All components] Remove all modelines from all source files 5 years ago
db_misc.c de42ebabe1 Reformat repository to our clang-format rules 4 years ago
db_mutex.c de42ebabe1 Reformat repository to our clang-format rules 4 years ago
db_object.c f2591790d7 [LibOS] Fix timeout resolution for epoll_wait()/epoll_pwait() 4 years ago
db_pipes.c de42ebabe1 Reformat repository to our clang-format rules 4 years ago
db_process.c 2e13503624 [Pal/Linux-SGX] Reimplement local attestation for process creation 4 years ago
db_rtld.c 77904ffeb0 [Pal/Linux-SGX] Fix incorrect "0x%p" format string for ocall_load_debug() 4 years ago
db_sockets.c de42ebabe1 Reformat repository to our clang-format rules 4 years ago
db_spinlock.c de42ebabe1 Reformat repository to our clang-format rules 4 years ago
db_streams.c de42ebabe1 Reformat repository to our clang-format rules 4 years ago
db_threading.c 30e0b8bfba [PAL/Linux-SGX] Reuse TLS/TCS pages for newly created threads after previous threads exit 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 5 years ago
enclave_ecalls.c be9852784f [All components] Remove all modelines from all source files 5 years ago
enclave_entry.S 30e0b8bfba [PAL/Linux-SGX] Reuse TLS/TCS pages for newly created threads after previous threads exit 4 years ago
enclave_framework.c 6c4f21cba2 [Pal/Linux-SGX] Simple remote attestation framework 4 years ago
enclave_ocalls.c c237bf6bfb [Pal/Linux-SGX] Emulate reads/writes to allowed and trusted files differently 4 years ago
enclave_ocalls.h c237bf6bfb [Pal/Linux-SGX] Emulate reads/writes to allowed and trusted files differently 4 years ago
enclave_pages.c 7ce7278121 [Pal/Linux-SGX] Add memory gap around 'exec' area 4 years ago
enclave_pages.h de42ebabe1 Reformat repository to our clang-format rules 4 years ago
enclave_platform.c 6c4f21cba2 [Pal/Linux-SGX] Simple remote attestation framework 4 years ago
enclave_untrusted.c de42ebabe1 Reformat repository to our clang-format rules 4 years ago
generated-offsets.c 6e3c45c8e3 [Pal/Linux-SGX] pal-sgx-get-token, pal-sgx-sign: move to Python3 and cleanup 4 years ago
host_endian.h 1a1e199c79 release v0.4beta 8 years ago
linux_types.h de42ebabe1 Reformat repository to our clang-format rules 4 years ago
ocall_types.h c237bf6bfb [Pal/Linux-SGX] Emulate reads/writes to allowed and trusted files differently 4 years ago
pal.map.template 99ec09b2be [Pal/Skeleton] Fix the build of Skeleton PAL 4 years ago
pal_host.h c237bf6bfb [Pal/Linux-SGX] Emulate reads/writes to allowed and trusted files differently 4 years ago
pal_linux.h 6c4f21cba2 [Pal/Linux-SGX] Simple remote attestation framework 4 years ago
pal_linux_defs.h 95fce86545 [Pal/Linux-SGX] Fix typo DEAFULT* to DEFAULT* 4 years ago
pal_linux_error.h de42ebabe1 Reformat repository to our clang-format rules 4 years ago
pal_security.h 6c4f21cba2 [Pal/Linux-SGX] Simple remote attestation framework 4 years ago
sgx_api.h 2e13503624 [Pal/Linux-SGX] Reimplement local attestation for process creation 4 years ago
sgx_arch.h 6c4f21cba2 [Pal/Linux-SGX] Simple remote attestation framework 4 years ago
sgx_attest.h 6c4f21cba2 [Pal/Linux-SGX] Simple remote attestation framework 4 years ago
sgx_enclave.c c237bf6bfb [Pal/Linux-SGX] Emulate reads/writes to allowed and trusted files differently 4 years ago
sgx_enclave.h 30e0b8bfba [PAL/Linux-SGX] Reuse TLS/TCS pages for newly created threads after previous threads exit 4 years ago
sgx_entry.S 30e0b8bfba [PAL/Linux-SGX] Reuse TLS/TCS pages for newly created threads after previous threads exit 4 years ago
sgx_exception.c 29fdd5fe1e [Pal/{Linux,Linux-SGX}] Block async signals during vfork 4 years ago
sgx_framework.c 1bb5047403 [Pal/Linux-SGX] Fix checking of the size of a signature file 4 years ago
sgx_graphene.c 427051bc97 [Pal/Linux-SGX] Remove deadcode in sgx_graphene.c: _DkEventSet & _DkEventWait 4 years ago
sgx_internal.h 6c4f21cba2 [Pal/Linux-SGX] Simple remote attestation framework 4 years ago
sgx_main.c 2d29f7aaeb [Makefile] Drop SGX_RUN 4 years ago
sgx_platform.c 6c4f21cba2 [Pal/Linux-SGX] Simple remote attestation framework 4 years ago
sgx_process.c 2e13503624 [Pal/Linux-SGX] Reimplement local attestation for process creation 4 years ago
sgx_rtld.c de42ebabe1 Reformat repository to our clang-format rules 4 years ago
sgx_thread.c 30e0b8bfba [PAL/Linux-SGX] Reuse TLS/TCS pages for newly created threads after previous threads exit 4 years ago
sgx_tls.h 30e0b8bfba [PAL/Linux-SGX] Reuse TLS/TCS pages for newly created threads after previous threads exit 4 years ago
sysdep-x86_64.h de42ebabe1 Reformat repository to our clang-format rules 4 years ago
test-sgx.c de42ebabe1 Reformat repository to our clang-format rules 4 years ago