Isaku Yamahata 8dd311a353 [Pal/Linux-SGX] Add format check to pal_printf 7 年之前
..
..Bootstrap.c f2c36a1268 minor fixes 9 年之前
.gitignore 382a1ec394 Cleanup .gitignore files 7 年之前
00_Atomics.py f30f7e7575 [*/regression] Use uniform and cleaner SGX environment check 7 年之前
00_Bootstrap.py bd72b968ee [*/regression] Increase timeout of regression tests 7 年之前
00_Symbols.py 3d60004a8c [*/regression] Drop unused shebang 7 年之前
01_Exception.py 2b8c4fc30b [Pal/regression] Add test for red zone 7 年之前
02_Directory.py 3d60004a8c [*/regression] Drop unused shebang 7 年之前
02_Event.py 63b8ef41cf [Pal/regression] Test timeout handling when waiting for events 7 年之前
02_File.py 79d6fb27ec [*/regression] Migrate to Python 3 7 年之前
02_Memory.py f30f7e7575 [*/regression] Use uniform and cleaner SGX environment check 7 年之前
02_Misc.py bd72b968ee [*/regression] Increase timeout of regression tests 7 年之前
02_Pipe.py 3d60004a8c [*/regression] Drop unused shebang 7 年之前
02_Semaphore.py 3d60004a8c [*/regression] Drop unused shebang 7 年之前
02_Socket.py 3d60004a8c [*/regression] Drop unused shebang 7 年之前
02_Thread.py 87b139019a [Pal/regression] Test thread cleanup 7 年之前
03_Process.py ab29483bbe [Pal/regression] Increase 'Process' test timeout a bit 7 年之前
04_Ipc.py f30f7e7575 [*/regression] Use uniform and cleaner SGX environment check 7 年之前
04_SendHandle.py 3d60004a8c [*/regression] Drop unused shebang 7 年之前
05_Process.py 79d6fb27ec [*/regression] Migrate to Python 3 7 年之前
05_Reference_Monitor.py 79d6fb27ec [*/regression] Migrate to Python 3 7 年之前
06_AvxDisable.py f30f7e7575 [*/regression] Use uniform and cleaner SGX environment check 7 年之前
AtomicMath.c 8dd311a353 [Pal/Linux-SGX] Add format check to pal_printf 7 年之前
AvxDisable.c 405116dbf3 Add a manifest option sgx.disable_avx to support running graphene-sgx on the platform which doesn't have avx feature 7 年之前
AvxDisable.manifest.template 405116dbf3 Add a manifest option sgx.disable_avx to support running graphene-sgx on the platform which doesn't have avx feature 7 年之前
Bootstrap.c 8dd311a353 [Pal/Linux-SGX] Add format check to pal_printf 7 年之前
Bootstrap2.c 7f19f62f31 beta version 0.2 11 年之前
Bootstrap2.manifest.template 1a1e199c79 release v0.4beta 10 年之前
Bootstrap3.c 7f19f62f31 beta version 0.2 11 年之前
Bootstrap3.manifest.template 1a1e199c79 release v0.4beta 10 年之前
Bootstrap4.manifest.template 1a1e199c79 release v0.4beta 10 年之前
Bootstrap5.manifest.template 1a1e199c79 release v0.4beta 10 年之前
Bootstrap6.manifest.template b3da2aff67 Add a unit test and clearer debug print for issue #39 9 年之前
Bootstrap7.c d782947948 Fix the limitation on the number of trusted files (#87) 8 年之前
Bootstrap7.manifest.template d782947948 Fix the limitation on the number of trusted files (#87) 8 年之前
Directory.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 7 年之前
Event.c 63b8ef41cf [Pal/regression] Test timeout handling when waiting for events 7 年之前
Exception.c 8dd311a353 [Pal/Linux-SGX] Add format check to pal_printf 7 年之前
Exit.c 5d8c9ac260 Fix error code propagation on SGX (#205), add unit tests for exit code propagation 7 年之前
File.c 8dd311a353 [Pal/Linux-SGX] Add format check to pal_printf 7 年之前
File.manifest.template 03cb0e0bb3 Address a TOCTTOU vulnerability in SGX read/map (#131) 8 年之前
Hex.c 203a3920fa Fix a regression on exec in trying to repro #59. Remove an assertion that doesn't seem to be doing much good, given that the size is always statically determined in hex2str. 7 年之前
Ipc.c 8dd311a353 [Pal/Linux-SGX] Add format check to pal_printf 7 年之前
Makefile bd72b968ee [*/regression] Increase timeout of regression tests 7 年之前
Memory.c 8dd311a353 [Pal/Linux-SGX] Add format check to pal_printf 7 年之前
Misc.c 8dd311a353 [Pal/Linux-SGX] Add format check to pal_printf 7 年之前
Pipe.c 62d2cfc6c5 Misc bugfixes, mostly in sockets and memory mapping 9 年之前
Preload1.so.c 7f19f62f31 beta version 0.2 11 年之前
Preload2.so.c 7f19f62f31 beta version 0.2 11 年之前
Process.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 7 年之前
Process.manifest.template ce49dcb03d Migrate unit tests to jenkins (#122) 8 年之前
Process2.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 7 年之前
Process2.manifest.template 1a1e199c79 release v0.4beta 10 年之前
Process3.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 7 年之前
Process3.manifest.template 1a1e199c79 release v0.4beta 10 年之前
Semaphore.c 8dd311a353 [Pal/Linux-SGX] Add format check to pal_printf 7 年之前
SendHandle.c 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 7 年之前
SendHandle.manifest.template 1a1e199c79 release v0.4beta 10 年之前
Socket.c 7f19f62f31 beta version 0.2 11 年之前
Symbols.c 48f330c88b [Linux/SGX PAL] Use the C11 standard instead of GNU99 7 年之前
Thread.c 8dd311a353 [Pal/Linux-SGX] Add format check to pal_printf 7 年之前
Thread2.c 87b139019a [Pal/regression] Test thread cleanup 7 年之前
Thread2.manifest.template 87b139019a [Pal/regression] Test thread cleanup 7 年之前
manifest.template b5586bbfc6 release v0.3 10 年之前