.gitattributes | 13 +- CMakeLists.txt | 4003 +++++++++++++++- libc/include/aarch64-linux-musleabi/asm/auxvec.h | 26 + libc/include/aarch64-linux-musleabi/asm/bitsperlong.h | 24 + libc/include/aarch64-linux-musleabi/asm/bpf_perf_event.h | 9 + libc/include/aarch64-linux-musleabi/asm/byteorder.h | 26 + libc/include/aarch64-linux-musleabi/asm/fcntl.h | 30 + libc/include/aarch64-linux-musleabi/asm/hwcap.h | 52 + libc/include/aarch64-linux-musleabi/asm/kvm.h | 310 ++ libc/include/aarch64-linux-musleabi/asm/kvm_para.h | 1 + libc/include/aarch64-linux-musleabi/asm/param.h | 24 + libc/include/aarch64-linux-musleabi/asm/perf_regs.h | 41 + libc/include/aarch64-linux-musleabi/asm/posix_types.h | 11 + libc/include/aarch64-linux-musleabi/asm/ptrace.h | 233 + libc/include/aarch64-linux-musleabi/asm/setup.h | 27 + libc/include/aarch64-linux-musleabi/asm/sigcontext.h | 238 + libc/include/aarch64-linux-musleabi/asm/siginfo.h | 24 + libc/include/aarch64-linux-musleabi/asm/signal.h | 28 + libc/include/aarch64-linux-musleabi/asm/stat.h | 17 + libc/include/aarch64-linux-musleabi/asm/statfs.h | 24 + libc/include/aarch64-linux-musleabi/asm/ucontext.h | 33 + libc/include/aarch64-linux-musleabi/asm/unistd.h | 20 + libc/include/aarch64-linux-musleabi/bfd_stdint.h | 47 + libc/include/aarch64-linux-musleabi/bits/alltypes.h | 401 ++ libc/include/aarch64-linux-musleabi/bits/endian.h | 5 + libc/include/aarch64-linux-musleabi/bits/fenv.h | 19 + libc/include/aarch64-linux-musleabi/bits/float.h | 16 + libc/include/aarch64-linux-musleabi/bits/hwcap.h | 28 + libc/include/aarch64-linux-musleabi/bits/ipc.h | 14 + libc/include/aarch64-linux-musleabi/bits/limits.h | 7 + libc/include/aarch64-linux-musleabi/bits/posix.h | 2 + libc/include/aarch64-linux-musleabi/bits/reg.h | 2 + libc/include/aarch64-linux-musleabi/bits/sem.h | 14 + libc/include/aarch64-linux-musleabi/bits/setjmp.h | 1 + libc/include/aarch64-linux-musleabi/bits/signal.h | 153 + libc/include/aarch64-linux-musleabi/bits/socket.h | 33 + libc/include/aarch64-linux-musleabi/bits/stat.h | 18 + libc/include/aarch64-linux-musleabi/bits/syscall.h | 555 +++ libc/include/aarch64-linux-musleabi/bits/user.h | 16 + libc/include/aarch64_be-linux-musl/asm/auxvec.h | 26 + libc/include/aarch64_be-linux-musl/asm/bitsperlong.h | 24 + libc/include/aarch64_be-linux-musl/asm/bpf_perf_event.h | 9 + libc/include/aarch64_be-linux-musl/asm/byteorder.h | 26 + libc/include/aarch64_be-linux-musl/asm/fcntl.h | 30 + libc/include/aarch64_be-linux-musl/asm/hwcap.h | 52 + libc/include/aarch64_be-linux-musl/asm/kvm.h | 310 ++ libc/include/aarch64_be-linux-musl/asm/kvm_para.h | 1 + libc/include/aarch64_be-linux-musl/asm/param.h | 24 + libc/include/aarch64_be-linux-musl/asm/perf_regs.h | 41 + libc/include/aarch64_be-linux-musl/asm/posix_types.h | 11 + libc/include/aarch64_be-linux-musl/asm/ptrace.h | 233 + libc/include/aarch64_be-linux-musl/asm/setup.h | 27 + libc/include/aarch64_be-linux-musl/asm/sigcontext.h | 238 + libc/include/aarch64_be-linux-musl/asm/siginfo.h | 24 + libc/include/aarch64_be-linux-musl/asm/signal.h | 28 + libc/include/aarch64_be-linux-musl/asm/stat.h | 17 + libc/include/aarch64_be-linux-musl/asm/statfs.h | 24 + libc/include/aarch64_be-linux-musl/asm/ucontext.h | 33 + libc/include/aarch64_be-linux-musl/asm/unistd.h | 20 + libc/include/aarch64_be-linux-musl/bfd_stdint.h | 47 + libc/include/aarch64_be-linux-musl/bits/alltypes.h | 401 ++ libc/include/aarch64_be-linux-musl/bits/endian.h | 5 + libc/include/aarch64_be-linux-musl/bits/fenv.h | 19 + libc/include/aarch64_be-linux-musl/bits/float.h | 16 + libc/include/aarch64_be-linux-musl/bits/hwcap.h | 28 + libc/include/aarch64_be-linux-musl/bits/ipc.h | 14 + libc/include/aarch64_be-linux-musl/bits/limits.h | 7 + libc/include/aarch64_be-linux-musl/bits/posix.h | 2 + libc/include/aarch64_be-linux-musl/bits/reg.h | 2 + libc/include/aarch64_be-linux-musl/bits/sem.h | 14 + libc/include/aarch64_be-linux-musl/bits/setjmp.h | 1 + libc/include/aarch64_be-linux-musl/bits/signal.h | 153 + libc/include/aarch64_be-linux-musl/bits/socket.h | 33 + libc/include/aarch64_be-linux-musl/bits/stat.h | 18 + libc/include/aarch64_be-linux-musl/bits/syscall.h | 555 +++ libc/include/aarch64_be-linux-musl/bits/user.h | 16 + libc/include/arm-linux-musleabi/asm/fcntl.h | 12 + libc/include/arm-linux-musleabi/asm/ioctls.h | 9 + libc/include/arm-linux-musleabi/asm/mman.h | 4 + libc/include/arm-linux-musleabi/asm/statfs.h | 13 + libc/include/arm-linux-musleabi/asm/swab.h | 52 + libc/include/arm-linux-musleabi/asm/types.h | 41 + libc/include/arm-linux-musleabi/bfd.h | 8034 ++++++++++++++++++++++++++++++++ libc/include/arm-linux-musleabi/bfd_stdint.h | 47 + libc/include/arm-linux-musleabi/bits/fcntl.h | 40 + libc/include/arm-linux-musleabi/bits/hwcap.h | 53 + libc/include/arm-linux-musleabi/bits/ioctl_fix.h | 2 + libc/include/arm-linux-musleabi/bits/msg.h | 15 + libc/include/arm-linux-musleabi/bits/ptrace.h | 25 + libc/include/arm-linux-musleabi/bits/shm.h | 27 + libc/include/arm-linux-musleabi/bits/stdint.h | 20 + libc/include/arm-linux-musleabihf/asm/fcntl.h | 12 + libc/include/arm-linux-musleabihf/asm/ioctls.h | 9 + libc/include/arm-linux-musleabihf/asm/mman.h | 4 + libc/include/arm-linux-musleabihf/asm/statfs.h | 13 + libc/include/arm-linux-musleabihf/asm/swab.h | 52 + libc/include/arm-linux-musleabihf/asm/types.h | 41 + libc/include/arm-linux-musleabihf/bfd.h | 8034 ++++++++++++++++++++++++++++++++ libc/include/arm-linux-musleabihf/bfd_stdint.h | 47 + libc/include/arm-linux-musleabihf/bits/fcntl.h | 40 + libc/include/arm-linux-musleabihf/bits/hwcap.h | 53 + libc/include/arm-linux-musleabihf/bits/ioctl_fix.h | 2 + libc/include/arm-linux-musleabihf/bits/msg.h | 15 + libc/include/arm-linux-musleabihf/bits/ptrace.h | 25 + libc/include/arm-linux-musleabihf/bits/shm.h | 27 + libc/include/arm-linux-musleabihf/bits/stdint.h | 20 + libc/include/armeb-linux-musleabi/asm/fcntl.h | 12 + libc/include/armeb-linux-musleabi/asm/ioctls.h | 9 + libc/include/armeb-linux-musleabi/asm/mman.h | 4 + libc/include/armeb-linux-musleabi/asm/statfs.h | 13 + libc/include/armeb-linux-musleabi/asm/swab.h | 52 + libc/include/armeb-linux-musleabi/asm/types.h | 41 + libc/include/armeb-linux-musleabi/bfd.h | 8034 ++++++++++++++++++++++++++++++++ libc/include/armeb-linux-musleabi/bfd_stdint.h | 47 + libc/include/armeb-linux-musleabi/bits/fcntl.h | 40 + libc/include/armeb-linux-musleabi/bits/hwcap.h | 53 + libc/include/armeb-linux-musleabi/bits/ioctl_fix.h | 2 + libc/include/armeb-linux-musleabi/bits/msg.h | 15 + libc/include/armeb-linux-musleabi/bits/ptrace.h | 25 + libc/include/armeb-linux-musleabi/bits/shm.h | 27 + libc/include/armeb-linux-musleabi/bits/stdint.h | 20 + libc/include/armeb-linux-musleabihf/asm/fcntl.h | 12 + libc/include/armeb-linux-musleabihf/asm/ioctls.h | 9 + libc/include/armeb-linux-musleabihf/asm/mman.h | 4 + libc/include/armeb-linux-musleabihf/asm/statfs.h | 13 + libc/include/armeb-linux-musleabihf/asm/swab.h | 52 + libc/include/armeb-linux-musleabihf/asm/types.h | 41 + libc/include/armeb-linux-musleabihf/bfd.h | 8034 ++++++++++++++++++++++++++++++++ libc/include/armeb-linux-musleabihf/bfd_stdint.h | 47 + libc/include/armeb-linux-musleabihf/bits/fcntl.h | 40 + libc/include/armeb-linux-musleabihf/bits/hwcap.h | 53 + libc/include/armeb-linux-musleabihf/bits/ioctl_fix.h | 2 + libc/include/armeb-linux-musleabihf/bits/msg.h | 15 + libc/include/armeb-linux-musleabihf/bits/ptrace.h | 25 + libc/include/armeb-linux-musleabihf/bits/shm.h | 27 + libc/include/armeb-linux-musleabihf/bits/stdint.h | 20 + libc/include/generic-musl/aio.h | 69 + libc/include/generic-musl/alloca.h | 21 + libc/include/generic-musl/ansidecl.h | 402 ++ libc/include/generic-musl/ar.h | 25 + libc/include/generic-musl/arpa/ftp.h | 35 + libc/include/generic-musl/arpa/inet.h | 36 + libc/include/generic-musl/arpa/nameser.h | 456 ++ libc/include/generic-musl/arpa/nameser_compat.h | 1 + libc/include/generic-musl/arpa/telnet.h | 251 + libc/include/generic-musl/arpa/tftp.h | 30 + libc/include/generic-musl/asm-generic/auxvec.h | 8 + libc/include/generic-musl/asm-generic/bitsperlong.h | 16 + libc/include/generic-musl/asm-generic/bpf_perf_event.h | 9 + libc/include/generic-musl/asm-generic/errno-base.h | 40 + libc/include/generic-musl/asm-generic/errno.h | 123 + libc/include/generic-musl/asm-generic/fcntl.h | 221 + libc/include/generic-musl/asm-generic/hugetlb_encode.h | 36 + libc/include/generic-musl/asm-generic/int-l64.h | 35 + libc/include/generic-musl/asm-generic/int-ll64.h | 40 + libc/include/generic-musl/asm-generic/ioctl.h | 105 + libc/include/generic-musl/asm-generic/ioctls.h | 119 + libc/include/generic-musl/asm-generic/ipcbuf.h | 35 + libc/include/generic-musl/asm-generic/kvm_para.h | 4 + libc/include/generic-musl/asm-generic/mman-common.h | 77 + libc/include/generic-musl/asm-generic/mman.h | 24 + libc/include/generic-musl/asm-generic/msgbuf.h | 47 + libc/include/generic-musl/asm-generic/param.h | 20 + libc/include/generic-musl/asm-generic/poll.h | 42 + libc/include/generic-musl/asm-generic/posix_types.h | 98 + libc/include/generic-musl/asm-generic/resource.h | 62 + libc/include/generic-musl/asm-generic/sembuf.h | 45 + libc/include/generic-musl/asm-generic/setup.h | 7 + libc/include/generic-musl/asm-generic/shmbuf.h | 59 + libc/include/generic-musl/asm-generic/shmparam.h | 7 + libc/include/generic-musl/asm-generic/siginfo.h | 333 ++ libc/include/generic-musl/asm-generic/signal-defs.h | 29 + libc/include/generic-musl/asm-generic/signal.h | 120 + libc/include/generic-musl/asm-generic/socket.h | 113 + libc/include/generic-musl/asm-generic/sockios.h | 14 + libc/include/generic-musl/asm-generic/stat.h | 73 + libc/include/generic-musl/asm-generic/statfs.h | 84 + libc/include/generic-musl/asm-generic/swab.h | 19 + libc/include/generic-musl/asm-generic/termbits.h | 200 + libc/include/generic-musl/asm-generic/termios.h | 51 + libc/include/generic-musl/asm-generic/types.h | 9 + libc/include/generic-musl/asm-generic/ucontext.h | 13 + libc/include/generic-musl/asm-generic/unistd.h | 785 ++++ libc/include/generic-musl/asm/a.out.h | 21 + libc/include/generic-musl/asm/auxvec.h | 8 + libc/include/generic-musl/asm/bitfield.h | 30 + libc/include/generic-musl/asm/bitsperlong.h | 1 + libc/include/generic-musl/asm/boot.h | 11 + libc/include/generic-musl/asm/bootparam.h | 249 + libc/include/generic-musl/asm/bootx.h | 133 + libc/include/generic-musl/asm/bpf_perf_event.h | 1 + libc/include/generic-musl/asm/break.h | 32 + libc/include/generic-musl/asm/byteorder.h | 25 + libc/include/generic-musl/asm/cachectl.h | 27 + libc/include/generic-musl/asm/cputable.h | 61 + libc/include/generic-musl/asm/debugreg.h | 81 + libc/include/generic-musl/asm/e820.h | 80 + libc/include/generic-musl/asm/eeh.h | 57 + libc/include/generic-musl/asm/elf.h | 300 ++ libc/include/generic-musl/asm/epapr_hcalls.h | 99 + libc/include/generic-musl/asm/errno.h | 1 + libc/include/generic-musl/asm/fcntl.h | 1 + libc/include/generic-musl/asm/hw_breakpoint.h | 2 + libc/include/generic-musl/asm/hwcap.h | 41 + libc/include/generic-musl/asm/hwcap2.h | 8 + libc/include/generic-musl/asm/inst.h | 1103 +++++ libc/include/generic-musl/asm/ioctl.h | 1 + libc/include/generic-musl/asm/ioctls.h | 1 + libc/include/generic-musl/asm/ipcbuf.h | 1 + libc/include/generic-musl/asm/ist.h | 30 + libc/include/generic-musl/asm/kvm.h | 297 ++ libc/include/generic-musl/asm/kvm_para.h | 2 + libc/include/generic-musl/asm/kvm_perf.h | 17 + libc/include/generic-musl/asm/ldt.h | 48 + libc/include/generic-musl/asm/mce.h | 44 + libc/include/generic-musl/asm/mman.h | 1 + libc/include/generic-musl/asm/msgbuf.h | 1 + libc/include/generic-musl/asm/msr.h | 14 + libc/include/generic-musl/asm/mtrr.h | 124 + libc/include/generic-musl/asm/nvram.h | 63 + libc/include/generic-musl/asm/opal-prd.h | 59 + libc/include/generic-musl/asm/param.h | 1 + libc/include/generic-musl/asm/perf_event.h | 19 + libc/include/generic-musl/asm/perf_regs.h | 24 + libc/include/generic-musl/asm/poll.h | 1 + libc/include/generic-musl/asm/posix_types.h | 38 + libc/include/generic-musl/asm/posix_types_32.h | 26 + libc/include/generic-musl/asm/posix_types_64.h | 20 + libc/include/generic-musl/asm/posix_types_x32.h | 20 + libc/include/generic-musl/asm/prctl.h | 17 + libc/include/generic-musl/asm/processor-flags.h | 166 + libc/include/generic-musl/asm/ps3fb.h | 46 + libc/include/generic-musl/asm/ptrace-abi.h | 94 + libc/include/generic-musl/asm/ptrace.h | 148 + libc/include/generic-musl/asm/reg.h | 207 + libc/include/generic-musl/asm/resource.h | 1 + libc/include/generic-musl/asm/sembuf.h | 1 + libc/include/generic-musl/asm/setup.h | 188 + libc/include/generic-musl/asm/sgidefs.h | 45 + libc/include/generic-musl/asm/shmbuf.h | 1 + libc/include/generic-musl/asm/sigcontext.h | 35 + libc/include/generic-musl/asm/sigcontext32.h | 9 + libc/include/generic-musl/asm/siginfo.h | 1 + libc/include/generic-musl/asm/signal.h | 117 + libc/include/generic-musl/asm/socket.h | 1 + libc/include/generic-musl/asm/sockios.h | 1 + libc/include/generic-musl/asm/spu_info.h | 52 + libc/include/generic-musl/asm/stat.h | 88 + libc/include/generic-musl/asm/statfs.h | 1 + libc/include/generic-musl/asm/svm.h | 179 + libc/include/generic-musl/asm/swab.h | 1 + libc/include/generic-musl/asm/syscalls.h | 29 + libc/include/generic-musl/asm/sysmips.h | 26 + libc/include/generic-musl/asm/termbits.h | 1 + libc/include/generic-musl/asm/termios.h | 1 + libc/include/generic-musl/asm/tm.h | 21 + libc/include/generic-musl/asm/types.h | 1 + libc/include/generic-musl/asm/ucontext.h | 66 + libc/include/generic-musl/asm/unistd-common.h | 360 ++ libc/include/generic-musl/asm/unistd-eabi.h | 5 + libc/include/generic-musl/asm/unistd-oabi.h | 17 + libc/include/generic-musl/asm/unistd.h | 41 + libc/include/generic-musl/asm/unistd_32.h | 388 ++ libc/include/generic-musl/asm/unistd_64.h | 340 ++ libc/include/generic-musl/asm/unistd_x32.h | 329 ++ libc/include/generic-musl/asm/vm86.h | 130 + libc/include/generic-musl/asm/vmx.h | 151 + libc/include/generic-musl/asm/vsyscall.h | 13 + libc/include/generic-musl/assert.h | 23 + libc/include/generic-musl/bfd.h | 8034 ++++++++++++++++++++++++++++++++ libc/include/generic-musl/bfdlink.h | 958 ++++ libc/include/generic-musl/bits/alltypes.h | 385 ++ libc/include/generic-musl/bits/endian.h | 5 + libc/include/generic-musl/bits/errno.h | 134 + libc/include/generic-musl/bits/fcntl.h | 38 + libc/include/generic-musl/bits/fenv.h | 23 + libc/include/generic-musl/bits/float.h | 16 + libc/include/generic-musl/bits/hwcap.h | 0 libc/include/generic-musl/bits/io.h | 0 libc/include/generic-musl/bits/ioctl.h | 206 + libc/include/generic-musl/bits/ioctl_fix.h | 0 libc/include/generic-musl/bits/ipc.h | 13 + libc/include/generic-musl/bits/kd.h | 1 + libc/include/generic-musl/bits/limits.h | 7 + libc/include/generic-musl/bits/link.h | 1 + libc/include/generic-musl/bits/mman.h | 0 libc/include/generic-musl/bits/msg.h | 13 + libc/include/generic-musl/bits/poll.h | 0 libc/include/generic-musl/bits/posix.h | 2 + libc/include/generic-musl/bits/ptrace.h | 0 libc/include/generic-musl/bits/reg.h | 3 + libc/include/generic-musl/bits/resource.h | 0 libc/include/generic-musl/bits/sem.h | 16 + libc/include/generic-musl/bits/setjmp.h | 1 + libc/include/generic-musl/bits/shm.h | 24 + libc/include/generic-musl/bits/signal.h | 86 + libc/include/generic-musl/bits/socket.h | 15 + libc/include/generic-musl/bits/soundcard.h | 1 + libc/include/generic-musl/bits/stat.h | 21 + libc/include/generic-musl/bits/statfs.h | 7 + libc/include/generic-musl/bits/stdint.h | 20 + libc/include/generic-musl/bits/syscall.h | 720 +++ libc/include/generic-musl/bits/termios.h | 166 + libc/include/generic-musl/bits/user.h | 36 + libc/include/generic-musl/bits/vt.h | 1 + libc/include/generic-musl/byteswap.h | 26 + libc/include/generic-musl/complex.h | 133 + libc/include/generic-musl/cpio.h | 29 + libc/include/generic-musl/crypt.h | 20 + libc/include/generic-musl/ctype.h | 75 + libc/include/generic-musl/diagnostics.h | 107 + libc/include/generic-musl/dirent.h | 85 + libc/include/generic-musl/dis-asm.h | 397 ++ libc/include/generic-musl/dlfcn.h | 42 + libc/include/generic-musl/drm/amdgpu_drm.h | 994 ++++ libc/include/generic-musl/drm/armada_drm.h | 56 + libc/include/generic-musl/drm/drm.h | 1004 ++++ libc/include/generic-musl/drm/drm_fourcc.h | 588 +++ libc/include/generic-musl/drm/drm_mode.h | 894 ++++ libc/include/generic-musl/drm/drm_sarea.h | 92 + libc/include/generic-musl/drm/etnaviv_drm.h | 289 ++ libc/include/generic-musl/drm/exynos_drm.h | 424 ++ libc/include/generic-musl/drm/i810_drm.h | 292 ++ libc/include/generic-musl/drm/i915_drm.h | 1724 +++++++ libc/include/generic-musl/drm/mga_drm.h | 427 ++ libc/include/generic-musl/drm/msm_drm.h | 308 ++ libc/include/generic-musl/drm/nouveau_drm.h | 152 + libc/include/generic-musl/drm/omap_drm.h | 126 + libc/include/generic-musl/drm/qxl_drm.h | 158 + libc/include/generic-musl/drm/r128_drm.h | 336 ++ libc/include/generic-musl/drm/radeon_drm.h | 1078 +++++ libc/include/generic-musl/drm/savage_drm.h | 220 + libc/include/generic-musl/drm/sis_drm.h | 77 + libc/include/generic-musl/drm/tegra_drm.h | 681 +++ libc/include/generic-musl/drm/v3d_drm.h | 194 + libc/include/generic-musl/drm/vc4_drm.h | 442 ++ libc/include/generic-musl/drm/vgem_drm.h | 62 + libc/include/generic-musl/drm/via_drm.h | 282 ++ libc/include/generic-musl/drm/virtgpu_drm.h | 175 + libc/include/generic-musl/drm/vmwgfx_drm.h | 1218 +++++ libc/include/generic-musl/elf.h | 3174 +++++++++++++ libc/include/generic-musl/endian.h | 82 + libc/include/generic-musl/err.h | 25 + libc/include/generic-musl/errno.h | 26 + libc/include/generic-musl/fcntl.h | 207 + libc/include/generic-musl/features.h | 38 + libc/include/generic-musl/fenv.h | 27 + libc/include/generic-musl/float.h | 52 + libc/include/generic-musl/fmtmsg.h | 47 + libc/include/generic-musl/fnmatch.h | 24 + libc/include/generic-musl/ftw.h | 41 + libc/include/generic-musl/getopt.h | 30 + libc/include/generic-musl/glob.h | 49 + libc/include/generic-musl/grp.h | 53 + libc/include/generic-musl/iconv.h | 24 + libc/include/generic-musl/ifaddrs.h | 34 + libc/include/generic-musl/inttypes.h | 228 + libc/include/generic-musl/iso646.h | 20 + libc/include/generic-musl/langinfo.h | 98 + libc/include/generic-musl/lastlog.h | 1 + libc/include/generic-musl/libgen.h | 15 + libc/include/generic-musl/libintl.h | 33 + libc/include/generic-musl/limits.h | 158 + libc/include/generic-musl/link.h | 53 + libc/include/generic-musl/linux/a.out.h | 247 + libc/include/generic-musl/linux/acct.h | 117 + libc/include/generic-musl/linux/adb.h | 45 + libc/include/generic-musl/linux/adfs_fs.h | 45 + libc/include/generic-musl/linux/affs_hardblocks.h | 69 + libc/include/generic-musl/linux/agpgart.h | 112 + libc/include/generic-musl/linux/aio_abi.h | 110 + libc/include/generic-musl/linux/am437x-vpfe.h | 125 + libc/include/generic-musl/linux/android/binder.h | 466 ++ libc/include/generic-musl/linux/apm_bios.h | 138 + libc/include/generic-musl/linux/arcfb.h | 8 + libc/include/generic-musl/linux/arm_sdei.h | 73 + libc/include/generic-musl/linux/aspeed-lpc-ctrl.h | 62 + libc/include/generic-musl/linux/atalk.h | 45 + libc/include/generic-musl/linux/atm.h | 242 + libc/include/generic-musl/linux/atm_eni.h | 24 + libc/include/generic-musl/linux/atm_he.h | 21 + libc/include/generic-musl/linux/atm_idt77105.h | 29 + libc/include/generic-musl/linux/atm_nicstar.h | 54 + libc/include/generic-musl/linux/atm_tcp.h | 62 + libc/include/generic-musl/linux/atm_zatm.h | 47 + libc/include/generic-musl/linux/atmapi.h | 30 + libc/include/generic-musl/linux/atmarp.h | 42 + libc/include/generic-musl/linux/atmbr2684.h | 118 + libc/include/generic-musl/linux/atmclip.h | 22 + libc/include/generic-musl/linux/atmdev.h | 216 + libc/include/generic-musl/linux/atmioc.h | 42 + libc/include/generic-musl/linux/atmlec.h | 92 + libc/include/generic-musl/linux/atmmpc.h | 127 + libc/include/generic-musl/linux/atmppp.h | 25 + libc/include/generic-musl/linux/atmsap.h | 163 + libc/include/generic-musl/linux/atmsvc.h | 56 + libc/include/generic-musl/linux/audit.h | 489 ++ libc/include/generic-musl/linux/auto_dev-ioctl.h | 216 + libc/include/generic-musl/linux/auto_fs.h | 229 + libc/include/generic-musl/linux/auto_fs4.h | 15 + libc/include/generic-musl/linux/auxvec.h | 37 + libc/include/generic-musl/linux/ax25.h | 117 + libc/include/generic-musl/linux/b1lli.h | 74 + libc/include/generic-musl/linux/batadv_packet.h | 635 +++ libc/include/generic-musl/linux/batman_adv.h | 508 ++ libc/include/generic-musl/linux/baycom.h | 40 + libc/include/generic-musl/linux/bcache.h | 377 ++ libc/include/generic-musl/linux/bcm933xx_hcs.h | 25 + libc/include/generic-musl/linux/bfs_fs.h | 82 + libc/include/generic-musl/linux/binfmts.h | 21 + libc/include/generic-musl/linux/blkpg.h | 60 + libc/include/generic-musl/linux/blktrace_api.h | 146 + libc/include/generic-musl/linux/blkzoned.h | 144 + libc/include/generic-musl/linux/bpf.h | 2781 +++++++++++ libc/include/generic-musl/linux/bpf_common.h | 57 + libc/include/generic-musl/linux/bpf_perf_event.h | 19 + libc/include/generic-musl/linux/bpfilter.h | 21 + libc/include/generic-musl/linux/bpqether.h | 40 + libc/include/generic-musl/linux/bsg.h | 67 + libc/include/generic-musl/linux/bt-bmc.h | 19 + libc/include/generic-musl/linux/btf.h | 113 + libc/include/generic-musl/linux/btrfs.h | 944 ++++ libc/include/generic-musl/linux/btrfs_tree.h | 973 ++++ libc/include/generic-musl/linux/byteorder/big_endian.h | 106 + libc/include/generic-musl/linux/byteorder/little_endian.h | 106 + libc/include/generic-musl/linux/caif/caif_socket.h | 195 + libc/include/generic-musl/linux/caif/if_caif.h | 35 + libc/include/generic-musl/linux/can.h | 202 + libc/include/generic-musl/linux/can/bcm.h | 105 + libc/include/generic-musl/linux/can/error.h | 125 + libc/include/generic-musl/linux/can/gw.h | 209 + libc/include/generic-musl/linux/can/netlink.h | 144 + libc/include/generic-musl/linux/can/raw.h | 64 + libc/include/generic-musl/linux/can/vxcan.h | 13 + libc/include/generic-musl/linux/capability.h | 380 ++ libc/include/generic-musl/linux/capi.h | 132 + libc/include/generic-musl/linux/cciss_defs.h | 131 + libc/include/generic-musl/linux/cciss_ioctl.h | 89 + libc/include/generic-musl/linux/cdrom.h | 947 ++++ libc/include/generic-musl/linux/cec-funcs.h | 1942 ++++++++ libc/include/generic-musl/linux/cec.h | 1053 +++++ libc/include/generic-musl/linux/cgroupstats.h | 72 + libc/include/generic-musl/linux/chio.h | 169 + libc/include/generic-musl/linux/cifs/cifs_mount.h | 28 + libc/include/generic-musl/linux/cm4000_cs.h | 64 + libc/include/generic-musl/linux/cn_proc.h | 134 + libc/include/generic-musl/linux/coda.h | 736 +++ libc/include/generic-musl/linux/coda_psdev.h | 28 + libc/include/generic-musl/linux/coff.h | 352 ++ libc/include/generic-musl/linux/connector.h | 81 + libc/include/generic-musl/linux/const.h | 31 + libc/include/generic-musl/linux/coresight-stm.h | 22 + libc/include/generic-musl/linux/cramfs_fs.h | 113 + libc/include/generic-musl/linux/cryptouser.h | 124 + libc/include/generic-musl/linux/cuda.h | 34 + libc/include/generic-musl/linux/cyclades.h | 494 ++ libc/include/generic-musl/linux/cycx_cfm.h | 102 + libc/include/generic-musl/linux/dcbnl.h | 769 +++ libc/include/generic-musl/linux/dccp.h | 238 + libc/include/generic-musl/linux/devlink.h | 329 ++ libc/include/generic-musl/linux/dlm.h | 76 + libc/include/generic-musl/linux/dlm_device.h | 108 + libc/include/generic-musl/linux/dlm_netlink.h | 60 + libc/include/generic-musl/linux/dlm_plock.h | 46 + libc/include/generic-musl/linux/dlmconstants.h | 164 + libc/include/generic-musl/linux/dm-ioctl.h | 363 ++ libc/include/generic-musl/linux/dm-log-userspace.h | 432 ++ libc/include/generic-musl/linux/dma-buf.h | 41 + libc/include/generic-musl/linux/dn.h | 149 + libc/include/generic-musl/linux/dqblk_xfs.h | 215 + libc/include/generic-musl/linux/dvb/audio.h | 99 + libc/include/generic-musl/linux/dvb/ca.h | 153 + libc/include/generic-musl/linux/dvb/dmx.h | 326 ++ libc/include/generic-musl/linux/dvb/frontend.h | 1009 ++++ libc/include/generic-musl/linux/dvb/net.h | 68 + libc/include/generic-musl/linux/dvb/osd.h | 145 + libc/include/generic-musl/linux/dvb/version.h | 30 + libc/include/generic-musl/linux/dvb/video.h | 216 + libc/include/generic-musl/linux/edd.h | 192 + libc/include/generic-musl/linux/efs_fs_sb.h | 62 + libc/include/generic-musl/linux/elf-em.h | 61 + libc/include/generic-musl/linux/elf-fdpic.h | 35 + libc/include/generic-musl/linux/elf.h | 442 ++ libc/include/generic-musl/linux/elfcore.h | 97 + libc/include/generic-musl/linux/errno.h | 1 + libc/include/generic-musl/linux/errqueue.h | 54 + libc/include/generic-musl/linux/erspan.h | 52 + libc/include/generic-musl/linux/ethtool.h | 1846 ++++++++ libc/include/generic-musl/linux/eventpoll.h | 94 + libc/include/generic-musl/linux/fadvise.h | 22 + libc/include/generic-musl/linux/falloc.h | 80 + libc/include/generic-musl/linux/fanotify.h | 120 + libc/include/generic-musl/linux/fb.h | 401 ++ libc/include/generic-musl/linux/fcntl.h | 94 + libc/include/generic-musl/linux/fd.h | 384 ++ libc/include/generic-musl/linux/fdreg.h | 138 + libc/include/generic-musl/linux/fib_rules.h | 90 + libc/include/generic-musl/linux/fiemap.h | 70 + libc/include/generic-musl/linux/filter.h | 90 + libc/include/generic-musl/linux/firewire-cdev.h | 1039 +++++ libc/include/generic-musl/linux/firewire-constants.h | 92 + libc/include/generic-musl/linux/flat.h | 59 + libc/include/generic-musl/linux/fou.h | 42 + libc/include/generic-musl/linux/fpga-dfl.h | 179 + libc/include/generic-musl/linux/fs.h | 393 ++ libc/include/generic-musl/linux/fsi.h | 58 + libc/include/generic-musl/linux/fsl_hypervisor.h | 221 + libc/include/generic-musl/linux/fsmap.h | 113 + libc/include/generic-musl/linux/fuse.h | 791 ++++ libc/include/generic-musl/linux/futex.h | 153 + libc/include/generic-musl/linux/gameport.h | 29 + libc/include/generic-musl/linux/gen_stats.h | 80 + libc/include/generic-musl/linux/genetlink.h | 89 + libc/include/generic-musl/linux/genwqe/genwqe_card.h | 502 ++ libc/include/generic-musl/linux/gfs2_ondisk.h | 535 +++ libc/include/generic-musl/linux/gigaset_dev.h | 39 + libc/include/generic-musl/linux/gpio.h | 158 + libc/include/generic-musl/linux/gsmmux.h | 41 + libc/include/generic-musl/linux/gtp.h | 35 + libc/include/generic-musl/linux/hash_info.h | 39 + libc/include/generic-musl/linux/hdlc.h | 24 + libc/include/generic-musl/linux/hdlc/ioctl.h | 85 + libc/include/generic-musl/linux/hdlcdrv.h | 111 + libc/include/generic-musl/linux/hdreg.h | 643 +++ libc/include/generic-musl/linux/hid.h | 67 + libc/include/generic-musl/linux/hiddev.h | 213 + libc/include/generic-musl/linux/hidraw.h | 51 + libc/include/generic-musl/linux/hpet.h | 26 + libc/include/generic-musl/linux/hsi/cs-protocol.h | 120 + libc/include/generic-musl/linux/hsi/hsi_char.h | 65 + libc/include/generic-musl/linux/hsr_netlink.h | 51 + libc/include/generic-musl/linux/hw_breakpoint.h | 35 + libc/include/generic-musl/linux/hyperv.h | 400 ++ libc/include/generic-musl/linux/hysdn_if.h | 30 + libc/include/generic-musl/linux/i2c-dev.h | 75 + libc/include/generic-musl/linux/i2c.h | 158 + libc/include/generic-musl/linux/i2o-dev.h | 422 ++ libc/include/generic-musl/linux/i8k.h | 48 + libc/include/generic-musl/linux/icmp.h | 99 + libc/include/generic-musl/linux/icmpv6.h | 167 + libc/include/generic-musl/linux/if.h | 293 ++ libc/include/generic-musl/linux/if_addr.h | 69 + libc/include/generic-musl/linux/if_addrlabel.h | 33 + libc/include/generic-musl/linux/if_alg.h | 43 + libc/include/generic-musl/linux/if_arcnet.h | 130 + libc/include/generic-musl/linux/if_arp.h | 164 + libc/include/generic-musl/linux/if_bonding.h | 130 + libc/include/generic-musl/linux/if_bridge.h | 295 ++ libc/include/generic-musl/linux/if_cablemodem.h | 23 + libc/include/generic-musl/linux/if_eql.h | 55 + libc/include/generic-musl/linux/if_ether.h | 169 + libc/include/generic-musl/linux/if_fc.h | 52 + libc/include/generic-musl/linux/if_fddi.h | 107 + libc/include/generic-musl/linux/if_frad.h | 123 + libc/include/generic-musl/linux/if_hippi.h | 154 + libc/include/generic-musl/linux/if_infiniband.h | 30 + libc/include/generic-musl/linux/if_link.h | 1000 ++++ libc/include/generic-musl/linux/if_ltalk.h | 10 + libc/include/generic-musl/linux/if_macsec.h | 177 + libc/include/generic-musl/linux/if_packet.h | 303 ++ libc/include/generic-musl/linux/if_phonet.h | 17 + libc/include/generic-musl/linux/if_plip.h | 28 + libc/include/generic-musl/linux/if_ppp.h | 1 + libc/include/generic-musl/linux/if_pppol2tp.h | 105 + libc/include/generic-musl/linux/if_pppox.h | 160 + libc/include/generic-musl/linux/if_slip.h | 31 + libc/include/generic-musl/linux/if_team.h | 108 + libc/include/generic-musl/linux/if_tun.h | 112 + libc/include/generic-musl/linux/if_tunnel.h | 163 + libc/include/generic-musl/linux/if_vlan.h | 65 + libc/include/generic-musl/linux/if_x25.h | 27 + libc/include/generic-musl/linux/if_xdp.h | 78 + libc/include/generic-musl/linux/ife.h | 19 + libc/include/generic-musl/linux/igmp.h | 129 + libc/include/generic-musl/linux/iio/events.h | 43 + libc/include/generic-musl/linux/iio/types.h | 108 + libc/include/generic-musl/linux/ila.h | 68 + libc/include/generic-musl/linux/in.h | 301 ++ libc/include/generic-musl/linux/in6.h | 298 ++ libc/include/generic-musl/linux/in_route.h | 33 + libc/include/generic-musl/linux/inet_diag.h | 205 + libc/include/generic-musl/linux/inotify.h | 84 + libc/include/generic-musl/linux/input-event-codes.h | 851 ++++ libc/include/generic-musl/linux/input.h | 511 ++ libc/include/generic-musl/linux/ioctl.h | 7 + libc/include/generic-musl/linux/ip.h | 177 + libc/include/generic-musl/linux/ip6_tunnel.h | 56 + libc/include/generic-musl/linux/ip_vs.h | 455 ++ libc/include/generic-musl/linux/ipc.h | 82 + libc/include/generic-musl/linux/ipmi.h | 429 ++ libc/include/generic-musl/linux/ipmi_bmc.h | 16 + libc/include/generic-musl/linux/ipmi_msgdefs.h | 102 + libc/include/generic-musl/linux/ipsec.h | 48 + libc/include/generic-musl/linux/ipv6.h | 194 + libc/include/generic-musl/linux/ipv6_route.h | 64 + libc/include/generic-musl/linux/ipx.h | 87 + libc/include/generic-musl/linux/irqnr.h | 4 + libc/include/generic-musl/linux/isdn.h | 144 + libc/include/generic-musl/linux/isdn/capicmd.h | 116 + libc/include/generic-musl/linux/isdn_divertif.h | 31 + libc/include/generic-musl/linux/isdn_ppp.h | 68 + libc/include/generic-musl/linux/isdnif.h | 57 + libc/include/generic-musl/linux/iso_fs.h | 166 + libc/include/generic-musl/linux/ivtv.h | 74 + libc/include/generic-musl/linux/ivtvfb.h | 38 + libc/include/generic-musl/linux/jffs2.h | 223 + libc/include/generic-musl/linux/joystick.h | 133 + libc/include/generic-musl/linux/kcm.h | 40 + libc/include/generic-musl/linux/kcmp.h | 28 + libc/include/generic-musl/linux/kcov.h | 35 + libc/include/generic-musl/linux/kd.h | 184 + libc/include/generic-musl/linux/kdev_t.h | 12 + libc/include/generic-musl/linux/kernel-page-flags.h | 40 + libc/include/generic-musl/linux/kernel.h | 15 + libc/include/generic-musl/linux/kernelcapi.h | 48 + libc/include/generic-musl/linux/kexec.h | 60 + libc/include/generic-musl/linux/keyboard.h | 465 ++ libc/include/generic-musl/linux/keyctl.h | 80 + libc/include/generic-musl/linux/kfd_ioctl.h | 481 ++ libc/include/generic-musl/linux/kvm.h | 1552 ++++++ libc/include/generic-musl/linux/kvm_para.h | 37 + libc/include/generic-musl/linux/l2tp.h | 201 + libc/include/generic-musl/linux/libc-compat.h | 267 ++ libc/include/generic-musl/linux/lightnvm.h | 220 + libc/include/generic-musl/linux/limits.h | 21 + libc/include/generic-musl/linux/lirc.h | 223 + libc/include/generic-musl/linux/llc.h | 86 + libc/include/generic-musl/linux/loop.h | 98 + libc/include/generic-musl/linux/lp.h | 111 + libc/include/generic-musl/linux/lwtunnel.h | 71 + libc/include/generic-musl/linux/magic.h | 93 + libc/include/generic-musl/linux/major.h | 180 + libc/include/generic-musl/linux/map_to_7segment.h | 187 + libc/include/generic-musl/linux/matroxfb.h | 42 + libc/include/generic-musl/linux/max2175.h | 29 + libc/include/generic-musl/linux/mdio.h | 298 ++ libc/include/generic-musl/linux/media-bus-format.h | 156 + libc/include/generic-musl/linux/media.h | 406 ++ libc/include/generic-musl/linux/mei.h | 130 + libc/include/generic-musl/linux/membarrier.h | 139 + libc/include/generic-musl/linux/memfd.h | 35 + libc/include/generic-musl/linux/mempolicy.h | 66 + libc/include/generic-musl/linux/meye.h | 65 + libc/include/generic-musl/linux/mic_common.h | 235 + libc/include/generic-musl/linux/mic_ioctl.h | 73 + libc/include/generic-musl/linux/mii.h | 164 + libc/include/generic-musl/linux/minix_fs.h | 107 + libc/include/generic-musl/linux/mman.h | 38 + libc/include/generic-musl/linux/mmc/ioctl.h | 75 + libc/include/generic-musl/linux/mmtimer.h | 57 + libc/include/generic-musl/linux/module.h | 9 + libc/include/generic-musl/linux/mpls.h | 77 + libc/include/generic-musl/linux/mpls_iptunnel.h | 31 + libc/include/generic-musl/linux/mqueue.h | 56 + libc/include/generic-musl/linux/mroute.h | 179 + libc/include/generic-musl/linux/mroute6.h | 149 + libc/include/generic-musl/linux/msdos_fs.h | 202 + libc/include/generic-musl/linux/msg.h | 90 + libc/include/generic-musl/linux/mtio.h | 209 + libc/include/generic-musl/linux/n_r3964.h | 99 + libc/include/generic-musl/linux/nbd-netlink.h | 99 + libc/include/generic-musl/linux/nbd.h | 89 + libc/include/generic-musl/linux/ncsi.h | 115 + libc/include/generic-musl/linux/ndctl.h | 254 + libc/include/generic-musl/linux/neighbour.h | 172 + libc/include/generic-musl/linux/net.h | 58 + libc/include/generic-musl/linux/net_dropmon.h | 65 + libc/include/generic-musl/linux/net_namespace.h | 24 + libc/include/generic-musl/linux/net_tstamp.h | 162 + libc/include/generic-musl/linux/netconf.h | 30 + libc/include/generic-musl/linux/netdevice.h | 66 + libc/include/generic-musl/linux/netfilter.h | 78 + libc/include/generic-musl/linux/netfilter/ipset/ip_set.h | 305 ++ libc/include/generic-musl/linux/netfilter/ipset/ip_set_bitmap.h | 16 + libc/include/generic-musl/linux/netfilter/ipset/ip_set_hash.h | 24 + libc/include/generic-musl/linux/netfilter/ipset/ip_set_list.h | 24 + libc/include/generic-musl/linux/netfilter/nf_conntrack_common.h | 142 + libc/include/generic-musl/linux/netfilter/nf_conntrack_ftp.h | 19 + libc/include/generic-musl/linux/netfilter/nf_conntrack_sctp.h | 22 + libc/include/generic-musl/linux/netfilter/nf_conntrack_tcp.h | 58 + libc/include/generic-musl/linux/netfilter/nf_conntrack_tuple_common.h | 44 + libc/include/generic-musl/linux/netfilter/nf_log.h | 15 + libc/include/generic-musl/linux/netfilter/nf_nat.h | 53 + libc/include/generic-musl/linux/netfilter/nf_tables.h | 1678 +++++++ libc/include/generic-musl/linux/netfilter/nf_tables_compat.h | 39 + libc/include/generic-musl/linux/netfilter/nfnetlink.h | 81 + libc/include/generic-musl/linux/netfilter/nfnetlink_acct.h | 46 + libc/include/generic-musl/linux/netfilter/nfnetlink_compat.h | 62 + libc/include/generic-musl/linux/netfilter/nfnetlink_conntrack.h | 279 ++ libc/include/generic-musl/linux/netfilter/nfnetlink_cthelper.h | 56 + libc/include/generic-musl/linux/netfilter/nfnetlink_cttimeout.h | 119 + libc/include/generic-musl/linux/netfilter/nfnetlink_log.h | 101 + libc/include/generic-musl/linux/netfilter/nfnetlink_osf.h | 120 + libc/include/generic-musl/linux/netfilter/nfnetlink_queue.h | 128 + libc/include/generic-musl/linux/netfilter/x_tables.h | 186 + libc/include/generic-musl/linux/netfilter/xt_AUDIT.h | 31 + libc/include/generic-musl/linux/netfilter/xt_CHECKSUM.h | 21 + libc/include/generic-musl/linux/netfilter/xt_CLASSIFY.h | 11 + libc/include/generic-musl/linux/netfilter/xt_CONNSECMARK.h | 16 + libc/include/generic-musl/linux/netfilter/xt_CT.h | 42 + libc/include/generic-musl/linux/netfilter/xt_HMARK.h | 52 + libc/include/generic-musl/linux/netfilter/xt_IDLETIMER.h | 46 + libc/include/generic-musl/linux/netfilter/xt_LED.h | 16 + libc/include/generic-musl/linux/netfilter/xt_LOG.h | 20 + libc/include/generic-musl/linux/netfilter/xt_NFLOG.h | 25 + libc/include/generic-musl/linux/netfilter/xt_NFQUEUE.h | 39 + libc/include/generic-musl/linux/netfilter/xt_SECMARK.h | 23 + libc/include/generic-musl/linux/netfilter/xt_SYNPROXY.h | 19 + libc/include/generic-musl/linux/netfilter/xt_TCPOPTSTRIP.h | 16 + libc/include/generic-musl/linux/netfilter/xt_TEE.h | 15 + libc/include/generic-musl/linux/netfilter/xt_TPROXY.h | 25 + libc/include/generic-musl/linux/netfilter/xt_addrtype.h | 45 + libc/include/generic-musl/linux/netfilter/xt_bpf.h | 42 + libc/include/generic-musl/linux/netfilter/xt_cgroup.h | 25 + libc/include/generic-musl/linux/netfilter/xt_cluster.h | 20 + libc/include/generic-musl/linux/netfilter/xt_comment.h | 11 + libc/include/generic-musl/linux/netfilter/xt_connbytes.h | 27 + libc/include/generic-musl/linux/netfilter/xt_connlabel.h | 13 + libc/include/generic-musl/linux/netfilter/xt_connlimit.h | 31 + libc/include/generic-musl/linux/netfilter/xt_connmark.h | 42 + libc/include/generic-musl/linux/netfilter/xt_conntrack.h | 79 + libc/include/generic-musl/linux/netfilter/xt_cpu.h | 12 + libc/include/generic-musl/linux/netfilter/xt_dccp.h | 25 + libc/include/generic-musl/linux/netfilter/xt_devgroup.h | 22 + libc/include/generic-musl/linux/netfilter/xt_dscp.h | 32 + libc/include/generic-musl/linux/netfilter/xt_ecn.h | 36 + libc/include/generic-musl/linux/netfilter/xt_esp.h | 16 + libc/include/generic-musl/linux/netfilter/xt_hashlimit.h | 123 + libc/include/generic-musl/linux/netfilter/xt_helper.h | 9 + libc/include/generic-musl/linux/netfilter/xt_ipcomp.h | 17 + libc/include/generic-musl/linux/netfilter/xt_iprange.h | 21 + libc/include/generic-musl/linux/netfilter/xt_ipvs.h | 31 + libc/include/generic-musl/linux/netfilter/xt_l2tp.h | 28 + libc/include/generic-musl/linux/netfilter/xt_length.h | 12 + libc/include/generic-musl/linux/netfilter/xt_limit.h | 25 + libc/include/generic-musl/linux/netfilter/xt_mac.h | 11 + libc/include/generic-musl/linux/netfilter/xt_mark.h | 16 + libc/include/generic-musl/linux/netfilter/xt_multiport.h | 30 + libc/include/generic-musl/linux/netfilter/xt_nfacct.h | 14 + libc/include/generic-musl/linux/netfilter/xt_osf.h | 51 + libc/include/generic-musl/linux/netfilter/xt_owner.h | 19 + libc/include/generic-musl/linux/netfilter/xt_physdev.h | 24 + libc/include/generic-musl/linux/netfilter/xt_pkttype.h | 9 + libc/include/generic-musl/linux/netfilter/xt_policy.h | 61 + libc/include/generic-musl/linux/netfilter/xt_quota.h | 23 + libc/include/generic-musl/linux/netfilter/xt_rateest.h | 39 + libc/include/generic-musl/linux/netfilter/xt_realm.h | 13 + libc/include/generic-musl/linux/netfilter/xt_recent.h | 47 + libc/include/generic-musl/linux/netfilter/xt_rpfilter.h | 18 + libc/include/generic-musl/linux/netfilter/xt_sctp.h | 92 + libc/include/generic-musl/linux/netfilter/xt_set.h | 94 + libc/include/generic-musl/linux/netfilter/xt_socket.h | 30 + libc/include/generic-musl/linux/netfilter/xt_state.h | 13 + libc/include/generic-musl/linux/netfilter/xt_statistic.h | 37 + libc/include/generic-musl/linux/netfilter/xt_string.h | 35 + libc/include/generic-musl/linux/netfilter/xt_tcpmss.h | 12 + libc/include/generic-musl/linux/netfilter/xt_tcpudp.h | 37 + libc/include/generic-musl/linux/netfilter/xt_time.h | 33 + libc/include/generic-musl/linux/netfilter/xt_u32.h | 43 + libc/include/generic-musl/linux/netfilter_arp.h | 21 + libc/include/generic-musl/linux/netfilter_arp/arp_tables.h | 206 + libc/include/generic-musl/linux/netfilter_arp/arpt_mangle.h | 27 + libc/include/generic-musl/linux/netfilter_bridge.h | 42 + libc/include/generic-musl/linux/netfilter_bridge/ebt_802_3.h | 64 + libc/include/generic-musl/linux/netfilter_bridge/ebt_among.h | 65 + libc/include/generic-musl/linux/netfilter_bridge/ebt_arp.h | 38 + libc/include/generic-musl/linux/netfilter_bridge/ebt_arpreply.h | 13 + libc/include/generic-musl/linux/netfilter_bridge/ebt_ip.h | 54 + libc/include/generic-musl/linux/netfilter_bridge/ebt_ip6.h | 52 + libc/include/generic-musl/linux/netfilter_bridge/ebt_limit.h | 25 + libc/include/generic-musl/linux/netfilter_bridge/ebt_log.h | 21 + libc/include/generic-musl/linux/netfilter_bridge/ebt_mark_m.h | 17 + libc/include/generic-musl/linux/netfilter_bridge/ebt_mark_t.h | 24 + libc/include/generic-musl/linux/netfilter_bridge/ebt_nat.h | 16 + libc/include/generic-musl/linux/netfilter_bridge/ebt_nflog.h | 24 + libc/include/generic-musl/linux/netfilter_bridge/ebt_pkttype.h | 13 + libc/include/generic-musl/linux/netfilter_bridge/ebt_redirect.h | 11 + libc/include/generic-musl/linux/netfilter_bridge/ebt_stp.h | 47 + libc/include/generic-musl/linux/netfilter_bridge/ebt_vlan.h | 23 + libc/include/generic-musl/linux/netfilter_bridge/ebtables.h | 285 ++ libc/include/generic-musl/linux/netfilter_decnet.h | 78 + libc/include/generic-musl/linux/netfilter_ipv4.h | 81 + libc/include/generic-musl/linux/netfilter_ipv4/ip_tables.h | 229 + libc/include/generic-musl/linux/netfilter_ipv4/ipt_CLUSTERIP.h | 38 + libc/include/generic-musl/linux/netfilter_ipv4/ipt_LOG.h | 22 + libc/include/generic-musl/linux/netfilter_ipv4/ipt_REJECT.h | 21 + libc/include/generic-musl/linux/netfilter_ipv4/ipt_ah.h | 18 + libc/include/generic-musl/linux/netfilter_ipv4/ipt_ecn.h | 16 + libc/include/generic-musl/linux/netfilter_ipv4/ipt_ttl.h | 24 + libc/include/generic-musl/linux/netfilter_ipv6.h | 79 + libc/include/generic-musl/linux/netfilter_ipv6/ip6_tables.h | 270 ++ libc/include/generic-musl/linux/netfilter_ipv6/ip6t_LOG.h | 22 + libc/include/generic-musl/linux/netfilter_ipv6/ip6t_NPT.h | 17 + libc/include/generic-musl/linux/netfilter_ipv6/ip6t_REJECT.h | 23 + libc/include/generic-musl/linux/netfilter_ipv6/ip6t_ah.h | 23 + libc/include/generic-musl/linux/netfilter_ipv6/ip6t_frag.h | 26 + libc/include/generic-musl/linux/netfilter_ipv6/ip6t_hl.h | 25 + libc/include/generic-musl/linux/netfilter_ipv6/ip6t_ipv6header.h | 29 + libc/include/generic-musl/linux/netfilter_ipv6/ip6t_mh.h | 17 + libc/include/generic-musl/linux/netfilter_ipv6/ip6t_opts.h | 25 + libc/include/generic-musl/linux/netfilter_ipv6/ip6t_rt.h | 34 + libc/include/generic-musl/linux/netfilter_ipv6/ip6t_srh.h | 96 + libc/include/generic-musl/linux/netlink.h | 247 + libc/include/generic-musl/linux/netlink_diag.h | 65 + libc/include/generic-musl/linux/netrom.h | 37 + libc/include/generic-musl/linux/nfc.h | 317 ++ libc/include/generic-musl/linux/nfs.h | 135 + libc/include/generic-musl/linux/nfs2.h | 68 + libc/include/generic-musl/linux/nfs3.h | 98 + libc/include/generic-musl/linux/nfs4.h | 180 + libc/include/generic-musl/linux/nfs4_mount.h | 72 + libc/include/generic-musl/linux/nfs_fs.h | 62 + libc/include/generic-musl/linux/nfs_idmap.h | 65 + libc/include/generic-musl/linux/nfs_mount.h | 78 + libc/include/generic-musl/linux/nfsacl.h | 31 + libc/include/generic-musl/linux/nfsd/cld.h | 59 + libc/include/generic-musl/linux/nfsd/debug.h | 34 + libc/include/generic-musl/linux/nfsd/export.h | 66 + libc/include/generic-musl/linux/nfsd/nfsfh.h | 105 + libc/include/generic-musl/linux/nfsd/stats.h | 18 + libc/include/generic-musl/linux/nilfs2_api.h | 293 ++ libc/include/generic-musl/linux/nilfs2_ondisk.h | 651 +++ libc/include/generic-musl/linux/nl80211.h | 5801 +++++++++++++++++++++++ libc/include/generic-musl/linux/nsfs.h | 19 + libc/include/generic-musl/linux/nubus.h | 224 + libc/include/generic-musl/linux/nvme_ioctl.h | 67 + libc/include/generic-musl/linux/nvram.h | 17 + libc/include/generic-musl/linux/omap3isp.h | 649 +++ libc/include/generic-musl/linux/omapfb.h | 223 + libc/include/generic-musl/linux/oom.h | 21 + libc/include/generic-musl/linux/openvswitch.h | 950 ++++ libc/include/generic-musl/linux/packet_diag.h | 81 + libc/include/generic-musl/linux/param.h | 7 + libc/include/generic-musl/linux/parport.h | 95 + libc/include/generic-musl/linux/patchkey.h | 34 + libc/include/generic-musl/linux/pci.h | 42 + libc/include/generic-musl/linux/pci_regs.h | 1045 +++++ libc/include/generic-musl/linux/pcitest.h | 23 + libc/include/generic-musl/linux/perf_event.h | 1130 +++++ libc/include/generic-musl/linux/personality.h | 70 + libc/include/generic-musl/linux/pfkeyv2.h | 384 ++ libc/include/generic-musl/linux/pg.h | 64 + libc/include/generic-musl/linux/phantom.h | 50 + libc/include/generic-musl/linux/phonet.h | 186 + libc/include/generic-musl/linux/pkt_cls.h | 610 +++ libc/include/generic-musl/linux/pkt_sched.h | 1087 +++++ libc/include/generic-musl/linux/pktcdvd.h | 112 + libc/include/generic-musl/linux/pmu.h | 140 + libc/include/generic-musl/linux/poll.h | 1 + libc/include/generic-musl/linux/posix_acl.h | 40 + libc/include/generic-musl/linux/posix_acl_xattr.h | 39 + libc/include/generic-musl/linux/posix_types.h | 38 + libc/include/generic-musl/linux/ppdev.h | 98 + libc/include/generic-musl/linux/ppp-comp.h | 94 + libc/include/generic-musl/linux/ppp-ioctl.h | 121 + libc/include/generic-musl/linux/ppp_defs.h | 151 + libc/include/generic-musl/linux/pps.h | 151 + libc/include/generic-musl/linux/pr.h | 51 + libc/include/generic-musl/linux/prctl.h | 223 + libc/include/generic-musl/linux/psample.h | 36 + libc/include/generic-musl/linux/psci.h | 112 + libc/include/generic-musl/linux/psp-sev.h | 154 + libc/include/generic-musl/linux/ptp_clock.h | 147 + libc/include/generic-musl/linux/ptrace.h | 110 + libc/include/generic-musl/linux/qemu_fw_cfg.h | 97 + libc/include/generic-musl/linux/qnx4_fs.h | 89 + libc/include/generic-musl/linux/qnxtypes.h | 29 + libc/include/generic-musl/linux/qrtr.h | 49 + libc/include/generic-musl/linux/quota.h | 199 + libc/include/generic-musl/linux/radeonfb.h | 15 + libc/include/generic-musl/linux/raid/md_p.h | 431 ++ libc/include/generic-musl/linux/raid/md_u.h | 156 + libc/include/generic-musl/linux/random.h | 56 + libc/include/generic-musl/linux/raw.h | 19 + libc/include/generic-musl/linux/rds.h | 404 ++ libc/include/generic-musl/linux/reboot.h | 40 + libc/include/generic-musl/linux/reiserfs_fs.h | 27 + libc/include/generic-musl/linux/reiserfs_xattr.h | 25 + libc/include/generic-musl/linux/resource.h | 81 + libc/include/generic-musl/linux/rfkill.h | 111 + libc/include/generic-musl/linux/rio_cm_cdev.h | 79 + libc/include/generic-musl/linux/rio_mport_cdev.h | 278 ++ libc/include/generic-musl/linux/romfs_fs.h | 60 + libc/include/generic-musl/linux/rose.h | 91 + libc/include/generic-musl/linux/route.h | 67 + libc/include/generic-musl/linux/rpmsg.h | 27 + libc/include/generic-musl/linux/rseq.h | 147 + libc/include/generic-musl/linux/rtc.h | 108 + libc/include/generic-musl/linux/rtnetlink.h | 749 +++ libc/include/generic-musl/linux/rxrpc.h | 125 + libc/include/generic-musl/linux/scc.h | 173 + libc/include/generic-musl/linux/sched.h | 58 + libc/include/generic-musl/linux/sched/types.h | 75 + libc/include/generic-musl/linux/scif_ioctl.h | 216 + libc/include/generic-musl/linux/screen_info.h | 76 + libc/include/generic-musl/linux/sctp.h | 1156 +++++ libc/include/generic-musl/linux/sdla.h | 117 + libc/include/generic-musl/linux/seccomp.h | 63 + libc/include/generic-musl/linux/securebits.h | 61 + libc/include/generic-musl/linux/sed-opal.h | 120 + libc/include/generic-musl/linux/seg6.h | 55 + libc/include/generic-musl/linux/seg6_genl.h | 33 + libc/include/generic-musl/linux/seg6_hmac.h | 23 + libc/include/generic-musl/linux/seg6_iptunnel.h | 41 + libc/include/generic-musl/linux/seg6_local.h | 80 + libc/include/generic-musl/linux/selinux_netlink.h | 49 + libc/include/generic-musl/linux/sem.h | 94 + libc/include/generic-musl/linux/serial.h | 135 + libc/include/generic-musl/linux/serial_core.h | 284 ++ libc/include/generic-musl/linux/serial_reg.h | 379 ++ libc/include/generic-musl/linux/serio.h | 86 + libc/include/generic-musl/linux/shm.h | 109 + libc/include/generic-musl/linux/signal.h | 16 + libc/include/generic-musl/linux/signalfd.h | 57 + libc/include/generic-musl/linux/smc.h | 36 + libc/include/generic-musl/linux/smc_diag.h | 112 + libc/include/generic-musl/linux/smiapp.h | 30 + libc/include/generic-musl/linux/snmp.h | 323 ++ libc/include/generic-musl/linux/sock_diag.h | 39 + libc/include/generic-musl/linux/socket.h | 22 + libc/include/generic-musl/linux/sockios.h | 153 + libc/include/generic-musl/linux/sonet.h | 61 + libc/include/generic-musl/linux/sonypi.h | 147 + libc/include/generic-musl/linux/sound.h | 32 + libc/include/generic-musl/linux/soundcard.h | 1276 +++++ libc/include/generic-musl/linux/spi/spidev.h | 143 + libc/include/generic-musl/linux/stat.h | 174 + libc/include/generic-musl/linux/stddef.h | 6 + libc/include/generic-musl/linux/stm.h | 46 + libc/include/generic-musl/linux/string.h | 8 + libc/include/generic-musl/linux/sunrpc/debug.h | 49 + libc/include/generic-musl/linux/suspend_ioctls.h | 34 + libc/include/generic-musl/linux/swab.h | 295 ++ libc/include/generic-musl/linux/switchtec_ioctl.h | 137 + libc/include/generic-musl/linux/sync_file.h | 98 + libc/include/generic-musl/linux/synclink.h | 301 ++ libc/include/generic-musl/linux/sysctl.h | 917 ++++ libc/include/generic-musl/linux/sysinfo.h | 25 + libc/include/generic-musl/linux/target_core_user.h | 161 + libc/include/generic-musl/linux/taskstats.h | 214 + libc/include/generic-musl/linux/tc_act/tc_bpf.h | 37 + libc/include/generic-musl/linux/tc_act/tc_connmark.h | 24 + libc/include/generic-musl/linux/tc_act/tc_csum.h | 35 + libc/include/generic-musl/linux/tc_act/tc_defact.h | 21 + libc/include/generic-musl/linux/tc_act/tc_gact.h | 34 + libc/include/generic-musl/linux/tc_act/tc_ife.h | 33 + libc/include/generic-musl/linux/tc_act/tc_ipt.h | 23 + libc/include/generic-musl/linux/tc_act/tc_mirred.h | 29 + libc/include/generic-musl/linux/tc_act/tc_nat.h | 29 + libc/include/generic-musl/linux/tc_act/tc_pedit.h | 72 + libc/include/generic-musl/linux/tc_act/tc_sample.h | 27 + libc/include/generic-musl/linux/tc_act/tc_skbedit.h | 54 + libc/include/generic-musl/linux/tc_act/tc_skbmod.h | 40 + libc/include/generic-musl/linux/tc_act/tc_tunnel_key.h | 72 + libc/include/generic-musl/linux/tc_act/tc_vlan.h | 39 + libc/include/generic-musl/linux/tc_ematch/tc_em_cmp.h | 26 + libc/include/generic-musl/linux/tc_ematch/tc_em_ipt.h | 20 + libc/include/generic-musl/linux/tc_ematch/tc_em_meta.h | 93 + libc/include/generic-musl/linux/tc_ematch/tc_em_nbyte.h | 14 + libc/include/generic-musl/linux/tc_ematch/tc_em_text.h | 20 + libc/include/generic-musl/linux/tcp.h | 302 ++ libc/include/generic-musl/linux/tcp_metrics.h | 61 + libc/include/generic-musl/linux/tee.h | 384 ++ libc/include/generic-musl/linux/termios.h | 23 + libc/include/generic-musl/linux/thermal.h | 36 + libc/include/generic-musl/linux/time.h | 100 + libc/include/generic-musl/linux/timerfd.h | 37 + libc/include/generic-musl/linux/times.h | 14 + libc/include/generic-musl/linux/timex.h | 164 + libc/include/generic-musl/linux/tiocl.h | 40 + libc/include/generic-musl/linux/tipc.h | 290 ++ libc/include/generic-musl/linux/tipc_config.h | 411 ++ libc/include/generic-musl/linux/tipc_netlink.h | 331 ++ libc/include/generic-musl/linux/tipc_sockets_diag.h | 17 + libc/include/generic-musl/linux/tls.h | 78 + libc/include/generic-musl/linux/toshiba.h | 64 + libc/include/generic-musl/linux/tty.h | 42 + libc/include/generic-musl/linux/tty_flags.h | 97 + libc/include/generic-musl/linux/types.h | 50 + libc/include/generic-musl/linux/udf_fs_i.h | 22 + libc/include/generic-musl/linux/udp.h | 45 + libc/include/generic-musl/linux/uhid.h | 200 + libc/include/generic-musl/linux/uinput.h | 232 + libc/include/generic-musl/linux/uio.h | 31 + libc/include/generic-musl/linux/uleds.h | 25 + libc/include/generic-musl/linux/ultrasound.h | 104 + libc/include/generic-musl/linux/un.h | 16 + libc/include/generic-musl/linux/unistd.h | 10 + libc/include/generic-musl/linux/unix_diag.h | 59 + libc/include/generic-musl/linux/usb/audio.h | 601 +++ libc/include/generic-musl/linux/usb/cdc-wdm.h | 24 + libc/include/generic-musl/linux/usb/cdc.h | 448 ++ libc/include/generic-musl/linux/usb/ch11.h | 307 ++ libc/include/generic-musl/linux/usb/ch9.h | 1227 +++++ libc/include/generic-musl/linux/usb/charger.h | 31 + libc/include/generic-musl/linux/usb/functionfs.h | 291 ++ libc/include/generic-musl/linux/usb/g_printer.h | 36 + libc/include/generic-musl/linux/usb/g_uvc.h | 39 + libc/include/generic-musl/linux/usb/gadgetfs.h | 89 + libc/include/generic-musl/linux/usb/midi.h | 113 + libc/include/generic-musl/linux/usb/tmc.h | 80 + libc/include/generic-musl/linux/usb/video.h | 569 +++ libc/include/generic-musl/linux/usbdevice_fs.h | 201 + libc/include/generic-musl/linux/usbip.h | 27 + libc/include/generic-musl/linux/userfaultfd.h | 234 + libc/include/generic-musl/linux/userio.h | 45 + libc/include/generic-musl/linux/utime.h | 12 + libc/include/generic-musl/linux/utsname.h | 35 + libc/include/generic-musl/linux/uuid.h | 42 + libc/include/generic-musl/linux/uvcvideo.h | 99 + libc/include/generic-musl/linux/v4l2-common.h | 108 + libc/include/generic-musl/linux/v4l2-controls.h | 1095 +++++ libc/include/generic-musl/linux/v4l2-dv-timings.h | 979 ++++ libc/include/generic-musl/linux/v4l2-mediabus.h | 139 + libc/include/generic-musl/linux/v4l2-subdev.h | 185 + libc/include/generic-musl/linux/vbox_err.h | 151 + libc/include/generic-musl/linux/vbox_vmmdev_types.h | 226 + libc/include/generic-musl/linux/vboxguest.h | 330 ++ libc/include/generic-musl/linux/version.h | 2 + libc/include/generic-musl/linux/veth.h | 13 + libc/include/generic-musl/linux/vfio.h | 819 ++++ libc/include/generic-musl/linux/vfio_ccw.h | 25 + libc/include/generic-musl/linux/vhost.h | 228 + libc/include/generic-musl/linux/videodev2.h | 2421 ++++++++++ libc/include/generic-musl/linux/virtio_9p.h | 44 + libc/include/generic-musl/linux/virtio_balloon.h | 103 + libc/include/generic-musl/linux/virtio_blk.h | 147 + libc/include/generic-musl/linux/virtio_config.h | 82 + libc/include/generic-musl/linux/virtio_console.h | 78 + libc/include/generic-musl/linux/virtio_crypto.h | 450 ++ libc/include/generic-musl/linux/virtio_gpu.h | 317 ++ libc/include/generic-musl/linux/virtio_ids.h | 47 + libc/include/generic-musl/linux/virtio_input.h | 76 + libc/include/generic-musl/linux/virtio_mmio.h | 141 + libc/include/generic-musl/linux/virtio_net.h | 264 ++ libc/include/generic-musl/linux/virtio_pci.h | 199 + libc/include/generic-musl/linux/virtio_ring.h | 172 + libc/include/generic-musl/linux/virtio_rng.h | 8 + libc/include/generic-musl/linux/virtio_scsi.h | 172 + libc/include/generic-musl/linux/virtio_types.h | 46 + libc/include/generic-musl/linux/virtio_vsock.h | 94 + libc/include/generic-musl/linux/vm_sockets.h | 157 + libc/include/generic-musl/linux/vm_sockets_diag.h | 34 + libc/include/generic-musl/linux/vmcore.h | 18 + libc/include/generic-musl/linux/vsockmon.h | 61 + libc/include/generic-musl/linux/vt.h | 87 + libc/include/generic-musl/linux/vtpm_proxy.h | 54 + libc/include/generic-musl/linux/wait.h | 22 + libc/include/generic-musl/linux/wanrouter.h | 18 + libc/include/generic-musl/linux/watchdog.h | 58 + libc/include/generic-musl/linux/wimax.h | 239 + libc/include/generic-musl/linux/wimax/i2400m.h | 572 +++ libc/include/generic-musl/linux/wireless.h | 1110 +++++ libc/include/generic-musl/linux/wmi.h | 73 + libc/include/generic-musl/linux/x25.h | 153 + libc/include/generic-musl/linux/xattr.h | 81 + libc/include/generic-musl/linux/xfrm.h | 540 +++ libc/include/generic-musl/linux/xilinx-v4l2-controls.h | 74 + libc/include/generic-musl/linux/zorro.h | 114 + libc/include/generic-musl/linux/zorro_ids.h | 553 +++ libc/include/generic-musl/locale.h | 86 + libc/include/generic-musl/malloc.h | 25 + libc/include/generic-musl/math.h | 430 ++ libc/include/generic-musl/memory.h | 1 + libc/include/generic-musl/misc/cxl.h | 156 + libc/include/generic-musl/misc/ocxl.h | 80 + libc/include/generic-musl/mntent.h | 43 + libc/include/generic-musl/monetary.h | 23 + libc/include/generic-musl/mqueue.h | 36 + libc/include/generic-musl/mtd/inftl-user.h | 90 + libc/include/generic-musl/mtd/mtd-abi.h | 285 ++ libc/include/generic-musl/mtd/mtd-user.h | 33 + libc/include/generic-musl/mtd/nftl-user.h | 91 + libc/include/generic-musl/mtd/ubi-user.h | 460 ++ libc/include/generic-musl/net/ethernet.h | 55 + libc/include/generic-musl/net/if.h | 141 + libc/include/generic-musl/net/if_arp.h | 142 + libc/include/generic-musl/net/route.h | 124 + libc/include/generic-musl/netdb.h | 156 + libc/include/generic-musl/netinet/ether.h | 22 + libc/include/generic-musl/netinet/icmp6.h | 306 ++ libc/include/generic-musl/netinet/if_ether.h | 145 + libc/include/generic-musl/netinet/igmp.h | 45 + libc/include/generic-musl/netinet/in.h | 412 ++ libc/include/generic-musl/netinet/in_systm.h | 9 + libc/include/generic-musl/netinet/ip.h | 198 + libc/include/generic-musl/netinet/ip6.h | 142 + libc/include/generic-musl/netinet/ip_icmp.h | 193 + libc/include/generic-musl/netinet/tcp.h | 271 ++ libc/include/generic-musl/netinet/udp.h | 43 + libc/include/generic-musl/netpacket/packet.h | 61 + libc/include/generic-musl/nl_types.h | 22 + libc/include/generic-musl/paths.h | 31 + libc/include/generic-musl/plugin-api.h | 483 ++ libc/include/generic-musl/poll.h | 51 + libc/include/generic-musl/pthread.h | 230 + libc/include/generic-musl/pty.h | 18 + libc/include/generic-musl/pwd.h | 50 + libc/include/generic-musl/rdma/bnxt_re-abi.h | 106 + libc/include/generic-musl/rdma/cxgb3-abi.h | 82 + libc/include/generic-musl/rdma/cxgb4-abi.h | 115 + libc/include/generic-musl/rdma/hfi/hfi1_ioctl.h | 174 + libc/include/generic-musl/rdma/hfi/hfi1_user.h | 267 ++ libc/include/generic-musl/rdma/hns-abi.h | 72 + libc/include/generic-musl/rdma/i40iw-abi.h | 107 + libc/include/generic-musl/rdma/ib_user_cm.h | 326 ++ libc/include/generic-musl/rdma/ib_user_ioctl_cmds.h | 160 + libc/include/generic-musl/rdma/ib_user_ioctl_verbs.h | 160 + libc/include/generic-musl/rdma/ib_user_mad.h | 234 + libc/include/generic-musl/rdma/ib_user_sa.h | 77 + libc/include/generic-musl/rdma/ib_user_verbs.h | 1292 +++++ libc/include/generic-musl/rdma/mlx4-abi.h | 191 + libc/include/generic-musl/rdma/mlx5-abi.h | 474 ++ libc/include/generic-musl/rdma/mlx5_user_ioctl_cmds.h | 169 + libc/include/generic-musl/rdma/mlx5_user_ioctl_verbs.h | 42 + libc/include/generic-musl/rdma/mthca-abi.h | 112 + libc/include/generic-musl/rdma/nes-abi.h | 115 + libc/include/generic-musl/rdma/ocrdma-abi.h | 152 + libc/include/generic-musl/rdma/qedr-abi.h | 131 + libc/include/generic-musl/rdma/rdma_netlink.h | 434 ++ libc/include/generic-musl/rdma/rdma_user_cm.h | 324 ++ libc/include/generic-musl/rdma/rdma_user_ioctl.h | 85 + libc/include/generic-musl/rdma/rdma_user_ioctl_cmds.h | 104 + libc/include/generic-musl/rdma/rdma_user_rxe.h | 179 + libc/include/generic-musl/rdma/vmw_pvrdma-abi.h | 298 ++ libc/include/generic-musl/regex.h | 62 + libc/include/generic-musl/resolv.h | 142 + libc/include/generic-musl/sched.h | 136 + libc/include/generic-musl/scsi/cxlflash_ioctl.h | 276 ++ libc/include/generic-musl/scsi/fc/fc_els.h | 832 ++++ libc/include/generic-musl/scsi/fc/fc_fs.h | 351 ++ libc/include/generic-musl/scsi/fc/fc_gs.h | 97 + libc/include/generic-musl/scsi/fc/fc_ns.h | 209 + libc/include/generic-musl/scsi/scsi.h | 149 + libc/include/generic-musl/scsi/scsi_bsg_fc.h | 320 ++ libc/include/generic-musl/scsi/scsi_ioctl.h | 11 + libc/include/generic-musl/scsi/scsi_netlink.h | 123 + libc/include/generic-musl/scsi/scsi_netlink_fc.h | 71 + libc/include/generic-musl/scsi/sg.h | 129 + libc/include/generic-musl/search.h | 63 + libc/include/generic-musl/semaphore.h | 35 + libc/include/generic-musl/setjmp.h | 41 + libc/include/generic-musl/shadow.h | 44 + libc/include/generic-musl/signal.h | 278 ++ libc/include/generic-musl/sound/asequencer.h | 612 +++ libc/include/generic-musl/sound/asoc.h | 633 +++ libc/include/generic-musl/sound/asound.h | 1035 ++++ libc/include/generic-musl/sound/asound_fm.h | 135 + libc/include/generic-musl/sound/compress_offload.h | 192 + libc/include/generic-musl/sound/compress_params.h | 406 ++ libc/include/generic-musl/sound/emu10k1.h | 379 ++ libc/include/generic-musl/sound/firewire.h | 91 + libc/include/generic-musl/sound/hdsp.h | 111 + libc/include/generic-musl/sound/hdspm.h | 232 + libc/include/generic-musl/sound/sb16_csp.h | 123 + libc/include/generic-musl/sound/sfnt_info.h | 213 + libc/include/generic-musl/sound/skl-tplg-interface.h | 239 + libc/include/generic-musl/sound/snd_sst_tokens.h | 330 ++ libc/include/generic-musl/sound/tlv.h | 117 + libc/include/generic-musl/sound/usb_stream.h | 77 + libc/include/generic-musl/spawn.h | 78 + libc/include/generic-musl/stdalign.h | 20 + libc/include/generic-musl/stdarg.h | 21 + libc/include/generic-musl/stdbool.h | 14 + libc/include/generic-musl/stdc-predef.h | 10 + libc/include/generic-musl/stddef.h | 25 + libc/include/generic-musl/stdint.h | 117 + libc/include/generic-musl/stdio.h | 218 + libc/include/generic-musl/stdio_ext.h | 34 + libc/include/generic-musl/stdlib.h | 174 + libc/include/generic-musl/stdnoreturn.h | 7 + libc/include/generic-musl/string.h | 105 + libc/include/generic-musl/strings.h | 39 + libc/include/generic-musl/stropts.h | 139 + libc/include/generic-musl/symcat.h | 55 + libc/include/generic-musl/sys/acct.h | 73 + libc/include/generic-musl/sys/auxv.h | 17 + libc/include/generic-musl/sys/cachectl.h | 22 + libc/include/generic-musl/sys/dir.h | 2 + libc/include/generic-musl/sys/epoll.h | 69 + libc/include/generic-musl/sys/errno.h | 2 + libc/include/generic-musl/sys/eventfd.h | 26 + libc/include/generic-musl/sys/fanotify.h | 73 + libc/include/generic-musl/sys/fcntl.h | 2 + libc/include/generic-musl/sys/file.h | 21 + libc/include/generic-musl/sys/fsuid.h | 20 + libc/include/generic-musl/sys/inotify.h | 57 + libc/include/generic-musl/sys/io.h | 17 + libc/include/generic-musl/sys/ioctl.h | 14 + libc/include/generic-musl/sys/ipc.h | 42 + libc/include/generic-musl/sys/kd.h | 1 + libc/include/generic-musl/sys/klog.h | 14 + libc/include/generic-musl/sys/mman.h | 146 + libc/include/generic-musl/sys/mount.h | 74 + libc/include/generic-musl/sys/msg.h | 53 + libc/include/generic-musl/sys/mtio.h | 188 + libc/include/generic-musl/sys/param.h | 35 + libc/include/generic-musl/sys/personality.h | 46 + libc/include/generic-musl/sys/poll.h | 2 + libc/include/generic-musl/sys/prctl.h | 154 + libc/include/generic-musl/sys/procfs.h | 64 + libc/include/generic-musl/sys/ptrace.h | 109 + libc/include/generic-musl/sys/quota.h | 102 + libc/include/generic-musl/sys/random.h | 19 + libc/include/generic-musl/sys/reboot.h | 20 + libc/include/generic-musl/sys/reg.h | 9 + libc/include/generic-musl/sys/resource.h | 111 + libc/include/generic-musl/sys/select.h | 41 + libc/include/generic-musl/sys/sem.h | 68 + libc/include/generic-musl/sys/sendfile.h | 22 + libc/include/generic-musl/sys/shm.h | 68 + libc/include/generic-musl/sys/signal.h | 2 + libc/include/generic-musl/sys/signalfd.h | 49 + libc/include/generic-musl/sys/socket.h | 353 ++ libc/include/generic-musl/sys/soundcard.h | 1 + libc/include/generic-musl/sys/stat.h | 116 + libc/include/generic-musl/sys/statfs.h | 32 + libc/include/generic-musl/sys/statvfs.h | 58 + libc/include/generic-musl/sys/stropts.h | 1 + libc/include/generic-musl/sys/swap.h | 21 + libc/include/generic-musl/sys/syscall.h | 6 + libc/include/generic-musl/sys/sysinfo.h | 36 + libc/include/generic-musl/sys/syslog.h | 1 + libc/include/generic-musl/sys/sysmacros.h | 15 + libc/include/generic-musl/sys/termios.h | 2 + libc/include/generic-musl/sys/time.h | 62 + libc/include/generic-musl/sys/timeb.h | 22 + libc/include/generic-musl/sys/timerfd.h | 27 + libc/include/generic-musl/sys/times.h | 24 + libc/include/generic-musl/sys/timex.h | 98 + libc/include/generic-musl/sys/ttydefaults.h | 39 + libc/include/generic-musl/sys/types.h | 86 + libc/include/generic-musl/sys/ucontext.h | 1 + libc/include/generic-musl/sys/uio.h | 48 + libc/include/generic-musl/sys/un.h | 31 + libc/include/generic-musl/sys/user.h | 16 + libc/include/generic-musl/sys/utsname.h | 29 + libc/include/generic-musl/sys/vfs.h | 1 + libc/include/generic-musl/sys/vt.h | 1 + libc/include/generic-musl/sys/wait.h | 59 + libc/include/generic-musl/sys/xattr.h | 32 + libc/include/generic-musl/syscall.h | 1 + libc/include/generic-musl/sysexits.h | 21 + libc/include/generic-musl/syslog.h | 100 + libc/include/generic-musl/tar.h | 37 + libc/include/generic-musl/termios.h | 46 + libc/include/generic-musl/tgmath.h | 270 ++ libc/include/generic-musl/threads.h | 87 + libc/include/generic-musl/time.h | 138 + libc/include/generic-musl/uchar.h | 29 + libc/include/generic-musl/ucontext.h | 25 + libc/include/generic-musl/ulimit.h | 17 + libc/include/generic-musl/unistd.h | 467 ++ libc/include/generic-musl/utime.h | 23 + libc/include/generic-musl/utmp.h | 52 + libc/include/generic-musl/utmpx.h | 62 + libc/include/generic-musl/values.h | 39 + libc/include/generic-musl/video/edid.h | 10 + libc/include/generic-musl/video/sisfb.h | 210 + libc/include/generic-musl/video/uvesafb.h | 61 + libc/include/generic-musl/wait.h | 2 + libc/include/generic-musl/wchar.h | 201 + libc/include/generic-musl/wctype.h | 79 + libc/include/generic-musl/wordexp.h | 41 + libc/include/generic-musl/xen/evtchn.h | 104 + libc/include/generic-musl/xen/gntalloc.h | 84 + libc/include/generic-musl/xen/gntdev.h | 309 ++ libc/include/generic-musl/xen/privcmd.h | 129 + libc/include/i386-linux-musl/asm/auxvec.h | 20 + libc/include/i386-linux-musl/asm/bitsperlong.h | 13 + libc/include/i386-linux-musl/asm/byteorder.h | 7 + libc/include/i386-linux-musl/asm/kvm.h | 419 ++ libc/include/i386-linux-musl/asm/kvm_para.h | 122 + libc/include/i386-linux-musl/asm/mman.h | 31 + libc/include/i386-linux-musl/asm/msgbuf.h | 32 + libc/include/i386-linux-musl/asm/perf_regs.h | 34 + libc/include/i386-linux-musl/asm/posix_types.h | 8 + libc/include/i386-linux-musl/asm/ptrace.h | 82 + libc/include/i386-linux-musl/asm/sembuf.h | 34 + libc/include/i386-linux-musl/asm/setup.h | 1 + libc/include/i386-linux-musl/asm/shmbuf.h | 43 + libc/include/i386-linux-musl/asm/sigcontext.h | 380 ++ libc/include/i386-linux-musl/asm/siginfo.h | 17 + libc/include/i386-linux-musl/asm/signal.h | 132 + libc/include/i386-linux-musl/asm/stat.h | 138 + libc/include/i386-linux-musl/asm/statfs.h | 13 + libc/include/i386-linux-musl/asm/swab.h | 37 + libc/include/i386-linux-musl/asm/types.h | 7 + libc/include/i386-linux-musl/asm/ucontext.h | 56 + libc/include/i386-linux-musl/asm/unistd.h | 16 + libc/include/i386-linux-musl/bfd.h | 8034 ++++++++++++++++++++++++++++++++ libc/include/i386-linux-musl/bfd_stdint.h | 47 + libc/include/i386-linux-musl/bits/alltypes.h | 433 ++ libc/include/i386-linux-musl/bits/endian.h | 1 + libc/include/i386-linux-musl/bits/fcntl.h | 40 + libc/include/i386-linux-musl/bits/fenv.h | 33 + libc/include/i386-linux-musl/bits/float.h | 20 + libc/include/i386-linux-musl/bits/io.h | 77 + libc/include/i386-linux-musl/bits/limits.h | 8 + libc/include/i386-linux-musl/bits/mman.h | 1 + libc/include/i386-linux-musl/bits/msg.h | 15 + libc/include/i386-linux-musl/bits/ptrace.h | 11 + libc/include/i386-linux-musl/bits/reg.h | 19 + libc/include/i386-linux-musl/bits/setjmp.h | 1 + libc/include/i386-linux-musl/bits/shm.h | 27 + libc/include/i386-linux-musl/bits/signal.h | 141 + libc/include/i386-linux-musl/bits/stdint.h | 20 + libc/include/i386-linux-musl/bits/syscall.h | 771 +++ libc/include/i386-linux-musl/bits/user.h | 44 + libc/include/mips-linux-musl/asm/auxvec.h | 20 + libc/include/mips-linux-musl/asm/bitsperlong.h | 9 + libc/include/mips-linux-musl/asm/byteorder.h | 20 + libc/include/mips-linux-musl/asm/errno.h | 130 + libc/include/mips-linux-musl/asm/fcntl.h | 80 + libc/include/mips-linux-musl/asm/hwcap.h | 10 + libc/include/mips-linux-musl/asm/ioctl.h | 28 + libc/include/mips-linux-musl/asm/ioctls.h | 117 + libc/include/mips-linux-musl/asm/kvm.h | 227 + libc/include/mips-linux-musl/asm/kvm_para.h | 5 + libc/include/mips-linux-musl/asm/mman.h | 108 + libc/include/mips-linux-musl/asm/msgbuf.h | 67 + libc/include/mips-linux-musl/asm/param.h | 17 + libc/include/mips-linux-musl/asm/poll.h | 10 + libc/include/mips-linux-musl/asm/posix_types.h | 33 + libc/include/mips-linux-musl/asm/ptrace.h | 105 + libc/include/mips-linux-musl/asm/resource.h | 36 + libc/include/mips-linux-musl/asm/sembuf.h | 34 + libc/include/mips-linux-musl/asm/setup.h | 8 + libc/include/mips-linux-musl/asm/shmbuf.h | 58 + libc/include/mips-linux-musl/asm/sigcontext.h | 91 + libc/include/mips-linux-musl/asm/siginfo.h | 43 + libc/include/mips-linux-musl/asm/signal.h | 118 + libc/include/mips-linux-musl/asm/socket.h | 129 + libc/include/mips-linux-musl/asm/sockios.h | 27 + libc/include/mips-linux-musl/asm/stat.h | 133 + libc/include/mips-linux-musl/asm/statfs.h | 101 + libc/include/mips-linux-musl/asm/swab.h | 71 + libc/include/mips-linux-musl/asm/termbits.h | 228 + libc/include/mips-linux-musl/asm/termios.h | 81 + libc/include/mips-linux-musl/asm/types.h | 29 + libc/include/mips-linux-musl/asm/unistd.h | 1101 +++++ libc/include/mips-linux-musl/bfd.h | 8034 ++++++++++++++++++++++++++++++++ libc/include/mips-linux-musl/bfd_stdint.h | 47 + libc/include/mips-linux-musl/bits/alltypes.h | 385 ++ libc/include/mips-linux-musl/bits/endian.h | 5 + libc/include/mips-linux-musl/bits/errno.h | 134 + libc/include/mips-linux-musl/bits/fcntl.h | 40 + libc/include/mips-linux-musl/bits/fenv.h | 25 + libc/include/mips-linux-musl/bits/hwcap.h | 3 + libc/include/mips-linux-musl/bits/ioctl.h | 212 + libc/include/mips-linux-musl/bits/mman.h | 25 + libc/include/mips-linux-musl/bits/msg.h | 24 + libc/include/mips-linux-musl/bits/poll.h | 2 + libc/include/mips-linux-musl/bits/ptrace.h | 9 + libc/include/mips-linux-musl/bits/reg.h | 47 + libc/include/mips-linux-musl/bits/resource.h | 5 + libc/include/mips-linux-musl/bits/sem.h | 14 + libc/include/mips-linux-musl/bits/setjmp.h | 1 + libc/include/mips-linux-musl/bits/signal.h | 120 + libc/include/mips-linux-musl/bits/socket.h | 53 + libc/include/mips-linux-musl/bits/stat.h | 22 + libc/include/mips-linux-musl/bits/statfs.h | 8 + libc/include/mips-linux-musl/bits/stdint.h | 20 + libc/include/mips-linux-musl/bits/syscall.h | 737 +++ libc/include/mips-linux-musl/bits/termios.h | 169 + libc/include/mips-linux-musl/bits/user.h | 13 + libc/include/mips64-linux-musl/asm/auxvec.h | 20 + libc/include/mips64-linux-musl/asm/bitsperlong.h | 9 + libc/include/mips64-linux-musl/asm/byteorder.h | 20 + libc/include/mips64-linux-musl/asm/errno.h | 130 + libc/include/mips64-linux-musl/asm/fcntl.h | 80 + libc/include/mips64-linux-musl/asm/hwcap.h | 10 + libc/include/mips64-linux-musl/asm/ioctl.h | 28 + libc/include/mips64-linux-musl/asm/ioctls.h | 117 + libc/include/mips64-linux-musl/asm/kvm.h | 227 + libc/include/mips64-linux-musl/asm/kvm_para.h | 5 + libc/include/mips64-linux-musl/asm/mman.h | 108 + libc/include/mips64-linux-musl/asm/msgbuf.h | 67 + libc/include/mips64-linux-musl/asm/param.h | 17 + libc/include/mips64-linux-musl/asm/poll.h | 10 + libc/include/mips64-linux-musl/asm/posix_types.h | 33 + libc/include/mips64-linux-musl/asm/ptrace.h | 105 + libc/include/mips64-linux-musl/asm/resource.h | 36 + libc/include/mips64-linux-musl/asm/sembuf.h | 34 + libc/include/mips64-linux-musl/asm/setup.h | 8 + libc/include/mips64-linux-musl/asm/shmbuf.h | 58 + libc/include/mips64-linux-musl/asm/sigcontext.h | 91 + libc/include/mips64-linux-musl/asm/siginfo.h | 43 + libc/include/mips64-linux-musl/asm/signal.h | 118 + libc/include/mips64-linux-musl/asm/socket.h | 129 + libc/include/mips64-linux-musl/asm/sockios.h | 27 + libc/include/mips64-linux-musl/asm/stat.h | 133 + libc/include/mips64-linux-musl/asm/statfs.h | 101 + libc/include/mips64-linux-musl/asm/swab.h | 71 + libc/include/mips64-linux-musl/asm/termbits.h | 228 + libc/include/mips64-linux-musl/asm/termios.h | 81 + libc/include/mips64-linux-musl/asm/types.h | 29 + libc/include/mips64-linux-musl/asm/unistd.h | 1101 +++++ libc/include/mips64-linux-musl/bfd_stdint.h | 47 + libc/include/mips64-linux-musl/bits/alltypes.h | 391 ++ libc/include/mips64-linux-musl/bits/endian.h | 5 + libc/include/mips64-linux-musl/bits/errno.h | 134 + libc/include/mips64-linux-musl/bits/fcntl.h | 40 + libc/include/mips64-linux-musl/bits/fenv.h | 25 + libc/include/mips64-linux-musl/bits/float.h | 16 + libc/include/mips64-linux-musl/bits/hwcap.h | 3 + libc/include/mips64-linux-musl/bits/ioctl.h | 212 + libc/include/mips64-linux-musl/bits/ipc.h | 14 + libc/include/mips64-linux-musl/bits/limits.h | 7 + libc/include/mips64-linux-musl/bits/mman.h | 25 + libc/include/mips64-linux-musl/bits/poll.h | 2 + libc/include/mips64-linux-musl/bits/posix.h | 2 + libc/include/mips64-linux-musl/bits/ptrace.h | 9 + libc/include/mips64-linux-musl/bits/reg.h | 47 + libc/include/mips64-linux-musl/bits/resource.h | 5 + libc/include/mips64-linux-musl/bits/sem.h | 14 + libc/include/mips64-linux-musl/bits/setjmp.h | 1 + libc/include/mips64-linux-musl/bits/signal.h | 143 + libc/include/mips64-linux-musl/bits/socket.h | 69 + libc/include/mips64-linux-musl/bits/stat.h | 23 + libc/include/mips64-linux-musl/bits/statfs.h | 8 + libc/include/mips64-linux-musl/bits/syscall.h | 657 +++ libc/include/mips64-linux-musl/bits/termios.h | 169 + libc/include/mips64-linux-musl/bits/user.h | 15 + libc/include/mips64el-linux-musl/asm/auxvec.h | 20 + libc/include/mips64el-linux-musl/asm/bitsperlong.h | 9 + libc/include/mips64el-linux-musl/asm/byteorder.h | 20 + libc/include/mips64el-linux-musl/asm/errno.h | 130 + libc/include/mips64el-linux-musl/asm/fcntl.h | 80 + libc/include/mips64el-linux-musl/asm/hwcap.h | 10 + libc/include/mips64el-linux-musl/asm/ioctl.h | 28 + libc/include/mips64el-linux-musl/asm/ioctls.h | 117 + libc/include/mips64el-linux-musl/asm/kvm.h | 227 + libc/include/mips64el-linux-musl/asm/kvm_para.h | 5 + libc/include/mips64el-linux-musl/asm/mman.h | 108 + libc/include/mips64el-linux-musl/asm/msgbuf.h | 67 + libc/include/mips64el-linux-musl/asm/param.h | 17 + libc/include/mips64el-linux-musl/asm/poll.h | 10 + libc/include/mips64el-linux-musl/asm/posix_types.h | 33 + libc/include/mips64el-linux-musl/asm/ptrace.h | 105 + libc/include/mips64el-linux-musl/asm/resource.h | 36 + libc/include/mips64el-linux-musl/asm/sembuf.h | 34 + libc/include/mips64el-linux-musl/asm/setup.h | 8 + libc/include/mips64el-linux-musl/asm/shmbuf.h | 58 + libc/include/mips64el-linux-musl/asm/sigcontext.h | 91 + libc/include/mips64el-linux-musl/asm/siginfo.h | 43 + libc/include/mips64el-linux-musl/asm/signal.h | 118 + libc/include/mips64el-linux-musl/asm/socket.h | 129 + libc/include/mips64el-linux-musl/asm/sockios.h | 27 + libc/include/mips64el-linux-musl/asm/stat.h | 133 + libc/include/mips64el-linux-musl/asm/statfs.h | 101 + libc/include/mips64el-linux-musl/asm/swab.h | 71 + libc/include/mips64el-linux-musl/asm/termbits.h | 228 + libc/include/mips64el-linux-musl/asm/termios.h | 81 + libc/include/mips64el-linux-musl/asm/types.h | 29 + libc/include/mips64el-linux-musl/asm/unistd.h | 1101 +++++ libc/include/mips64el-linux-musl/bfd_stdint.h | 47 + libc/include/mips64el-linux-musl/bits/alltypes.h | 391 ++ libc/include/mips64el-linux-musl/bits/endian.h | 5 + libc/include/mips64el-linux-musl/bits/errno.h | 134 + libc/include/mips64el-linux-musl/bits/fcntl.h | 40 + libc/include/mips64el-linux-musl/bits/fenv.h | 25 + libc/include/mips64el-linux-musl/bits/float.h | 16 + libc/include/mips64el-linux-musl/bits/hwcap.h | 3 + libc/include/mips64el-linux-musl/bits/ioctl.h | 212 + libc/include/mips64el-linux-musl/bits/ipc.h | 14 + libc/include/mips64el-linux-musl/bits/limits.h | 7 + libc/include/mips64el-linux-musl/bits/mman.h | 25 + libc/include/mips64el-linux-musl/bits/poll.h | 2 + libc/include/mips64el-linux-musl/bits/posix.h | 2 + libc/include/mips64el-linux-musl/bits/ptrace.h | 9 + libc/include/mips64el-linux-musl/bits/reg.h | 47 + libc/include/mips64el-linux-musl/bits/resource.h | 5 + libc/include/mips64el-linux-musl/bits/sem.h | 14 + libc/include/mips64el-linux-musl/bits/setjmp.h | 1 + libc/include/mips64el-linux-musl/bits/signal.h | 143 + libc/include/mips64el-linux-musl/bits/socket.h | 69 + libc/include/mips64el-linux-musl/bits/stat.h | 23 + libc/include/mips64el-linux-musl/bits/statfs.h | 8 + libc/include/mips64el-linux-musl/bits/syscall.h | 657 +++ libc/include/mips64el-linux-musl/bits/termios.h | 169 + libc/include/mips64el-linux-musl/bits/user.h | 15 + libc/include/mipsel-linux-musl/asm/auxvec.h | 20 + libc/include/mipsel-linux-musl/asm/bitsperlong.h | 9 + libc/include/mipsel-linux-musl/asm/byteorder.h | 20 + libc/include/mipsel-linux-musl/asm/errno.h | 130 + libc/include/mipsel-linux-musl/asm/fcntl.h | 80 + libc/include/mipsel-linux-musl/asm/hwcap.h | 10 + libc/include/mipsel-linux-musl/asm/ioctl.h | 28 + libc/include/mipsel-linux-musl/asm/ioctls.h | 117 + libc/include/mipsel-linux-musl/asm/kvm.h | 227 + libc/include/mipsel-linux-musl/asm/kvm_para.h | 5 + libc/include/mipsel-linux-musl/asm/mman.h | 108 + libc/include/mipsel-linux-musl/asm/msgbuf.h | 67 + libc/include/mipsel-linux-musl/asm/param.h | 17 + libc/include/mipsel-linux-musl/asm/poll.h | 10 + libc/include/mipsel-linux-musl/asm/posix_types.h | 33 + libc/include/mipsel-linux-musl/asm/ptrace.h | 105 + libc/include/mipsel-linux-musl/asm/resource.h | 36 + libc/include/mipsel-linux-musl/asm/sembuf.h | 34 + libc/include/mipsel-linux-musl/asm/setup.h | 8 + libc/include/mipsel-linux-musl/asm/shmbuf.h | 58 + libc/include/mipsel-linux-musl/asm/sigcontext.h | 91 + libc/include/mipsel-linux-musl/asm/siginfo.h | 43 + libc/include/mipsel-linux-musl/asm/signal.h | 118 + libc/include/mipsel-linux-musl/asm/socket.h | 129 + libc/include/mipsel-linux-musl/asm/sockios.h | 27 + libc/include/mipsel-linux-musl/asm/stat.h | 133 + libc/include/mipsel-linux-musl/asm/statfs.h | 101 + libc/include/mipsel-linux-musl/asm/swab.h | 71 + libc/include/mipsel-linux-musl/asm/termbits.h | 228 + libc/include/mipsel-linux-musl/asm/termios.h | 81 + libc/include/mipsel-linux-musl/asm/types.h | 29 + libc/include/mipsel-linux-musl/asm/unistd.h | 1101 +++++ libc/include/mipsel-linux-musl/bfd.h | 8034 ++++++++++++++++++++++++++++++++ libc/include/mipsel-linux-musl/bfd_stdint.h | 47 + libc/include/mipsel-linux-musl/bits/alltypes.h | 385 ++ libc/include/mipsel-linux-musl/bits/endian.h | 5 + libc/include/mipsel-linux-musl/bits/errno.h | 134 + libc/include/mipsel-linux-musl/bits/fcntl.h | 40 + libc/include/mipsel-linux-musl/bits/fenv.h | 25 + libc/include/mipsel-linux-musl/bits/hwcap.h | 3 + libc/include/mipsel-linux-musl/bits/ioctl.h | 212 + libc/include/mipsel-linux-musl/bits/mman.h | 25 + libc/include/mipsel-linux-musl/bits/msg.h | 24 + libc/include/mipsel-linux-musl/bits/poll.h | 2 + libc/include/mipsel-linux-musl/bits/ptrace.h | 9 + libc/include/mipsel-linux-musl/bits/reg.h | 47 + libc/include/mipsel-linux-musl/bits/resource.h | 5 + libc/include/mipsel-linux-musl/bits/sem.h | 14 + libc/include/mipsel-linux-musl/bits/setjmp.h | 1 + libc/include/mipsel-linux-musl/bits/signal.h | 120 + libc/include/mipsel-linux-musl/bits/socket.h | 53 + libc/include/mipsel-linux-musl/bits/stat.h | 22 + libc/include/mipsel-linux-musl/bits/statfs.h | 8 + libc/include/mipsel-linux-musl/bits/stdint.h | 20 + libc/include/mipsel-linux-musl/bits/syscall.h | 737 +++ libc/include/mipsel-linux-musl/bits/termios.h | 169 + libc/include/mipsel-linux-musl/bits/user.h | 13 + libc/include/powerpc-linux-musl/asm/auxvec.h | 53 + libc/include/powerpc-linux-musl/asm/bitsperlong.h | 13 + libc/include/powerpc-linux-musl/asm/byteorder.h | 17 + libc/include/powerpc-linux-musl/asm/errno.h | 10 + libc/include/powerpc-linux-musl/asm/fcntl.h | 12 + libc/include/powerpc-linux-musl/asm/ioctl.h | 14 + libc/include/powerpc-linux-musl/asm/ioctls.h | 121 + libc/include/powerpc-linux-musl/asm/ipcbuf.h | 35 + libc/include/powerpc-linux-musl/asm/kvm.h | 677 +++ libc/include/powerpc-linux-musl/asm/kvm_para.h | 98 + libc/include/powerpc-linux-musl/asm/mman.h | 39 + libc/include/powerpc-linux-musl/asm/msgbuf.h | 34 + libc/include/powerpc-linux-musl/asm/perf_regs.h | 51 + libc/include/powerpc-linux-musl/asm/posix_types.h | 26 + libc/include/powerpc-linux-musl/asm/ptrace.h | 262 ++ libc/include/powerpc-linux-musl/asm/sembuf.h | 37 + libc/include/powerpc-linux-musl/asm/setup.h | 7 + libc/include/powerpc-linux-musl/asm/shmbuf.h | 57 + libc/include/powerpc-linux-musl/asm/sigcontext.h | 88 + libc/include/powerpc-linux-musl/asm/siginfo.h | 18 + libc/include/powerpc-linux-musl/asm/signal.h | 136 + libc/include/powerpc-linux-musl/asm/socket.h | 21 + libc/include/powerpc-linux-musl/asm/stat.h | 82 + libc/include/powerpc-linux-musl/asm/swab.h | 24 + libc/include/powerpc-linux-musl/asm/termbits.h | 211 + libc/include/powerpc-linux-musl/asm/termios.h | 77 + libc/include/powerpc-linux-musl/asm/types.h | 41 + libc/include/powerpc-linux-musl/asm/ucontext.h | 41 + libc/include/powerpc-linux-musl/asm/unistd.h | 404 ++ libc/include/powerpc-linux-musl/bfd.h | 8034 ++++++++++++++++++++++++++++++++ libc/include/powerpc-linux-musl/bfd_stdint.h | 47 + libc/include/powerpc-linux-musl/bits/alltypes.h | 385 ++ libc/include/powerpc-linux-musl/bits/endian.h | 15 + libc/include/powerpc-linux-musl/bits/errno.h | 134 + libc/include/powerpc-linux-musl/bits/fcntl.h | 40 + libc/include/powerpc-linux-musl/bits/fenv.h | 36 + libc/include/powerpc-linux-musl/bits/hwcap.h | 43 + libc/include/powerpc-linux-musl/bits/ioctl.h | 217 + libc/include/powerpc-linux-musl/bits/ipc.h | 14 + libc/include/powerpc-linux-musl/bits/mman.h | 14 + libc/include/powerpc-linux-musl/bits/msg.h | 15 + libc/include/powerpc-linux-musl/bits/ptrace.h | 23 + libc/include/powerpc-linux-musl/bits/sem.h | 10 + libc/include/powerpc-linux-musl/bits/setjmp.h | 1 + libc/include/powerpc-linux-musl/bits/shm.h | 28 + libc/include/powerpc-linux-musl/bits/signal.h | 119 + libc/include/powerpc-linux-musl/bits/socket.h | 43 + libc/include/powerpc-linux-musl/bits/stat.h | 20 + libc/include/powerpc-linux-musl/bits/stdint.h | 20 + libc/include/powerpc-linux-musl/bits/syscall.h | 751 +++ libc/include/powerpc-linux-musl/bits/termios.h | 171 + libc/include/powerpc-linux-musl/bits/user.h | 25 + libc/include/powerpc64-linux-musl/asm/auxvec.h | 53 + libc/include/powerpc64-linux-musl/asm/bitsperlong.h | 13 + libc/include/powerpc64-linux-musl/asm/byteorder.h | 17 + libc/include/powerpc64-linux-musl/asm/errno.h | 10 + libc/include/powerpc64-linux-musl/asm/fcntl.h | 12 + libc/include/powerpc64-linux-musl/asm/ioctl.h | 14 + libc/include/powerpc64-linux-musl/asm/ioctls.h | 121 + libc/include/powerpc64-linux-musl/asm/ipcbuf.h | 35 + libc/include/powerpc64-linux-musl/asm/kvm.h | 677 +++ libc/include/powerpc64-linux-musl/asm/kvm_para.h | 98 + libc/include/powerpc64-linux-musl/asm/mman.h | 39 + libc/include/powerpc64-linux-musl/asm/msgbuf.h | 34 + libc/include/powerpc64-linux-musl/asm/perf_regs.h | 51 + libc/include/powerpc64-linux-musl/asm/posix_types.h | 26 + libc/include/powerpc64-linux-musl/asm/ptrace.h | 262 ++ libc/include/powerpc64-linux-musl/asm/sembuf.h | 37 + libc/include/powerpc64-linux-musl/asm/setup.h | 7 + libc/include/powerpc64-linux-musl/asm/shmbuf.h | 57 + libc/include/powerpc64-linux-musl/asm/sigcontext.h | 88 + libc/include/powerpc64-linux-musl/asm/siginfo.h | 18 + libc/include/powerpc64-linux-musl/asm/signal.h | 136 + libc/include/powerpc64-linux-musl/asm/socket.h | 21 + libc/include/powerpc64-linux-musl/asm/stat.h | 82 + libc/include/powerpc64-linux-musl/asm/swab.h | 24 + libc/include/powerpc64-linux-musl/asm/termbits.h | 211 + libc/include/powerpc64-linux-musl/asm/termios.h | 77 + libc/include/powerpc64-linux-musl/asm/types.h | 41 + libc/include/powerpc64-linux-musl/asm/ucontext.h | 41 + libc/include/powerpc64-linux-musl/asm/unistd.h | 404 ++ libc/include/powerpc64-linux-musl/bfd_stdint.h | 47 + libc/include/powerpc64-linux-musl/bits/alltypes.h | 385 ++ libc/include/powerpc64-linux-musl/bits/endian.h | 5 + libc/include/powerpc64-linux-musl/bits/errno.h | 134 + libc/include/powerpc64-linux-musl/bits/fcntl.h | 40 + libc/include/powerpc64-linux-musl/bits/fenv.h | 31 + libc/include/powerpc64-linux-musl/bits/hwcap.h | 43 + libc/include/powerpc64-linux-musl/bits/ioctl.h | 217 + libc/include/powerpc64-linux-musl/bits/ipc.h | 14 + libc/include/powerpc64-linux-musl/bits/limits.h | 7 + libc/include/powerpc64-linux-musl/bits/mman.h | 14 + libc/include/powerpc64-linux-musl/bits/msg.h | 12 + libc/include/powerpc64-linux-musl/bits/posix.h | 2 + libc/include/powerpc64-linux-musl/bits/ptrace.h | 23 + libc/include/powerpc64-linux-musl/bits/reg.h | 3 + libc/include/powerpc64-linux-musl/bits/sem.h | 13 + libc/include/powerpc64-linux-musl/bits/setjmp.h | 1 + libc/include/powerpc64-linux-musl/bits/shm.h | 23 + libc/include/powerpc64-linux-musl/bits/signal.h | 107 + libc/include/powerpc64-linux-musl/bits/socket.h | 61 + libc/include/powerpc64-linux-musl/bits/stat.h | 16 + libc/include/powerpc64-linux-musl/bits/syscall.h | 733 +++ libc/include/powerpc64-linux-musl/bits/termios.h | 171 + libc/include/powerpc64-linux-musl/bits/user.h | 25 + libc/include/powerpc64le-linux-musl/asm/auxvec.h | 53 + libc/include/powerpc64le-linux-musl/asm/bitsperlong.h | 13 + libc/include/powerpc64le-linux-musl/asm/byteorder.h | 17 + libc/include/powerpc64le-linux-musl/asm/errno.h | 10 + libc/include/powerpc64le-linux-musl/asm/fcntl.h | 12 + libc/include/powerpc64le-linux-musl/asm/ioctl.h | 14 + libc/include/powerpc64le-linux-musl/asm/ioctls.h | 121 + libc/include/powerpc64le-linux-musl/asm/ipcbuf.h | 35 + libc/include/powerpc64le-linux-musl/asm/kvm.h | 677 +++ libc/include/powerpc64le-linux-musl/asm/kvm_para.h | 98 + libc/include/powerpc64le-linux-musl/asm/mman.h | 39 + libc/include/powerpc64le-linux-musl/asm/msgbuf.h | 34 + libc/include/powerpc64le-linux-musl/asm/perf_regs.h | 51 + libc/include/powerpc64le-linux-musl/asm/posix_types.h | 26 + libc/include/powerpc64le-linux-musl/asm/ptrace.h | 262 ++ libc/include/powerpc64le-linux-musl/asm/sembuf.h | 37 + libc/include/powerpc64le-linux-musl/asm/setup.h | 7 + libc/include/powerpc64le-linux-musl/asm/shmbuf.h | 57 + libc/include/powerpc64le-linux-musl/asm/sigcontext.h | 88 + libc/include/powerpc64le-linux-musl/asm/siginfo.h | 18 + libc/include/powerpc64le-linux-musl/asm/signal.h | 136 + libc/include/powerpc64le-linux-musl/asm/socket.h | 21 + libc/include/powerpc64le-linux-musl/asm/stat.h | 82 + libc/include/powerpc64le-linux-musl/asm/swab.h | 24 + libc/include/powerpc64le-linux-musl/asm/termbits.h | 211 + libc/include/powerpc64le-linux-musl/asm/termios.h | 77 + libc/include/powerpc64le-linux-musl/asm/types.h | 41 + libc/include/powerpc64le-linux-musl/asm/ucontext.h | 41 + libc/include/powerpc64le-linux-musl/asm/unistd.h | 404 ++ libc/include/powerpc64le-linux-musl/bfd_stdint.h | 47 + libc/include/powerpc64le-linux-musl/bits/alltypes.h | 385 ++ libc/include/powerpc64le-linux-musl/bits/endian.h | 5 + libc/include/powerpc64le-linux-musl/bits/errno.h | 134 + libc/include/powerpc64le-linux-musl/bits/fcntl.h | 40 + libc/include/powerpc64le-linux-musl/bits/fenv.h | 31 + libc/include/powerpc64le-linux-musl/bits/hwcap.h | 43 + libc/include/powerpc64le-linux-musl/bits/ioctl.h | 217 + libc/include/powerpc64le-linux-musl/bits/ipc.h | 14 + libc/include/powerpc64le-linux-musl/bits/limits.h | 7 + libc/include/powerpc64le-linux-musl/bits/mman.h | 14 + libc/include/powerpc64le-linux-musl/bits/msg.h | 12 + libc/include/powerpc64le-linux-musl/bits/posix.h | 2 + libc/include/powerpc64le-linux-musl/bits/ptrace.h | 23 + libc/include/powerpc64le-linux-musl/bits/reg.h | 3 + libc/include/powerpc64le-linux-musl/bits/sem.h | 13 + libc/include/powerpc64le-linux-musl/bits/setjmp.h | 1 + libc/include/powerpc64le-linux-musl/bits/shm.h | 23 + libc/include/powerpc64le-linux-musl/bits/signal.h | 107 + libc/include/powerpc64le-linux-musl/bits/socket.h | 61 + libc/include/powerpc64le-linux-musl/bits/stat.h | 16 + libc/include/powerpc64le-linux-musl/bits/syscall.h | 733 +++ libc/include/powerpc64le-linux-musl/bits/termios.h | 171 + libc/include/powerpc64le-linux-musl/bits/user.h | 25 + libc/include/riscv32-linux-musl/asm/auxvec.h | 24 + libc/include/riscv32-linux-musl/asm/bitsperlong.h | 25 + libc/include/riscv32-linux-musl/asm/byteorder.h | 23 + libc/include/riscv32-linux-musl/asm/elf.h | 95 + libc/include/riscv32-linux-musl/asm/hwcap.h | 36 + libc/include/riscv32-linux-musl/asm/posix_types.h | 1 + libc/include/riscv32-linux-musl/asm/ptrace.h | 90 + libc/include/riscv32-linux-musl/asm/setup.h | 1 + libc/include/riscv32-linux-musl/asm/sigcontext.h | 30 + libc/include/riscv32-linux-musl/asm/siginfo.h | 24 + libc/include/riscv32-linux-musl/asm/signal.h | 1 + libc/include/riscv32-linux-musl/asm/stat.h | 1 + libc/include/riscv32-linux-musl/asm/ucontext.h | 45 + libc/include/riscv32-linux-musl/asm/unistd.h | 1 + libc/include/riscv32-linux-musl/bfd.h | 8034 ++++++++++++++++++++++++++++++++ libc/include/riscv32-linux-musl/bfd_stdint.h | 47 + libc/include/riscv32-linux-musl/bits/alltypes.h | 385 ++ libc/include/riscv32-linux-musl/bits/endian.h | 5 + libc/include/riscv32-linux-musl/bits/fenv.h | 18 + libc/include/riscv32-linux-musl/bits/float.h | 16 + libc/include/riscv32-linux-musl/bits/ipc.h | 14 + libc/include/riscv32-linux-musl/bits/posix.h | 2 + libc/include/riscv32-linux-musl/bits/reg.h | 8 + libc/include/riscv32-linux-musl/bits/sem.h | 9 + libc/include/riscv32-linux-musl/bits/setjmp.h | 1 + libc/include/riscv32-linux-musl/bits/shm.h | 25 + libc/include/riscv32-linux-musl/bits/signal.h | 113 + libc/include/riscv32-linux-musl/bits/socket.h | 33 + libc/include/riscv32-linux-musl/bits/stat.h | 18 + libc/include/riscv32-linux-musl/bits/stdint.h | 20 + libc/include/riscv32-linux-musl/bits/syscall.h | 555 +++ libc/include/riscv32-linux-musl/bits/user.h | 43 + libc/include/riscv32-linux-musl/elf.h | 3228 +++++++++++++ libc/include/riscv32-linux-musl/netinet/tcp.h | 253 + libc/include/riscv32-linux-musl/netinet/udp.h | 40 + libc/include/riscv32-linux-musl/signal.h | 277 ++ libc/include/riscv32-linux-musl/sys/signalfd.h | 45 + libc/include/riscv32-linux-musl/sys/socket.h | 350 ++ libc/include/riscv64-linux-musl/asm/auxvec.h | 24 + libc/include/riscv64-linux-musl/asm/bitsperlong.h | 25 + libc/include/riscv64-linux-musl/asm/byteorder.h | 23 + libc/include/riscv64-linux-musl/asm/elf.h | 95 + libc/include/riscv64-linux-musl/asm/hwcap.h | 36 + libc/include/riscv64-linux-musl/asm/posix_types.h | 1 + libc/include/riscv64-linux-musl/asm/ptrace.h | 90 + libc/include/riscv64-linux-musl/asm/setup.h | 1 + libc/include/riscv64-linux-musl/asm/sigcontext.h | 30 + libc/include/riscv64-linux-musl/asm/siginfo.h | 24 + libc/include/riscv64-linux-musl/asm/signal.h | 1 + libc/include/riscv64-linux-musl/asm/stat.h | 1 + libc/include/riscv64-linux-musl/asm/ucontext.h | 45 + libc/include/riscv64-linux-musl/asm/unistd.h | 1 + libc/include/riscv64-linux-musl/bfd_stdint.h | 47 + libc/include/riscv64-linux-musl/bits/alltypes.h | 396 ++ libc/include/riscv64-linux-musl/bits/endian.h | 5 + libc/include/riscv64-linux-musl/bits/fenv.h | 17 + libc/include/riscv64-linux-musl/bits/float.h | 16 + libc/include/riscv64-linux-musl/bits/ipc.h | 14 + libc/include/riscv64-linux-musl/bits/limits.h | 7 + libc/include/riscv64-linux-musl/bits/mman.h | 1 + libc/include/riscv64-linux-musl/bits/posix.h | 2 + libc/include/riscv64-linux-musl/bits/reg.h | 8 + libc/include/riscv64-linux-musl/bits/sem.h | 9 + libc/include/riscv64-linux-musl/bits/setjmp.h | 1 + libc/include/riscv64-linux-musl/bits/shm.h | 25 + libc/include/riscv64-linux-musl/bits/signal.h | 113 + libc/include/riscv64-linux-musl/bits/socket.h | 33 + libc/include/riscv64-linux-musl/bits/stat.h | 18 + libc/include/riscv64-linux-musl/bits/syscall.h | 555 +++ libc/include/riscv64-linux-musl/bits/user.h | 43 + libc/include/riscv64-linux-musl/elf.h | 3228 +++++++++++++ libc/include/riscv64-linux-musl/netinet/tcp.h | 253 + libc/include/riscv64-linux-musl/netinet/udp.h | 40 + libc/include/riscv64-linux-musl/signal.h | 277 ++ libc/include/riscv64-linux-musl/sys/signalfd.h | 45 + libc/include/riscv64-linux-musl/sys/socket.h | 350 ++ libc/include/s390x-linux-musl/asm/auxvec.h | 9 + libc/include/s390x-linux-musl/asm/bitsperlong.h | 13 + libc/include/s390x-linux-musl/asm/bpf_perf_event.h | 9 + libc/include/s390x-linux-musl/asm/byteorder.h | 7 + libc/include/s390x-linux-musl/asm/chpid.h | 23 + libc/include/s390x-linux-musl/asm/chsc.h | 144 + libc/include/s390x-linux-musl/asm/clp.h | 29 + libc/include/s390x-linux-musl/asm/cmb.h | 54 + libc/include/s390x-linux-musl/asm/dasd.h | 333 ++ libc/include/s390x-linux-musl/asm/debug.h | 35 + libc/include/s390x-linux-musl/asm/guarded_storage.h | 78 + libc/include/s390x-linux-musl/asm/hypfs.h | 55 + libc/include/s390x-linux-musl/asm/ioctls.h | 9 + libc/include/s390x-linux-musl/asm/ipcbuf.h | 32 + libc/include/s390x-linux-musl/asm/kvm.h | 277 ++ libc/include/s390x-linux-musl/asm/kvm_para.h | 8 + libc/include/s390x-linux-musl/asm/kvm_perf.h | 22 + libc/include/s390x-linux-musl/asm/monwriter.h | 32 + libc/include/s390x-linux-musl/asm/perf_regs.h | 44 + libc/include/s390x-linux-musl/asm/pkey.h | 132 + libc/include/s390x-linux-musl/asm/posix_types.h | 52 + libc/include/s390x-linux-musl/asm/ptrace.h | 457 ++ libc/include/s390x-linux-musl/asm/qeth.h | 116 + libc/include/s390x-linux-musl/asm/runtime_instr.h | 74 + libc/include/s390x-linux-musl/asm/schid.h | 17 + libc/include/s390x-linux-musl/asm/sclp_ctl.h | 25 + libc/include/s390x-linux-musl/asm/setup.h | 14 + libc/include/s390x-linux-musl/asm/sie.h | 252 + libc/include/s390x-linux-musl/asm/sigcontext.h | 84 + libc/include/s390x-linux-musl/asm/siginfo.h | 17 + libc/include/s390x-linux-musl/asm/signal.h | 135 + libc/include/s390x-linux-musl/asm/socket.h | 117 + libc/include/s390x-linux-musl/asm/stat.h | 104 + libc/include/s390x-linux-musl/asm/statfs.h | 51 + libc/include/s390x-linux-musl/asm/sthyi.h | 7 + libc/include/s390x-linux-musl/asm/tape390.h | 103 + libc/include/s390x-linux-musl/asm/termios.h | 50 + libc/include/s390x-linux-musl/asm/types.h | 27 + libc/include/s390x-linux-musl/asm/ucontext.h | 41 + libc/include/s390x-linux-musl/asm/unistd.h | 17 + libc/include/s390x-linux-musl/asm/unistd_32.h | 367 ++ libc/include/s390x-linux-musl/asm/unistd_64.h | 334 ++ libc/include/s390x-linux-musl/asm/virtio-ccw.h | 18 + libc/include/s390x-linux-musl/asm/vmcp.h | 25 + libc/include/s390x-linux-musl/asm/vtoc.h | 214 + libc/include/s390x-linux-musl/asm/zcrypt.h | 358 ++ libc/include/s390x-linux-musl/bfd_stdint.h | 47 + libc/include/s390x-linux-musl/bits/alltypes.h | 385 ++ libc/include/s390x-linux-musl/bits/endian.h | 1 + libc/include/s390x-linux-musl/bits/fcntl.h | 40 + libc/include/s390x-linux-musl/bits/fenv.h | 17 + libc/include/s390x-linux-musl/bits/float.h | 16 + libc/include/s390x-linux-musl/bits/hwcap.h | 15 + libc/include/s390x-linux-musl/bits/ioctl_fix.h | 2 + libc/include/s390x-linux-musl/bits/ipc.h | 14 + libc/include/s390x-linux-musl/bits/limits.h | 8 + libc/include/s390x-linux-musl/bits/link.h | 1 + libc/include/s390x-linux-musl/bits/msg.h | 12 + libc/include/s390x-linux-musl/bits/posix.h | 2 + libc/include/s390x-linux-musl/bits/ptrace.h | 9 + libc/include/s390x-linux-musl/bits/reg.h | 2 + libc/include/s390x-linux-musl/bits/sem.h | 7 + libc/include/s390x-linux-musl/bits/setjmp.h | 1 + libc/include/s390x-linux-musl/bits/signal.h | 121 + libc/include/s390x-linux-musl/bits/socket.h | 44 + libc/include/s390x-linux-musl/bits/stat.h | 16 + libc/include/s390x-linux-musl/bits/statfs.h | 7 + libc/include/s390x-linux-musl/bits/syscall.h | 657 +++ libc/include/s390x-linux-musl/bits/user.h | 61 + libc/include/x86_64-linux-musl/asm/auxvec.h | 20 + libc/include/x86_64-linux-musl/asm/bitsperlong.h | 13 + libc/include/x86_64-linux-musl/asm/byteorder.h | 7 + libc/include/x86_64-linux-musl/asm/kvm.h | 419 ++ libc/include/x86_64-linux-musl/asm/kvm_para.h | 122 + libc/include/x86_64-linux-musl/asm/mman.h | 31 + libc/include/x86_64-linux-musl/asm/msgbuf.h | 32 + libc/include/x86_64-linux-musl/asm/perf_regs.h | 34 + libc/include/x86_64-linux-musl/asm/posix_types.h | 8 + libc/include/x86_64-linux-musl/asm/ptrace.h | 82 + libc/include/x86_64-linux-musl/asm/sembuf.h | 34 + libc/include/x86_64-linux-musl/asm/setup.h | 1 + libc/include/x86_64-linux-musl/asm/shmbuf.h | 43 + libc/include/x86_64-linux-musl/asm/sigcontext.h | 380 ++ libc/include/x86_64-linux-musl/asm/siginfo.h | 17 + libc/include/x86_64-linux-musl/asm/signal.h | 132 + libc/include/x86_64-linux-musl/asm/stat.h | 138 + libc/include/x86_64-linux-musl/asm/statfs.h | 13 + libc/include/x86_64-linux-musl/asm/swab.h | 37 + libc/include/x86_64-linux-musl/asm/types.h | 7 + libc/include/x86_64-linux-musl/asm/ucontext.h | 56 + libc/include/x86_64-linux-musl/asm/unistd.h | 16 + libc/include/x86_64-linux-musl/bfd_stdint.h | 47 + libc/include/x86_64-linux-musl/bits/alltypes.h | 398 ++ libc/include/x86_64-linux-musl/bits/endian.h | 1 + libc/include/x86_64-linux-musl/bits/fcntl.h | 40 + libc/include/x86_64-linux-musl/bits/fenv.h | 34 + libc/include/x86_64-linux-musl/bits/float.h | 20 + libc/include/x86_64-linux-musl/bits/io.h | 77 + libc/include/x86_64-linux-musl/bits/ipc.h | 13 + libc/include/x86_64-linux-musl/bits/limits.h | 8 + libc/include/x86_64-linux-musl/bits/mman.h | 1 + libc/include/x86_64-linux-musl/bits/msg.h | 12 + libc/include/x86_64-linux-musl/bits/posix.h | 2 + libc/include/x86_64-linux-musl/bits/ptrace.h | 13 + libc/include/x86_64-linux-musl/bits/reg.h | 29 + libc/include/x86_64-linux-musl/bits/setjmp.h | 1 + libc/include/x86_64-linux-musl/bits/signal.h | 152 + libc/include/x86_64-linux-musl/bits/socket.h | 16 + libc/include/x86_64-linux-musl/bits/stat.h | 22 + libc/include/x86_64-linux-musl/bits/syscall.h | 671 +++ libc/include/x86_64-linux-musl/bits/user.h | 41 + libc/musl/arch/aarch64/atomic_arch.h | 82 + libc/musl/arch/aarch64/bits/alltypes.h.in | 30 + libc/musl/arch/aarch64/bits/endian.h | 5 + libc/musl/arch/aarch64/bits/fcntl.h | 38 + libc/musl/arch/aarch64/bits/fenv.h | 19 + libc/musl/arch/aarch64/bits/float.h | 16 + libc/musl/arch/aarch64/bits/hwcap.h | 28 + libc/musl/arch/aarch64/bits/ipc.h | 14 + libc/musl/arch/aarch64/bits/limits.h | 7 + libc/musl/arch/aarch64/bits/msg.h | 13 + libc/musl/arch/aarch64/bits/posix.h | 2 + libc/musl/arch/aarch64/bits/reg.h | 2 + libc/musl/arch/aarch64/bits/sem.h | 14 + libc/musl/arch/aarch64/bits/setjmp.h | 1 + libc/musl/arch/aarch64/bits/shm.h | 24 + libc/musl/arch/aarch64/bits/signal.h | 153 + libc/musl/arch/aarch64/bits/socket.h | 33 + libc/musl/arch/aarch64/bits/stat.h | 18 + libc/musl/arch/aarch64/bits/stdint.h | 20 + libc/musl/arch/aarch64/bits/syscall.h.in | 278 ++ libc/musl/arch/aarch64/bits/user.h | 16 + libc/musl/arch/aarch64/crt_arch.h | 15 + libc/musl/arch/aarch64/pthread_arch.h | 12 + libc/musl/arch/aarch64/reloc.h | 26 + libc/musl/arch/aarch64/syscall_arch.h | 76 + libc/musl/arch/arm/atomic_arch.h | 107 + libc/musl/arch/arm/bits/alltypes.h.in | 26 + libc/musl/arch/arm/bits/endian.h | 5 + libc/musl/arch/arm/bits/fcntl.h | 40 + libc/musl/arch/arm/bits/fenv.h | 23 + libc/musl/arch/arm/bits/float.h | 16 + libc/musl/arch/arm/bits/hwcap.h | 53 + libc/musl/arch/arm/bits/ioctl_fix.h | 2 + libc/musl/arch/arm/bits/limits.h | 7 + libc/musl/arch/arm/bits/posix.h | 2 + libc/musl/arch/arm/bits/ptrace.h | 25 + libc/musl/arch/arm/bits/reg.h | 3 + libc/musl/arch/arm/bits/setjmp.h | 1 + libc/musl/arch/arm/bits/signal.h | 86 + libc/musl/arch/arm/bits/stat.h | 21 + libc/musl/arch/arm/bits/stdint.h | 20 + libc/musl/arch/arm/bits/syscall.h.in | 364 ++ libc/musl/arch/arm/bits/user.h | 36 + libc/musl/arch/arm/crt_arch.h | 18 + libc/musl/arch/arm/pthread_arch.h | 33 + libc/musl/arch/arm/reloc.h | 34 + libc/musl/arch/arm/syscall_arch.h | 107 + libc/musl/arch/generic/bits/errno.h | 134 + libc/musl/arch/generic/bits/fcntl.h | 40 + libc/musl/arch/generic/bits/fenv.h | 10 + libc/musl/arch/generic/bits/hwcap.h | 0 libc/musl/arch/generic/bits/io.h | 0 libc/musl/arch/generic/bits/ioctl.h | 206 + libc/musl/arch/generic/bits/ioctl_fix.h | 0 libc/musl/arch/generic/bits/ipc.h | 13 + libc/musl/arch/generic/bits/kd.h | 1 + libc/musl/arch/generic/bits/link.h | 1 + libc/musl/arch/generic/bits/mman.h | 0 libc/musl/arch/generic/bits/msg.h | 15 + libc/musl/arch/generic/bits/poll.h | 0 libc/musl/arch/generic/bits/ptrace.h | 0 libc/musl/arch/generic/bits/resource.h | 0 libc/musl/arch/generic/bits/sem.h | 16 + libc/musl/arch/generic/bits/shm.h | 28 + libc/musl/arch/generic/bits/socket.h | 15 + libc/musl/arch/generic/bits/soundcard.h | 1 + libc/musl/arch/generic/bits/statfs.h | 7 + libc/musl/arch/generic/bits/termios.h | 166 + libc/musl/arch/generic/bits/vt.h | 1 + libc/musl/arch/i386/atomic_arch.h | 108 + libc/musl/arch/i386/bits/alltypes.h.in | 46 + libc/musl/arch/i386/bits/endian.h | 1 + libc/musl/arch/i386/bits/fenv.h | 33 + libc/musl/arch/i386/bits/float.h | 20 + libc/musl/arch/i386/bits/io.h | 77 + libc/musl/arch/i386/bits/limits.h | 8 + libc/musl/arch/i386/bits/mman.h | 1 + libc/musl/arch/i386/bits/posix.h | 2 + libc/musl/arch/i386/bits/ptrace.h | 11 + libc/musl/arch/i386/bits/reg.h | 19 + libc/musl/arch/i386/bits/setjmp.h | 1 + libc/musl/arch/i386/bits/signal.h | 142 + libc/musl/arch/i386/bits/stat.h | 21 + libc/musl/arch/i386/bits/stdint.h | 20 + libc/musl/arch/i386/bits/syscall.h.in | 387 ++ libc/musl/arch/i386/bits/user.h | 44 + libc/musl/arch/i386/crt_arch.h | 16 + libc/musl/arch/i386/pthread_arch.h | 10 + libc/musl/arch/i386/reloc.h | 23 + libc/musl/arch/i386/syscall_arch.h | 59 + libc/musl/arch/mips/atomic_arch.h | 58 + libc/musl/arch/mips/bits/alltypes.h.in | 26 + libc/musl/arch/mips/bits/endian.h | 5 + libc/musl/arch/mips/bits/errno.h | 134 + libc/musl/arch/mips/bits/fcntl.h | 40 + libc/musl/arch/mips/bits/fenv.h | 25 + libc/musl/arch/mips/bits/float.h | 16 + libc/musl/arch/mips/bits/hwcap.h | 3 + libc/musl/arch/mips/bits/ioctl.h | 212 + libc/musl/arch/mips/bits/limits.h | 7 + libc/musl/arch/mips/bits/mman.h | 25 + libc/musl/arch/mips/bits/msg.h | 24 + libc/musl/arch/mips/bits/poll.h | 2 + libc/musl/arch/mips/bits/posix.h | 2 + libc/musl/arch/mips/bits/ptrace.h | 9 + libc/musl/arch/mips/bits/reg.h | 47 + libc/musl/arch/mips/bits/resource.h | 5 + libc/musl/arch/mips/bits/sem.h | 14 + libc/musl/arch/mips/bits/setjmp.h | 1 + libc/musl/arch/mips/bits/shm.h | 25 + libc/musl/arch/mips/bits/signal.h | 120 + libc/musl/arch/mips/bits/socket.h | 53 + libc/musl/arch/mips/bits/stat.h | 22 + libc/musl/arch/mips/bits/statfs.h | 8 + libc/musl/arch/mips/bits/stdint.h | 20 + libc/musl/arch/mips/bits/syscall.h.in | 369 ++ libc/musl/arch/mips/bits/termios.h | 169 + libc/musl/arch/mips/bits/user.h | 13 + libc/musl/arch/mips/crt_arch.h | 29 + libc/musl/arch/mips/ksigaction.h | 13 + libc/musl/arch/mips/pthread_arch.h | 19 + libc/musl/arch/mips/reloc.h | 52 + libc/musl/arch/mips/syscall_arch.h | 125 + libc/musl/arch/mips64/atomic_arch.h | 56 + libc/musl/arch/mips64/bits/alltypes.h.in | 28 + libc/musl/arch/mips64/bits/endian.h | 5 + libc/musl/arch/mips64/bits/errno.h | 134 + libc/musl/arch/mips64/bits/fcntl.h | 40 + libc/musl/arch/mips64/bits/fenv.h | 25 + libc/musl/arch/mips64/bits/float.h | 16 + libc/musl/arch/mips64/bits/hwcap.h | 3 + libc/musl/arch/mips64/bits/ioctl.h | 212 + libc/musl/arch/mips64/bits/ipc.h | 14 + libc/musl/arch/mips64/bits/limits.h | 7 + libc/musl/arch/mips64/bits/mman.h | 25 + libc/musl/arch/mips64/bits/msg.h | 13 + libc/musl/arch/mips64/bits/poll.h | 2 + libc/musl/arch/mips64/bits/posix.h | 2 + libc/musl/arch/mips64/bits/ptrace.h | 9 + libc/musl/arch/mips64/bits/reg.h | 47 + libc/musl/arch/mips64/bits/resource.h | 5 + libc/musl/arch/mips64/bits/sem.h | 14 + libc/musl/arch/mips64/bits/setjmp.h | 1 + libc/musl/arch/mips64/bits/shm.h | 24 + libc/musl/arch/mips64/bits/signal.h | 143 + libc/musl/arch/mips64/bits/socket.h | 69 + libc/musl/arch/mips64/bits/stat.h | 23 + libc/musl/arch/mips64/bits/statfs.h | 8 + libc/musl/arch/mips64/bits/stdint.h | 20 + libc/musl/arch/mips64/bits/syscall.h.in | 329 ++ libc/musl/arch/mips64/bits/termios.h | 169 + libc/musl/arch/mips64/bits/user.h | 15 + libc/musl/arch/mips64/crt_arch.h | 33 + libc/musl/arch/mips64/ksigaction.h | 10 + libc/musl/arch/mips64/pthread_arch.h | 19 + libc/musl/arch/mips64/reloc.h | 66 + libc/musl/arch/mips64/syscall_arch.h | 225 + libc/musl/arch/powerpc/atomic_arch.h | 38 + libc/musl/arch/powerpc/bits/alltypes.h.in | 26 + libc/musl/arch/powerpc/bits/endian.h | 15 + libc/musl/arch/powerpc/bits/errno.h | 134 + libc/musl/arch/powerpc/bits/fcntl.h | 40 + libc/musl/arch/powerpc/bits/fenv.h | 36 + libc/musl/arch/powerpc/bits/float.h | 16 + libc/musl/arch/powerpc/bits/hwcap.h | 43 + libc/musl/arch/powerpc/bits/ioctl.h | 217 + libc/musl/arch/powerpc/bits/ipc.h | 15 + libc/musl/arch/powerpc/bits/limits.h | 7 + libc/musl/arch/powerpc/bits/mman.h | 14 + libc/musl/arch/powerpc/bits/msg.h | 15 + libc/musl/arch/powerpc/bits/posix.h | 2 + libc/musl/arch/powerpc/bits/ptrace.h | 23 + libc/musl/arch/powerpc/bits/reg.h | 3 + libc/musl/arch/powerpc/bits/sem.h | 10 + libc/musl/arch/powerpc/bits/setjmp.h | 1 + libc/musl/arch/powerpc/bits/shm.h | 29 + libc/musl/arch/powerpc/bits/signal.h | 119 + libc/musl/arch/powerpc/bits/socket.h | 43 + libc/musl/arch/powerpc/bits/stat.h | 20 + libc/musl/arch/powerpc/bits/stdint.h | 20 + libc/musl/arch/powerpc/bits/syscall.h.in | 376 ++ libc/musl/arch/powerpc/bits/termios.h | 171 + libc/musl/arch/powerpc/bits/user.h | 25 + libc/musl/arch/powerpc/crt_arch.h | 20 + libc/musl/arch/powerpc/pthread_arch.h | 18 + libc/musl/arch/powerpc/reloc.h | 30 + libc/musl/arch/powerpc/syscall_arch.h | 9 + libc/musl/arch/powerpc64/atomic_arch.h | 62 + libc/musl/arch/powerpc64/bits/alltypes.h.in | 26 + libc/musl/arch/powerpc64/bits/endian.h | 5 + libc/musl/arch/powerpc64/bits/errno.h | 134 + libc/musl/arch/powerpc64/bits/fcntl.h | 40 + libc/musl/arch/powerpc64/bits/fenv.h | 31 + libc/musl/arch/powerpc64/bits/float.h | 16 + libc/musl/arch/powerpc64/bits/hwcap.h | 43 + libc/musl/arch/powerpc64/bits/ioctl.h | 217 + libc/musl/arch/powerpc64/bits/ipc.h | 15 + libc/musl/arch/powerpc64/bits/limits.h | 7 + libc/musl/arch/powerpc64/bits/mman.h | 14 + libc/musl/arch/powerpc64/bits/msg.h | 12 + libc/musl/arch/powerpc64/bits/posix.h | 2 + libc/musl/arch/powerpc64/bits/ptrace.h | 23 + libc/musl/arch/powerpc64/bits/reg.h | 3 + libc/musl/arch/powerpc64/bits/sem.h | 13 + libc/musl/arch/powerpc64/bits/setjmp.h | 1 + libc/musl/arch/powerpc64/bits/shm.h | 24 + libc/musl/arch/powerpc64/bits/signal.h | 107 + libc/musl/arch/powerpc64/bits/socket.h | 61 + libc/musl/arch/powerpc64/bits/stat.h | 16 + libc/musl/arch/powerpc64/bits/stdint.h | 20 + libc/musl/arch/powerpc64/bits/syscall.h.in | 367 ++ libc/musl/arch/powerpc64/bits/termios.h | 171 + libc/musl/arch/powerpc64/bits/user.h | 25 + libc/musl/arch/powerpc64/crt_arch.h | 19 + libc/musl/arch/powerpc64/pthread_arch.h | 18 + libc/musl/arch/powerpc64/reloc.h | 32 + libc/musl/arch/powerpc64/syscall_arch.h | 87 + libc/musl/arch/s390x/atomic_arch.h | 30 + libc/musl/arch/s390x/bits/alltypes.h.in | 26 + libc/musl/arch/s390x/bits/endian.h | 1 + libc/musl/arch/s390x/bits/fcntl.h | 40 + libc/musl/arch/s390x/bits/fenv.h | 17 + libc/musl/arch/s390x/bits/float.h | 16 + libc/musl/arch/s390x/bits/hwcap.h | 15 + libc/musl/arch/s390x/bits/ioctl_fix.h | 2 + libc/musl/arch/s390x/bits/ipc.h | 14 + libc/musl/arch/s390x/bits/limits.h | 8 + libc/musl/arch/s390x/bits/link.h | 1 + libc/musl/arch/s390x/bits/msg.h | 12 + libc/musl/arch/s390x/bits/posix.h | 2 + libc/musl/arch/s390x/bits/ptrace.h | 9 + libc/musl/arch/s390x/bits/reg.h | 2 + libc/musl/arch/s390x/bits/sem.h | 7 + libc/musl/arch/s390x/bits/setjmp.h | 1 + libc/musl/arch/s390x/bits/shm.h | 25 + libc/musl/arch/s390x/bits/signal.h | 121 + libc/musl/arch/s390x/bits/socket.h | 44 + libc/musl/arch/s390x/bits/stat.h | 16 + libc/musl/arch/s390x/bits/statfs.h | 7 + libc/musl/arch/s390x/bits/stdint.h | 20 + libc/musl/arch/s390x/bits/syscall.h.in | 329 ++ libc/musl/arch/s390x/bits/user.h | 62 + libc/musl/arch/s390x/crt_arch.h | 17 + libc/musl/arch/s390x/pthread_arch.h | 14 + libc/musl/arch/s390x/reloc.h | 15 + libc/musl/arch/s390x/syscall_arch.h | 76 + libc/musl/arch/x86_64/atomic_arch.h | 123 + libc/musl/arch/x86_64/bits/alltypes.h.in | 31 + libc/musl/arch/x86_64/bits/endian.h | 1 + libc/musl/arch/x86_64/bits/fcntl.h | 40 + libc/musl/arch/x86_64/bits/fenv.h | 34 + libc/musl/arch/x86_64/bits/float.h | 20 + libc/musl/arch/x86_64/bits/io.h | 77 + libc/musl/arch/x86_64/bits/ipc.h | 13 + libc/musl/arch/x86_64/bits/limits.h | 8 + libc/musl/arch/x86_64/bits/mman.h | 1 + libc/musl/arch/x86_64/bits/msg.h | 12 + libc/musl/arch/x86_64/bits/posix.h | 2 + libc/musl/arch/x86_64/bits/ptrace.h | 13 + libc/musl/arch/x86_64/bits/reg.h | 29 + libc/musl/arch/x86_64/bits/setjmp.h | 1 + libc/musl/arch/x86_64/bits/shm.h | 25 + libc/musl/arch/x86_64/bits/signal.h | 153 + libc/musl/arch/x86_64/bits/socket.h | 16 + libc/musl/arch/x86_64/bits/stat.h | 22 + libc/musl/arch/x86_64/bits/stdint.h | 20 + libc/musl/arch/x86_64/bits/syscall.h.in | 336 ++ libc/musl/arch/x86_64/bits/user.h | 41 + libc/musl/arch/x86_64/crt_arch.h | 12 + libc/musl/arch/x86_64/ksigaction.h | 11 + libc/musl/arch/x86_64/pthread_arch.h | 10 + libc/musl/arch/x86_64/reloc.h | 20 + libc/musl/arch/x86_64/syscall_arch.h | 68 + libc/musl/crt/Scrt1.c | 1 + libc/musl/crt/aarch64/crti.s | 13 + libc/musl/crt/aarch64/crtn.s | 7 + libc/musl/crt/arm/crti.s | 13 + libc/musl/crt/arm/crtn.s | 9 + libc/musl/crt/crt1.c | 19 + libc/musl/crt/crti.c | 0 libc/musl/crt/crtn.c | 0 libc/musl/crt/i386/crti.s | 9 + libc/musl/crt/i386/crtn.s | 7 + libc/musl/crt/microblaze/crti.s | 13 + libc/musl/crt/microblaze/crtn.s | 9 + libc/musl/crt/mips/crti.s | 19 + libc/musl/crt/mips/crtn.s | 13 + libc/musl/crt/mips64/crti.s | 17 + libc/musl/crt/mips64/crtn.s | 13 + libc/musl/crt/mipsn32/crti.s | 18 + libc/musl/crt/mipsn32/crtn.s | 12 + libc/musl/crt/or1k/crti.s | 11 + libc/musl/crt/or1k/crtn.s | 9 + libc/musl/crt/powerpc/crti.s | 15 + libc/musl/crt/powerpc/crtn.s | 13 + libc/musl/crt/powerpc64/crti.s | 21 + libc/musl/crt/powerpc64/crtn.s | 13 + libc/musl/crt/rcrt1.c | 14 + libc/musl/crt/s390x/crti.s | 17 + libc/musl/crt/s390x/crtn.s | 9 + libc/musl/crt/sh/crti.s | 21 + libc/musl/crt/sh/crtn.s | 13 + libc/musl/crt/x32/crti.s | 9 + libc/musl/crt/x32/crtn.s | 7 + libc/musl/crt/x86_64/crti.s | 9 + libc/musl/crt/x86_64/crtn.s | 7 + libc/musl/src/aio/aio.c | 400 ++ libc/musl/src/aio/aio_suspend.c | 76 + libc/musl/src/aio/lio_listio.c | 143 + libc/musl/src/complex/__cexp.c | 87 + libc/musl/src/complex/__cexpf.c | 68 + libc/musl/src/complex/cabs.c | 6 + libc/musl/src/complex/cabsf.c | 6 + libc/musl/src/complex/cabsl.c | 13 + libc/musl/src/complex/cacos.c | 11 + libc/musl/src/complex/cacosf.c | 9 + libc/musl/src/complex/cacosh.c | 9 + libc/musl/src/complex/cacoshf.c | 7 + libc/musl/src/complex/cacoshl.c | 14 + libc/musl/src/complex/cacosl.c | 16 + libc/musl/src/complex/carg.c | 6 + libc/musl/src/complex/cargf.c | 6 + libc/musl/src/complex/cargl.c | 13 + libc/musl/src/complex/casin.c | 17 + libc/musl/src/complex/casinf.c | 15 + libc/musl/src/complex/casinh.c | 9 + libc/musl/src/complex/casinhf.c | 7 + libc/musl/src/complex/casinhl.c | 14 + libc/musl/src/complex/casinl.c | 21 + libc/musl/src/complex/catan.c | 107 + libc/musl/src/complex/catanf.c | 115 + libc/musl/src/complex/catanh.c | 9 + libc/musl/src/complex/catanhf.c | 7 + libc/musl/src/complex/catanhl.c | 14 + libc/musl/src/complex/catanl.c | 126 + libc/musl/src/complex/ccos.c | 8 + libc/musl/src/complex/ccosf.c | 6 + libc/musl/src/complex/ccosh.c | 140 + libc/musl/src/complex/ccoshf.c | 90 + libc/musl/src/complex/ccoshl.c | 7 + libc/musl/src/complex/ccosl.c | 13 + libc/musl/src/complex/cexp.c | 83 + libc/musl/src/complex/cexpf.c | 83 + libc/musl/src/complex/cexpl.c | 7 + libc/musl/src/complex/cimag.c | 6 + libc/musl/src/complex/cimagf.c | 6 + libc/musl/src/complex/cimagl.c | 6 + libc/musl/src/complex/clog.c | 14 + libc/musl/src/complex/clogf.c | 12 + libc/musl/src/complex/clogl.c | 18 + libc/musl/src/complex/conj.c | 6 + libc/musl/src/complex/conjf.c | 6 + libc/musl/src/complex/conjl.c | 6 + libc/musl/src/complex/cpow.c | 8 + libc/musl/src/complex/cpowf.c | 6 + libc/musl/src/complex/cpowl.c | 13 + libc/musl/src/complex/cproj.c | 8 + libc/musl/src/complex/cprojf.c | 8 + libc/musl/src/complex/cprojl.c | 15 + libc/musl/src/complex/creal.c | 6 + libc/musl/src/complex/crealf.c | 6 + libc/musl/src/complex/creall.c | 6 + libc/musl/src/complex/csin.c | 9 + libc/musl/src/complex/csinf.c | 7 + libc/musl/src/complex/csinh.c | 141 + libc/musl/src/complex/csinhf.c | 90 + libc/musl/src/complex/csinhl.c | 7 + libc/musl/src/complex/csinl.c | 14 + libc/musl/src/complex/csqrt.c | 100 + libc/musl/src/complex/csqrtf.c | 82 + libc/musl/src/complex/csqrtl.c | 7 + libc/musl/src/complex/ctan.c | 9 + libc/musl/src/complex/ctanf.c | 7 + libc/musl/src/complex/ctanh.c | 129 + libc/musl/src/complex/ctanhf.c | 66 + libc/musl/src/complex/ctanhl.c | 7 + libc/musl/src/complex/ctanl.c | 14 + libc/musl/src/conf/confstr.c | 17 + libc/musl/src/conf/fpathconf.c | 35 + libc/musl/src/conf/legacy.c | 22 + libc/musl/src/conf/pathconf.c | 6 + libc/musl/src/conf/sysconf.c | 219 + libc/musl/src/crypt/crypt.c | 14 + libc/musl/src/crypt/crypt_blowfish.c | 798 ++++ libc/musl/src/crypt/crypt_des.c | 1016 ++++ libc/musl/src/crypt/crypt_des.h | 14 + libc/musl/src/crypt/crypt_md5.c | 285 ++ libc/musl/src/crypt/crypt_r.c | 23 + libc/musl/src/crypt/crypt_sha256.c | 322 ++ libc/musl/src/crypt/crypt_sha512.c | 371 ++ libc/musl/src/crypt/encrypt.c | 52 + libc/musl/src/ctype/__ctype_b_loc.c | 41 + libc/musl/src/ctype/__ctype_get_mb_cur_max.c | 7 + libc/musl/src/ctype/__ctype_tolower_loc.c | 30 + libc/musl/src/ctype/__ctype_toupper_loc.c | 30 + libc/musl/src/ctype/alpha.h | 163 + libc/musl/src/ctype/isalnum.c | 13 + libc/musl/src/ctype/isalpha.c | 14 + libc/musl/src/ctype/isascii.c | 7 + libc/musl/src/ctype/isblank.c | 13 + libc/musl/src/ctype/iscntrl.c | 13 + libc/musl/src/ctype/isdigit.c | 14 + libc/musl/src/ctype/isgraph.c | 14 + libc/musl/src/ctype/islower.c | 14 + libc/musl/src/ctype/isprint.c | 14 + libc/musl/src/ctype/ispunct.c | 13 + libc/musl/src/ctype/isspace.c | 14 + libc/musl/src/ctype/isupper.c | 14 + libc/musl/src/ctype/iswalnum.c | 13 + libc/musl/src/ctype/iswalpha.c | 21 + libc/musl/src/ctype/iswblank.c | 14 + libc/musl/src/ctype/iswcntrl.c | 16 + libc/musl/src/ctype/iswctype.c | 75 + libc/musl/src/ctype/iswdigit.c | 15 + libc/musl/src/ctype/iswgraph.c | 14 + libc/musl/src/ctype/iswlower.c | 13 + libc/musl/src/ctype/iswprint.c | 26 + libc/musl/src/ctype/iswpunct.c | 19 + libc/musl/src/ctype/iswspace.c | 24 + libc/musl/src/ctype/iswupper.c | 13 + libc/musl/src/ctype/iswxdigit.c | 13 + libc/musl/src/ctype/isxdigit.c | 13 + libc/musl/src/ctype/nonspacing.h | 81 + libc/musl/src/ctype/punct.h | 129 + libc/musl/src/ctype/toascii.c | 7 + libc/musl/src/ctype/tolower.c | 14 + libc/musl/src/ctype/toupper.c | 14 + libc/musl/src/ctype/towctrans.c | 318 ++ libc/musl/src/ctype/wcswidth.c | 8 + libc/musl/src/ctype/wctrans.c | 29 + libc/musl/src/ctype/wcwidth.c | 29 + libc/musl/src/ctype/wide.h | 63 + libc/musl/src/dirent/__dirent.h | 11 + libc/musl/src/dirent/alphasort.c | 9 + libc/musl/src/dirent/closedir.c | 11 + libc/musl/src/dirent/dirfd.c | 7 + libc/musl/src/dirent/fdopendir.c | 27 + libc/musl/src/dirent/opendir.c | 21 + libc/musl/src/dirent/readdir.c | 29 + libc/musl/src/dirent/readdir_r.c | 29 + libc/musl/src/dirent/rewinddir.c | 13 + libc/musl/src/dirent/scandir.c | 47 + libc/musl/src/dirent/seekdir.c | 12 + libc/musl/src/dirent/telldir.c | 7 + libc/musl/src/dirent/versionsort.c | 11 + libc/musl/src/env/__environ.c | 6 + libc/musl/src/env/__init_tls.c | 147 + libc/musl/src/env/__libc_start_main.c | 96 + libc/musl/src/env/__reset_tls.c | 15 + libc/musl/src/env/__stack_chk_fail.c | 22 + libc/musl/src/env/clearenv.c | 14 + libc/musl/src/env/getenv.c | 13 + libc/musl/src/env/putenv.c | 46 + libc/musl/src/env/setenv.c | 42 + libc/musl/src/env/unsetenv.c | 28 + libc/musl/src/errno/__errno_location.c | 9 + libc/musl/src/errno/__strerror.h | 105 + libc/musl/src/errno/strerror.c | 36 + libc/musl/src/exit/_Exit.c | 8 + libc/musl/src/exit/abort.c | 32 + libc/musl/src/exit/arm/__aeabi_atexit.c | 6 + libc/musl/src/exit/assert.c | 9 + libc/musl/src/exit/at_quick_exit.c | 31 + libc/musl/src/exit/atexit.c | 72 + libc/musl/src/exit/exit.c | 33 + libc/musl/src/exit/quick_exit.c | 11 + libc/musl/src/fcntl/creat.c | 8 + libc/musl/src/fcntl/fcntl.c | 48 + libc/musl/src/fcntl/open.c | 23 + libc/musl/src/fcntl/openat.c | 19 + libc/musl/src/fcntl/posix_fadvise.c | 18 + libc/musl/src/fcntl/posix_fallocate.c | 10 + libc/musl/src/fenv/__flt_rounds.c | 19 + libc/musl/src/fenv/aarch64/fenv.s | 68 + libc/musl/src/fenv/arm/fenv-hf.S | 70 + libc/musl/src/fenv/arm/fenv.c | 3 + libc/musl/src/fenv/fegetexceptflag.c | 7 + libc/musl/src/fenv/feholdexcept.c | 8 + libc/musl/src/fenv/fenv.c | 38 + libc/musl/src/fenv/fesetexceptflag.c | 8 + libc/musl/src/fenv/fesetround.c | 23 + libc/musl/src/fenv/feupdateenv.c | 9 + libc/musl/src/fenv/i386/fenv.s | 164 + libc/musl/src/fenv/m68k/fenv.c | 85 + libc/musl/src/fenv/mips/fenv-sf.c | 3 + libc/musl/src/fenv/mips/fenv.S | 72 + libc/musl/src/fenv/mips64/fenv-sf.c | 3 + libc/musl/src/fenv/mips64/fenv.S | 72 + libc/musl/src/fenv/mipsn32/fenv-sf.c | 3 + libc/musl/src/fenv/mipsn32/fenv.S | 71 + libc/musl/src/fenv/powerpc/fenv-sf.c | 3 + libc/musl/src/fenv/powerpc/fenv.S | 130 + libc/musl/src/fenv/powerpc64/fenv.c | 69 + libc/musl/src/fenv/s390x/fenv.c | 56 + libc/musl/src/fenv/sh/fenv-nofpu.c | 3 + libc/musl/src/fenv/sh/fenv.S | 79 + libc/musl/src/fenv/x32/fenv.s | 98 + libc/musl/src/fenv/x86_64/fenv.s | 98 + libc/musl/src/include/arpa/inet.h | 8 + libc/musl/src/include/crypt.h | 16 + libc/musl/src/include/errno.h | 11 + libc/musl/src/include/features.h | 11 + libc/musl/src/include/langinfo.h | 8 + libc/musl/src/include/pthread.h | 22 + libc/musl/src/include/resolv.h | 12 + libc/musl/src/include/signal.h | 14 + libc/musl/src/include/stdio.h | 18 + libc/musl/src/include/stdlib.h | 12 + libc/musl/src/include/string.h | 11 + libc/musl/src/include/sys/auxv.h | 10 + libc/musl/src/include/sys/mman.h | 20 + libc/musl/src/include/sys/sysinfo.h | 9 + libc/musl/src/include/sys/time.h | 8 + libc/musl/src/include/time.h | 14 + libc/musl/src/include/unistd.h | 13 + libc/musl/src/internal/aarch64/syscall.s | 14 + libc/musl/src/internal/arm/syscall.s | 15 + libc/musl/src/internal/atomic.h | 318 ++ libc/musl/src/internal/dynlink.h | 108 + libc/musl/src/internal/fdpic_crt.h | 28 + libc/musl/src/internal/floatscan.c | 510 ++ libc/musl/src/internal/floatscan.h | 8 + libc/musl/src/internal/futex.h | 19 + libc/musl/src/internal/i386/syscall.s | 78 + libc/musl/src/internal/intscan.c | 100 + libc/musl/src/internal/intscan.h | 8 + libc/musl/src/internal/ksigaction.h | 13 + libc/musl/src/internal/libc.c | 10 + libc/musl/src/internal/libc.h | 57 + libc/musl/src/internal/libm.h | 199 + libc/musl/src/internal/locale_impl.h | 45 + libc/musl/src/internal/lock.h | 9 + libc/musl/src/internal/m68k/syscall.s | 9 + libc/musl/src/internal/malloc_impl.h | 46 + libc/musl/src/internal/microblaze/syscall.s | 14 + libc/musl/src/internal/mips/syscall.s | 26 + libc/musl/src/internal/mips64/syscall.s | 19 + libc/musl/src/internal/mipsn32/syscall.s | 19 + libc/musl/src/internal/or1k/syscall.s | 14 + libc/musl/src/internal/powerpc/syscall.s | 19 + libc/musl/src/internal/powerpc64/syscall.s | 17 + libc/musl/src/internal/procfdname.c | 15 + libc/musl/src/internal/pthread_impl.h | 198 + libc/musl/src/internal/s390x/syscall.s | 15 + libc/musl/src/internal/sh/__shcall.c | 6 + libc/musl/src/internal/sh/syscall.s | 23 + libc/musl/src/internal/shgetc.c | 36 + libc/musl/src/internal/shgetc.h | 32 + libc/musl/src/internal/stdio_impl.h | 114 + libc/musl/src/internal/syscall.c | 0 libc/musl/src/internal/syscall.h | 251 + libc/musl/src/internal/syscall_ret.c | 11 + libc/musl/src/internal/vdso.c | 93 + libc/musl/src/internal/version.c | 4 + libc/musl/src/internal/version.h | 1 + libc/musl/src/internal/x32/syscall.s | 13 + libc/musl/src/internal/x86_64/syscall.s | 13 + libc/musl/src/ipc/ftok.c | 10 + libc/musl/src/ipc/ipc.h | 12 + libc/musl/src/ipc/msgctl.c | 34 + libc/musl/src/ipc/msgget.c | 12 + libc/musl/src/ipc/msgrcv.c | 12 + libc/musl/src/ipc/msgsnd.c | 12 + libc/musl/src/ipc/semctl.c | 50 + libc/musl/src/ipc/semget.c | 19 + libc/musl/src/ipc/semop.c | 12 + libc/musl/src/ipc/semtimedop.c | 13 + libc/musl/src/ipc/shmat.c | 17 + libc/musl/src/ipc/shmctl.c | 34 + libc/musl/src/ipc/shmdt.c | 12 + libc/musl/src/ipc/shmget.c | 14 + libc/musl/src/ldso/__dlsym.c | 10 + libc/musl/src/ldso/aarch64/dlsym.s | 6 + libc/musl/src/ldso/aarch64/tlsdesc.s | 95 + libc/musl/src/ldso/arm/dlsym.s | 8 + libc/musl/src/ldso/arm/find_exidx.c | 42 + libc/musl/src/ldso/arm/tlsdesc.S | 72 + libc/musl/src/ldso/dl_iterate_phdr.c | 46 + libc/musl/src/ldso/dladdr.c | 9 + libc/musl/src/ldso/dlclose.c | 7 + libc/musl/src/ldso/dlerror.c | 59 + libc/musl/src/ldso/dlinfo.c | 14 + libc/musl/src/ldso/dlopen.c | 10 + libc/musl/src/ldso/dlsym.c | 7 + libc/musl/src/ldso/i386/dlsym.s | 11 + libc/musl/src/ldso/i386/tlsdesc.s | 31 + libc/musl/src/ldso/m68k/dlsym.s | 12 + libc/musl/src/ldso/microblaze/dlsym.s | 6 + libc/musl/src/ldso/mips/dlsym.s | 17 + libc/musl/src/ldso/mips64/dlsym.s | 17 + libc/musl/src/ldso/mipsn32/dlsym.s | 17 + libc/musl/src/ldso/or1k/dlsym.s | 6 + libc/musl/src/ldso/powerpc/dlsym.s | 9 + libc/musl/src/ldso/powerpc64/dlsym.s | 12 + libc/musl/src/ldso/s390x/dlsym.s | 6 + libc/musl/src/ldso/sh/dlsym.s | 11 + libc/musl/src/ldso/tlsdesc.c | 9 + libc/musl/src/ldso/x32/dlsym.s | 7 + libc/musl/src/ldso/x86_64/dlsym.s | 7 + libc/musl/src/ldso/x86_64/tlsdesc.s | 44 + libc/musl/src/legacy/cuserid.c | 14 + libc/musl/src/legacy/daemon.c | 33 + libc/musl/src/legacy/err.c | 67 + libc/musl/src/legacy/euidaccess.c | 10 + libc/musl/src/legacy/ftw.c | 11 + libc/musl/src/legacy/futimes.c | 14 + libc/musl/src/legacy/getdtablesize.c | 11 + libc/musl/src/legacy/getloadavg.c | 14 + libc/musl/src/legacy/getpagesize.c | 8 + libc/musl/src/legacy/getpass.c | 40 + libc/musl/src/legacy/getusershell.c | 32 + libc/musl/src/legacy/isastream.c | 7 + libc/musl/src/legacy/lutimes.c | 14 + libc/musl/src/legacy/ulimit.c | 19 + libc/musl/src/legacy/utmpx.c | 52 + libc/musl/src/legacy/valloc.c | 8 + libc/musl/src/linux/adjtime.c | 27 + libc/musl/src/linux/adjtimex.c | 7 + libc/musl/src/linux/arch_prctl.c | 7 + libc/musl/src/linux/brk.c | 9 + libc/musl/src/linux/cache.c | 17 + libc/musl/src/linux/cap.c | 11 + libc/musl/src/linux/chroot.c | 8 + libc/musl/src/linux/clock_adjtime.c | 7 + libc/musl/src/linux/clone.c | 21 + libc/musl/src/linux/epoll.c | 37 + libc/musl/src/linux/eventfd.c | 23 + libc/musl/src/linux/fallocate.c | 12 + libc/musl/src/linux/fanotify.c | 14 + libc/musl/src/linux/flock.c | 7 + libc/musl/src/linux/getdents.c | 10 + libc/musl/src/linux/getrandom.c | 7 + libc/musl/src/linux/inotify.c | 26 + libc/musl/src/linux/ioperm.c | 10 + libc/musl/src/linux/iopl.c | 10 + libc/musl/src/linux/klogctl.c | 7 + libc/musl/src/linux/memfd_create.c | 8 + libc/musl/src/linux/mlock2.c | 10 + libc/musl/src/linux/module.c | 11 + libc/musl/src/linux/mount.c | 17 + libc/musl/src/linux/name_to_handle_at.c | 10 + libc/musl/src/linux/open_by_handle_at.c | 8 + libc/musl/src/linux/personality.c | 8 + libc/musl/src/linux/pivot_root.c | 6 + libc/musl/src/linux/ppoll.c | 10 + libc/musl/src/linux/prctl.c | 14 + libc/musl/src/linux/prlimit.c | 26 + libc/musl/src/linux/process_vm.c | 13 + libc/musl/src/linux/ptrace.c | 29 + libc/musl/src/linux/quotactl.c | 7 + libc/musl/src/linux/readahead.c | 8 + libc/musl/src/linux/reboot.c | 7 + libc/musl/src/linux/remap_file_pages.c | 8 + libc/musl/src/linux/sbrk.c | 11 + libc/musl/src/linux/sendfile.c | 9 + libc/musl/src/linux/setfsgid.c | 7 + libc/musl/src/linux/setfsuid.c | 7 + libc/musl/src/linux/setgroups.c | 8 + libc/musl/src/linux/sethostname.c | 8 + libc/musl/src/linux/setns.c | 8 + libc/musl/src/linux/settimeofday.c | 8 + libc/musl/src/linux/signalfd.c | 21 + libc/musl/src/linux/splice.c | 8 + libc/musl/src/linux/stime.c | 9 + libc/musl/src/linux/swap.c | 12 + libc/musl/src/linux/sync_file_range.c | 17 + libc/musl/src/linux/syncfs.c | 8 + libc/musl/src/linux/sysinfo.c | 9 + libc/musl/src/linux/tee.c | 8 + libc/musl/src/linux/timerfd.c | 17 + libc/musl/src/linux/unshare.c | 8 + libc/musl/src/linux/utimes.c | 8 + libc/musl/src/linux/vhangup.c | 8 + libc/musl/src/linux/vmsplice.c | 8 + libc/musl/src/linux/wait3.c | 9 + libc/musl/src/linux/wait4.c | 9 + libc/musl/src/linux/x32/sysinfo.c | 49 + libc/musl/src/linux/xattr.c | 62 + libc/musl/src/locale/__lctrans.c | 19 + libc/musl/src/locale/__mo_lookup.c | 42 + libc/musl/src/locale/big5.h | 1085 +++++ libc/musl/src/locale/bind_textdomain_codeset.c | 11 + libc/musl/src/locale/c_locale.c | 15 + libc/musl/src/locale/catclose.c | 6 + libc/musl/src/locale/catgets.c | 6 + libc/musl/src/locale/catopen.c | 8 + libc/musl/src/locale/codepages.h | 320 ++ libc/musl/src/locale/dcngettext.c | 269 ++ libc/musl/src/locale/duplocale.c | 15 + libc/musl/src/locale/freelocale.c | 9 + libc/musl/src/locale/gb18030.h | 1866 ++++++++ libc/musl/src/locale/hkscs.h | 390 ++ libc/musl/src/locale/iconv.c | 685 +++ libc/musl/src/locale/iconv_close.c | 8 + libc/musl/src/locale/jis0208.h | 563 +++ libc/musl/src/locale/ksc.h | 650 +++ libc/musl/src/locale/langinfo.c | 73 + libc/musl/src/locale/legacychars.h | 40 + libc/musl/src/locale/locale_map.c | 113 + libc/musl/src/locale/localeconv.c | 34 + libc/musl/src/locale/newlocale.c | 58 + libc/musl/src/locale/pleval.c | 158 + libc/musl/src/locale/pleval.h | 8 + libc/musl/src/locale/revjis.h | 515 ++ libc/musl/src/locale/setlocale.c | 79 + libc/musl/src/locale/strcoll.c | 15 + libc/musl/src/locale/strfmon.c | 101 + libc/musl/src/locale/strxfrm.c | 18 + libc/musl/src/locale/textdomain.c | 42 + libc/musl/src/locale/uselocale.c | 16 + libc/musl/src/locale/wcscoll.c | 16 + libc/musl/src/locale/wcsxfrm.c | 23 + libc/musl/src/malloc/DESIGN | 22 + libc/musl/src/malloc/aligned_alloc.c | 7 + libc/musl/src/malloc/expand_heap.c | 71 + libc/musl/src/malloc/lite_malloc.c | 59 + libc/musl/src/malloc/malloc.c | 548 +++ libc/musl/src/malloc/malloc_usable_size.c | 9 + libc/musl/src/malloc/memalign.c | 54 + libc/musl/src/malloc/posix_memalign.c | 12 + libc/musl/src/math/__cos.c | 71 + libc/musl/src/math/__cosdf.c | 35 + libc/musl/src/math/__cosl.c | 96 + libc/musl/src/math/__expo2.c | 16 + libc/musl/src/math/__expo2f.c | 16 + libc/musl/src/math/__fpclassify.c | 11 + libc/musl/src/math/__fpclassifyf.c | 11 + libc/musl/src/math/__fpclassifyl.c | 42 + libc/musl/src/math/__invtrigl.c | 63 + libc/musl/src/math/__invtrigl.h | 8 + libc/musl/src/math/__polevll.c | 93 + libc/musl/src/math/__rem_pio2.c | 177 + libc/musl/src/math/__rem_pio2_large.c | 442 ++ libc/musl/src/math/__rem_pio2f.c | 75 + libc/musl/src/math/__rem_pio2l.c | 141 + libc/musl/src/math/__signbit.c | 13 + libc/musl/src/math/__signbitf.c | 11 + libc/musl/src/math/__signbitl.c | 14 + libc/musl/src/math/__sin.c | 64 + libc/musl/src/math/__sindf.c | 36 + libc/musl/src/math/__sinl.c | 78 + libc/musl/src/math/__tan.c | 110 + libc/musl/src/math/__tandf.c | 54 + libc/musl/src/math/__tanl.c | 143 + libc/musl/src/math/aarch64/ceil.c | 7 + libc/musl/src/math/aarch64/ceilf.c | 7 + libc/musl/src/math/aarch64/fabs.c | 7 + libc/musl/src/math/aarch64/fabsf.c | 7 + libc/musl/src/math/aarch64/floor.c | 7 + libc/musl/src/math/aarch64/floorf.c | 7 + libc/musl/src/math/aarch64/fma.c | 7 + libc/musl/src/math/aarch64/fmaf.c | 7 + libc/musl/src/math/aarch64/fmax.c | 7 + libc/musl/src/math/aarch64/fmaxf.c | 7 + libc/musl/src/math/aarch64/fmin.c | 7 + libc/musl/src/math/aarch64/fminf.c | 7 + libc/musl/src/math/aarch64/llrint.c | 10 + libc/musl/src/math/aarch64/llrintf.c | 10 + libc/musl/src/math/aarch64/llround.c | 8 + libc/musl/src/math/aarch64/llroundf.c | 8 + libc/musl/src/math/aarch64/lrint.c | 10 + libc/musl/src/math/aarch64/lrintf.c | 10 + libc/musl/src/math/aarch64/lround.c | 8 + libc/musl/src/math/aarch64/lroundf.c | 8 + libc/musl/src/math/aarch64/nearbyint.c | 7 + libc/musl/src/math/aarch64/nearbyintf.c | 7 + libc/musl/src/math/aarch64/rint.c | 7 + libc/musl/src/math/aarch64/rintf.c | 7 + libc/musl/src/math/aarch64/round.c | 7 + libc/musl/src/math/aarch64/roundf.c | 7 + libc/musl/src/math/aarch64/sqrt.c | 7 + libc/musl/src/math/aarch64/sqrtf.c | 7 + libc/musl/src/math/aarch64/trunc.c | 7 + libc/musl/src/math/aarch64/truncf.c | 7 + libc/musl/src/math/acos.c | 101 + libc/musl/src/math/acosf.c | 71 + libc/musl/src/math/acosh.c | 24 + libc/musl/src/math/acoshf.c | 26 + libc/musl/src/math/acoshl.c | 29 + libc/musl/src/math/acosl.c | 67 + libc/musl/src/math/arm/fabs.c | 15 + libc/musl/src/math/arm/fabsf.c | 15 + libc/musl/src/math/arm/fma.c | 15 + libc/musl/src/math/arm/fmaf.c | 15 + libc/musl/src/math/arm/sqrt.c | 15 + libc/musl/src/math/arm/sqrtf.c | 15 + libc/musl/src/math/asin.c | 107 + libc/musl/src/math/asinf.c | 61 + libc/musl/src/math/asinh.c | 28 + libc/musl/src/math/asinhf.c | 28 + libc/musl/src/math/asinhl.c | 41 + libc/musl/src/math/asinl.c | 71 + libc/musl/src/math/atan.c | 116 + libc/musl/src/math/atan2.c | 107 + libc/musl/src/math/atan2f.c | 83 + libc/musl/src/math/atan2l.c | 85 + libc/musl/src/math/atanf.c | 94 + libc/musl/src/math/atanh.c | 29 + libc/musl/src/math/atanhf.c | 28 + libc/musl/src/math/atanhl.c | 35 + libc/musl/src/math/atanl.c | 184 + libc/musl/src/math/cbrt.c | 103 + libc/musl/src/math/cbrtf.c | 66 + libc/musl/src/math/cbrtl.c | 124 + libc/musl/src/math/ceil.c | 31 + libc/musl/src/math/ceilf.c | 27 + libc/musl/src/math/ceill.c | 34 + libc/musl/src/math/copysign.c | 8 + libc/musl/src/math/copysignf.c | 10 + libc/musl/src/math/copysignl.c | 16 + libc/musl/src/math/cos.c | 77 + libc/musl/src/math/cosf.c | 78 + libc/musl/src/math/cosh.c | 40 + libc/musl/src/math/coshf.c | 33 + libc/musl/src/math/coshl.c | 47 + libc/musl/src/math/cosl.c | 39 + libc/musl/src/math/erf.c | 273 ++ libc/musl/src/math/erff.c | 183 + libc/musl/src/math/erfl.c | 353 ++ libc/musl/src/math/exp.c | 134 + libc/musl/src/math/exp10.c | 24 + libc/musl/src/math/exp10f.c | 22 + libc/musl/src/math/exp10l.c | 32 + libc/musl/src/math/exp2.c | 375 ++ libc/musl/src/math/exp2f.c | 126 + libc/musl/src/math/exp2l.c | 619 +++ libc/musl/src/math/expf.c | 83 + libc/musl/src/math/expl.c | 128 + libc/musl/src/math/expm1.c | 201 + libc/musl/src/math/expm1f.c | 111 + libc/musl/src/math/expm1l.c | 123 + libc/musl/src/math/fabs.c | 9 + libc/musl/src/math/fabsf.c | 9 + libc/musl/src/math/fabsl.c | 15 + libc/musl/src/math/fdim.c | 10 + libc/musl/src/math/fdimf.c | 10 + libc/musl/src/math/fdiml.c | 18 + libc/musl/src/math/finite.c | 7 + libc/musl/src/math/finitef.c | 7 + libc/musl/src/math/floor.c | 31 + libc/musl/src/math/floorf.c | 27 + libc/musl/src/math/floorl.c | 34 + libc/musl/src/math/fma.c | 183 + libc/musl/src/math/fmaf.c | 93 + libc/musl/src/math/fmal.c | 293 ++ libc/musl/src/math/fmax.c | 13 + libc/musl/src/math/fmaxf.c | 13 + libc/musl/src/math/fmaxl.c | 21 + libc/musl/src/math/fmin.c | 13 + libc/musl/src/math/fminf.c | 13 + libc/musl/src/math/fminl.c | 21 + libc/musl/src/math/fmod.c | 68 + libc/musl/src/math/fmodf.c | 65 + libc/musl/src/math/fmodl.c | 105 + libc/musl/src/math/frexp.c | 23 + libc/musl/src/math/frexpf.c | 23 + libc/musl/src/math/frexpl.c | 29 + libc/musl/src/math/hypot.c | 67 + libc/musl/src/math/hypotf.c | 35 + libc/musl/src/math/hypotl.c | 66 + libc/musl/src/math/i386/__invtrigl.s | 0 libc/musl/src/math/i386/acos.s | 28 + libc/musl/src/math/i386/acosf.s | 1 + libc/musl/src/math/i386/acosl.s | 1 + libc/musl/src/math/i386/asin.s | 45 + libc/musl/src/math/i386/asinf.s | 1 + libc/musl/src/math/i386/asinl.s | 1 + libc/musl/src/math/i386/atan.s | 17 + libc/musl/src/math/i386/atan2.s | 17 + libc/musl/src/math/i386/atan2f.s | 19 + libc/musl/src/math/i386/atan2l.s | 7 + libc/musl/src/math/i386/atanf.s | 19 + libc/musl/src/math/i386/atanl.s | 7 + libc/musl/src/math/i386/ceil.s | 1 + libc/musl/src/math/i386/ceilf.s | 1 + libc/musl/src/math/i386/ceill.s | 1 + libc/musl/src/math/i386/exp.s | 152 + libc/musl/src/math/i386/exp2.s | 1 + libc/musl/src/math/i386/exp2f.s | 1 + libc/musl/src/math/i386/exp2l.s | 1 + libc/musl/src/math/i386/expf.s | 1 + libc/musl/src/math/i386/expl.s | 101 + libc/musl/src/math/i386/expm1.s | 1 + libc/musl/src/math/i386/expm1f.s | 1 + libc/musl/src/math/i386/expm1l.s | 1 + libc/musl/src/math/i386/fabs.s | 6 + libc/musl/src/math/i386/fabsf.s | 6 + libc/musl/src/math/i386/fabsl.s | 6 + libc/musl/src/math/i386/floor.s | 67 + libc/musl/src/math/i386/floorf.s | 1 + libc/musl/src/math/i386/floorl.s | 1 + libc/musl/src/math/i386/fmod.s | 11 + libc/musl/src/math/i386/fmodf.s | 11 + libc/musl/src/math/i386/fmodl.s | 11 + libc/musl/src/math/i386/hypot.s | 45 + libc/musl/src/math/i386/hypotf.s | 42 + libc/musl/src/math/i386/ldexp.s | 1 + libc/musl/src/math/i386/ldexpf.s | 1 + libc/musl/src/math/i386/ldexpl.s | 1 + libc/musl/src/math/i386/llrint.s | 8 + libc/musl/src/math/i386/llrintf.s | 9 + libc/musl/src/math/i386/llrintl.s | 8 + libc/musl/src/math/i386/log.s | 7 + libc/musl/src/math/i386/log10.s | 7 + libc/musl/src/math/i386/log10f.s | 7 + libc/musl/src/math/i386/log10l.s | 7 + libc/musl/src/math/i386/log1p.s | 24 + libc/musl/src/math/i386/log1pf.s | 25 + libc/musl/src/math/i386/log1pl.s | 15 + libc/musl/src/math/i386/log2.s | 7 + libc/musl/src/math/i386/log2f.s | 7 + libc/musl/src/math/i386/log2l.s | 7 + libc/musl/src/math/i386/logf.s | 7 + libc/musl/src/math/i386/logl.s | 7 + libc/musl/src/math/i386/lrint.s | 7 + libc/musl/src/math/i386/lrintf.s | 7 + libc/musl/src/math/i386/lrintl.s | 7 + libc/musl/src/math/i386/remainder.s | 14 + libc/musl/src/math/i386/remainderf.s | 14 + libc/musl/src/math/i386/remainderl.s | 11 + libc/musl/src/math/i386/remquo.s | 50 + libc/musl/src/math/i386/remquof.s | 1 + libc/musl/src/math/i386/remquol.s | 1 + libc/musl/src/math/i386/rint.s | 6 + libc/musl/src/math/i386/rintf.s | 6 + libc/musl/src/math/i386/rintl.s | 6 + libc/musl/src/math/i386/scalbln.s | 1 + libc/musl/src/math/i386/scalblnf.s | 1 + libc/musl/src/math/i386/scalblnl.s | 1 + libc/musl/src/math/i386/scalbn.s | 33 + libc/musl/src/math/i386/scalbnf.s | 32 + libc/musl/src/math/i386/scalbnl.s | 32 + libc/musl/src/math/i386/sqrt.s | 21 + libc/musl/src/math/i386/sqrtf.s | 7 + libc/musl/src/math/i386/sqrtl.s | 5 + libc/musl/src/math/i386/trunc.s | 1 + libc/musl/src/math/i386/truncf.s | 1 + libc/musl/src/math/i386/truncl.s | 1 + libc/musl/src/math/ilogb.c | 26 + libc/musl/src/math/ilogbf.c | 26 + libc/musl/src/math/ilogbl.c | 55 + libc/musl/src/math/j0.c | 375 ++ libc/musl/src/math/j0f.c | 314 ++ libc/musl/src/math/j1.c | 362 ++ libc/musl/src/math/j1f.c | 310 ++ libc/musl/src/math/jn.c | 280 ++ libc/musl/src/math/jnf.c | 202 + libc/musl/src/math/ldexp.c | 6 + libc/musl/src/math/ldexpf.c | 6 + libc/musl/src/math/ldexpl.c | 6 + libc/musl/src/math/lgamma.c | 7 + libc/musl/src/math/lgamma_r.c | 283 ++ libc/musl/src/math/lgammaf.c | 7 + libc/musl/src/math/lgammaf_r.c | 218 + libc/musl/src/math/lgammal.c | 353 ++ libc/musl/src/math/llrint.c | 8 + libc/musl/src/math/llrintf.c | 8 + libc/musl/src/math/llrintl.c | 36 + libc/musl/src/math/llround.c | 6 + libc/musl/src/math/llroundf.c | 6 + libc/musl/src/math/llroundl.c | 6 + libc/musl/src/math/log.c | 118 + libc/musl/src/math/log10.c | 101 + libc/musl/src/math/log10f.c | 77 + libc/musl/src/math/log10l.c | 191 + libc/musl/src/math/log1p.c | 122 + libc/musl/src/math/log1pf.c | 77 + libc/musl/src/math/log1pl.c | 177 + libc/musl/src/math/log2.c | 122 + libc/musl/src/math/log2f.c | 74 + libc/musl/src/math/log2l.c | 182 + libc/musl/src/math/logb.c | 17 + libc/musl/src/math/logbf.c | 10 + libc/musl/src/math/logbl.c | 16 + libc/musl/src/math/logf.c | 69 + libc/musl/src/math/logl.c | 175 + libc/musl/src/math/lrint.c | 46 + libc/musl/src/math/lrintf.c | 8 + libc/musl/src/math/lrintl.c | 36 + libc/musl/src/math/lround.c | 6 + libc/musl/src/math/lroundf.c | 6 + libc/musl/src/math/lroundl.c | 6 + libc/musl/src/math/modf.c | 34 + libc/musl/src/math/modff.c | 34 + libc/musl/src/math/modfl.c | 53 + libc/musl/src/math/nan.c | 6 + libc/musl/src/math/nanf.c | 6 + libc/musl/src/math/nanl.c | 6 + libc/musl/src/math/nearbyint.c | 20 + libc/musl/src/math/nearbyintf.c | 18 + libc/musl/src/math/nearbyintl.c | 26 + libc/musl/src/math/nextafter.c | 31 + libc/musl/src/math/nextafterf.c | 30 + libc/musl/src/math/nextafterl.c | 75 + libc/musl/src/math/nexttoward.c | 42 + libc/musl/src/math/nexttowardf.c | 35 + libc/musl/src/math/nexttowardl.c | 6 + libc/musl/src/math/pow.c | 328 ++ libc/musl/src/math/powerpc/fabs.c | 15 + libc/musl/src/math/powerpc/fabsf.c | 15 + libc/musl/src/math/powerpc/fma.c | 15 + libc/musl/src/math/powerpc/fmaf.c | 15 + libc/musl/src/math/powerpc/sqrt.c | 15 + libc/musl/src/math/powerpc/sqrtf.c | 15 + libc/musl/src/math/powerpc64/ceil.c | 15 + libc/musl/src/math/powerpc64/ceilf.c | 15 + libc/musl/src/math/powerpc64/fabs.c | 7 + libc/musl/src/math/powerpc64/fabsf.c | 7 + libc/musl/src/math/powerpc64/floor.c | 15 + libc/musl/src/math/powerpc64/floorf.c | 15 + libc/musl/src/math/powerpc64/fma.c | 7 + libc/musl/src/math/powerpc64/fmaf.c | 7 + libc/musl/src/math/powerpc64/fmax.c | 15 + libc/musl/src/math/powerpc64/fmaxf.c | 15 + libc/musl/src/math/powerpc64/fmin.c | 15 + libc/musl/src/math/powerpc64/fminf.c | 15 + libc/musl/src/math/powerpc64/lrint.c | 16 + libc/musl/src/math/powerpc64/lrintf.c | 16 + libc/musl/src/math/powerpc64/lround.c | 18 + libc/musl/src/math/powerpc64/lroundf.c | 18 + libc/musl/src/math/powerpc64/round.c | 15 + libc/musl/src/math/powerpc64/roundf.c | 15 + libc/musl/src/math/powerpc64/sqrt.c | 7 + libc/musl/src/math/powerpc64/sqrtf.c | 7 + libc/musl/src/math/powerpc64/trunc.c | 15 + libc/musl/src/math/powerpc64/truncf.c | 15 + libc/musl/src/math/powf.c | 259 + libc/musl/src/math/powl.c | 522 +++ libc/musl/src/math/remainder.c | 9 + libc/musl/src/math/remainderf.c | 9 + libc/musl/src/math/remainderl.c | 15 + libc/musl/src/math/remquo.c | 82 + libc/musl/src/math/remquof.c | 82 + libc/musl/src/math/remquol.c | 124 + libc/musl/src/math/rint.c | 28 + libc/musl/src/math/rintf.c | 30 + libc/musl/src/math/rintl.c | 29 + libc/musl/src/math/round.c | 35 + libc/musl/src/math/roundf.c | 36 + libc/musl/src/math/roundl.c | 37 + libc/musl/src/math/s390x/ceil.c | 15 + libc/musl/src/math/s390x/ceilf.c | 15 + libc/musl/src/math/s390x/ceill.c | 15 + libc/musl/src/math/s390x/fabs.c | 15 + libc/musl/src/math/s390x/fabsf.c | 15 + libc/musl/src/math/s390x/fabsl.c | 15 + libc/musl/src/math/s390x/floor.c | 15 + libc/musl/src/math/s390x/floorf.c | 15 + libc/musl/src/math/s390x/floorl.c | 15 + libc/musl/src/math/s390x/fma.c | 7 + libc/musl/src/math/s390x/fmaf.c | 7 + libc/musl/src/math/s390x/nearbyint.c | 15 + libc/musl/src/math/s390x/nearbyintf.c | 15 + libc/musl/src/math/s390x/nearbyintl.c | 15 + libc/musl/src/math/s390x/rint.c | 15 + libc/musl/src/math/s390x/rintf.c | 15 + libc/musl/src/math/s390x/rintl.c | 15 + libc/musl/src/math/s390x/round.c | 15 + libc/musl/src/math/s390x/roundf.c | 15 + libc/musl/src/math/s390x/roundl.c | 15 + libc/musl/src/math/s390x/sqrt.c | 15 + libc/musl/src/math/s390x/sqrtf.c | 15 + libc/musl/src/math/s390x/sqrtl.c | 15 + libc/musl/src/math/s390x/trunc.c | 15 + libc/musl/src/math/s390x/truncf.c | 15 + libc/musl/src/math/s390x/truncl.c | 15 + libc/musl/src/math/scalb.c | 35 + libc/musl/src/math/scalbf.c | 32 + libc/musl/src/math/scalbln.c | 11 + libc/musl/src/math/scalblnf.c | 11 + libc/musl/src/math/scalblnl.c | 19 + libc/musl/src/math/scalbn.c | 33 + libc/musl/src/math/scalbnf.c | 31 + libc/musl/src/math/scalbnl.c | 36 + libc/musl/src/math/signgam.c | 6 + libc/musl/src/math/significand.c | 7 + libc/musl/src/math/significandf.c | 7 + libc/musl/src/math/sin.c | 78 + libc/musl/src/math/sincos.c | 69 + libc/musl/src/math/sincosf.c | 117 + libc/musl/src/math/sincosl.c | 60 + libc/musl/src/math/sinf.c | 76 + libc/musl/src/math/sinh.c | 39 + libc/musl/src/math/sinhf.c | 31 + libc/musl/src/math/sinhl.c | 43 + libc/musl/src/math/sinl.c | 41 + libc/musl/src/math/sqrt.c | 185 + libc/musl/src/math/sqrtf.c | 84 + libc/musl/src/math/sqrtl.c | 7 + libc/musl/src/math/tan.c | 70 + libc/musl/src/math/tanf.c | 64 + libc/musl/src/math/tanh.c | 45 + libc/musl/src/math/tanhf.c | 39 + libc/musl/src/math/tanhl.c | 48 + libc/musl/src/math/tanl.c | 29 + libc/musl/src/math/tgamma.c | 222 + libc/musl/src/math/tgammaf.c | 6 + libc/musl/src/math/tgammal.c | 281 ++ libc/musl/src/math/trunc.c | 19 + libc/musl/src/math/truncf.c | 19 + libc/musl/src/math/truncl.c | 34 + libc/musl/src/math/x32/__invtrigl.s | 0 libc/musl/src/math/x32/acosl.s | 16 + libc/musl/src/math/x32/asinl.s | 12 + libc/musl/src/math/x32/atan2l.s | 7 + libc/musl/src/math/x32/atanl.s | 7 + libc/musl/src/math/x32/ceill.s | 1 + libc/musl/src/math/x32/exp2l.s | 83 + libc/musl/src/math/x32/expl.s | 101 + libc/musl/src/math/x32/expm1l.s | 1 + libc/musl/src/math/x32/fabs.s | 9 + libc/musl/src/math/x32/fabsf.s | 7 + libc/musl/src/math/x32/fabsl.s | 6 + libc/musl/src/math/x32/floorl.s | 27 + libc/musl/src/math/x32/fma.c | 23 + libc/musl/src/math/x32/fmaf.c | 23 + libc/musl/src/math/x32/fmodl.s | 11 + libc/musl/src/math/x32/llrint.s | 5 + libc/musl/src/math/x32/llrintf.s | 5 + libc/musl/src/math/x32/llrintl.s | 7 + libc/musl/src/math/x32/log10l.s | 7 + libc/musl/src/math/x32/log1pl.s | 15 + libc/musl/src/math/x32/log2l.s | 7 + libc/musl/src/math/x32/logl.s | 7 + libc/musl/src/math/x32/lrint.s | 5 + libc/musl/src/math/x32/lrintf.s | 5 + libc/musl/src/math/x32/lrintl.s | 7 + libc/musl/src/math/x32/remainderl.s | 11 + libc/musl/src/math/x32/rintl.s | 6 + libc/musl/src/math/x32/sqrt.s | 4 + libc/musl/src/math/x32/sqrtf.s | 4 + libc/musl/src/math/x32/sqrtl.s | 5 + libc/musl/src/math/x32/truncl.s | 1 + libc/musl/src/math/x86_64/__invtrigl.s | 0 libc/musl/src/math/x86_64/acosl.s | 16 + libc/musl/src/math/x86_64/asinl.s | 12 + libc/musl/src/math/x86_64/atan2l.s | 7 + libc/musl/src/math/x86_64/atanl.s | 7 + libc/musl/src/math/x86_64/ceill.s | 1 + libc/musl/src/math/x86_64/exp2l.s | 83 + libc/musl/src/math/x86_64/expl.s | 101 + libc/musl/src/math/x86_64/expm1l.s | 1 + libc/musl/src/math/x86_64/fabs.s | 9 + libc/musl/src/math/x86_64/fabsf.s | 7 + libc/musl/src/math/x86_64/fabsl.s | 6 + libc/musl/src/math/x86_64/floorl.s | 27 + libc/musl/src/math/x86_64/fma.c | 23 + libc/musl/src/math/x86_64/fmaf.c | 23 + libc/musl/src/math/x86_64/fmodl.s | 11 + libc/musl/src/math/x86_64/llrint.s | 5 + libc/musl/src/math/x86_64/llrintf.s | 5 + libc/musl/src/math/x86_64/llrintl.s | 7 + libc/musl/src/math/x86_64/log10l.s | 7 + libc/musl/src/math/x86_64/log1pl.s | 15 + libc/musl/src/math/x86_64/log2l.s | 7 + libc/musl/src/math/x86_64/logl.s | 7 + libc/musl/src/math/x86_64/lrint.s | 5 + libc/musl/src/math/x86_64/lrintf.s | 5 + libc/musl/src/math/x86_64/lrintl.s | 7 + libc/musl/src/math/x86_64/remainderl.s | 11 + libc/musl/src/math/x86_64/rintl.s | 6 + libc/musl/src/math/x86_64/sqrt.s | 4 + libc/musl/src/math/x86_64/sqrtf.s | 4 + libc/musl/src/math/x86_64/sqrtl.s | 5 + libc/musl/src/math/x86_64/truncl.s | 1 + libc/musl/src/misc/a64l.c | 29 + libc/musl/src/misc/basename.c | 14 + libc/musl/src/misc/dirname.c | 14 + libc/musl/src/misc/ffs.c | 7 + libc/musl/src/misc/ffsl.c | 7 + libc/musl/src/misc/ffsll.c | 7 + libc/musl/src/misc/fmtmsg.c | 90 + libc/musl/src/misc/forkpty.c | 57 + libc/musl/src/misc/get_current_dir_name.c | 15 + libc/musl/src/misc/getauxval.c | 15 + libc/musl/src/misc/getdomainname.c | 17 + libc/musl/src/misc/getentropy.c | 33 + libc/musl/src/misc/gethostid.c | 6 + libc/musl/src/misc/getopt.c | 104 + libc/musl/src/misc/getopt_long.c | 148 + libc/musl/src/misc/getpriority.c | 9 + libc/musl/src/misc/getresgid.c | 8 + libc/musl/src/misc/getresuid.c | 8 + libc/musl/src/misc/getrlimit.c | 26 + libc/musl/src/misc/getrusage.c | 7 + libc/musl/src/misc/getsubopt.c | 23 + libc/musl/src/misc/initgroups.c | 11 + libc/musl/src/misc/ioctl.c | 13 + libc/musl/src/misc/issetugid.c | 8 + libc/musl/src/misc/lockf.c | 32 + libc/musl/src/misc/login_tty.c | 14 + libc/musl/src/misc/mntent.c | 77 + libc/musl/src/misc/nftw.c | 128 + libc/musl/src/misc/openpty.c | 40 + libc/musl/src/misc/ptsname.c | 13 + libc/musl/src/misc/pty.c | 33 + libc/musl/src/misc/realpath.c | 43 + libc/musl/src/misc/setdomainname.c | 8 + libc/musl/src/misc/setpriority.c | 7 + libc/musl/src/misc/setrlimit.c | 50 + libc/musl/src/misc/syscall.c | 21 + libc/musl/src/misc/syslog.c | 144 + libc/musl/src/misc/uname.c | 7 + libc/musl/src/misc/wordexp.c | 187 + libc/musl/src/mman/madvise.c | 9 + libc/musl/src/mman/mincore.c | 8 + libc/musl/src/mman/mlock.c | 7 + libc/musl/src/mman/mlockall.c | 7 + libc/musl/src/mman/mmap.c | 41 + libc/musl/src/mman/mprotect.c | 13 + libc/musl/src/mman/mremap.c | 32 + libc/musl/src/mman/msync.c | 7 + libc/musl/src/mman/munlock.c | 7 + libc/musl/src/mman/munlockall.c | 7 + libc/musl/src/mman/munmap.c | 13 + libc/musl/src/mman/posix_madvise.c | 9 + libc/musl/src/mman/shm_open.c | 43 + libc/musl/src/mq/mq_close.c | 7 + libc/musl/src/mq/mq_getattr.c | 7 + libc/musl/src/mq/mq_notify.c | 73 + libc/musl/src/mq/mq_open.c | 19 + libc/musl/src/mq/mq_receive.c | 6 + libc/musl/src/mq/mq_send.c | 6 + libc/musl/src/mq/mq_setattr.c | 7 + libc/musl/src/mq/mq_timedreceive.c | 7 + libc/musl/src/mq/mq_timedsend.c | 7 + libc/musl/src/mq/mq_unlink.c | 16 + libc/musl/src/multibyte/btowc.c | 10 + libc/musl/src/multibyte/c16rtomb.c | 35 + libc/musl/src/multibyte/c32rtomb.c | 7 + libc/musl/src/multibyte/internal.c | 26 + libc/musl/src/multibyte/internal.h | 24 + libc/musl/src/multibyte/mblen.c | 6 + libc/musl/src/multibyte/mbrlen.c | 7 + libc/musl/src/multibyte/mbrtoc16.c | 30 + libc/musl/src/multibyte/mbrtoc32.c | 13 + libc/musl/src/multibyte/mbrtowc.c | 51 + libc/musl/src/multibyte/mbsinit.c | 6 + libc/musl/src/multibyte/mbsnrtowcs.c | 55 + libc/musl/src/multibyte/mbsrtowcs.c | 114 + libc/musl/src/multibyte/mbstowcs.c | 7 + libc/musl/src/multibyte/mbtowc.c | 47 + libc/musl/src/multibyte/wcrtomb.c | 37 + libc/musl/src/multibyte/wcsnrtombs.c | 43 + libc/musl/src/multibyte/wcsrtombs.c | 55 + libc/musl/src/multibyte/wcstombs.c | 7 + libc/musl/src/multibyte/wctob.c | 11 + libc/musl/src/multibyte/wctomb.c | 8 + libc/musl/src/network/accept.c | 7 + libc/musl/src/network/accept4.c | 19 + libc/musl/src/network/bind.c | 7 + libc/musl/src/network/connect.c | 7 + libc/musl/src/network/dn_comp.c | 107 + libc/musl/src/network/dn_expand.c | 33 + libc/musl/src/network/dn_skipname.c | 12 + libc/musl/src/network/dns_parse.c | 33 + libc/musl/src/network/ent.c | 22 + libc/musl/src/network/ether.c | 58 + libc/musl/src/network/freeaddrinfo.c | 16 + libc/musl/src/network/gai_strerror.c | 25 + libc/musl/src/network/getaddrinfo.c | 136 + libc/musl/src/network/gethostbyaddr.c | 24 + libc/musl/src/network/gethostbyaddr_r.c | 71 + libc/musl/src/network/gethostbyname.c | 11 + libc/musl/src/network/gethostbyname2.c | 25 + libc/musl/src/network/gethostbyname2_r.c | 80 + libc/musl/src/network/gethostbyname_r.c | 11 + libc/musl/src/network/getifaddrs.c | 216 + libc/musl/src/network/getnameinfo.c | 199 + libc/musl/src/network/getpeername.c | 7 + libc/musl/src/network/getservbyname.c | 12 + libc/musl/src/network/getservbyname_r.c | 55 + libc/musl/src/network/getservbyport.c | 12 + libc/musl/src/network/getservbyport_r.c | 60 + libc/musl/src/network/getsockname.c | 7 + libc/musl/src/network/getsockopt.c | 7 + libc/musl/src/network/h_errno.c | 9 + libc/musl/src/network/herror.c | 8 + libc/musl/src/network/hstrerror.c | 18 + libc/musl/src/network/htonl.c | 8 + libc/musl/src/network/htons.c | 8 + libc/musl/src/network/if_freenameindex.c | 7 + libc/musl/src/network/if_indextoname.c | 23 + libc/musl/src/network/if_nameindex.c | 114 + libc/musl/src/network/if_nametoindex.c | 18 + libc/musl/src/network/in6addr_any.c | 3 + libc/musl/src/network/in6addr_loopback.c | 3 + libc/musl/src/network/inet_addr.c | 10 + libc/musl/src/network/inet_aton.c | 41 + libc/musl/src/network/inet_legacy.c | 32 + libc/musl/src/network/inet_ntoa.c | 10 + libc/musl/src/network/inet_ntop.c | 54 + libc/musl/src/network/inet_pton.c | 71 + libc/musl/src/network/listen.c | 7 + libc/musl/src/network/lookup.h | 55 + libc/musl/src/network/lookup_ipliteral.c | 55 + libc/musl/src/network/lookup_name.c | 416 ++ libc/musl/src/network/lookup_serv.c | 114 + libc/musl/src/network/netlink.c | 52 + libc/musl/src/network/netlink.h | 94 + libc/musl/src/network/netname.c | 12 + libc/musl/src/network/ns_parse.c | 171 + libc/musl/src/network/ntohl.c | 8 + libc/musl/src/network/ntohs.c | 8 + libc/musl/src/network/proto.c | 84 + libc/musl/src/network/recv.c | 6 + libc/musl/src/network/recvfrom.c | 7 + libc/musl/src/network/recvmmsg.c | 15 + libc/musl/src/network/recvmsg.c | 21 + libc/musl/src/network/res_init.c | 6 + libc/musl/src/network/res_mkquery.c | 43 + libc/musl/src/network/res_msend.c | 188 + libc/musl/src/network/res_query.c | 12 + libc/musl/src/network/res_querydomain.c | 14 + libc/musl/src/network/res_send.c | 9 + libc/musl/src/network/res_state.c | 9 + libc/musl/src/network/resolvconf.c | 94 + libc/musl/src/network/send.c | 6 + libc/musl/src/network/sendmmsg.c | 30 + libc/musl/src/network/sendmsg.c | 29 + libc/musl/src/network/sendto.c | 7 + libc/musl/src/network/serv.c | 14 + libc/musl/src/network/setsockopt.c | 7 + libc/musl/src/network/shutdown.c | 7 + libc/musl/src/network/sockatmark.c | 10 + libc/musl/src/network/socket.c | 21 + libc/musl/src/network/socketpair.c | 25 + libc/musl/src/passwd/fgetgrent.c | 12 + libc/musl/src/passwd/fgetpwent.c | 12 + libc/musl/src/passwd/fgetspent.c | 15 + libc/musl/src/passwd/getgr_a.c | 169 + libc/musl/src/passwd/getgr_r.c | 49 + libc/musl/src/passwd/getgrent.c | 39 + libc/musl/src/passwd/getgrent_a.c | 68 + libc/musl/src/passwd/getgrouplist.c | 80 + libc/musl/src/passwd/getpw_a.c | 142 + libc/musl/src/passwd/getpw_r.c | 42 + libc/musl/src/passwd/getpwent.c | 37 + libc/musl/src/passwd/getpwent_a.c | 54 + libc/musl/src/passwd/getspent.c | 14 + libc/musl/src/passwd/getspnam.c | 18 + libc/musl/src/passwd/getspnam_r.c | 125 + libc/musl/src/passwd/lckpwdf.c | 11 + libc/musl/src/passwd/nscd.h | 44 + libc/musl/src/passwd/nscd_query.c | 107 + libc/musl/src/passwd/putgrent.c | 17 + libc/musl/src/passwd/putpwent.c | 10 + libc/musl/src/passwd/putspent.c | 13 + libc/musl/src/passwd/pwf.h | 15 + libc/musl/src/prng/__rand48_step.c | 14 + libc/musl/src/prng/__seed48.c | 3 + libc/musl/src/prng/drand48.c | 17 + libc/musl/src/prng/lcong48.c | 8 + libc/musl/src/prng/lrand48.c | 13 + libc/musl/src/prng/mrand48.c | 13 + libc/musl/src/prng/rand.c | 15 + libc/musl/src/prng/rand48.h | 5 + libc/musl/src/prng/rand_r.c | 15 + libc/musl/src/prng/random.c | 122 + libc/musl/src/prng/seed48.c | 11 + libc/musl/src/prng/srand48.c | 6 + libc/musl/src/process/arm/vfork.s | 10 + libc/musl/src/process/execl.c | 22 + libc/musl/src/process/execle.c | 23 + libc/musl/src/process/execlp.c | 22 + libc/musl/src/process/execv.c | 8 + libc/musl/src/process/execve.c | 8 + libc/musl/src/process/execvp.c | 61 + libc/musl/src/process/fdop.h | 10 + libc/musl/src/process/fexecve.c | 16 + libc/musl/src/process/fork.c | 35 + libc/musl/src/process/i386/vfork.s | 12 + libc/musl/src/process/posix_spawn.c | 192 + libc/musl/src/process/posix_spawn_file_actions_addclose.c | 16 + libc/musl/src/process/posix_spawn_file_actions_adddup2.c | 17 + libc/musl/src/process/posix_spawn_file_actions_addopen.c | 20 + libc/musl/src/process/posix_spawn_file_actions_destroy.c | 14 + libc/musl/src/process/posix_spawn_file_actions_init.c | 7 + libc/musl/src/process/posix_spawnattr_destroy.c | 6 + libc/musl/src/process/posix_spawnattr_getflags.c | 7 + libc/musl/src/process/posix_spawnattr_getpgroup.c | 7 + libc/musl/src/process/posix_spawnattr_getsigdefault.c | 7 + libc/musl/src/process/posix_spawnattr_getsigmask.c | 7 + libc/musl/src/process/posix_spawnattr_init.c | 7 + libc/musl/src/process/posix_spawnattr_sched.c | 25 + libc/musl/src/process/posix_spawnattr_setflags.c | 18 + libc/musl/src/process/posix_spawnattr_setpgroup.c | 7 + libc/musl/src/process/posix_spawnattr_setsigdefault.c | 7 + libc/musl/src/process/posix_spawnattr_setsigmask.c | 7 + libc/musl/src/process/posix_spawnp.c | 13 + libc/musl/src/process/s390x/vfork.s | 6 + libc/musl/src/process/sh/vfork.s | 20 + libc/musl/src/process/system.c | 46 + libc/musl/src/process/vfork.c | 14 + libc/musl/src/process/wait.c | 6 + libc/musl/src/process/waitid.c | 7 + libc/musl/src/process/waitpid.c | 7 + libc/musl/src/process/x32/vfork.s | 10 + libc/musl/src/process/x86_64/vfork.s | 10 + libc/musl/src/regex/fnmatch.c | 321 ++ libc/musl/src/regex/glob.c | 264 ++ libc/musl/src/regex/regcomp.c | 2953 ++++++++++++ libc/musl/src/regex/regerror.c | 37 + libc/musl/src/regex/regexec.c | 1028 ++++ libc/musl/src/regex/tre-mem.c | 158 + libc/musl/src/regex/tre.h | 231 + libc/musl/src/sched/affinity.c | 33 + libc/musl/src/sched/sched_cpucount.c | 11 + libc/musl/src/sched/sched_get_priority_max.c | 12 + libc/musl/src/sched/sched_getcpu.c | 42 + libc/musl/src/sched/sched_getparam.c | 8 + libc/musl/src/sched/sched_getscheduler.c | 8 + libc/musl/src/sched/sched_rr_get_interval.c | 7 + libc/musl/src/sched/sched_setparam.c | 8 + libc/musl/src/sched/sched_setscheduler.c | 8 + libc/musl/src/sched/sched_yield.c | 7 + libc/musl/src/search/hsearch.c | 153 + libc/musl/src/search/insque.c | 32 + libc/musl/src/search/lsearch.c | 31 + libc/musl/src/search/tdelete.c | 49 + libc/musl/src/search/tdestroy.c | 16 + libc/musl/src/search/tfind.c | 20 + libc/musl/src/search/tsearch.c | 92 + libc/musl/src/search/tsearch.h | 13 + libc/musl/src/search/twalk.c | 22 + libc/musl/src/select/poll.c | 15 + libc/musl/src/select/pselect.c | 12 + libc/musl/src/select/select.c | 25 + libc/musl/src/setjmp/aarch64/longjmp.s | 24 + libc/musl/src/setjmp/aarch64/setjmp.s | 24 + libc/musl/src/setjmp/arm/longjmp.s | 43 + libc/musl/src/setjmp/arm/setjmp.s | 45 + libc/musl/src/setjmp/i386/longjmp.s | 20 + libc/musl/src/setjmp/i386/setjmp.s | 23 + libc/musl/src/setjmp/longjmp.c | 0 libc/musl/src/setjmp/m68k/longjmp.s | 14 + libc/musl/src/setjmp/m68k/setjmp.s | 18 + libc/musl/src/setjmp/microblaze/longjmp.s | 29 + libc/musl/src/setjmp/microblaze/setjmp.s | 32 + libc/musl/src/setjmp/mips/longjmp.S | 40 + libc/musl/src/setjmp/mips/setjmp.S | 39 + libc/musl/src/setjmp/mips64/longjmp.S | 37 + libc/musl/src/setjmp/mips64/setjmp.S | 34 + libc/musl/src/setjmp/mipsn32/longjmp.S | 36 + libc/musl/src/setjmp/mipsn32/setjmp.S | 34 + libc/musl/src/setjmp/or1k/longjmp.s | 25 + libc/musl/src/setjmp/or1k/setjmp.s | 27 + libc/musl/src/setjmp/powerpc/longjmp.S | 69 + libc/musl/src/setjmp/powerpc/setjmp.S | 63 + libc/musl/src/setjmp/powerpc64/longjmp.s | 81 + libc/musl/src/setjmp/powerpc64/setjmp.s | 89 + libc/musl/src/setjmp/s390x/longjmp.s | 23 + libc/musl/src/setjmp/s390x/setjmp.s | 25 + libc/musl/src/setjmp/setjmp.c | 0 libc/musl/src/setjmp/sh/longjmp.S | 28 + libc/musl/src/setjmp/sh/setjmp.S | 32 + libc/musl/src/setjmp/x32/longjmp.s | 22 + libc/musl/src/setjmp/x32/setjmp.s | 22 + libc/musl/src/setjmp/x86_64/longjmp.s | 22 + libc/musl/src/setjmp/x86_64/setjmp.s | 22 + libc/musl/src/signal/aarch64/restore.s | 10 + libc/musl/src/signal/aarch64/sigsetjmp.s | 21 + libc/musl/src/signal/arm/restore.s | 15 + libc/musl/src/signal/arm/sigsetjmp.s | 23 + libc/musl/src/signal/block.c | 44 + libc/musl/src/signal/getitimer.c | 7 + libc/musl/src/signal/i386/restore.s | 14 + libc/musl/src/signal/i386/sigsetjmp.s | 26 + libc/musl/src/signal/kill.c | 7 + libc/musl/src/signal/killpg.c | 11 + libc/musl/src/signal/m68k/sigsetjmp.s | 29 + libc/musl/src/signal/microblaze/restore.s | 13 + libc/musl/src/signal/microblaze/sigsetjmp.s | 22 + libc/musl/src/signal/mips/restore.s | 15 + libc/musl/src/signal/mips/sigsetjmp.s | 33 + libc/musl/src/signal/mips64/restore.s | 11 + libc/musl/src/signal/mips64/sigsetjmp.s | 38 + libc/musl/src/signal/mipsn32/restore.s | 11 + libc/musl/src/signal/mipsn32/sigsetjmp.s | 38 + libc/musl/src/signal/or1k/sigsetjmp.s | 24 + libc/musl/src/signal/powerpc/restore.s | 13 + libc/musl/src/signal/powerpc/sigsetjmp.s | 27 + libc/musl/src/signal/powerpc64/restore.s | 13 + libc/musl/src/signal/powerpc64/sigsetjmp.s | 37 + libc/musl/src/signal/psiginfo.c | 6 + libc/musl/src/signal/psignal.c | 27 + libc/musl/src/signal/raise.c | 13 + libc/musl/src/signal/restore.c | 12 + libc/musl/src/signal/s390x/restore.s | 11 + libc/musl/src/signal/s390x/sigsetjmp.s | 23 + libc/musl/src/signal/setitimer.c | 7 + libc/musl/src/signal/sh/restore.s | 24 + libc/musl/src/signal/sh/sigsetjmp.s | 41 + libc/musl/src/signal/sigaction.c | 88 + libc/musl/src/signal/sigaddset.c | 13 + libc/musl/src/signal/sigaltstack.c | 18 + libc/musl/src/signal/sigandset.c | 12 + libc/musl/src/signal/sigdelset.c | 13 + libc/musl/src/signal/sigemptyset.c | 13 + libc/musl/src/signal/sigfillset.c | 18 + libc/musl/src/signal/sighold.c | 10 + libc/musl/src/signal/sigignore.c | 11 + libc/musl/src/signal/siginterrupt.c | 12 + libc/musl/src/signal/sigisemptyset.c | 10 + libc/musl/src/signal/sigismember.c | 8 + libc/musl/src/signal/siglongjmp.c | 9 + libc/musl/src/signal/signal.c | 13 + libc/musl/src/signal/sigorset.c | 12 + libc/musl/src/signal/sigpause.c | 9 + libc/musl/src/signal/sigpending.c | 7 + libc/musl/src/signal/sigprocmask.c | 10 + libc/musl/src/signal/sigqueue.c | 22 + libc/musl/src/signal/sigrelse.c | 10 + libc/musl/src/signal/sigrtmax.c | 6 + libc/musl/src/signal/sigrtmin.c | 6 + libc/musl/src/signal/sigset.c | 27 + libc/musl/src/signal/sigsetjmp.c | 0 libc/musl/src/signal/sigsetjmp_tail.c | 10 + libc/musl/src/signal/sigsuspend.c | 7 + libc/musl/src/signal/sigtimedwait.c | 12 + libc/musl/src/signal/sigwait.c | 10 + libc/musl/src/signal/sigwaitinfo.c | 6 + libc/musl/src/signal/x32/restore.s | 8 + libc/musl/src/signal/x32/sigsetjmp.s | 25 + libc/musl/src/signal/x86_64/restore.s | 8 + libc/musl/src/signal/x86_64/sigsetjmp.s | 24 + libc/musl/src/stat/__xstat.c | 36 + libc/musl/src/stat/chmod.c | 12 + libc/musl/src/stat/fchmod.c | 19 + libc/musl/src/stat/fchmodat.c | 37 + libc/musl/src/stat/fstat.c | 21 + libc/musl/src/stat/fstatat.c | 9 + libc/musl/src/stat/futimens.c | 6 + libc/musl/src/stat/futimesat.c | 22 + libc/musl/src/stat/lchmod.c | 8 + libc/musl/src/stat/lstat.c | 14 + libc/musl/src/stat/mkdir.c | 12 + libc/musl/src/stat/mkdirat.c | 7 + libc/musl/src/stat/mkfifo.c | 6 + libc/musl/src/stat/mkfifoat.c | 6 + libc/musl/src/stat/mknod.c | 12 + libc/musl/src/stat/mknodat.c | 7 + libc/musl/src/stat/stat.c | 14 + libc/musl/src/stat/statvfs.c | 63 + libc/musl/src/stat/umask.c | 7 + libc/musl/src/stat/utimensat.c | 37 + libc/musl/src/stdio/__fclose_ca.c | 6 + libc/musl/src/stdio/__fdopen.c | 61 + libc/musl/src/stdio/__fmodeflags.c | 16 + libc/musl/src/stdio/__fopen_rb_ca.c | 22 + libc/musl/src/stdio/__lockfile.c | 23 + libc/musl/src/stdio/__overflow.c | 10 + libc/musl/src/stdio/__stdio_close.c | 13 + libc/musl/src/stdio/__stdio_exit.c | 25 + libc/musl/src/stdio/__stdio_read.c | 24 + libc/musl/src/stdio/__stdio_seek.c | 13 + libc/musl/src/stdio/__stdio_write.c | 34 + libc/musl/src/stdio/__stdout_write.c | 11 + libc/musl/src/stdio/__string_read.c | 16 + libc/musl/src/stdio/__toread.c | 19 + libc/musl/src/stdio/__towrite.c | 23 + libc/musl/src/stdio/__uflow.c | 11 + libc/musl/src/stdio/asprintf.c | 13 + libc/musl/src/stdio/clearerr.c | 10 + libc/musl/src/stdio/dprintf.c | 12 + libc/musl/src/stdio/ext.c | 57 + libc/musl/src/stdio/ext2.c | 24 + libc/musl/src/stdio/fclose.c | 38 + libc/musl/src/stdio/feof.c | 14 + libc/musl/src/stdio/ferror.c | 14 + libc/musl/src/stdio/fflush.c | 47 + libc/musl/src/stdio/fgetc.c | 7 + libc/musl/src/stdio/fgetln.c | 21 + libc/musl/src/stdio/fgetpos.c | 11 + libc/musl/src/stdio/fgets.c | 48 + libc/musl/src/stdio/fgetwc.c | 62 + libc/musl/src/stdio/fgetws.c | 33 + libc/musl/src/stdio/fileno.c | 16 + libc/musl/src/stdio/flockfile.c | 9 + libc/musl/src/stdio/fmemopen.c | 127 + libc/musl/src/stdio/fopen.c | 33 + libc/musl/src/stdio/fopencookie.c | 135 + libc/musl/src/stdio/fprintf.c | 12 + libc/musl/src/stdio/fputc.c | 7 + libc/musl/src/stdio/fputs.c | 10 + libc/musl/src/stdio/fputwc.c | 40 + libc/musl/src/stdio/fputws.c | 29 + libc/musl/src/stdio/fread.c | 38 + libc/musl/src/stdio/freopen.c | 53 + libc/musl/src/stdio/fscanf.c | 14 + libc/musl/src/stdio/fseek.c | 43 + libc/musl/src/stdio/fsetpos.c | 8 + libc/musl/src/stdio/ftell.c | 41 + libc/musl/src/stdio/ftrylockfile.c | 46 + libc/musl/src/stdio/funlockfile.c | 13 + libc/musl/src/stdio/fwide.c | 16 + libc/musl/src/stdio/fwprintf.c | 13 + libc/musl/src/stdio/fwrite.c | 38 + libc/musl/src/stdio/fwscanf.c | 15 + libc/musl/src/stdio/getc.c | 9 + libc/musl/src/stdio/getc.h | 22 + libc/musl/src/stdio/getc_unlocked.c | 9 + libc/musl/src/stdio/getchar.c | 7 + libc/musl/src/stdio/getchar_unlocked.c | 6 + libc/musl/src/stdio/getdelim.c | 81 + libc/musl/src/stdio/getline.c | 6 + libc/musl/src/stdio/gets.c | 10 + libc/musl/src/stdio/getw.c | 8 + libc/musl/src/stdio/getwc.c | 7 + libc/musl/src/stdio/getwchar.c | 9 + libc/musl/src/stdio/ofl.c | 16 + libc/musl/src/stdio/ofl_add.c | 11 + libc/musl/src/stdio/open_memstream.c | 99 + libc/musl/src/stdio/open_wmemstream.c | 102 + libc/musl/src/stdio/pclose.c | 13 + libc/musl/src/stdio/perror.c | 30 + libc/musl/src/stdio/popen.c | 73 + libc/musl/src/stdio/printf.c | 12 + libc/musl/src/stdio/putc.c | 9 + libc/musl/src/stdio/putc.h | 22 + libc/musl/src/stdio/putc_unlocked.c | 9 + libc/musl/src/stdio/putchar.c | 7 + libc/musl/src/stdio/putchar_unlocked.c | 6 + libc/musl/src/stdio/puts.c | 10 + libc/musl/src/stdio/putw.c | 7 + libc/musl/src/stdio/putwc.c | 7 + libc/musl/src/stdio/putwchar.c | 9 + libc/musl/src/stdio/remove.c | 19 + libc/musl/src/stdio/rename.c | 12 + libc/musl/src/stdio/rewind.c | 9 + libc/musl/src/stdio/scanf.c | 14 + libc/musl/src/stdio/setbuf.c | 6 + libc/musl/src/stdio/setbuffer.c | 7 + libc/musl/src/stdio/setlinebuf.c | 7 + libc/musl/src/stdio/setvbuf.c | 27 + libc/musl/src/stdio/snprintf.c | 13 + libc/musl/src/stdio/sprintf.c | 12 + libc/musl/src/stdio/sscanf.c | 14 + libc/musl/src/stdio/stderr.c | 18 + libc/musl/src/stdio/stdin.c | 17 + libc/musl/src/stdio/stdout.c | 18 + libc/musl/src/stdio/swprintf.c | 13 + libc/musl/src/stdio/swscanf.c | 14 + libc/musl/src/stdio/tempnam.c | 48 + libc/musl/src/stdio/tmpfile.c | 31 + libc/musl/src/stdio/tmpnam.c | 28 + libc/musl/src/stdio/ungetc.c | 20 + libc/musl/src/stdio/ungetwc.c | 35 + libc/musl/src/stdio/vasprintf.c | 15 + libc/musl/src/stdio/vdprintf.c | 16 + libc/musl/src/stdio/vfprintf.c | 696 +++ libc/musl/src/stdio/vfscanf.c | 336 ++ libc/musl/src/stdio/vfwprintf.c | 363 ++ libc/musl/src/stdio/vfwscanf.c | 332 ++ libc/musl/src/stdio/vprintf.c | 6 + libc/musl/src/stdio/vscanf.c | 9 + libc/musl/src/stdio/vsnprintf.c | 55 + libc/musl/src/stdio/vsprintf.c | 7 + libc/musl/src/stdio/vsscanf.c | 17 + libc/musl/src/stdio/vswprintf.c | 60 + libc/musl/src/stdio/vswscanf.c | 38 + libc/musl/src/stdio/vwprintf.c | 7 + libc/musl/src/stdio/vwscanf.c | 10 + libc/musl/src/stdio/wprintf.c | 13 + libc/musl/src/stdio/wscanf.c | 15 + libc/musl/src/stdlib/abs.c | 6 + libc/musl/src/stdlib/atof.c | 6 + libc/musl/src/stdlib/atoi.c | 16 + libc/musl/src/stdlib/atol.c | 17 + libc/musl/src/stdlib/atoll.c | 17 + libc/musl/src/stdlib/bsearch.c | 20 + libc/musl/src/stdlib/div.c | 6 + libc/musl/src/stdlib/ecvt.c | 20 + libc/musl/src/stdlib/fcvt.c | 25 + libc/musl/src/stdlib/gcvt.c | 9 + libc/musl/src/stdlib/imaxabs.c | 6 + libc/musl/src/stdlib/imaxdiv.c | 6 + libc/musl/src/stdlib/labs.c | 6 + libc/musl/src/stdlib/ldiv.c | 6 + libc/musl/src/stdlib/llabs.c | 6 + libc/musl/src/stdlib/lldiv.c | 6 + libc/musl/src/stdlib/qsort.c | 218 + libc/musl/src/stdlib/strtod.c | 37 + libc/musl/src/stdlib/strtol.c | 56 + libc/musl/src/stdlib/wcstod.c | 65 + libc/musl/src/stdlib/wcstol.c | 82 + libc/musl/src/string/arm/__aeabi_memcpy.s | 45 + libc/musl/src/string/arm/__aeabi_memset.s | 31 + libc/musl/src/string/arm/memcpy.c | 3 + libc/musl/src/string/arm/memcpy_le.S | 383 ++ libc/musl/src/string/bcmp.c | 8 + libc/musl/src/string/bcopy.c | 8 + libc/musl/src/string/bzero.c | 8 + libc/musl/src/string/explicit_bzero.c | 8 + libc/musl/src/string/i386/memcpy.s | 32 + libc/musl/src/string/i386/memmove.s | 22 + libc/musl/src/string/i386/memset.s | 76 + libc/musl/src/string/index.c | 8 + libc/musl/src/string/memccpy.c | 34 + libc/musl/src/string/memchr.c | 27 + libc/musl/src/string/memcmp.c | 8 + libc/musl/src/string/memcpy.c | 124 + libc/musl/src/string/memmem.c | 149 + libc/musl/src/string/memmove.c | 42 + libc/musl/src/string/mempcpy.c | 7 + libc/musl/src/string/memrchr.c | 11 + libc/musl/src/string/memset.c | 90 + libc/musl/src/string/rindex.c | 8 + libc/musl/src/string/stpcpy.c | 29 + libc/musl/src/string/stpncpy.c | 32 + libc/musl/src/string/strcasecmp.c | 16 + libc/musl/src/string/strcasestr.c | 9 + libc/musl/src/string/strcat.c | 7 + libc/musl/src/string/strchr.c | 7 + libc/musl/src/string/strchrnul.c | 28 + libc/musl/src/string/strcmp.c | 7 + libc/musl/src/string/strcpy.c | 7 + libc/musl/src/string/strcspn.c | 17 + libc/musl/src/string/strdup.c | 10 + libc/musl/src/string/strerror_r.c | 19 + libc/musl/src/string/strlcat.c | 9 + libc/musl/src/string/strlcpy.c | 34 + libc/musl/src/string/strlen.c | 22 + libc/musl/src/string/strncasecmp.c | 17 + libc/musl/src/string/strncat.c | 10 + libc/musl/src/string/strncmp.c | 9 + libc/musl/src/string/strncpy.c | 7 + libc/musl/src/string/strndup.c | 12 + libc/musl/src/string/strnlen.c | 7 + libc/musl/src/string/strpbrk.c | 7 + libc/musl/src/string/strrchr.c | 6 + libc/musl/src/string/strsep.c | 13 + libc/musl/src/string/strsignal.c | 116 + libc/musl/src/string/strspn.c | 20 + libc/musl/src/string/strstr.c | 154 + libc/musl/src/string/strtok.c | 13 + libc/musl/src/string/strtok_r.c | 12 + libc/musl/src/string/strverscmp.c | 34 + libc/musl/src/string/swab.c | 13 + libc/musl/src/string/wcpcpy.c | 6 + libc/musl/src/string/wcpncpy.c | 6 + libc/musl/src/string/wcscasecmp.c | 7 + libc/musl/src/string/wcscasecmp_l.c | 6 + libc/musl/src/string/wcscat.c | 7 + libc/musl/src/string/wcschr.c | 8 + libc/musl/src/string/wcscmp.c | 7 + libc/musl/src/string/wcscpy.c | 8 + libc/musl/src/string/wcscspn.c | 10 + libc/musl/src/string/wcsdup.c | 10 + libc/musl/src/string/wcslen.c | 8 + libc/musl/src/string/wcsncasecmp.c | 9 + libc/musl/src/string/wcsncasecmp_l.c | 6 + libc/musl/src/string/wcsncat.c | 10 + libc/musl/src/string/wcsncmp.c | 7 + libc/musl/src/string/wcsncpy.c | 9 + libc/musl/src/string/wcsnlen.c | 8 + libc/musl/src/string/wcspbrk.c | 7 + libc/musl/src/string/wcsrchr.c | 8 + libc/musl/src/string/wcsspn.c | 8 + libc/musl/src/string/wcsstr.c | 105 + libc/musl/src/string/wcstok.c | 12 + libc/musl/src/string/wcswcs.c | 6 + libc/musl/src/string/wmemchr.c | 7 + libc/musl/src/string/wmemcmp.c | 7 + libc/musl/src/string/wmemcpy.c | 8 + libc/musl/src/string/wmemmove.c | 13 + libc/musl/src/string/wmemset.c | 8 + libc/musl/src/string/x86_64/memcpy.s | 25 + libc/musl/src/string/x86_64/memmove.s | 16 + libc/musl/src/string/x86_64/memset.s | 72 + libc/musl/src/temp/__randname.c | 18 + libc/musl/src/temp/mkdtemp.c | 23 + libc/musl/src/temp/mkostemp.c | 9 + libc/musl/src/temp/mkostemps.c | 29 + libc/musl/src/temp/mkstemp.c | 8 + libc/musl/src/temp/mkstemps.c | 9 + libc/musl/src/temp/mktemp.c | 30 + libc/musl/src/termios/cfgetospeed.c | 13 + libc/musl/src/termios/cfmakeraw.c | 13 + libc/musl/src/termios/cfsetospeed.c | 22 + libc/musl/src/termios/tcdrain.c | 8 + libc/musl/src/termios/tcflow.c | 7 + libc/musl/src/termios/tcflush.c | 7 + libc/musl/src/termios/tcgetattr.c | 9 + libc/musl/src/termios/tcgetsid.c | 10 + libc/musl/src/termios/tcsendbreak.c | 8 + libc/musl/src/termios/tcsetattr.c | 12 + libc/musl/src/thread/__lock.c | 60 + libc/musl/src/thread/__set_thread_area.c | 10 + libc/musl/src/thread/__syscall_cp.c | 20 + libc/musl/src/thread/__timedwait.c | 51 + libc/musl/src/thread/__tls_get_addr.c | 12 + libc/musl/src/thread/__unmapself.c | 29 + libc/musl/src/thread/__wait.c | 17 + libc/musl/src/thread/aarch64/__set_thread_area.s | 7 + libc/musl/src/thread/aarch64/__unmapself.s | 7 + libc/musl/src/thread/aarch64/clone.s | 30 + libc/musl/src/thread/aarch64/syscall_cp.s | 32 + libc/musl/src/thread/arm/__aeabi_read_tp.s | 10 + libc/musl/src/thread/arm/__set_thread_area.c | 52 + libc/musl/src/thread/arm/__unmapself.s | 9 + libc/musl/src/thread/arm/atomics.s | 106 + libc/musl/src/thread/arm/clone.s | 32 + libc/musl/src/thread/arm/syscall_cp.s | 29 + libc/musl/src/thread/call_once.c | 7 + libc/musl/src/thread/clone.c | 7 + libc/musl/src/thread/cnd_broadcast.c | 9 + libc/musl/src/thread/cnd_destroy.c | 6 + libc/musl/src/thread/cnd_init.c | 7 + libc/musl/src/thread/cnd_signal.c | 9 + libc/musl/src/thread/cnd_timedwait.c | 14 + libc/musl/src/thread/cnd_wait.c | 9 + libc/musl/src/thread/default_attr.c | 4 + libc/musl/src/thread/i386/__set_thread_area.s | 46 + libc/musl/src/thread/i386/__unmapself.s | 11 + libc/musl/src/thread/i386/clone.s | 49 + libc/musl/src/thread/i386/syscall_cp.s | 41 + libc/musl/src/thread/i386/tls.s | 17 + libc/musl/src/thread/lock_ptc.c | 18 + libc/musl/src/thread/m68k/__m68k_read_tp.s | 8 + libc/musl/src/thread/m68k/clone.s | 25 + libc/musl/src/thread/m68k/syscall_cp.s | 26 + libc/musl/src/thread/microblaze/__set_thread_area.s | 7 + libc/musl/src/thread/microblaze/__unmapself.s | 8 + libc/musl/src/thread/microblaze/clone.s | 30 + libc/musl/src/thread/microblaze/syscall_cp.s | 27 + libc/musl/src/thread/mips/__unmapself.s | 10 + libc/musl/src/thread/mips/clone.s | 36 + libc/musl/src/thread/mips/syscall_cp.s | 53 + libc/musl/src/thread/mips64/__unmapself.s | 9 + libc/musl/src/thread/mips64/clone.s | 34 + libc/musl/src/thread/mips64/syscall_cp.s | 52 + libc/musl/src/thread/mipsn32/__unmapself.s | 9 + libc/musl/src/thread/mipsn32/clone.s | 34 + libc/musl/src/thread/mipsn32/syscall_cp.s | 51 + libc/musl/src/thread/mtx_destroy.c | 5 + libc/musl/src/thread/mtx_init.c | 10 + libc/musl/src/thread/mtx_lock.c | 12 + libc/musl/src/thread/mtx_timedlock.c | 13 + libc/musl/src/thread/mtx_trylock.c | 15 + libc/musl/src/thread/mtx_unlock.c | 10 + libc/musl/src/thread/or1k/__set_thread_area.s | 7 + libc/musl/src/thread/or1k/__unmapself.s | 8 + libc/musl/src/thread/or1k/clone.s | 31 + libc/musl/src/thread/or1k/syscall_cp.s | 29 + libc/musl/src/thread/powerpc/__set_thread_area.s | 12 + libc/musl/src/thread/powerpc/__unmapself.s | 9 + libc/musl/src/thread/powerpc/clone.s | 73 + libc/musl/src/thread/powerpc/syscall_cp.s | 59 + libc/musl/src/thread/powerpc64/__set_thread_area.s | 9 + libc/musl/src/thread/powerpc64/__unmapself.s | 9 + libc/musl/src/thread/powerpc64/clone.s | 48 + libc/musl/src/thread/powerpc64/syscall_cp.s | 44 + libc/musl/src/thread/pthread_atfork.c | 49 + libc/musl/src/thread/pthread_attr_destroy.c | 6 + libc/musl/src/thread/pthread_attr_get.c | 98 + libc/musl/src/thread/pthread_attr_init.c | 11 + libc/musl/src/thread/pthread_attr_setdetachstate.c | 8 + libc/musl/src/thread/pthread_attr_setguardsize.c | 8 + libc/musl/src/thread/pthread_attr_setinheritsched.c | 28 + libc/musl/src/thread/pthread_attr_setschedparam.c | 7 + libc/musl/src/thread/pthread_attr_setschedpolicy.c | 7 + libc/musl/src/thread/pthread_attr_setscope.c | 13 + libc/musl/src/thread/pthread_attr_setstack.c | 9 + libc/musl/src/thread/pthread_attr_setstacksize.c | 9 + libc/musl/src/thread/pthread_barrier_destroy.c | 15 + libc/musl/src/thread/pthread_barrier_init.c | 8 + libc/musl/src/thread/pthread_barrier_wait.c | 111 + libc/musl/src/thread/pthread_barrierattr_destroy.c | 6 + libc/musl/src/thread/pthread_barrierattr_init.c | 7 + libc/musl/src/thread/pthread_barrierattr_setpshared.c | 8 + libc/musl/src/thread/pthread_cancel.c | 101 + libc/musl/src/thread/pthread_cleanup_push.c | 20 + libc/musl/src/thread/pthread_cond_broadcast.c | 10 + libc/musl/src/thread/pthread_cond_destroy.c | 14 + libc/musl/src/thread/pthread_cond_init.c | 11 + libc/musl/src/thread/pthread_cond_signal.c | 10 + libc/musl/src/thread/pthread_cond_timedwait.c | 209 + libc/musl/src/thread/pthread_cond_wait.c | 6 + libc/musl/src/thread/pthread_condattr_destroy.c | 6 + libc/musl/src/thread/pthread_condattr_init.c | 7 + libc/musl/src/thread/pthread_condattr_setclock.c | 9 + libc/musl/src/thread/pthread_condattr_setpshared.c | 9 + libc/musl/src/thread/pthread_create.c | 314 ++ libc/musl/src/thread/pthread_detach.c | 14 + libc/musl/src/thread/pthread_equal.c | 10 + libc/musl/src/thread/pthread_getattr_np.c | 24 + libc/musl/src/thread/pthread_getconcurrency.c | 6 + libc/musl/src/thread/pthread_getcpuclockid.c | 7 + libc/musl/src/thread/pthread_getschedparam.c | 18 + libc/musl/src/thread/pthread_getspecific.c | 11 + libc/musl/src/thread/pthread_join.c | 34 + libc/musl/src/thread/pthread_key_create.c | 131 + libc/musl/src/thread/pthread_key_delete.c | 14 + libc/musl/src/thread/pthread_kill.c | 12 + libc/musl/src/thread/pthread_mutex_consistent.c | 10 + libc/musl/src/thread/pthread_mutex_destroy.c | 6 + libc/musl/src/thread/pthread_mutex_getprioceiling.c | 6 + libc/musl/src/thread/pthread_mutex_init.c | 8 + libc/musl/src/thread/pthread_mutex_lock.c | 12 + libc/musl/src/thread/pthread_mutex_setprioceiling.c | 6 + libc/musl/src/thread/pthread_mutex_timedlock.c | 35 + libc/musl/src/thread/pthread_mutex_trylock.c | 58 + libc/musl/src/thread/pthread_mutex_unlock.c | 37 + libc/musl/src/thread/pthread_mutexattr_destroy.c | 6 + libc/musl/src/thread/pthread_mutexattr_init.c | 7 + libc/musl/src/thread/pthread_mutexattr_setprotocol.c | 7 + libc/musl/src/thread/pthread_mutexattr_setpshared.c | 9 + libc/musl/src/thread/pthread_mutexattr_setrobust.c | 25 + libc/musl/src/thread/pthread_mutexattr_settype.c | 8 + libc/musl/src/thread/pthread_once.c | 50 + libc/musl/src/thread/pthread_rwlock_destroy.c | 6 + libc/musl/src/thread/pthread_rwlock_init.c | 8 + libc/musl/src/thread/pthread_rwlock_rdlock.c | 6 + libc/musl/src/thread/pthread_rwlock_timedrdlock.c | 23 + libc/musl/src/thread/pthread_rwlock_timedwrlock.c | 23 + libc/musl/src/thread/pthread_rwlock_tryrdlock.c | 13 + libc/musl/src/thread/pthread_rwlock_trywrlock.c | 7 + libc/musl/src/thread/pthread_rwlock_unlock.c | 18 + libc/musl/src/thread/pthread_rwlock_wrlock.c | 6 + libc/musl/src/thread/pthread_rwlockattr_destroy.c | 6 + libc/musl/src/thread/pthread_rwlockattr_init.c | 7 + libc/musl/src/thread/pthread_rwlockattr_setpshared.c | 8 + libc/musl/src/thread/pthread_self.c | 10 + libc/musl/src/thread/pthread_setattr_default_np.c | 37 + libc/musl/src/thread/pthread_setcancelstate.c | 12 + libc/musl/src/thread/pthread_setcanceltype.c | 11 + libc/musl/src/thread/pthread_setconcurrency.c | 9 + libc/musl/src/thread/pthread_setname_np.c | 26 + libc/musl/src/thread/pthread_setschedparam.c | 11 + libc/musl/src/thread/pthread_setschedprio.c | 11 + libc/musl/src/thread/pthread_setspecific.c | 12 + libc/musl/src/thread/pthread_sigmask.c | 19 + libc/musl/src/thread/pthread_spin_destroy.c | 6 + libc/musl/src/thread/pthread_spin_init.c | 6 + libc/musl/src/thread/pthread_spin_lock.c | 8 + libc/musl/src/thread/pthread_spin_trylock.c | 7 + libc/musl/src/thread/pthread_spin_unlock.c | 7 + libc/musl/src/thread/pthread_testcancel.c | 14 + libc/musl/src/thread/s390x/__set_thread_area.s | 10 + libc/musl/src/thread/s390x/__tls_get_offset.s | 17 + libc/musl/src/thread/s390x/__unmapself.s | 6 + libc/musl/src/thread/s390x/clone.s | 48 + libc/musl/src/thread/s390x/syscall_cp.s | 32 + libc/musl/src/thread/sem_destroy.c | 6 + libc/musl/src/thread/sem_getvalue.c | 8 + libc/musl/src/thread/sem_init.c | 15 + libc/musl/src/thread/sem_open.c | 173 + libc/musl/src/thread/sem_post.c | 17 + libc/musl/src/thread/sem_timedwait.c | 31 + libc/musl/src/thread/sem_trywait.c | 13 + libc/musl/src/thread/sem_unlink.c | 7 + libc/musl/src/thread/sem_wait.c | 6 + libc/musl/src/thread/sh/__set_thread_area.c | 37 + libc/musl/src/thread/sh/__unmapself.c | 24 + libc/musl/src/thread/sh/__unmapself_mmu.s | 23 + libc/musl/src/thread/sh/atomics.s | 65 + libc/musl/src/thread/sh/clone.s | 54 + libc/musl/src/thread/sh/syscall_cp.s | 45 + libc/musl/src/thread/synccall.c | 179 + libc/musl/src/thread/syscall_cp.c | 0 libc/musl/src/thread/thrd_create.c | 12 + libc/musl/src/thread/thrd_exit.c | 8 + libc/musl/src/thread/thrd_join.c | 11 + libc/musl/src/thread/thrd_sleep.c | 13 + libc/musl/src/thread/thrd_yield.c | 7 + libc/musl/src/thread/tls.c | 0 libc/musl/src/thread/tss_create.c | 10 + libc/musl/src/thread/tss_delete.c | 7 + libc/musl/src/thread/tss_set.c | 13 + libc/musl/src/thread/vmlock.c | 21 + libc/musl/src/thread/x32/__set_thread_area.s | 11 + libc/musl/src/thread/x32/__unmapself.s | 10 + libc/musl/src/thread/x32/clone.s | 26 + libc/musl/src/thread/x32/syscall_cp.s | 31 + libc/musl/src/thread/x32/syscall_cp_fixup.c | 39 + libc/musl/src/thread/x86_64/__set_thread_area.s | 11 + libc/musl/src/thread/x86_64/__unmapself.s | 10 + libc/musl/src/thread/x86_64/clone.s | 28 + libc/musl/src/thread/x86_64/syscall_cp.s | 31 + libc/musl/src/time/__map_file.c | 18 + libc/musl/src/time/__month_to_secs.c | 10 + libc/musl/src/time/__secs_to_tm.c | 82 + libc/musl/src/time/__tm_to_secs.c | 24 + libc/musl/src/time/__tz.c | 422 ++ libc/musl/src/time/__year_to_secs.c | 47 + libc/musl/src/time/asctime.c | 7 + libc/musl/src/time/asctime_r.c | 28 + libc/musl/src/time/clock.c | 16 + libc/musl/src/time/clock_getcpuclockid.c | 14 + libc/musl/src/time/clock_getres.c | 7 + libc/musl/src/time/clock_gettime.c | 55 + libc/musl/src/time/clock_nanosleep.c | 9 + libc/musl/src/time/clock_settime.c | 7 + libc/musl/src/time/ctime.c | 8 + libc/musl/src/time/ctime_r.c | 7 + libc/musl/src/time/difftime.c | 6 + libc/musl/src/time/ftime.c | 12 + libc/musl/src/time/getdate.c | 46 + libc/musl/src/time/gettimeofday.c | 13 + libc/musl/src/time/gmtime.c | 8 + libc/musl/src/time/gmtime_r.c | 16 + libc/musl/src/time/localtime.c | 7 + libc/musl/src/time/localtime_r.c | 21 + libc/musl/src/time/mktime.c | 28 + libc/musl/src/time/nanosleep.c | 7 + libc/musl/src/time/strftime.c | 281 ++ libc/musl/src/time/strptime.c | 206 + libc/musl/src/time/time.c | 10 + libc/musl/src/time/time_impl.h | 11 + libc/musl/src/time/timegm.c | 18 + libc/musl/src/time/timer_create.c | 139 + libc/musl/src/time/timer_delete.c | 14 + libc/musl/src/time/timer_getoverrun.c | 12 + libc/musl/src/time/timer_gettime.c | 12 + libc/musl/src/time/timer_settime.c | 12 + libc/musl/src/time/times.c | 7 + libc/musl/src/time/timespec_get.c | 10 + libc/musl/src/time/utime.c | 11 + libc/musl/src/time/wcsftime.c | 71 + libc/musl/src/unistd/_exit.c | 7 + libc/musl/src/unistd/access.c | 12 + libc/musl/src/unistd/acct.c | 8 + libc/musl/src/unistd/alarm.c | 10 + libc/musl/src/unistd/chdir.c | 7 + libc/musl/src/unistd/chown.c | 12 + libc/musl/src/unistd/close.c | 18 + libc/musl/src/unistd/ctermid.c | 7 + libc/musl/src/unistd/dup.c | 7 + libc/musl/src/unistd/dup2.c | 20 + libc/musl/src/unistd/dup3.c | 24 + libc/musl/src/unistd/faccessat.c | 56 + libc/musl/src/unistd/fchdir.c | 15 + libc/musl/src/unistd/fchown.c | 20 + libc/musl/src/unistd/fchownat.c | 7 + libc/musl/src/unistd/fdatasync.c | 7 + libc/musl/src/unistd/fsync.c | 7 + libc/musl/src/unistd/ftruncate.c | 9 + libc/musl/src/unistd/getcwd.c | 25 + libc/musl/src/unistd/getegid.c | 7 + libc/musl/src/unistd/geteuid.c | 7 + libc/musl/src/unistd/getgid.c | 7 + libc/musl/src/unistd/getgroups.c | 7 + libc/musl/src/unistd/gethostname.c | 13 + libc/musl/src/unistd/getlogin.c | 7 + libc/musl/src/unistd/getlogin_r.c | 12 + libc/musl/src/unistd/getpgid.c | 7 + libc/musl/src/unistd/getpgrp.c | 7 + libc/musl/src/unistd/getpid.c | 7 + libc/musl/src/unistd/getppid.c | 7 + libc/musl/src/unistd/getsid.c | 7 + libc/musl/src/unistd/getuid.c | 7 + libc/musl/src/unistd/isatty.c | 13 + libc/musl/src/unistd/lchown.c | 12 + libc/musl/src/unistd/link.c | 12 + libc/musl/src/unistd/linkat.c | 7 + libc/musl/src/unistd/lseek.c | 14 + libc/musl/src/unistd/mips/pipe.s | 20 + libc/musl/src/unistd/mips64/pipe.s | 19 + libc/musl/src/unistd/mipsn32/pipe.s | 19 + libc/musl/src/unistd/nice.c | 16 + libc/musl/src/unistd/pause.c | 11 + libc/musl/src/unistd/pipe.c | 11 + libc/musl/src/unistd/pipe2.c | 22 + libc/musl/src/unistd/posix_close.c | 6 + libc/musl/src/unistd/pread.c | 9 + libc/musl/src/unistd/preadv.c | 12 + libc/musl/src/unistd/pwrite.c | 9 + libc/musl/src/unistd/pwritev.c | 12 + libc/musl/src/unistd/read.c | 7 + libc/musl/src/unistd/readlink.c | 12 + libc/musl/src/unistd/readlinkat.c | 7 + libc/musl/src/unistd/readv.c | 7 + libc/musl/src/unistd/renameat.c | 7 + libc/musl/src/unistd/rmdir.c | 12 + libc/musl/src/unistd/setegid.c | 8 + libc/musl/src/unistd/seteuid.c | 8 + libc/musl/src/unistd/setgid.c | 8 + libc/musl/src/unistd/setpgid.c | 7 + libc/musl/src/unistd/setpgrp.c | 6 + libc/musl/src/unistd/setregid.c | 8 + libc/musl/src/unistd/setresgid.c | 9 + libc/musl/src/unistd/setresuid.c | 9 + libc/musl/src/unistd/setreuid.c | 8 + libc/musl/src/unistd/setsid.c | 7 + libc/musl/src/unistd/setuid.c | 8 + libc/musl/src/unistd/setxid.c | 39 + libc/musl/src/unistd/sh/pipe.s | 27 + libc/musl/src/unistd/sleep.c | 10 + libc/musl/src/unistd/symlink.c | 12 + libc/musl/src/unistd/symlinkat.c | 7 + libc/musl/src/unistd/sync.c | 7 + libc/musl/src/unistd/tcgetpgrp.c | 11 + libc/musl/src/unistd/tcsetpgrp.c | 9 + libc/musl/src/unistd/truncate.c | 9 + libc/musl/src/unistd/ttyname.c | 14 + libc/musl/src/unistd/ttyname_r.c | 28 + libc/musl/src/unistd/ualarm.c | 13 + libc/musl/src/unistd/unlink.c | 12 + libc/musl/src/unistd/unlinkat.c | 7 + libc/musl/src/unistd/usleep.c | 12 + libc/musl/src/unistd/write.c | 7 + libc/musl/src/unistd/writev.c | 7 + libc/process_headers.zig | 272 +- src/codegen.cpp | 33 +- src/config.h.in | 2 +- src/link.cpp | 307 +- src/target.cpp | 102 + src/target.hpp | 3 + 3993 files changed, 410609 insertions(+), 47 deletions(-)