Dmitrii Kuvaiskii 84ec50a2aa [LibOS/regression] Add OpenMP simple for-loop test 5 years ago
..
.gitignore 382a1ec394 Cleanup .gitignore files 5 years ago
00_bootstrap.py 880d70a259 [LibOS] Return EFAULT on null file in execve() 5 years ago
00_openmp.py 84ec50a2aa [LibOS/regression] Add OpenMP simple for-loop test 5 years ago
30_futex.py 402020f8da [LibOS/regression] Add futex-timeout test 5 years ago
30_getcwd.py b871a962dd [LibOS] Take into account adjacent VMAs on correct-memory check 5 years ago
30_getdents.py f859f3da77 [LibOS] Add regression test for getdents 5 years ago
30_mmap.py f30f7e7575 [*/regression] Use uniform and cleaner SGX environment check 5 years ago
30_sigaltstack.py c4bcf4ae8c [LibOS] Add logic for SS_DISABLE and SS_ONSTACK in sigaltstack() 5 years ago
30_stat.py e307eca021 [LibOS] Support of test_user_{memory/string} in SGX PAL 5 years ago
30_syscall-redirect.py bdb8b9c36b [LibOS/regression] Add test for syscall instruction redirection 5 years ago
40_proc.py e62a021fd8 Add an open method to /proc and some subdirectories 5 years ago
40_proc_cpuinfo.py 2c87e294fc [LibOS] Make /proc/cpuinfo output exactly like in Linux kernel 5 years ago
40_proc_path.py 3d60004a8c [*/regression] Drop unused shebang 5 years ago
80_epoll_wait_timeout.py 3d60004a8c [*/regression] Drop unused shebang 5 years ago
80_sockets.py 3d60004a8c [*/regression] Drop unused shebang 5 years ago
80_udp.py 0a8f97af5a [Pal/{Linux, Linux-SGX}] Add NULL check in udp_connect/sgx_ocall_sock_connect 5 years ago
80_unix.py 3bd067a13b [LibOS/regression] Add test for Unix domain sockets 5 years ago
90_large-mmap.py 3d60004a8c [*/regression] Drop unused shebang 5 years ago
Makefile 84ec50a2aa [LibOS/regression] Add OpenMP simple for-loop test 5 years ago
bootstrap.c be9852784f [All components] Remove all modelines from all source files 5 years ago
bootstrap_pie.c be9852784f [All components] Remove all modelines from all source files 5 years ago
bootstrap_static.c be9852784f [All components] Remove all modelines from all source files 5 years ago
epoll_wait_timeout.c be9852784f [All components] Remove all modelines from all source files 5 years ago
exec.c be9852784f [All components] Remove all modelines from all source files 5 years ago
exec_invalid_args.c 8c058edfdf [LibOS] Remove warnings in building exec_invalid_args.c 5 years ago
exec_victim.c be9852784f [All components] Remove all modelines from all source files 5 years ago
exec_victim.manifest.template 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. 6 years ago
exit.c be9852784f [All components] Remove all modelines from all source files 5 years ago
futex-timeout.c 402020f8da [LibOS/regression] Add futex-timeout test 5 years ago
futex.c be9852784f [All components] Remove all modelines from all source files 5 years ago
futex.manifest.template 11029ffff8 Futex and clone fixes. New futex unit test. May help issue #40. 8 years ago
getcwd.c b871a962dd [LibOS] Take into account adjacent VMAs on correct-memory check 5 years ago
getdents.c b3ddad0c37 Remove warnings triggered on newer GCC (7.4.0) 5 years ago
getdents.manifest.template f859f3da77 [LibOS] Add regression test for getdents 5 years ago
getsockopt.c 2bc2c04194 Remove trailing blanks 5 years ago
init_fail.c aba21c360e [LibOS] Return proper error code on initialization fail 5 years ago
init_fail.manifest.template aba21c360e [LibOS] Return proper error code on initialization fail 5 years ago
large-mmap.c be9852784f [All components] Remove all modelines from all source files 5 years ago
large-mmap.manifest.template 64a4804cd2 More fixes 8 years ago
manifest.template 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. 6 years ago
mmap-file.c be9852784f [All components] Remove all modelines from all source files 5 years ago
mmap-file.manifest.template 9682c9dec1 This unit test needs a manifest template 7 years ago
openmp.c 84ec50a2aa [LibOS/regression] Add OpenMP simple for-loop test 5 years ago
openmp.manifest.template 84ec50a2aa [LibOS/regression] Add OpenMP simple for-loop test 5 years ago
proc-path.c 06b71fc1a0 [LibOS] shim_namei.c: Fix input absolute path error and add test case 6 years ago
proc-path.manifest.template 06b71fc1a0 [LibOS] shim_namei.c: Fix input absolute path error and add test case 6 years ago
proc.c e62a021fd8 Add an open method to /proc and some subdirectories 5 years ago
proc_cpuinfo.c 2c87e294fc [LibOS] Make /proc/cpuinfo output exactly like in Linux kernel 5 years ago
shared_object.c be9852784f [All components] Remove all modelines from all source files 5 years ago
shared_object.manifest.template 83d230a774 Add the shared object unit test to CI/standard unit test suites (#213) 6 years ago
sigaltstack.c c4bcf4ae8c [LibOS] Add logic for SS_DISABLE and SS_ONSTACK in sigaltstack() 5 years ago
stat_invalid_args.c e307eca021 [LibOS] Support of test_user_{memory/string} in SGX PAL 5 years ago
syscall.c bdb8b9c36b [LibOS/regression] Add test for syscall instruction redirection 5 years ago
udp.c be9852784f [All components] Remove all modelines from all source files 5 years ago
unix.c 3bd067a13b [LibOS/regression] Add test for Unix domain sockets 5 years ago