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