Dmitrii Kuvaiskii c0bc72856a fixup! [LibOS,Pal] Force intermediate process to wait for child after execve() il y a 4 ans
..
debugger 5468c6ecf3 [Pal] Make pylint happy il y a 4 ans
include de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
quote a256338634 Add generated-cacert.h and glibc-build to .gitignore il y a 4 ans
sgx-driver @ ff8bab5ef5 ff8457f54e [Pal/Linux-SGX] Remove support for Intel SGX drivers version 1.8- il y a 4 ans
signer 95c7bbc803 [Pal/Linux-SGX] Add signing key as a build dependency il y a 4 ans
.gitignore 6c4f21cba2 [Pal/Linux-SGX] Simple remote attestation framework il y a 4 ans
Makefile b40862a59c [LibOS,Pal/{Linux, Linux-SGX}] Add bogomips to /proc/cpuinfo il y a 4 ans
Makefile.am 647a8f3953 [LibOS,Pal] Consolidate common CFLAGS in Makefile.configs il y a 4 ans
Makefile.manifest 95c7bbc803 [Pal/Linux-SGX] Add signing key as a build dependency il y a 4 ans
clone-x86_64.S ba28a9c02c [Pal/{Linux, Linux-SGX}] Remove duplicated labels in clone-x86_64.S il y a 4 ans
db_devices.c 551b32a036 [Pal/Linux-SGX] Fix ocall_{read,write,recv,send} to return ssize_t il y a 4 ans
db_eventfd.c 551b32a036 [Pal/Linux-SGX] Fix ocall_{read,write,recv,send} to return ssize_t il y a 4 ans
db_events.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
db_exception.c b3cffe4f39 [Pal/Linux-SGX] Do not show SGX context debug info in non-debug build il y a 4 ans
db_files.c 7141afc8a9 [Pal/Linux-SGX] Remove pal_vmas array to consolidate VMA logic in enclave_pages.c il y a 4 ans
db_main.c 50316ff984 [Pal/Linux-SGX] Keep 8MB of enclave heap for internal PAL objects il y a 4 ans
db_memory.c 7141afc8a9 [Pal/Linux-SGX] Remove pal_vmas array to consolidate VMA logic in enclave_pages.c il y a 4 ans
db_misc.c 6f0690f223 Remove forcing some cpuid subleafs to zero il y a 4 ans
db_mutex.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
db_object.c d781de5b82 [Pal] Remove WRITABLE flag from PAL handles il y a 4 ans
db_pipes.c 551b32a036 [Pal/Linux-SGX] Fix ocall_{read,write,recv,send} to return ssize_t il y a 4 ans
db_process.c 551b32a036 [Pal/Linux-SGX] Fix ocall_{read,write,recv,send} to return ssize_t il y a 4 ans
db_rtld.c ce7f03f635 [PAL] Clean up alignment macros il y a 4 ans
db_sockets.c 551b32a036 [Pal/Linux-SGX] Fix ocall_{read,write,recv,send} to return ssize_t il y a 4 ans
db_streams.c 95bfd8aeb5 [Pal/Linux-SGX] Refactor memory management of enclave pages il y a 4 ans
db_threading.c b194aa17fb [LibOS,Pal] Correctly emulate CLONE_CHILD_CLEARTID il y a 4 ans
ecall_types.h 30e0b8bfba [PAL/Linux-SGX] Reuse TLS/TCS pages for newly created threads after previous threads exit il y a 4 ans
elf-x86_64.h de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
enclave.lds 0888893282 [Pal/Linux-SGX] Cleanup enclave.lds to not specify program header il y a 5 ans
enclave_ecalls.c be9e85625a [Pal/Linux-SGX] Cache untrusted memory region for read/write/recv/send OCALLs il y a 4 ans
enclave_entry.S 13a3b06b59 [Pal/Linux-SGX] Unify SGX_OCALL_PREPARED and SGX_STACK il y a 4 ans
enclave_framework.c 7a28016c50 [Pal/Linux-SGX] Check for duplicated files only at runtime il y a 4 ans
enclave_ocalls.c 551b32a036 [Pal/Linux-SGX] Fix ocall_{read,write,recv,send} to return ssize_t il y a 4 ans
enclave_ocalls.h 551b32a036 [Pal/Linux-SGX] Fix ocall_{read,write,recv,send} to return ssize_t il y a 4 ans
enclave_pages.c 61e0fe73c7 [Pal/Linux-SGX] Get rid of recursive deadlock of malloc(heap_vma_object) il y a 4 ans
enclave_pages.h 7141afc8a9 [Pal/Linux-SGX] Remove pal_vmas array to consolidate VMA logic in enclave_pages.c il y a 4 ans
enclave_platform.c f1c334357c Reformat repository to our clang-format rules (2nd iteration) il y a 4 ans
enclave_untrusted.c bdc6a48c2c [LibOS] Add a bunch of asserts on locks state il y a 4 ans
enclave_xstate.c b3cffe4f39 [Pal/Linux-SGX] Do not show SGX context debug info in non-debug build il y a 4 ans
generated-offsets.c 13a3b06b59 [Pal/Linux-SGX] Unify SGX_OCALL_PREPARED and SGX_STACK il y a 4 ans
linux_types.h bc0beaa253 Refactor alignment macros il y a 4 ans
ocall_types.h 2fea898faa [Pal/{Linux,Linux-SGX}] Use pread/pwrite instead of lseek + read/write il y a 4 ans
pal.map.template 99ec09b2be [Pal/Skeleton] Fix the build of Skeleton PAL il y a 4 ans
pal_host.h 2fea898faa [Pal/{Linux,Linux-SGX}] Use pread/pwrite instead of lseek + read/write il y a 4 ans
pal_linux.h 4a6a9889c2 [Pal/Linux-SGX] Eliminate redundant file mmap/munmap in untrusted area il y a 4 ans
pal_linux_defs.h 0219349264 [Pal/Linux-SGX] Use dedicated signal stack with correct XSAVE area il y a 4 ans
pal_linux_error.h 4ad98502fe [LibOS,Pal] Introduce PAL_CREATE_DUALSTACK for IPV6_V6ONLY emulation il y a 4 ans
pal_security.h 2c6ff2718f [Pal] Purge all multicast/broadcast functionality il y a 4 ans
sgx_api.h a701e61422 [Pal/Linux-SGX] make OCALLs return longs not ints il y a 4 ans
sgx_arch.h 98acf101d9 [Pal] Correctly save/restore XSAVE area on signal handling il y a 4 ans
sgx_attest.h f1c334357c Reformat repository to our clang-format rules (2nd iteration) il y a 4 ans
sgx_enclave.c c0bc72856a fixup! [LibOS,Pal] Force intermediate process to wait for child after execve() il y a 4 ans
sgx_enclave.h f1c334357c Reformat repository to our clang-format rules (2nd iteration) il y a 4 ans
sgx_entry.S 4bcf3a6287 [Pal/Linux-SGX] Save/restore callee-saved regs on sgx_{ecall,raise} il y a 4 ans
sgx_exception.c f1a346985d [Pal/Linux-SGX] Eliminate an unused function, unset_sighandler() il y a 4 ans
sgx_framework.c ff8457f54e [Pal/Linux-SGX] Remove support for Intel SGX drivers version 1.8- il y a 4 ans
sgx_graphene.c 427051bc97 [Pal/Linux-SGX] Remove deadcode in sgx_graphene.c: _DkEventSet & _DkEventWait il y a 4 ans
sgx_internal.h 3174ec726c [Pal/lib] Fix snprintf() function signature il y a 4 ans
sgx_main.c 0219349264 [Pal/Linux-SGX] Use dedicated signal stack with correct XSAVE area il y a 4 ans
sgx_platform.c 8a7c8bdceb [Pal/{Linux,Linux-SGX,FreeBSD}] Replace pipe() with socketpair() il y a 4 ans
sgx_process.c 2c6ff2718f [Pal] Purge all multicast/broadcast functionality il y a 4 ans
sgx_rtld.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
sgx_thread.c 1baf6d9f88 [Pal-SGX] Remove redundant spinlocks implementation in sgx_thread.c il y a 4 ans
sgx_tls.h be9e85625a [Pal/Linux-SGX] Cache untrusted memory region for read/write/recv/send OCALLs il y a 4 ans
sysdep-x86_64.h de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
test-sgx.c ea1a1d961c [LibOS] tests: Fix missing/wrong return values from main() il y a 4 ans