Bananymous
|
92e962430b
|
LibC: Make sockaddr and sockaddr_in compatible with other systems
sockaddr:
make sa_data is 14 bytes on all systems
sockaddr_in:
add sin_zero
|
2025-08-10 19:57:31 +03:00 |
Bananymous
|
ce0df333b3
|
LibC: Make sa_data in sock_addr zero sized
|
2025-08-05 03:32:59 +03:00 |
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 |