cosmopolitan/libc/sock
Justine Tunney d1d4388201
Delete ASAN
It hasn't been helpful enough to be justify the maintenance burden. What
actually does help is mprotect(), kprintf(), --ftrace and --strace which
can always be counted upon to work correctly. We aren't losing much with
this change. Support for ASAN on AARCH64 was never implemented. Applying
ASAN to the core libc runtimes was disabled many months ago. If there is
some way to have an ASAN runtime for user programs that is less invasive
we can potentially consider reintroducing support. But now is premature.
2024-06-22 05:45:49 -07:00
..
struct libc headers: make <complex.h> work, add struct ipv6_mreq (#1100) 2024-02-05 17:22:56 -05:00
accept-nt.c Fix NT accept/connect not initializing with SO_UPDATE_*_CONTEXT (#1164) 2024-05-17 02:45:30 -07:00
accept.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
accept4-sysv.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
accept4.c Delete ASAN 2024-06-22 05:45:49 -07:00
alg.h Reduce header complexity 2023-11-28 14:39:42 -08:00
basesocket.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
bind-nt.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
bind-sysv.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
bind.c Delete ASAN 2024-06-22 05:45:49 -07:00
BUILD.mk Implement proper time zone support 2024-05-04 23:06:37 -07:00
closesocket-nt.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
connect-nt.c Fix NT accept/connect not initializing with SO_UPDATE_*_CONTEXT (#1164) 2024-05-17 02:45:30 -07:00
connect-sysv.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
connect.c Delete ASAN 2024-06-22 05:45:49 -07:00
epoll.c Rerun clang-format on the repo (#1217) 2024-06-15 16:34:48 -04:00
epoll.h Add dontthrow attribute to most libc functions 2024-01-09 01:26:03 -08:00
fixupnewsockfd.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
gethostips.c Run clang-format (#1197) 2024-06-01 16:30:43 -04:00
getsockname.c Delete ASAN 2024-06-22 05:45:49 -07:00
getsockopt-nt.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
getsockopt.c Delete ASAN 2024-06-22 05:45:49 -07:00
goodsocket.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
goodsocket.internal.h Add dontthrow attribute to most libc functions 2024-01-09 01:26:03 -08:00
ifaddrs.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
ifaddrs.h Add dontthrow attribute to most libc functions 2024-01-09 01:26:03 -08:00
in.h Add libresolv from Musl Libc 2023-12-08 20:04:10 -08:00
in6addr_any.c Make improvements 2024-01-29 16:31:58 -08:00
in6addr_loopback.c Make improvements 2024-01-29 16:31:58 -08:00
inet_addr.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
inet_aton.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
inet_ntoa.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
inet_ntop.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
inet_pton.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
internal.h Reduce header complexity 2023-11-28 14:39:42 -08:00
iovec2nt.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
ipclassify.internal.h Reduce header complexity 2023-11-28 14:39:42 -08:00
kntwsadata.c Delete ASAN 2024-06-22 05:45:49 -07:00
listen-nt.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
listen.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
recv-nt.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
recv.c Delete ASAN 2024-06-22 05:45:49 -07:00
recvfrom-nt.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
recvfrom.c Delete ASAN 2024-06-22 05:45:49 -07:00
recvmsg.c Delete ASAN 2024-06-22 05:45:49 -07:00
select.h Rerun clang-format on the repo (#1217) 2024-06-15 16:34:48 -04:00
select.internal.h Add dontthrow attribute to most libc functions 2024-01-09 01:26:03 -08:00
send-nt.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
send.c Delete ASAN 2024-06-22 05:45:49 -07:00
sendfile.c Delete ASAN 2024-06-22 05:45:49 -07:00
sendfile.internal.h Reduce header complexity 2023-11-28 14:39:42 -08:00
sendmsg.c Delete ASAN 2024-06-22 05:45:49 -07:00
sendto-nt.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
sendto.c Delete ASAN 2024-06-22 05:45:49 -07:00
setsockopt-nt.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
setsockopt.c Delete ASAN 2024-06-22 05:45:49 -07:00
shutdown-nt.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
shutdown.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
sock.h Add dontthrow attribute to most libc functions 2024-01-09 01:26:03 -08:00
sockaddr.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
sockaddr2bsd.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
sockaddr2linux.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
sockatmark.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
sockdebug.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
socket-nt.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
socket-sysv.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
socket.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
socketpair-nt.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
socketpair-sysv.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
socketpair.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
sys_sendfile_freebsd.S Fix more vi modelines (#1006) 2023-12-13 02:28:11 -05:00
sys_sendfile_xnu.S Fix more vi modelines (#1006) 2023-12-13 02:28:11 -05:00
syscall_fd.internal.h Reduce header complexity 2023-11-28 14:39:42 -08:00
syslog.c Implement proper time zone support 2024-05-04 23:06:37 -07:00
syslog.h Add dontthrow attribute to most libc functions 2024-01-09 01:26:03 -08:00
winsockblock.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
wsaid.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
wsaid.internal.h Reduce header complexity 2023-11-28 14:39:42 -08:00
yoink.inc Mint APE Loader v1.5 2023-07-26 13:54:49 -07:00