occlum/src
LI Qing de904bf628 Refactor the structure of FS subsystem
1. Move the system call handling functions into the "syscalls.rs"
2. Split syscall memory safe implementations into small sub-modules
3. Move the unix_socket and io_multiplexing into "net"
4. Remove some unnecessary code
2020-02-14 06:19:49 +00:00
..
libos Refactor the structure of FS subsystem 2020-02-14 06:19:49 +00:00
pal Optimize the perf of sendmsg/recvmsg by allocating untrusted buffers directly 2020-01-23 06:58:51 +00:00
run Refactor Occlum PAL as a shared library 2020-01-23 04:40:54 +00:00
Enclave.edl Optimize the perf of sendmsg/recvmsg by allocating untrusted buffers directly 2020-01-23 06:58:51 +00:00
Makefile Refactor Occlum PAL as a shared library 2020-01-23 04:40:54 +00:00
sgxenv.mk Fix bugs that fail CentOS Dockerfile 2020-02-14 06:19:48 +00:00