Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This syscall aims to fill the given buffer with cryptographically secure
random data. If the syscall returns and does not cause a page fault it
will **always** have filled the buffer with random data and never gives
back any error value.
|
|
|
|
The /include directory contains definitons that both the kernel and libc
need to be in sync.
|
|
Now it can send UDP messages to a specific IP address and libc has
enough to create a basic UDP ECHO server, that is kinda cool.
|
|
This allows a UDP server to be created in userland and read data.
Currently it can't send data and is very very simplistic.
Code is horrible and probably needs some fixing until it can be further built
upon.
|
|
|