.. |
access
|
Add "*at()" system calls
|
2020-09-18 12:39:12 +08:00 |
chmod
|
Add "*at()" system calls
|
2020-09-18 12:39:12 +08:00 |
chown
|
Add Glibc as an optional libc and fix test cases
|
2020-12-16 19:21:22 +08:00 |
client
|
Add sendmmsg syscall
|
2021-06-03 16:24:34 +08:00 |
cout
|
Format c/c++ files in src, tools and test
|
2020-05-27 07:09:18 +00:00 |
cpuid
|
Fix two cpuid bugs
|
2020-11-12 15:48:04 +08:00 |
data_sink
|
Format c/c++ files in src, tools and test
|
2020-05-27 07:09:18 +00:00 |
device
|
Mount ramfs at '/dev/shm'
|
2021-04-01 14:16:07 +08:00 |
empty
|
Format c/c++ files in src, tools and test
|
2020-05-27 07:09:18 +00:00 |
emulate_syscall
|
Format c/c++ files in src, tools and test
|
2020-05-27 07:09:18 +00:00 |
env
|
Add support for the encrypted fs image
|
2021-03-01 16:45:01 +08:00 |
eventfd
|
Add Glibc as an optional libc and fix test cases
|
2020-12-16 19:21:22 +08:00 |
exec
|
Add support for execve
|
2021-06-10 20:59:06 +08:00 |
exit_group
|
Enable exception test cases under simulation mode
|
2021-03-03 16:07:51 +08:00 |
fcntl
|
Add Glibc as an optional libc and fix test cases
|
2020-12-16 19:21:22 +08:00 |
file
|
Add posix_fallocate
|
2021-03-03 11:06:09 +08:00 |
fs_perms
|
Add O_TRUNC support in open syscall and rewrite the truncate test
|
2021-06-04 11:47:38 +08:00 |
getpid
|
Add support for execve
|
2021-06-10 20:59:06 +08:00 |
hello_world
|
Format c/c++ files in src, tools and test
|
2020-05-27 07:09:18 +00:00 |
hostfs
|
Add O_TRUNC support in open syscall and rewrite the truncate test
|
2021-06-04 11:47:38 +08:00 |
include
|
Add O_TRUNC support in open syscall and rewrite the truncate test
|
2021-06-04 11:47:38 +08:00 |
ioctl
|
Add support for ioctl FIONREAD, FIOCLEX, FIONCLEX for pipe and uds file
|
2021-06-07 08:28:51 +08:00 |
link
|
Add Glibc as an optional libc and fix test cases
|
2020-12-16 19:21:22 +08:00 |
malloc
|
Format c/c++ files in src, tools and test
|
2020-05-27 07:09:18 +00:00 |
mkdir
|
Add "*at()" system calls
|
2020-09-18 12:39:12 +08:00 |
mmap
|
Add O_TRUNC support in open syscall and rewrite the truncate test
|
2021-06-04 11:47:38 +08:00 |
naughty_child
|
Add support for execve
|
2021-06-10 20:59:06 +08:00 |
open
|
Fix two bugs related to open directories
|
2020-09-18 12:39:12 +08:00 |
pipe
|
Add support for ioctl FIONREAD, FIOCLEX, FIONCLEX for pipe and uds file
|
2021-06-07 08:28:51 +08:00 |
pipe_throughput
|
Format c/c++ files in src, tools and test
|
2020-05-27 07:09:18 +00:00 |
prctl
|
Add Glibc as an optional libc and fix test cases
|
2020-12-16 19:21:22 +08:00 |
procfs
|
Add statfs and fstatfs syscall
|
2021-06-04 11:36:47 +08:00 |
pthread
|
Add Glibc as an optional libc and fix test cases
|
2020-12-16 19:21:22 +08:00 |
rdtsc
|
Fix the emulation of RDTSC instruction with ocall
|
2020-03-24 22:06:14 +08:00 |
readdir
|
Fix getdents cannot output all entries in a directory
|
2021-02-24 13:24:54 +08:00 |
rename
|
Add "*at()" system calls
|
2020-09-18 12:39:12 +08:00 |
rlimit
|
Format c/c++ files in src, tools and test
|
2020-05-27 07:09:18 +00:00 |
sched
|
Fix the sched test when available cpu is less than online cpu
|
2021-01-20 16:00:33 +08:00 |
server
|
Add sendmmsg syscall
|
2021-06-03 16:24:34 +08:00 |
server_epoll
|
Workaround the server and server_epoll test case
|
2021-03-03 16:07:51 +08:00 |
signal
|
Enable exception test cases under simulation mode
|
2021-03-03 16:07:51 +08:00 |
sleep
|
Format c/c++ files in src, tools and test
|
2020-05-27 07:09:18 +00:00 |
spawn
|
Format c/c++ files in src, tools and test
|
2020-05-27 07:09:18 +00:00 |
spawn_and_exit_latency
|
Format c/c++ files in src, tools and test
|
2020-05-27 07:09:18 +00:00 |
spawn_attribute
|
Add support for POSIX_SPAWN_SETSIGMASK and POSIX_SPAWN_SETSIGDEF
|
2021-06-01 20:34:51 +08:00 |
stat
|
Add Glibc as an optional libc and fix test cases
|
2020-12-16 19:21:22 +08:00 |
statfs
|
Add statfs and fstatfs syscall
|
2021-06-04 11:36:47 +08:00 |
symlink
|
Add ProcFS
|
2021-01-20 12:42:00 +08:00 |
sysinfo
|
Fix sysinfo test false alarm on uptime
|
2021-02-04 17:48:43 +08:00 |
system_info
|
Add getgroups syscall
|
2021-06-10 20:14:37 +08:00 |
time
|
Add time syscall and default localtime support
|
2021-03-26 16:56:57 +08:00 |
tls
|
Format c/c++ files in src, tools and test
|
2020-05-27 07:09:18 +00:00 |
truncate
|
Add O_TRUNC support in open syscall and rewrite the truncate test
|
2021-06-04 11:47:38 +08:00 |
unix_socket
|
Add support for indexing unix domain socket file with inode
|
2021-06-10 20:50:30 +08:00 |
unix_socket_throughput
|
Format c/c++ files in src, tools and test
|
2020-05-27 07:09:18 +00:00 |
wait
|
Add support for WNOHANG of waitpid option
|
2021-05-10 10:11:24 +08:00 |
Makefile
|
Add support for execve
|
2021-06-10 20:59:06 +08:00 |
Occlum.json
|
Workaround the server and server_epoll test case
|
2021-03-03 16:07:51 +08:00 |
test_common.mk
|
Add Glibc as an optional libc and fix test cases
|
2020-12-16 19:21:22 +08:00 |