cosmopolitan/test/libc/sock
Justine Tunney 7b26b42769 Pay off more technical debt
This makes breaking changes to add underscores to many non-standard
function names provided by the c library. MODE=tiny is now tinier and
we now use smaller locks that are better for tiny apps in this mode.
Some headers have been renamed to be in the same folder as the build
package, so it'll be easier to know which build dependency is needed.
Certain old misguided interfaces have been removed. Intel intrinsics
headers are now listed in libc/isystem (but not in the amalgamation)
to help further improve open source compatibility. Header complexity
has also been reduced. Lastly, more shell scripts are now available.

Compared to 6f7d0cb1c3, some tiny corrections were made in libc/intrin/g_fds.c and libc/zipos/open.c including double semi colons and incorrect indentation for existing vista changes that were manually pulled from this commit previously.
2023-03-20 21:07:01 -04:00
..
inet_ntoa_test.c Prove that Makefile is fully defined 2022-08-06 04:05:08 -07:00
inet_ntop_test.c Fix inet_ntop(AF_INET6) buffer length (#582) 2022-09-03 22:46:45 -07:00
inet_pton_test.c Implement inet_pton for AF_INET6 (#583) 2022-08-31 15:14:42 -07:00
nointernet_test.c Prevent Make from talking to public Internet 2022-08-12 21:51:39 -07:00
select_test.c Release pledge.com 1.7 and landlockmake.com 1.3 2022-08-15 19:52:00 -07:00
sendfile_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
sendrecvmsg_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
setsockopt_test.c Add .PLEDGE/.CPU/.MEMORY/etc. to Landlock Make 1.2 2022-08-14 20:16:44 -07:00
socket_test.c Backport main branch improvements (#658) 2022-10-10 20:44:29 -07:00
socketpair_test.c Unbloat the build 2022-08-11 00:15:29 -07:00
test.mk Polyfill IPv6 on non-Linux 2022-09-08 06:06:22 -07:00
unix_test.c Backport main branch improvements (#658) 2022-10-10 20:44:29 -07:00