jack.wxz cea63a7101 [LibOS] Always unset SIGKILL and SIGSTOP in set_signal_mask() пре 6 година
..
tmp 7327aa62ab [LibOS] Fix bug of long relative paths (more than 256B) пре 6 година
.gitignore 382a1ec394 Cleanup .gitignore files пре 6 година
Makefile cea63a7101 [LibOS] Always unset SIGKILL and SIGSTOP in set_signal_mask() пре 6 година
abort.c 59a0fee5ab [LibOS] Fix return code on exit due to signal пре 6 година
abort_multithread.c b152970e86 [LibOS] Fix SIGABRT, SIGTERM, SIGINT to kill the whole process пре 6 година
bootstrap-c++.cpp 728d16aca6 [LibOS] Fix C++ tests support пре 6 година
bootstrap.c 5c3b6929df [LibOS] Reorder argv in initial user stack пре 6 година
bootstrap_pie.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
bootstrap_static.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
epoll_wait_timeout.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
eventfd.c 3ee41aa9ff [LibOS, Pal] Support eventfd() пре 6 година
exec.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
exec_invalid_args.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
exec_victim.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
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. пре 7 година
exit.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
exit_group.c 59a0fee5ab [LibOS] Fix return code on exit due to signal пре 6 година
exit_group.manifest.template 59a0fee5ab [LibOS] Fix return code on exit due to signal пре 6 година
fdleak.c c6a0151baf [LibOS] Fix and add a test case for resource leak on file close пре 6 година
file_check_policy.c e9b988136d [Pal/Linux-SGX] Implement new manifest option sgx.file_check_policy пре 6 година
file_check_policy_allow_all_but_log.manifest.template e9b988136d [Pal/Linux-SGX] Implement new manifest option sgx.file_check_policy пре 6 година
file_check_policy_strict.manifest.template e9b988136d [Pal/Linux-SGX] Implement new manifest option sgx.file_check_policy пре 6 година
fopen_cornercases.c b1ce2f1bed [LibOS] Add regression test for sgx.allow_file_creation пре 6 година
fork_and_exec.c ea234412c9 [LibOS] Emulate vfork() via fork() пре 6 година
fstat_cwd.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
futex-timeout.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
futex.c dafdb1d47b [LibOS/regression] Multiple fixes for the futex test пре 6 година
futex.manifest.template dafdb1d47b [LibOS/regression] Multiple fixes for the futex test пре 6 година
getcwd.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
getdents.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
getdents.manifest.template f859f3da77 [LibOS] Add regression test for getdents пре 6 година
getsockopt.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
init_fail.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
init_fail.manifest.template aba21c360e [LibOS] Return proper error code on initialization fail пре 6 година
large-mmap.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
large-mmap.manifest.template 64a4804cd2 More fixes пре 8 година
large_dir_read.c aac7a83037 [LibOS] Remove lingering warnings пре 6 година
manifest.template b1ce2f1bed [LibOS] Add regression test for sgx.allow_file_creation пре 6 година
mmap-file.c 4e1d892891 [LibOS] Add missing memory barrier in regression/mmap-file.c пре 6 година
mmap-file.manifest.template 9682c9dec1 This unit test needs a manifest template пре 8 година
multi_pthread.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
multi_pthread.manifest.template 30e0b8bfba [PAL/Linux-SGX] Reuse TLS/TCS pages for newly created threads after previous threads exit пре 6 година
openmp.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
openmp.manifest.template 84ec50a2aa [LibOS/regression] Add OpenMP simple for-loop test пре 6 година
proc-path.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
proc-path.manifest.template 06b71fc1a0 [LibOS] shim_namei.c: Fix input absolute path error and add test case пре 6 година
proc.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
proc_cpuinfo.c 44e186c503 Clean up asserts пре 6 година
sched.c 376de63d5a [LibOS] Add dummy implementations of Linux scheduling APIs пре 6 година
shared_object.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
shared_object.manifest.template 83d230a774 Add the shared object unit test to CI/standard unit test suites (#213) пре 7 година
sigaltstack.c c4bcf4ae8c [LibOS] Add logic for SS_DISABLE and SS_ONSTACK in sigaltstack() пре 6 година
sigprocmask.c cea63a7101 [LibOS] Always unset SIGKILL and SIGSTOP in set_signal_mask() пре 6 година
spinlock.c e064b2bd8c [LibOS/regression] Add spinlock tests пре 6 година
stat_invalid_args.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
syscall.c bdb8b9c36b [LibOS/regression] Add test for syscall instruction redirection пре 6 година
test_libos.py cea63a7101 [LibOS] Always unset SIGKILL and SIGSTOP in set_signal_mask() пре 6 година
trusted_testfile e9b988136d [Pal/Linux-SGX] Implement new manifest option sgx.file_check_policy пре 6 година
udp.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
unix.c de42ebabe1 Reformat repository to our clang-format rules пре 6 година
unknown_testfile e9b988136d [Pal/Linux-SGX] Implement new manifest option sgx.file_check_policy пре 6 година
vfork_and_exec.c ea234412c9 [LibOS] Emulate vfork() via fork() пре 6 година