Bananymous
|
ee7c9b6731
|
LibC: Add simple `getnameinfo`
This doesn't actually do any name resolution but just formats input to
string.
|
2025-05-28 03:10:01 +03:00 |
Bananymous
|
4721344518
|
LibC: Don't fail `getaddrinfo` if node is null
|
2025-05-28 03:10:01 +03:00 |
Bananymous
|
33a0f562d3
|
resolver: Add support for CNAME
Also rework resolver's send format and convert test-tcp and nslookup to
use getaddrinfo
|
2025-04-22 08:36:44 +03:00 |
Bananymous
|
ca8832c0e1
|
LibC: Implement getaddrinfo and freeaddrinfo, add stub for getnameinfo
|
2024-08-22 15:10:41 +03:00 |
Bananymous
|
83e2ad40d6
|
LibC: Implement gai_strerror and add stubs for {get,free}addrinfo
|
2024-08-09 16:59:49 +03:00 |
Bananymous
|
a749b9806e
|
LibC: Add definition for h_errno
Nothing uses this yet, but linking will succeed
|
2024-08-05 00:58:06 +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 |