Bananymous
|
895909b7fa
|
LibC: Add CMSG_* definitions to sys/socket.h
|
2025-06-02 11:39:18 +03:00 |
Bananymous
|
ddcf414107
|
LibC: Fix netinet/in.h and arpa/inet.h definitions
|
2025-05-28 03:10:01 +03:00 |
Bananymous
|
467ac6c365
|
Kernel/LibC: Implement SOCK_CLOEXEC and SOCK_NONBLOCK
This removes the need for fcntl after creating a socket :)
|
2024-09-11 21:59:11 +03:00 |
Bananymous
|
1cbba113fd
|
LibC: Add and cleanup some networking structures and definitions
|
2024-08-22 15:10:41 +03:00 |
Bananymous
|
c69919738b
|
BuildSystem: Move all userpace libraries under the userspace directory
As the number of libraries is increasing, root directory starts to
expand. This adds better organization for libraries
|
2024-06-18 13:14:35 +03:00 |