Michał Kowalczyk 5ec5e2f24c Delete all reference monitor residues 5 years ago
..
debugger f0753437f5 [LibOS/Pal] Convert remaining python2 scripts to python3 5 years ago
include 16d90cfe12 Fix parenthesizing and formatting of C macros 5 years ago
sgx-driver @ 986ac0b0e9 607ee256e2 [Pal/Linux-SGX] Improve link-intel-driver.py 5 years ago
signer 711c9935f4 [Pal/{Linux, Linux-SGX}] Introduce PAL_TCB as a common structure 5 years ago
.gitignore a84fe47843 Clean up .gitignore files 5 years ago
Makefile 5ec5e2f24c Delete all reference monitor residues 5 years ago
Makefile.Test 47acfc32bc [Pal] Use := to get correct dir in Makefile.Test 5 years ago
Makefile.am ad0dd8be31 [PAL] Purge the reference monitor loader code (move to EXPERIMENTAL) 5 years ago
db_devices.c 747226cbe0 [Pal/{Linux,Linux-SGX}] Remove unused dev_attrcopy() 5 years ago
db_events.c be9852784f [All components] Remove all modelines from all source files 5 years ago
db_exception.c be9852784f [All components] Remove all modelines from all source files 5 years ago
db_files.c 92f135ab86 [Pal/{Linux,Linux-SGX}] Fix Pal/host dir_read bugs 5 years ago
db_ipc.c be9852784f [All components] Remove all modelines from all source files 5 years ago
db_main.c b5465d7b57 [Pal/Linux-SGX] Distinguish between DkProcessExit() and DkThreadExit() 5 years ago
db_memory.c be9852784f [All components] Remove all modelines from all source files 5 years ago
db_misc.c be9852784f [All components] Remove all modelines from all source files 5 years ago
db_mutex.c be9852784f [All components] Remove all modelines from all source files 5 years ago
db_object.c be9852784f [All components] Remove all modelines from all source files 5 years ago
db_pipes.c be9852784f [All components] Remove all modelines from all source files 5 years ago
db_process.c 5ec5e2f24c Delete all reference monitor residues 5 years ago
db_rtld.c 7eade65b91 [Pal, LibOS] Fix vprintf signature to take va_list instead of its pointer 5 years ago
db_sockets.c be9852784f [All components] Remove all modelines from all source files 5 years ago
db_spinlock.c be9852784f [All components] Remove all modelines from all source files 5 years ago
db_streams.c be9852784f [All components] Remove all modelines from all source files 5 years ago
db_threading.c b5465d7b57 [Pal/Linux-SGX] Distinguish between DkProcessExit() and DkThreadExit() 5 years ago
ecall_types.h be9852784f [All components] Remove all modelines from all source files 5 years ago
elf-x86_64.h be9852784f [All components] Remove all modelines from all source files 5 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 8a45977484 [Pal/Linux-SGX] Return -ERRNO instead of -PAL_ERROR_XXX in OCALLs 5 years ago
enclave_framework.c b5465d7b57 [Pal/Linux-SGX] Distinguish between DkProcessExit() and DkThreadExit() 5 years ago
enclave_ocalls.c 9a37c5cc36 [Pal/Linux-SGX] Force ocall_gettime() to loop on EINTR 5 years ago
enclave_ocalls.h b5465d7b57 [Pal/Linux-SGX] Distinguish between DkProcessExit() and DkThreadExit() 5 years ago
enclave_pages.c a26fa5e958 [Pal/Linux-SGX] Refactor get_reserved_pages() 5 years ago
enclave_pages.h be9852784f [All components] Remove all modelines from all source files 5 years ago
enclave_untrusted.c be9852784f [All components] Remove all modelines from all source files 5 years ago
generated-offsets.c 711c9935f4 [Pal/{Linux, Linux-SGX}] Introduce PAL_TCB as a common structure 5 years ago
host_endian.h 1a1e199c79 release v0.4beta 8 years ago
linux_types.h be9852784f [All components] Remove all modelines from all source files 5 years ago
ocall_types.h b5465d7b57 [Pal/Linux-SGX] Distinguish between DkProcessExit() and DkThreadExit() 5 years ago
pal.map 5ec5e2f24c Delete all reference monitor residues 5 years ago
pal_host.h 178faecb88 [PAL] Make PAL_HANDLE flags macros MAX_FDS-aware 5 years ago
pal_linux.h 013c25cdb2 Fix compilation errors on Ubuntu 18.04 5 years ago
pal_linux_defs.h 95fce86545 [Pal/Linux-SGX] Fix typo DEAFULT* to DEFAULT* 5 years ago
pal_linux_error.h 4f7841e14c [Pal/Linux-SGX] Return Linux error codes in OCALLs 5 years ago
pal_security.h be9852784f [All components] Remove all modelines from all source files 5 years ago
sgx_api.h b7dd160270 [Pal/Linux-SGX]: Clean-up of {enclave/sgx}_entry.S 5 years ago
sgx_arch.h 7276bb9d78 [Pal/Linux-SGX] Correctly clear registers in enclave_entry.S 5 years ago
sgx_enclave.c b5465d7b57 [Pal/Linux-SGX] Distinguish between DkProcessExit() and DkThreadExit() 5 years ago
sgx_enclave.h be9852784f [All components] Remove all modelines from all source files 5 years ago
sgx_entry.S b7dd160270 [Pal/Linux-SGX]: Clean-up of {enclave/sgx}_entry.S 5 years ago
sgx_exception.c 29fdd5fe1e [Pal/{Linux,Linux-SGX}] Block async signals during vfork 5 years ago
sgx_framework.c be9852784f [All components] Remove all modelines from all source files 5 years ago
sgx_graphene.c 427051bc97 [Pal/Linux-SGX] Remove deadcode in sgx_graphene.c: _DkEventSet & _DkEventWait 5 years ago
sgx_internal.h 29fdd5fe1e [Pal/{Linux,Linux-SGX}] Block async signals during vfork 5 years ago
sgx_main.c 711c9935f4 [Pal/{Linux, Linux-SGX}] Introduce PAL_TCB as a common structure 5 years ago
sgx_process.c 29fdd5fe1e [Pal/{Linux,Linux-SGX}] Block async signals during vfork 5 years ago
sgx_rtld.c be9852784f [All components] Remove all modelines from all source files 5 years ago
sgx_thread.c 8a45977484 [Pal/Linux-SGX] Return -ERRNO instead of -PAL_ERROR_XXX in OCALLs 5 years ago
sgx_tls.h 711c9935f4 [Pal/{Linux, Linux-SGX}] Introduce PAL_TCB as a common structure 5 years ago
sysdep-x86_64.h be9852784f [All components] Remove all modelines from all source files 5 years ago
test-sgx.c 2bc2c04194 Remove trailing blanks 5 years ago