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