]> git.corax.cc Git - corax/commit
Add sys_cxnet() handler for network-related syscalls and handler stubs for a number...
authorMatthias Kruk <m@m10k.eu>
Wed, 2 Oct 2019 07:16:35 +0000 (16:16 +0900)
committerMatthias Kruk <m@m10k.eu>
Wed, 2 Oct 2019 07:16:35 +0000 (16:16 +0900)
commit9a8f8713dfb6859000b84ca9b33a92bc94dc936e
tree0676443f57c0f0fb9818f0055000442605115535
parentf29ce841866ad345890884951b7b82b9d0838cab
Add sys_cxnet() handler for network-related syscalls and handler stubs for a number of sub-syscalls:
 - sys_socket()
 - sys_close()
 - sys_sendto()
 - sys_recvfrom()
 - sys_connect()
 - sys_listen()
 - sys_accept()
 - sys_setsockopt()
 - sys_getsockopt()
 - sys_shutdown()
 - sys_select()
 - sys_poll()
kernel/core/Makefile
kernel/core/cxnet.c [new file with mode: 0644]