ReinUsesLisp f7d59f3e0e services/bsd: Implement most of bsd:s
This implements: Socket, Poll, Accept, Bind, Connect, GetPeerName,
GetSockName, Listen, Fcntl, SetSockOpt, Shutdown, Recv, RecvFrom,
Send, SendTo, Write, and Close

The implementation was done referencing: SwIPC, switchbrew, testing
with libnx and inspecting its code, general information about bsd
sockets online, and analysing official software.

Not everything from these service calls is implemented, but everything
that is not implemented will be logged in some way.
2020-07-28 01:48:42 -03:00
..
2020-06-27 11:36:05 -04:00
2020-07-28 01:48:42 -03:00
2020-07-19 04:12:40 -03:00
2020-06-27 18:20:06 -04:00
2020-06-27 11:35:21 -04:00
2019-09-10 12:57:45 +02:00
2020-04-20 15:53:49 -04:00
2020-07-17 17:23:24 +10:00
2020-07-17 14:26:14 +10:00