Age | Commit message (Collapse) | Author |
|
This is to allow both the kernel and the userland to share certain
header files and to make the folder structure a bit more clear.
|
|
|
|
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.
|
|
implementation
Previously this function was only used for shared memory region created
by shm_open because I was lazy. Now exists for all files.
|
|
|
|
|