Isaku Yamahata ff0fd4d0fd [.gitignore] Remove * from .gitignore files il y a 4 ans
..
tmp 7327aa62ab [LibOS] Fix bug of long relative paths (more than 256B) il y a 4 ans
.gitignore ff0fd4d0fd [.gitignore] Remove * from .gitignore files il y a 4 ans
Makefile 0a7e3dd127 [LibOS,Pal] Move header files from Pal/lib/ under Pal/include/ il y a 4 ans
abort.c 59a0fee5ab [LibOS] Fix return code on exit due to signal il y a 4 ans
abort_multithread.c f1c334357c Reformat repository to our clang-format rules (2nd iteration) il y a 4 ans
bootstrap-c++.cpp 728d16aca6 [LibOS] Fix C++ tests support il y a 4 ans
bootstrap.c 5c3b6929df [LibOS] Reorder argv in initial user stack il y a 4 ans
bootstrap_pie.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
bootstrap_static.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
epoll_wait_timeout.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
eventfd.c f1c334357c Reformat repository to our clang-format rules (2nd iteration) il y a 4 ans
eventfd.manifest.template 36dfe1665e [LibOS] Disallow eventfd emulation by default il y a 4 ans
exec.c ea1a1d961c [LibOS] tests: Fix missing/wrong return values from main() il y a 4 ans
exec_invalid_args.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
exec_same.c e14bf7950f [LibOS] Allow Graphene-SGX to occupy the same process on execve() il y a 4 ans
exec_victim.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
exec_victim.manifest.template 732712e23e [LibOS,Pal] Move makefile libraries under Scripts/ il y a 4 ans
exit.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
exit_group.c f1c334357c Reformat repository to our clang-format rules (2nd iteration) il y a 4 ans
exit_group.manifest.template 59a0fee5ab [LibOS] Fix return code on exit due to signal il y a 4 ans
fdleak.c f1c334357c Reformat repository to our clang-format rules (2nd iteration) il y a 4 ans
file_check_policy.c e9b988136d [Pal/Linux-SGX] Implement new manifest option sgx.file_check_policy il y a 4 ans
file_check_policy_allow_all_but_log.manifest.template e9b988136d [Pal/Linux-SGX] Implement new manifest option sgx.file_check_policy il y a 4 ans
file_check_policy_strict.manifest.template e9b988136d [Pal/Linux-SGX] Implement new manifest option sgx.file_check_policy il y a 4 ans
file_size.c c6b9ea1baf [LibOS] Add more cases to update inode number and file size il y a 4 ans
fopen_cornercases.c b1ce2f1bed [LibOS] Add regression test for sgx.allow_file_creation il y a 4 ans
fork_and_exec.c ea234412c9 [LibOS] Emulate vfork() via fork() il y a 4 ans
fstat_cwd.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
futex_bitset.c 3d662b49cd [LibOS] Add futexes tests il y a 4 ans
futex_bitset.manifest.template 3d662b49cd [LibOS] Add futexes tests il y a 4 ans
futex_requeue.c 3d662b49cd [LibOS] Add futexes tests il y a 4 ans
futex_requeue.manifest.template 3d662b49cd [LibOS] Add futexes tests il y a 4 ans
futex_timeout.c 3d662b49cd [LibOS] Add futexes tests il y a 4 ans
futex_wake_op.c 3d662b49cd [LibOS] Add futexes tests il y a 4 ans
futex_wake_op.manifest.template 3d662b49cd [LibOS] Add futexes tests il y a 4 ans
getcwd.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
getdents.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
getdents.manifest.template f859f3da77 [LibOS] Add regression test for getdents il y a 5 ans
getsockopt.c eb4849d23a [LibOS] Allow all getsockopt() before bind() il y a 4 ans
host_root_fs.c b8a955c826 [LibOS/regression] Add test for host root FS il y a 4 ans
host_root_fs.manifest.template b8a955c826 [LibOS/regression] Add test for host root FS il y a 4 ans
init_fail.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
init_fail.manifest.template aba21c360e [LibOS] Return proper error code on initialization fail il y a 5 ans
large-mmap.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
large-mmap.manifest.template 64a4804cd2 More fixes il y a 7 ans
large_dir_read.c aac7a83037 [LibOS] Remove lingering warnings il y a 4 ans
manifest.template b194aa17fb [LibOS,Pal] Correctly emulate CLONE_CHILD_CLEARTID il y a 4 ans
mmap-file.c 4e1d892891 [LibOS] Add missing memory barrier in regression/mmap-file.c il y a 4 ans
mmap-file.manifest.template 9682c9dec1 This unit test needs a manifest template il y a 6 ans
mprotect_file_fork.c 12efb484f3 [LibOS] Add VMA_TAINTED in mprotect il y a 4 ans
multi_pthread.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
multi_pthread.manifest.template 30e0b8bfba [PAL/Linux-SGX] Reuse TLS/TCS pages for newly created threads after previous threads exit il y a 4 ans
openmp.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
openmp.manifest.template 84ec50a2aa [LibOS/regression] Add OpenMP simple for-loop test il y a 4 ans
poll.c f1c334357c Reformat repository to our clang-format rules (2nd iteration) il y a 4 ans
poll_many_types.c 5784d97375 [LibOS] Allow MSG_PEEK on recv() il y a 4 ans
ppoll.c f1c334357c Reformat repository to our clang-format rules (2nd iteration) il y a 4 ans
proc-path.c ea1a1d961c [LibOS] tests: Fix missing/wrong return values from main() il y a 4 ans
proc-path.manifest.template 06b71fc1a0 [LibOS] shim_namei.c: Fix input absolute path error and add test case il y a 5 ans
proc.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
proc_cpuinfo.c 44e186c503 Clean up asserts il y a 4 ans
pselect.c f1c334357c Reformat repository to our clang-format rules (2nd iteration) il y a 4 ans
readdir.c c6b9ea1baf [LibOS] Add more cases to update inode number and file size il y a 4 ans
sched.c f1c334357c Reformat repository to our clang-format rules (2nd iteration) il y a 4 ans
select.c f1c334357c Reformat repository to our clang-format rules (2nd iteration) il y a 4 ans
shared_object.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
shared_object.manifest.template 83d230a774 Add the shared object unit test to CI/standard unit test suites (#213) il y a 5 ans
sigaltstack.c c4bcf4ae8c [LibOS] Add logic for SS_DISABLE and SS_ONSTACK in sigaltstack() il y a 5 ans
sigprocmask.c f1c334357c Reformat repository to our clang-format rules (2nd iteration) il y a 4 ans
spinlock.c f1c334357c Reformat repository to our clang-format rules (2nd iteration) il y a 4 ans
stat_invalid_args.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
str_close_leak.c 15be96fbae [LibOS] Correctly release resources in str_close() il y a 4 ans
syscall.c bdb8b9c36b [LibOS/regression] Add test for syscall instruction redirection il y a 4 ans
tcp_ipv6_v6only.c 4ad98502fe [LibOS,Pal] Introduce PAL_CREATE_DUALSTACK for IPV6_V6ONLY emulation il y a 4 ans
tcp_msg_peek.c 5784d97375 [LibOS] Allow MSG_PEEK on recv() il y a 4 ans
test_libos.py 4ad98502fe [LibOS,Pal] Introduce PAL_CREATE_DUALSTACK for IPV6_V6ONLY emulation il y a 4 ans
trusted_testfile e9b988136d [Pal/Linux-SGX] Implement new manifest option sgx.file_check_policy il y a 4 ans
udp.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
unix.c de42ebabe1 Reformat repository to our clang-format rules il y a 4 ans
unknown_testfile e9b988136d [Pal/Linux-SGX] Implement new manifest option sgx.file_check_policy il y a 4 ans
vfork_and_exec.c ea234412c9 [LibOS] Emulate vfork() via fork() il y a 4 ans