Isaku Yamahata 0cb0db9e35 [LibOS] regression: Run bootstrap_static and bootstrap_pie před 6 roky
..
tmp 7327aa62ab [LibOS] Fix bug of long relative paths (more than 256B) před 6 roky
.gitignore 382a1ec394 Cleanup .gitignore files před 6 roky
Makefile e8cbd4a50a [LibOS] test/regression: Clean up Makefile to use Makefile.rules před 6 roky
bootstrap-c++.cpp 728d16aca6 [LibOS] Fix C++ tests support před 6 roky
bootstrap.c be9852784f [All components] Remove all modelines from all source files před 6 roky
bootstrap_pie.c be9852784f [All components] Remove all modelines from all source files před 6 roky
bootstrap_static.c be9852784f [All components] Remove all modelines from all source files před 6 roky
epoll_wait_timeout.c be9852784f [All components] Remove all modelines from all source files před 6 roky
exec.c be9852784f [All components] Remove all modelines from all source files před 6 roky
exec_invalid_args.c 8c058edfdf [LibOS] Remove warnings in building exec_invalid_args.c před 6 roky
exec_victim.c be9852784f [All components] Remove all modelines from all source files před 6 roky
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. před 7 roky
exit.c be9852784f [All components] Remove all modelines from all source files před 6 roky
fopen_cornercases.c dab4c96853 [LibOS] Add special handling in open() syscall (EISDIR, O_TRUNC) před 6 roky
fork_and_exec.c ea234412c9 [LibOS] Emulate vfork() via fork() před 6 roky
fstat_cwd.c a0803a22b4 [LibOS] Add a regression test for fstat() on a directory před 6 roky
futex-timeout.c 402020f8da [LibOS/regression] Add futex-timeout test před 6 roky
futex.c be9852784f [All components] Remove all modelines from all source files před 6 roky
futex.manifest.template 11029ffff8 Futex and clone fixes. New futex unit test. May help issue #40. před 9 roky
getcwd.c b871a962dd [LibOS] Take into account adjacent VMAs on correct-memory check před 6 roky
getdents.c b3ddad0c37 Remove warnings triggered on newer GCC (7.4.0) před 6 roky
getdents.manifest.template f859f3da77 [LibOS] Add regression test for getdents před 6 roky
getsockopt.c 0031ef90c8 [LibOS] Make regression/getsockopt return 0 on success před 6 roky
init_fail.c aba21c360e [LibOS] Return proper error code on initialization fail před 6 roky
init_fail.manifest.template aba21c360e [LibOS] Return proper error code on initialization fail před 6 roky
large-mmap.c be9852784f [All components] Remove all modelines from all source files před 6 roky
large-mmap.manifest.template 64a4804cd2 More fixes před 9 roky
large_dir_read.c dbbaec749e [LibOS/tests] Enable large directory read regression test před 6 roky
manifest.template 56f93d3a9f [Pal/Linux-SGX] Fix allowed_files subdirectory check před 6 roky
mmap-file.c be9852784f [All components] Remove all modelines from all source files před 6 roky
mmap-file.manifest.template 9682c9dec1 This unit test needs a manifest template před 8 roky
openmp.c 84ec50a2aa [LibOS/regression] Add OpenMP simple for-loop test před 6 roky
openmp.manifest.template 84ec50a2aa [LibOS/regression] Add OpenMP simple for-loop test před 6 roky
proc-path.c 06b71fc1a0 [LibOS] shim_namei.c: Fix input absolute path error and add test case před 6 roky
proc-path.manifest.template 06b71fc1a0 [LibOS] shim_namei.c: Fix input absolute path error and add test case před 6 roky
proc.c e62a021fd8 Add an open method to /proc and some subdirectories před 6 roky
proc_cpuinfo.c 2c87e294fc [LibOS] Make /proc/cpuinfo output exactly like in Linux kernel před 6 roky
shared_object.c be9852784f [All components] Remove all modelines from all source files před 6 roky
shared_object.manifest.template 83d230a774 Add the shared object unit test to CI/standard unit test suites (#213) před 7 roky
sigaltstack.c c4bcf4ae8c [LibOS] Add logic for SS_DISABLE and SS_ONSTACK in sigaltstack() před 6 roky
stat_invalid_args.c a0803a22b4 [LibOS] Add a regression test for fstat() on a directory před 6 roky
syscall.c bdb8b9c36b [LibOS/regression] Add test for syscall instruction redirection před 6 roky
test_libos.py 0cb0db9e35 [LibOS] regression: Run bootstrap_static and bootstrap_pie před 6 roky
udp.c be9852784f [All components] Remove all modelines from all source files před 6 roky
unix.c 3bd067a13b [LibOS/regression] Add test for Unix domain sockets před 6 roky
vfork_and_exec.c ea234412c9 [LibOS] Emulate vfork() via fork() před 6 roky