occlum/src/pal
He Sun 0cef5b1b53 Add sendmsg/recvmsg syscalls
1. Add a separate net/ directory for the network subsystem;
2. Move some existing socket code to net/;
3. Implement sendmsg/recvmsg with OCalls;
4. Extend client/server test cases.
2019-12-13 12:00:55 +00:00
..
atomic.h Workaround exit_group syscall 2019-11-07 13:34:53 +00:00
attestation.c Add ioctls on /dev/sgx for SGX remote attestation 2019-12-07 10:21:01 +00:00
futex.c Improve the build system 2019-02-16 16:24:08 +08:00
futex.h Improve the build system 2019-02-16 16:24:08 +08:00
Makefile Build C++ source files under libos/ and pal/ 2019-11-12 16:28:17 +00:00
pal.c Add sendmsg/recvmsg syscalls 2019-12-13 12:00:55 +00:00
task.c Workaround exit_group syscall 2019-11-07 13:34:53 +00:00
task.h Workaround exit_group syscall 2019-11-07 13:34:53 +00:00