Debian NEW package overview for wasi-libc
| wasi-libc_0.0~git20250726.3f7eb4c-2~bpo13+1_amd64.changes (click to toggle) | |
|---|---|
| Format: | 1.8 |
| Date: | Thu, 30 Oct 2025 08:31:30 +0100 |
| Source: | wasi-libc |
| Binary: | wasi-libc |
| Architecture: | source all |
| Version: | 0.0~git20250726.3f7eb4c-2~bpo13+1 |
| Distribution: | trixie-backports |
| Urgency: | medium |
| Maintainer: | Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> |
| Changed-By: | Fabian Grünbichler <debian@fabian.gruenbichler.email> |
| Description: | wasi-libc - WASI libc implementation for WebAssembly |
| Changes: | wasi-libc (0.0~git20250726.3f7eb4c-2~bpo13+1) trixie-backports; urgency=medium * Rebuild for trixie-backports, required for rustc 1.90+ wasi-libc (0.0~git20250726.3f7eb4c-2) unstable; urgency=medium * update d/copyright wasi-libc (0.0~git20250726.3f7eb4c-1) experimental; urgency=medium * new upstream release for rustc 1.90.0 * cherry-pick wasi-p2 build fix from upstream * build: fix compiler-rt linkage |
| Files: | e5d7e806f05d8bd43b89561b55e1b161 2233 devel optional wasi-libc_0.0~git20250726.3f7eb4c-2~bpo13+1.dsc fdaad6ebc1395368cc2e1a4a55ab6a6a 9320 devel optional wasi-libc_0.0~git20250726.3f7eb4c-2~bpo13+1.debian.tar.xz 86a1ff35f2e859d4304d40788d1aa526 1057000 devel optional wasi-libc_0.0~git20250726.3f7eb4c-2~bpo13+1_all.deb 92148347bf73bc5f2ae04adc0a8f6c69 7124 devel optional wasi-libc_0.0~git20250726.3f7eb4c-2~bpo13+1_amd64.buildinfo |
| wasi-libc_0.0~git20250726.3f7eb4c-2~bpo13+1.dsc (click to toggle) | |
|---|---|
| Format: | 3.0 (quilt) |
| Source: | wasi-libc |
| Binary: | wasi-libc |
| Architecture: | all |
| Version: | 0.0~git20250726.3f7eb4c-2~bpo13+1 |
| Maintainer: | Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> |
| Uploaders: | Ximin Luo <infinity0@debian.org>, Fabian Grünbichler <debian@fabian.gruenbichler.email> |
| Homepage: | https://github.com/CraneStation/wasi-libc |
| Standards-Version: | 4.6.2 |
| Vcs-Browser: | https://salsa.debian.org/rust-team/wasi-libc |
| Vcs-Git: | https://salsa.debian.org/rust-team/wasi-libc.git |
| Build-Depends: | debhelper-compat (=13), clang-19, llvm-19, libclang-rt-19-dev-wasm32 |
| Package-List: | wasi-libc deb devel optional arch=all |
| Files: | 5df9cce14882d3c82493450e612700c9 947580 wasi-libc_0.0~git20250726.3f7eb4c.orig.tar.xz fdaad6ebc1395368cc2e1a4a55ab6a6a 9320 wasi-libc_0.0~git20250726.3f7eb4c-2~bpo13+1.debian.tar.xz |
| README.source for wasi-libc_0.0~git20250726.3f7eb4c-2~bpo13+1.dsc (click to toggle) | |
|---|---|
Embedded MUSL ============= This package embeds a copy of MUSL because its main reverse-dependency (rustc) is very sensitive to its exact ABI and we do not want to have to co-ordinate upgrades with the main musl package in Debian. Updating the package ==================== - In ``rust.git`` run ``debian/rules update-version`` as normal. - Look at ``debian/control`` and get the commit hash from Build-Depends-Indep - commit=<THE COMMIT HASH YOU GOT> - git remote add upstream https://github.com/WebAssembly/wasi-libc || true - git fetch upstream && git checkout upstream-orig && git reset --hard "$commit" && git push origin - git checkout master && uscan --verbose - gbp import-orig ../wasi-libc_0.0~git*.$commit.orig.tar.xz - Finally, update debian/* as normal | |
| control file for wasi-libc_0.0~git20250726.3f7eb4c-2~bpo13+1_all.deb (click to toggle) | |
|---|---|
| Package: | wasi-libc |
| Version: | 0.0~git20250726.3f7eb4c-2~bpo13+1 |
| Architecture: | all |
| Maintainer: | Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> |
| Installed-Size: | 7610 |
| Section: | devel |
| Priority: | optional |
| Multi-Arch: | foreign |
| Homepage: | https://github.com/CraneStation/wasi-libc |
| Description: | WASI libc implementation for WebAssembly This is a work in progress. It's usable for many purposes, though the APIs aren't stable yet. For example, this is used by the Rust compiler to build its standard library for the wasm32-wasi target. . First, it's a usable libc. It builds a "libc" which can be used by compilers, such as Clang 8.0, using the wasm32-wasi target. It's a work in progress, but it is already sufficient to run basic programs. . Second, it's a "reference" implementation, which means the interfaces defined here can be used by other tools and libraries, even if they don't use all the actual implementations here. For example, we don't expect everyone will want to use the exact malloc implementation provided here, but tools and libraries using an ABI-compatible malloc interface will be able to interoperate regardless of which actual implementation is used. . Third, it's an example showing the use of the WASI API. The libc functionality is implemented using calls to WASI functions. |
| lintian 2.116.3+deb12u1 check for wasi-libc_0.0~git20250726.3f7eb4c-2~bpo13+1_all.deb (click to toggle) | |
|---|---|
| contents of wasi-libc_0.0~git20250726.3f7eb4c-2~bpo13+1_all.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2025-10-30 07:31 ./ drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/ drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/ drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasi/ -rw-r--r-- root/root 188 2025-10-30 07:31 ./usr/include/wasm32-wasi/__errno.h -rw-r--r-- root/root 2975 2025-10-30 07:31 ./usr/include/wasm32-wasi/__errno_values.h -rw-r--r-- root/root 1642 2025-10-30 07:31 ./usr/include/wasm32-wasi/__fd_set.h -rw-r--r-- root/root 182 2025-10-30 07:31 ./usr/include/wasm32-wasi/__function___isatty.h -rw-r--r-- root/root 690 2025-10-30 07:31 ./usr/include/wasm32-wasi/__functions_malloc.h -rw-r--r-- root/root 583 2025-10-30 07:31 ./usr/include/wasm32-wasi/__functions_memcpy.h -rw-r--r-- root/root 1513 2025-10-30 07:31 ./usr/include/wasm32-wasi/__header_dirent.h -rw-r--r-- root/root 1637 2025-10-30 07:31 ./usr/include/wasm32-wasi/__header_fcntl.h -rw-r--r-- root/root 6208 2025-10-30 07:31 ./usr/include/wasm32-wasi/__header_inttypes.h -rw-r--r-- root/root 676 2025-10-30 07:31 ./usr/include/wasm32-wasi/__header_netinet_in.h -rw-r--r-- root/root 420 2025-10-30 07:31 ./usr/include/wasm32-wasi/__header_poll.h -rw-r--r-- root/root 396 2025-10-30 07:31 ./usr/include/wasm32-wasi/__header_stdlib.h -rw-r--r-- root/root 609 2025-10-30 07:31 ./usr/include/wasm32-wasi/__header_string.h -rw-r--r-- root/root 222 2025-10-30 07:31 ./usr/include/wasm32-wasi/__header_sys_ioctl.h -rw-r--r-- root/root 289 2025-10-30 07:31 ./usr/include/wasm32-wasi/__header_sys_resource.h -rw-r--r-- root/root 1611 2025-10-30 07:31 ./usr/include/wasm32-wasi/__header_sys_socket.h -rw-r--r-- root/root 282 2025-10-30 07:31 ./usr/include/wasm32-wasi/__header_sys_stat.h -rw-r--r-- root/root 817 2025-10-30 07:31 ./usr/include/wasm32-wasi/__header_time.h -rw-r--r-- root/root 516 2025-10-30 07:31 ./usr/include/wasm32-wasi/__header_unistd.h -rw-r--r-- root/root 113 2025-10-30 07:31 ./usr/include/wasm32-wasi/__macro_FD_SETSIZE.h -rw-r--r-- root/root 544 2025-10-30 07:31 ./usr/include/wasm32-wasi/__macro_PAGESIZE.h -rw-r--r-- root/root 1071 2025-10-30 07:31 ./usr/include/wasm32-wasi/__mode_t.h -rw-r--r-- root/root 193 2025-10-30 07:31 ./usr/include/wasm32-wasi/__seek.h -rw-r--r-- root/root 223 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_dirent.h -rw-r--r-- root/root 157 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_in6_addr.h -rw-r--r-- root/root 161 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_in_addr.h -rw-r--r-- root/root 182 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_iovec.h -rw-r--r-- root/root 302 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_msghdr.h -rw-r--r-- root/root 151 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_pollfd.h -rw-r--r-- root/root 227 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_rusage.h -rw-r--r-- root/root 240 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_sockaddr.h -rw-r--r-- root/root 345 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_sockaddr_in.h -rw-r--r-- root/root 409 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_sockaddr_in6.h -rw-r--r-- root/root 267 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_sockaddr_storage.h -rw-r--r-- root/root 229 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_sockaddr_un.h -rw-r--r-- root/root 744 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_stat.h -rw-r--r-- root/root 205 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_timespec.h -rw-r--r-- root/root 244 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_timeval.h -rw-r--r-- root/root 308 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_tm.h -rw-r--r-- root/root 219 2025-10-30 07:31 ./usr/include/wasm32-wasi/__struct_tms.h -rw-r--r-- root/root 104 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_DIR.h -rw-r--r-- root/root 198 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_blkcnt_t.h -rw-r--r-- root/root 115 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_blksize_t.h -rw-r--r-- root/root 181 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_clock_t.h -rw-r--r-- root/root 134 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_clockid_t.h -rw-r--r-- root/root 187 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_dev_t.h -rw-r--r-- root/root 234 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_fd_set.h -rw-r--r-- root/root 107 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_gid_t.h -rw-r--r-- root/root 119 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_in_addr_t.h -rw-r--r-- root/root 125 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_in_port_t.h -rw-r--r-- root/root 186 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_ino_t.h -rw-r--r-- root/root 110 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_mode_t.h -rw-r--r-- root/root 115 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_nfds_t.h -rw-r--r-- root/root 200 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_nlink_t.h -rw-r--r-- root/root 189 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_off_t.h -rw-r--r-- root/root 131 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_sa_family_t.h -rw-r--r-- root/root 198 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_sigset_t.h -rw-r--r-- root/root 119 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_socklen_t.h -rw-r--r-- root/root 162 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_ssize_t.h -rw-r--r-- root/root 247 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_suseconds_t.h -rw-r--r-- root/root 179 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_time_t.h -rw-r--r-- root/root 107 2025-10-30 07:31 ./usr/include/wasm32-wasi/__typedef_uid_t.h -rw-r--r-- root/root 181 2025-10-30 07:31 ./usr/include/wasm32-wasi/__wasi_snapshot.h -rw-r--r-- root/root 219 2025-10-30 07:31 ./usr/include/wasm32-wasi/alloca.h -rw-r--r-- root/root 311 2025-10-30 07:31 ./usr/include/wasm32-wasi/ar.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasi/arpa/ -rw-r--r-- root/root 821 2025-10-30 07:31 ./usr/include/wasm32-wasi/arpa/ftp.h -rw-r--r-- root/root 853 2025-10-30 07:31 ./usr/include/wasm32-wasi/arpa/inet.h -rw-r--r-- root/root 12343 2025-10-30 07:31 ./usr/include/wasm32-wasi/arpa/nameser.h -rw-r--r-- root/root 27 2025-10-30 07:31 ./usr/include/wasm32-wasi/arpa/nameser_compat.h -rw-r--r-- root/root 5752 2025-10-30 07:31 ./usr/include/wasm32-wasi/arpa/telnet.h -rw-r--r-- root/root 544 2025-10-30 07:31 ./usr/include/wasm32-wasi/arpa/tftp.h -rw-r--r-- root/root 428 2025-10-30 07:31 ./usr/include/wasm32-wasi/assert.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/ -rw-r--r-- root/root 12741 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/alltypes.h -rw-r--r-- root/root 29 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/dirent.h -rw-r--r-- root/root 51 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/fcntl.h -rw-r--r-- root/root 178 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/fenv.h -rw-r--r-- root/root 472 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/float.h -rw-r--r-- root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/hwcap.h -rw-r--r-- root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/io.h -rw-r--r-- root/root 51 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/ioctl.h -rw-r--r-- root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/ioctl_fix.h -rw-r--r-- root/root 19 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/ipcstat.h -rw-r--r-- root/root 30 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/limits.h -rw-r--r-- root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/mman.h -rw-r--r-- root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/poll.h -rw-r--r-- root/root 70 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/posix.h -rw-r--r-- root/root 40 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/reg.h -rw-r--r-- root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/resource.h -rw-r--r-- root/root 36 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/setjmp.h -rw-r--r-- root/root 770 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/signal.h -rw-r--r-- root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/socket.h -rw-r--r-- root/root 27 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/stat.h -rw-r--r-- root/root 540 2025-10-30 07:31 ./usr/include/wasm32-wasi/bits/stdint.h -rw-r--r-- root/root 501 2025-10-30 07:31 ./usr/include/wasm32-wasi/byteswap.h -rw-r--r-- root/root 4069 2025-10-30 07:31 ./usr/include/wasm32-wasi/complex.h -rw-r--r-- root/root 551 2025-10-30 07:31 ./usr/include/wasm32-wasi/cpio.h -rw-r--r-- root/root 277 2025-10-30 07:31 ./usr/include/wasm32-wasi/crypt.h -rw-r--r-- root/root 1787 2025-10-30 07:31 ./usr/include/wasm32-wasi/ctype.h -rw-r--r-- root/root 2198 2025-10-30 07:31 ./usr/include/wasm32-wasi/dirent.h -rw-r--r-- root/root 1175 2025-10-30 07:31 ./usr/include/wasm32-wasi/dlfcn.h -rw-r--r-- root/root 1958 2025-10-30 07:31 ./usr/include/wasm32-wasi/endian.h -rw-r--r-- root/root 472 2025-10-30 07:31 ./usr/include/wasm32-wasi/err.h -rw-r--r-- root/root 507 2025-10-30 07:31 ./usr/include/wasm32-wasi/errno.h -rw-r--r-- root/root 5901 2025-10-30 07:31 ./usr/include/wasm32-wasi/fcntl.h -rw-r--r-- root/root 865 2025-10-30 07:31 ./usr/include/wasm32-wasi/features.h -rw-r--r-- root/root 449 2025-10-30 07:31 ./usr/include/wasm32-wasi/fenv.h -rw-r--r-- root/root 1205 2025-10-30 07:31 ./usr/include/wasm32-wasi/float.h -rw-r--r-- root/root 741 2025-10-30 07:31 ./usr/include/wasm32-wasi/fmtmsg.h -rw-r--r-- root/root 386 2025-10-30 07:31 ./usr/include/wasm32-wasi/fnmatch.h -rw-r--r-- root/root 5719 2025-10-30 07:31 ./usr/include/wasm32-wasi/fts.h -rw-r--r-- root/root 870 2025-10-30 07:31 ./usr/include/wasm32-wasi/ftw.h -rw-r--r-- root/root 559 2025-10-30 07:31 ./usr/include/wasm32-wasi/getopt.h -rw-r--r-- root/root 995 2025-10-30 07:31 ./usr/include/wasm32-wasi/glob.h -rw-r--r-- root/root 385 2025-10-30 07:31 ./usr/include/wasm32-wasi/iconv.h -rw-r--r-- root/root 592 2025-10-30 07:31 ./usr/include/wasm32-wasi/ifaddrs.h -rw-r--r-- root/root 4758 2025-10-30 07:31 ./usr/include/wasm32-wasi/inttypes.h -rw-r--r-- root/root 267 2025-10-30 07:31 ./usr/include/wasm32-wasi/iso646.h -rw-r--r-- root/root 1820 2025-10-30 07:31 ./usr/include/wasm32-wasi/langinfo.h -rw-r--r-- root/root 161 2025-10-30 07:31 ./usr/include/wasm32-wasi/libgen.h -rw-r--r-- root/root 4617 2025-10-30 07:31 ./usr/include/wasm32-wasi/limits.h -rw-r--r-- root/root 1840 2025-10-30 07:31 ./usr/include/wasm32-wasi/locale.h -rw-r--r-- root/root 662 2025-10-30 07:31 ./usr/include/wasm32-wasi/malloc.h -rw-r--r-- root/root 12438 2025-10-30 07:31 ./usr/include/wasm32-wasi/math.h -rw-r--r-- root/root 20 2025-10-30 07:31 ./usr/include/wasm32-wasi/memory.h -rw-r--r-- root/root 395 2025-10-30 07:31 ./usr/include/wasm32-wasi/monetary.h -rw-r--r-- root/root 1102 2025-10-30 07:31 ./usr/include/wasm32-wasi/mqueue.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasi/net/ drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasi/netinet/ -rw-r--r-- root/root 8632 2025-10-30 07:31 ./usr/include/wasm32-wasi/netinet/icmp6.h -rw-r--r-- root/root 1030 2025-10-30 07:31 ./usr/include/wasm32-wasi/netinet/igmp.h -rw-r--r-- root/root 12801 2025-10-30 07:31 ./usr/include/wasm32-wasi/netinet/in.h -rw-r--r-- root/root 145 2025-10-30 07:31 ./usr/include/wasm32-wasi/netinet/in_systm.h -rw-r--r-- root/root 4361 2025-10-30 07:31 ./usr/include/wasm32-wasi/netinet/ip.h -rw-r--r-- root/root 2674 2025-10-30 07:31 ./usr/include/wasm32-wasi/netinet/ip6.h -rw-r--r-- root/root 4660 2025-10-30 07:31 ./usr/include/wasm32-wasi/netinet/ip_icmp.h -rw-r--r-- root/root 6438 2025-10-30 07:31 ./usr/include/wasm32-wasi/netinet/tcp.h -rw-r--r-- root/root 759 2025-10-30 07:31 ./usr/include/wasm32-wasi/netinet/udp.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasi/netpacket/ -rw-r--r-- root/root 1379 2025-10-30 07:31 ./usr/include/wasm32-wasi/netpacket/packet.h -rw-r--r-- root/root 316 2025-10-30 07:31 ./usr/include/wasm32-wasi/nl_types.h -rw-r--r-- root/root 1347 2025-10-30 07:31 ./usr/include/wasm32-wasi/poll.h -rw-r--r-- root/root 11218 2025-10-30 07:31 ./usr/include/wasm32-wasi/pthread.h -rw-r--r-- root/root 1227 2025-10-30 07:31 ./usr/include/wasm32-wasi/regex.h -rw-r--r-- root/root 4573 2025-10-30 07:31 ./usr/include/wasm32-wasi/sched.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasi/scsi/ -rw-r--r-- root/root 1378 2025-10-30 07:31 ./usr/include/wasm32-wasi/search.h -rw-r--r-- root/root 810 2025-10-30 07:31 ./usr/include/wasm32-wasi/semaphore.h -rw-r--r-- root/root 1424 2025-10-30 07:31 ./usr/include/wasm32-wasi/setjmp.h -rw-r--r-- root/root 8714 2025-10-30 07:31 ./usr/include/wasm32-wasi/signal.h -rw-r--r-- root/root 409 2025-10-30 07:31 ./usr/include/wasm32-wasi/stdalign.h -rw-r--r-- root/root 167 2025-10-30 07:31 ./usr/include/wasm32-wasi/stdbool.h -rw-r--r-- root/root 302 2025-10-30 07:31 ./usr/include/wasm32-wasi/stdc-predef.h -rw-r--r-- root/root 2578 2025-10-30 07:31 ./usr/include/wasm32-wasi/stdint.h -rw-r--r-- root/root 7034 2025-10-30 07:31 ./usr/include/wasm32-wasi/stdio.h -rw-r--r-- root/root 611 2025-10-30 07:31 ./usr/include/wasm32-wasi/stdio_ext.h -rw-r--r-- root/root 6141 2025-10-30 07:31 ./usr/include/wasm32-wasi/stdlib.h -rw-r--r-- root/root 129 2025-10-30 07:31 ./usr/include/wasm32-wasi/stdnoreturn.h -rw-r--r-- root/root 3681 2025-10-30 07:31 ./usr/include/wasm32-wasi/string.h -rw-r--r-- root/root 964 2025-10-30 07:31 ./usr/include/wasm32-wasi/strings.h -rw-r--r-- root/root 2399 2025-10-30 07:31 ./usr/include/wasm32-wasi/stropts.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/ -rw-r--r-- root/root 42 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/dir.h -rw-r--r-- root/root 86 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/errno.h -rw-r--r-- root/root 404 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/eventfd.h -rw-r--r-- root/root 86 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/fcntl.h -rw-r--r-- root/root 261 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/file.h -rw-r--r-- root/root 3204 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/ioctl.h -rw-r--r-- root/root 3788 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/mman.h -rw-r--r-- root/root 848 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/param.h -rw-r--r-- root/root 83 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/poll.h -rw-r--r-- root/root 514 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/random.h -rw-r--r-- root/root 110 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/reg.h -rw-r--r-- root/root 2695 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/resource.h -rw-r--r-- root/root 1609 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/select.h -rw-r--r-- root/root 89 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/signal.h -rw-r--r-- root/root 12565 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/socket.h -rw-r--r-- root/root 4837 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/stat.h -rw-r--r-- root/root 1205 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/statvfs.h -rw-r--r-- root/root 21 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/stropts.h -rw-r--r-- root/root 216 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/syscall.h -rw-r--r-- root/root 634 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/sysinfo.h -rw-r--r-- root/root 2602 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/time.h -rw-r--r-- root/root 356 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/timeb.h -rw-r--r-- root/root 741 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/times.h -rw-r--r-- root/root 2160 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/timex.h -rw-r--r-- root/root 831 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/ttydefaults.h -rw-r--r-- root/root 1910 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/types.h -rw-r--r-- root/root 1435 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/uio.h -rw-r--r-- root/root 805 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/un.h -rw-r--r-- root/root 372 2025-10-30 07:31 ./usr/include/wasm32-wasi/sys/utsname.h -rw-r--r-- root/root 25 2025-10-30 07:31 ./usr/include/wasm32-wasi/syscall.h -rw-r--r-- root/root 430 2025-10-30 07:31 ./usr/include/wasm32-wasi/sysexits.h -rw-r--r-- root/root 578 2025-10-30 07:31 ./usr/include/wasm32-wasi/tar.h -rw-r--r-- root/root 8558 2025-10-30 07:31 ./usr/include/wasm32-wasi/tgmath.h -rw-r--r-- root/root 1795 2025-10-30 07:31 ./usr/include/wasm32-wasi/threads.h -rw-r--r-- root/root 5791 2025-10-30 07:31 ./usr/include/wasm32-wasi/time.h -rw-r--r-- root/root 629 2025-10-30 07:31 ./usr/include/wasm32-wasi/uchar.h -rw-r--r-- root/root 17815 2025-10-30 07:31 ./usr/include/wasm32-wasi/unistd.h -rw-r--r-- root/root 343 2025-10-30 07:31 ./usr/include/wasm32-wasi/utime.h -rw-r--r-- root/root 846 2025-10-30 07:31 ./usr/include/wasm32-wasi/values.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasi/wasi/ -rw-r--r-- root/root 56969 2025-10-30 07:31 ./usr/include/wasm32-wasi/wasi/api.h -rw-r--r-- root/root 252 2025-10-30 07:31 ./usr/include/wasm32-wasi/wasi/libc-busywait.h -rw-r--r-- root/root 1292 2025-10-30 07:31 ./usr/include/wasm32-wasi/wasi/libc-environ.h -rw-r--r-- root/root 3183 2025-10-30 07:31 ./usr/include/wasm32-wasi/wasi/libc-find-relpath.h -rw-r--r-- root/root 2201 2025-10-30 07:31 ./usr/include/wasm32-wasi/wasi/libc-nocwd.h -rw-r--r-- root/root 2854 2025-10-30 07:31 ./usr/include/wasm32-wasi/wasi/libc.h -rw-r--r-- root/root 110355 2025-10-30 07:31 ./usr/include/wasm32-wasi/wasi/wasip2.h -rw-r--r-- root/root 7113 2025-10-30 07:31 ./usr/include/wasm32-wasi/wchar.h -rw-r--r-- root/root 1915 2025-10-30 07:31 ./usr/include/wasm32-wasi/wctype.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip2/ -rw-r--r-- root/root 188 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__errno.h -rw-r--r-- root/root 2975 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__errno_values.h -rw-r--r-- root/root 1642 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__fd_set.h -rw-r--r-- root/root 182 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__function___isatty.h -rw-r--r-- root/root 690 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__functions_malloc.h -rw-r--r-- root/root 583 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__functions_memcpy.h -rw-r--r-- root/root 1513 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__header_dirent.h -rw-r--r-- root/root 1637 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__header_fcntl.h -rw-r--r-- root/root 6208 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__header_inttypes.h -rw-r--r-- root/root 676 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__header_netinet_in.h -rw-r--r-- root/root 420 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__header_poll.h -rw-r--r-- root/root 396 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__header_stdlib.h -rw-r--r-- root/root 609 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__header_string.h -rw-r--r-- root/root 222 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__header_sys_ioctl.h -rw-r--r-- root/root 289 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__header_sys_resource.h -rw-r--r-- root/root 1611 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__header_sys_socket.h -rw-r--r-- root/root 282 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__header_sys_stat.h -rw-r--r-- root/root 817 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__header_time.h -rw-r--r-- root/root 516 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__header_unistd.h -rw-r--r-- root/root 113 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__macro_FD_SETSIZE.h -rw-r--r-- root/root 544 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__macro_PAGESIZE.h -rw-r--r-- root/root 1071 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__mode_t.h -rw-r--r-- root/root 193 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__seek.h -rw-r--r-- root/root 223 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_dirent.h -rw-r--r-- root/root 157 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_in6_addr.h -rw-r--r-- root/root 161 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_in_addr.h -rw-r--r-- root/root 182 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_iovec.h -rw-r--r-- root/root 302 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_msghdr.h -rw-r--r-- root/root 151 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_pollfd.h -rw-r--r-- root/root 227 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_rusage.h -rw-r--r-- root/root 240 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_sockaddr.h -rw-r--r-- root/root 345 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_sockaddr_in.h -rw-r--r-- root/root 409 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_sockaddr_in6.h -rw-r--r-- root/root 267 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_sockaddr_storage.h -rw-r--r-- root/root 229 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_sockaddr_un.h -rw-r--r-- root/root 744 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_stat.h -rw-r--r-- root/root 205 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_timespec.h -rw-r--r-- root/root 244 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_timeval.h -rw-r--r-- root/root 308 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_tm.h -rw-r--r-- root/root 219 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__struct_tms.h -rw-r--r-- root/root 104 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_DIR.h -rw-r--r-- root/root 198 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_blkcnt_t.h -rw-r--r-- root/root 115 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_blksize_t.h -rw-r--r-- root/root 181 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_clock_t.h -rw-r--r-- root/root 134 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_clockid_t.h -rw-r--r-- root/root 187 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_dev_t.h -rw-r--r-- root/root 234 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_fd_set.h -rw-r--r-- root/root 107 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_gid_t.h -rw-r--r-- root/root 119 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_in_addr_t.h -rw-r--r-- root/root 125 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_in_port_t.h -rw-r--r-- root/root 186 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_ino_t.h -rw-r--r-- root/root 110 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_mode_t.h -rw-r--r-- root/root 115 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_nfds_t.h -rw-r--r-- root/root 200 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_nlink_t.h -rw-r--r-- root/root 189 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_off_t.h -rw-r--r-- root/root 131 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_sa_family_t.h -rw-r--r-- root/root 198 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_sigset_t.h -rw-r--r-- root/root 119 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_socklen_t.h -rw-r--r-- root/root 162 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_ssize_t.h -rw-r--r-- root/root 247 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_suseconds_t.h -rw-r--r-- root/root 179 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_time_t.h -rw-r--r-- root/root 107 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__typedef_uid_t.h -rw-r--r-- root/root 67 2025-10-30 07:31 ./usr/include/wasm32-wasip2/__wasi_snapshot.h -rw-r--r-- root/root 219 2025-10-30 07:31 ./usr/include/wasm32-wasip2/alloca.h -rw-r--r-- root/root 311 2025-10-30 07:31 ./usr/include/wasm32-wasip2/ar.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip2/arpa/ -rw-r--r-- root/root 821 2025-10-30 07:31 ./usr/include/wasm32-wasip2/arpa/ftp.h -rw-r--r-- root/root 853 2025-10-30 07:31 ./usr/include/wasm32-wasip2/arpa/inet.h -rw-r--r-- root/root 12343 2025-10-30 07:31 ./usr/include/wasm32-wasip2/arpa/nameser.h -rw-r--r-- root/root 27 2025-10-30 07:31 ./usr/include/wasm32-wasip2/arpa/nameser_compat.h -rw-r--r-- root/root 5752 2025-10-30 07:31 ./usr/include/wasm32-wasip2/arpa/telnet.h -rw-r--r-- root/root 544 2025-10-30 07:31 ./usr/include/wasm32-wasip2/arpa/tftp.h -rw-r--r-- root/root 428 2025-10-30 07:31 ./usr/include/wasm32-wasip2/assert.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/ -rw-r--r-- root/root 12741 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/alltypes.h -rw-r--r-- root/root 29 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/dirent.h -rw-r--r-- root/root 51 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/fcntl.h -rw-r--r-- root/root 178 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/fenv.h -rw-r--r-- root/root 472 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/float.h -rw-r--r-- root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/hwcap.h -rw-r--r-- root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/io.h -rw-r--r-- root/root 51 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/ioctl.h -rw-r--r-- root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/ioctl_fix.h -rw-r--r-- root/root 19 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/ipcstat.h -rw-r--r-- root/root 30 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/limits.h -rw-r--r-- root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/mman.h -rw-r--r-- root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/poll.h -rw-r--r-- root/root 70 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/posix.h -rw-r--r-- root/root 40 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/reg.h -rw-r--r-- root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/resource.h -rw-r--r-- root/root 36 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/setjmp.h -rw-r--r-- root/root 770 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/signal.h -rw-r--r-- root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/socket.h -rw-r--r-- root/root 27 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/stat.h -rw-r--r-- root/root 540 2025-10-30 07:31 ./usr/include/wasm32-wasip2/bits/stdint.h -rw-r--r-- root/root 501 2025-10-30 07:31 ./usr/include/wasm32-wasip2/byteswap.h -rw-r--r-- root/root 4069 2025-10-30 07:31 ./usr/include/wasm32-wasip2/complex.h -rw-r--r-- root/root 551 2025-10-30 07:31 ./usr/include/wasm32-wasip2/cpio.h -rw-r--r-- root/root 277 2025-10-30 07:31 ./usr/include/wasm32-wasip2/crypt.h -rw-r--r-- root/root 1787 2025-10-30 07:31 ./usr/include/wasm32-wasip2/ctype.h -rw-r--r-- root/root 2198 2025-10-30 07:31 ./usr/include/wasm32-wasip2/dirent.h -rw-r--r-- root/root 1175 2025-10-30 07:31 ./usr/include/wasm32-wasip2/dlfcn.h -rw-r--r-- root/root 1958 2025-10-30 07:31 ./usr/include/wasm32-wasip2/endian.h -rw-r--r-- root/root 472 2025-10-30 07:31 ./usr/include/wasm32-wasip2/err.h -rw-r--r-- root/root 507 2025-10-30 07:31 ./usr/include/wasm32-wasip2/errno.h -rw-r--r-- root/root 5901 2025-10-30 07:31 ./usr/include/wasm32-wasip2/fcntl.h -rw-r--r-- root/root 865 2025-10-30 07:31 ./usr/include/wasm32-wasip2/features.h -rw-r--r-- root/root 449 2025-10-30 07:31 ./usr/include/wasm32-wasip2/fenv.h -rw-r--r-- root/root 1205 2025-10-30 07:31 ./usr/include/wasm32-wasip2/float.h -rw-r--r-- root/root 741 2025-10-30 07:31 ./usr/include/wasm32-wasip2/fmtmsg.h -rw-r--r-- root/root 386 2025-10-30 07:31 ./usr/include/wasm32-wasip2/fnmatch.h -rw-r--r-- root/root 5719 2025-10-30 07:31 ./usr/include/wasm32-wasip2/fts.h -rw-r--r-- root/root 870 2025-10-30 07:31 ./usr/include/wasm32-wasip2/ftw.h -rw-r--r-- root/root 559 2025-10-30 07:31 ./usr/include/wasm32-wasip2/getopt.h -rw-r--r-- root/root 995 2025-10-30 07:31 ./usr/include/wasm32-wasip2/glob.h -rw-r--r-- root/root 385 2025-10-30 07:31 ./usr/include/wasm32-wasip2/iconv.h -rw-r--r-- root/root 592 2025-10-30 07:31 ./usr/include/wasm32-wasip2/ifaddrs.h -rw-r--r-- root/root 4758 2025-10-30 07:31 ./usr/include/wasm32-wasip2/inttypes.h -rw-r--r-- root/root 267 2025-10-30 07:31 ./usr/include/wasm32-wasip2/iso646.h -rw-r--r-- root/root 1820 2025-10-30 07:31 ./usr/include/wasm32-wasip2/langinfo.h -rw-r--r-- root/root 161 2025-10-30 07:31 ./usr/include/wasm32-wasip2/libgen.h -rw-r--r-- root/root 4617 2025-10-30 07:31 ./usr/include/wasm32-wasip2/limits.h -rw-r--r-- root/root 1840 2025-10-30 07:31 ./usr/include/wasm32-wasip2/locale.h -rw-r--r-- root/root 662 2025-10-30 07:31 ./usr/include/wasm32-wasip2/malloc.h -rw-r--r-- root/root 12438 2025-10-30 07:31 ./usr/include/wasm32-wasip2/math.h -rw-r--r-- root/root 20 2025-10-30 07:31 ./usr/include/wasm32-wasip2/memory.h -rw-r--r-- root/root 395 2025-10-30 07:31 ./usr/include/wasm32-wasip2/monetary.h -rw-r--r-- root/root 1102 2025-10-30 07:31 ./usr/include/wasm32-wasip2/mqueue.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip2/net/ -rw-r--r-- root/root 4142 2025-10-30 07:31 ./usr/include/wasm32-wasip2/netdb.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip2/netinet/ -rw-r--r-- root/root 8632 2025-10-30 07:31 ./usr/include/wasm32-wasip2/netinet/icmp6.h -rw-r--r-- root/root 1030 2025-10-30 07:31 ./usr/include/wasm32-wasip2/netinet/igmp.h -rw-r--r-- root/root 12801 2025-10-30 07:31 ./usr/include/wasm32-wasip2/netinet/in.h -rw-r--r-- root/root 145 2025-10-30 07:31 ./usr/include/wasm32-wasip2/netinet/in_systm.h -rw-r--r-- root/root 4361 2025-10-30 07:31 ./usr/include/wasm32-wasip2/netinet/ip.h -rw-r--r-- root/root 2674 2025-10-30 07:31 ./usr/include/wasm32-wasip2/netinet/ip6.h -rw-r--r-- root/root 4660 2025-10-30 07:31 ./usr/include/wasm32-wasip2/netinet/ip_icmp.h -rw-r--r-- root/root 6438 2025-10-30 07:31 ./usr/include/wasm32-wasip2/netinet/tcp.h -rw-r--r-- root/root 759 2025-10-30 07:31 ./usr/include/wasm32-wasip2/netinet/udp.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip2/netpacket/ -rw-r--r-- root/root 1379 2025-10-30 07:31 ./usr/include/wasm32-wasip2/netpacket/packet.h -rw-r--r-- root/root 316 2025-10-30 07:31 ./usr/include/wasm32-wasip2/nl_types.h -rw-r--r-- root/root 1347 2025-10-30 07:31 ./usr/include/wasm32-wasip2/poll.h -rw-r--r-- root/root 11218 2025-10-30 07:31 ./usr/include/wasm32-wasip2/pthread.h -rw-r--r-- root/root 1227 2025-10-30 07:31 ./usr/include/wasm32-wasip2/regex.h -rw-r--r-- root/root 4573 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sched.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip2/scsi/ -rw-r--r-- root/root 1378 2025-10-30 07:31 ./usr/include/wasm32-wasip2/search.h -rw-r--r-- root/root 810 2025-10-30 07:31 ./usr/include/wasm32-wasip2/semaphore.h -rw-r--r-- root/root 1424 2025-10-30 07:31 ./usr/include/wasm32-wasip2/setjmp.h -rw-r--r-- root/root 8714 2025-10-30 07:31 ./usr/include/wasm32-wasip2/signal.h -rw-r--r-- root/root 409 2025-10-30 07:31 ./usr/include/wasm32-wasip2/stdalign.h -rw-r--r-- root/root 167 2025-10-30 07:31 ./usr/include/wasm32-wasip2/stdbool.h -rw-r--r-- root/root 302 2025-10-30 07:31 ./usr/include/wasm32-wasip2/stdc-predef.h -rw-r--r-- root/root 2578 2025-10-30 07:31 ./usr/include/wasm32-wasip2/stdint.h -rw-r--r-- root/root 7034 2025-10-30 07:31 ./usr/include/wasm32-wasip2/stdio.h -rw-r--r-- root/root 611 2025-10-30 07:31 ./usr/include/wasm32-wasip2/stdio_ext.h -rw-r--r-- root/root 6141 2025-10-30 07:31 ./usr/include/wasm32-wasip2/stdlib.h -rw-r--r-- root/root 129 2025-10-30 07:31 ./usr/include/wasm32-wasip2/stdnoreturn.h -rw-r--r-- root/root 3681 2025-10-30 07:31 ./usr/include/wasm32-wasip2/string.h -rw-r--r-- root/root 964 2025-10-30 07:31 ./usr/include/wasm32-wasip2/strings.h -rw-r--r-- root/root 2399 2025-10-30 07:31 ./usr/include/wasm32-wasip2/stropts.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/ -rw-r--r-- root/root 42 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/dir.h -rw-r--r-- root/root 86 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/errno.h -rw-r--r-- root/root 404 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/eventfd.h -rw-r--r-- root/root 86 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/fcntl.h -rw-r--r-- root/root 261 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/file.h -rw-r--r-- root/root 3204 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/ioctl.h -rw-r--r-- root/root 3788 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/mman.h -rw-r--r-- root/root 848 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/param.h -rw-r--r-- root/root 83 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/poll.h -rw-r--r-- root/root 514 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/random.h -rw-r--r-- root/root 110 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/reg.h -rw-r--r-- root/root 2695 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/resource.h -rw-r--r-- root/root 1609 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/select.h -rw-r--r-- root/root 89 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/signal.h -rw-r--r-- root/root 12565 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/socket.h -rw-r--r-- root/root 4837 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/stat.h -rw-r--r-- root/root 1205 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/statvfs.h -rw-r--r-- root/root 21 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/stropts.h -rw-r--r-- root/root 216 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/syscall.h -rw-r--r-- root/root 634 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/sysinfo.h -rw-r--r-- root/root 2602 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/time.h -rw-r--r-- root/root 356 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/timeb.h -rw-r--r-- root/root 741 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/times.h -rw-r--r-- root/root 2160 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/timex.h -rw-r--r-- root/root 831 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/ttydefaults.h -rw-r--r-- root/root 1910 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/types.h -rw-r--r-- root/root 1435 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/uio.h -rw-r--r-- root/root 805 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/un.h -rw-r--r-- root/root 372 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sys/utsname.h -rw-r--r-- root/root 25 2025-10-30 07:31 ./usr/include/wasm32-wasip2/syscall.h -rw-r--r-- root/root 430 2025-10-30 07:31 ./usr/include/wasm32-wasip2/sysexits.h -rw-r--r-- root/root 578 2025-10-30 07:31 ./usr/include/wasm32-wasip2/tar.h -rw-r--r-- root/root 8558 2025-10-30 07:31 ./usr/include/wasm32-wasip2/tgmath.h -rw-r--r-- root/root 1795 2025-10-30 07:31 ./usr/include/wasm32-wasip2/threads.h -rw-r--r-- root/root 5791 2025-10-30 07:31 ./usr/include/wasm32-wasip2/time.h -rw-r--r-- root/root 629 2025-10-30 07:31 ./usr/include/wasm32-wasip2/uchar.h -rw-r--r-- root/root 17815 2025-10-30 07:31 ./usr/include/wasm32-wasip2/unistd.h -rw-r--r-- root/root 343 2025-10-30 07:31 ./usr/include/wasm32-wasip2/utime.h -rw-r--r-- root/root 846 2025-10-30 07:31 ./usr/include/wasm32-wasip2/values.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip2/wasi/ -rw-r--r-- root/root 56969 2025-10-30 07:31 ./usr/include/wasm32-wasip2/wasi/api.h -rw-r--r-- root/root 252 2025-10-30 07:31 ./usr/include/wasm32-wasip2/wasi/libc-busywait.h -rw-r--r-- root/root 1292 2025-10-30 07:31 ./usr/include/wasm32-wasip2/wasi/libc-environ.h -rw-r--r-- root/root 3183 2025-10-30 07:31 ./usr/include/wasm32-wasip2/wasi/libc-find-relpath.h -rw-r--r-- root/root 2201 2025-10-30 07:31 ./usr/include/wasm32-wasip2/wasi/libc-nocwd.h -rw-r--r-- root/root 2854 2025-10-30 07:31 ./usr/include/wasm32-wasip2/wasi/libc.h -rw-r--r-- root/root 110355 2025-10-30 07:31 ./usr/include/wasm32-wasip2/wasi/wasip2.h -rw-r--r-- root/root 7113 2025-10-30 07:31 ./usr/include/wasm32-wasip2/wchar.h -rw-r--r-- root/root 1915 2025-10-30 07:31 ./usr/include/wasm32-wasip2/wctype.h drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/lib/ drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/lib/wasm32-wasi/ -rw-r--r-- root/root 1810 2025-10-30 07:31 ./usr/lib/wasm32-wasi/crt1-command.o -rw-r--r-- root/root 1214 2025-10-30 07:31 ./usr/lib/wasm32-wasi/crt1-reactor.o -rw-r--r-- root/root 1801 2025-10-30 07:31 ./usr/lib/wasm32-wasi/crt1.o -rw-r--r-- root/root 107474 2025-10-30 07:31 ./usr/lib/wasm32-wasi/libc-printscan-long-double.a -rw-r--r-- root/root 88606 2025-10-30 07:31 ./usr/lib/wasm32-wasi/libc-printscan-no-floating-point.a -rw-r--r-- root/root 2670032 2025-10-30 07:31 ./usr/lib/wasm32-wasi/libc.a -rw-r--r-- root/root 2141 2025-10-30 07:31 ./usr/lib/wasm32-wasi/libc.imports -rw-r--r-- root/root 8 2025-10-30 07:31 ./usr/lib/wasm32-wasi/libcrypt.a -rw-r--r-- root/root 2210 2025-10-30 07:31 ./usr/lib/wasm32-wasi/libdl.a -rw-r--r-- root/root 8 2025-10-30 07:31 ./usr/lib/wasm32-wasi/libm.a -rw-r--r-- root/root 8 2025-10-30 07:31 ./usr/lib/wasm32-wasi/libpthread.a -rw-r--r-- root/root 8 2025-10-30 07:31 ./usr/lib/wasm32-wasi/libresolv.a -rw-r--r-- root/root 8 2025-10-30 07:31 ./usr/lib/wasm32-wasi/librt.a -rw-r--r-- root/root 2336 2025-10-30 07:31 ./usr/lib/wasm32-wasi/libsetjmp.a -rw-r--r-- root/root 8 2025-10-30 07:31 ./usr/lib/wasm32-wasi/libutil.a -rw-r--r-- root/root 982 2025-10-30 07:31 ./usr/lib/wasm32-wasi/libwasi-emulated-getpid.a -rw-r--r-- root/root 4278 2025-10-30 07:31 ./usr/lib/wasm32-wasi/libwasi-emulated-mman.a -rw-r--r-- root/root 6738 2025-10-30 07:31 ./usr/lib/wasm32-wasi/libwasi-emulated-process-clocks.a -rw-r--r-- root/root 11142 2025-10-30 07:31 ./usr/lib/wasm32-wasi/libwasi-emulated-signal.a -rw-r--r-- root/root 8 2025-10-30 07:31 ./usr/lib/wasm32-wasi/libxnet.a drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/ -rw-r--r-- root/root 1814 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/crt1-command.o -rw-r--r-- root/root 1214 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/crt1-reactor.o -rw-r--r-- root/root 1805 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/crt1.o -rw-r--r-- root/root 107494 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/libc-printscan-long-double.a -rw-r--r-- root/root 88624 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/libc-printscan-no-floating-point.a -rw-r--r-- root/root 3039482 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/libc.a -rw-r--r-- root/root 2141 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/libc.imports -rw-r--r-- root/root 8 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/libcrypt.a -rw-r--r-- root/root 2210 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/libdl.a -rw-r--r-- root/root 8 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/libm.a -rw-r--r-- root/root 8 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/libpthread.a -rw-r--r-- root/root 8 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/libresolv.a -rw-r--r-- root/root 8 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/librt.a -rw-r--r-- root/root 2338 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/libsetjmp.a -rw-r--r-- root/root 8 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/libutil.a -rw-r--r-- root/root 984 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/libwasi-emulated-getpid.a -rw-r--r-- root/root 4282 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/libwasi-emulated-mman.a -rw-r--r-- root/root 6756 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/libwasi-emulated-process-clocks.a -rw-r--r-- root/root 11148 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/libwasi-emulated-signal.a -rw-r--r-- root/root 8 2025-10-30 07:31 ./usr/lib/wasm32-wasip2/libxnet.a drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/share/ drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/share/doc/wasi-libc/ -rw-r--r-- root/root 1576 2025-10-30 07:31 ./usr/share/doc/wasi-libc/changelog.Debian.gz -rw-r--r-- root/root 12602 2025-10-15 12:53 ./usr/share/doc/wasi-libc/copyright drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/share/lintian/ drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/share/lintian/overrides/ -rw-r--r-- root/root 331 2025-10-15 11:41 ./usr/share/lintian/overrides/wasi-libc drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/share/wasm32-wasi/ -rw-r--r-- root/root 15193 2025-10-30 07:31 ./usr/share/wasm32-wasi/defined-symbols.txt -rw-r--r-- root/root 4388 2025-10-30 07:31 ./usr/share/wasm32-wasi/include-all.c -rw-r--r-- root/root 115197 2025-10-30 07:31 ./usr/share/wasm32-wasi/predefined-macros.txt -rw-r--r-- root/root 2397 2025-10-30 07:31 ./usr/share/wasm32-wasi/undefined-symbols.txt drwxr-xr-x root/root 0 2025-10-30 07:31 ./usr/share/wasm32-wasip2/ -rw-r--r-- root/root 25187 2025-10-30 07:31 ./usr/share/wasm32-wasip2/defined-symbols.txt -rw-r--r-- root/root 4432 2025-10-30 07:31 ./usr/share/wasm32-wasip2/include-all.c -rw-r--r-- root/root 120893 2025-10-30 07:31 ./usr/share/wasm32-wasip2/predefined-macros.txt -rw-r--r-- root/root 9339 2025-10-30 07:31 ./usr/share/wasm32-wasip2/undefined-symbols.txt lrwxrwxrwx root/root 0 2025-10-30 07:31 ./usr/include/wasm32-wasip1 -> wasm32-wasi lrwxrwxrwx root/root 0 2025-10-30 07:31 ./usr/lib/wasm32-wasip1 -> wasm32-wasi lrwxrwxrwx root/root 0 2025-10-30 07:31 ./usr/share/wasm32-wasip1 -> wasm32-wasi | |
| copyright of wasi-libc_0.0~git20250726.3f7eb4c-2~bpo13+1_all.deb (click to toggle) | |
|---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: wasi-libc
Upstream-Contact: Dan Gohman <sunfish@mozilla.com>
Source: https://github.com/WebAssembly/wasi-libc
Files: *
Copyright:
2018-2020 Dan Gohman <sunfish@mozilla.com>
2018-2020 wasi-libc contributors
License: CC0-1.0
Files: libc-bottom-half/cloudlibc/*
Copyright: 2015-2017 Nuxi (https://nuxi.nl/) and contributors
License: BSD-2-clause
Files: tools/wasi-headers/*
Copyright:
2018-2020 Dan Gohman <sunfish@mozilla.com>
2018-2020 wasi-libc contributors
License: Apache-2.0
Files: debian/*
Copyright: 2020 Ximin Luo <infinity0@debian.org>
License: MIT
License: CC0-1.0
On Debian systems, the full text of the CC0 1.0 Universal License can be found
in the file `/usr/share/common-licenses/CC0-1.0'.
License: Apache-2.0
Debian systems provide the Apache 2.0 license in
/usr/share/common-licenses/Apache-2.0
# Everything below here is for the embedded copy of musl, and is essentially
# lifted off musl's debian/copyright.
Files: libc-top-half/musl/*
Copyright: 2005-2019 Rich Felker <dalias@aerifal.cx>
2005-2019 Many other contributors
License: MIT
Files: libc-top-half/musl/include/*
libc-top-half/musl/arch/*/bits/*
libc-top-half/musl/crt/*
Copyright: 2005-2014 Rich Felker <dalias@aerifal.cx>
License: public-domain
The following files are trivial, in my opinion not copyrightable in
the first place, and hereby explicitly released to the Public Domain:
.
All public headers: include/*, arch/*/bits/*
Startup files: crt/*
Files: libc-top-half/musl/src/regex/reg*
libc-top-half/musl/src/regex/tre*
Copyright: 2001-2008 Ville Laurikari <vl@iki.fi>
2012 Rich Felker <dalias@aerifal.cx>
License: BSD-2-clause
Files: libc-top-half/musl/src/math/tgammal.c
libc-top-half/musl/src/math/lgammal.c
libc-top-half/musl/src/math/powl.c
libc-top-half/musl/src/math/logl.c
libc-top-half/musl/src/math/log2l.c
libc-top-half/musl/src/math/log1pl.c
libc-top-half/musl/src/math/log10l.c
libc-top-half/musl/src/math/erfl.c
libc-top-half/musl/src/math/expm1l.c
libc-top-half/musl/src/math/expl.c
libc-top-half/musl/src/math/__polevll.c
Copyright: 2008 Stephen L. Moshier <steve@moshier.net>
1993 Sun Microsystems, Inc.
License: ISC
Files: libc-top-half/musl/src/math/fmal.c
libc-top-half/musl/src/math/fmaf.c
libc-top-half/musl/src/math/fma.c
libc-top-half/musl/src/math/exp2l.c
Copyright: 2005-2011 David Schultz <das@freebsd.org>
1993 Sun Microsystems, Inc.
License: BSD-2-clause
Files: libc-top-half/musl/src/math/tanf.c
libc-top-half/musl/src/math/tan.c
libc-top-half/musl/src/math/sqrtf.c
libc-top-half/musl/src/math/sqrt.c
libc-top-half/musl/src/math/sinf.c
libc-top-half/musl/src/math/sincosf.c
libc-top-half/musl/src/math/sincos.c
libc-top-half/musl/src/math/sin.c
libc-top-half/musl/src/math/scalbf.c
libc-top-half/musl/src/math/scalb.c
libc-top-half/musl/src/math/log1pf.c
libc-top-half/musl/src/math/log1p.c
libc-top-half/musl/src/math/log10f.c
libc-top-half/musl/src/math/log10.c
libc-top-half/musl/src/math/lgammaf_r.c
libc-top-half/musl/src/math/lgamma_r.c
libc-top-half/musl/src/math/j*.c
libc-top-half/musl/src/math/expm1f.c
libc-top-half/musl/src/math/expm1.c
libc-top-half/musl/src/math/erf.c
libc-top-half/musl/src/math/erff.c
libc-top-half/musl/src/math/cosf.c
libc-top-half/musl/src/math/cos.c
libc-top-half/musl/src/math/cbrt*.c
libc-top-half/musl/src/math/atanl.c
libc-top-half/musl/src/math/atanf.c
libc-top-half/musl/src/math/atan2*.c
libc-top-half/musl/src/math/atan.c
libc-top-half/musl/src/math/asinl.c
libc-top-half/musl/src/math/asinf.c
libc-top-half/musl/src/math/asin.c
libc-top-half/musl/src/math/acosl.c
libc-top-half/musl/src/math/acosf.c
libc-top-half/musl/src/math/acos.c
libc-top-half/musl/src/math/__tan*.c
libc-top-half/musl/src/math/__sin*.c
libc-top-half/musl/src/math/__rem*.c
libc-top-half/musl/src/math/__cos*.c
Copyright: 1993, 2004 Sun Microsystems, Inc.
2008, 2009-2011 Bruce D. Evans
2008, 2009-2011 Steven G. Kargl
2008, 2009-2011 David Schultz
License: permissive
Developed at SunPro, a Sun Microsystems, Inc. business.
Permission to use, copy, modify, and distribute this
software is freely granted, provided that this notice
is preserved.
Files: libc-top-half/musl/src/math/logf.c
libc-top-half/musl/src/math/logf_data.*
libc-top-half/musl/src/math/log2.c
libc-top-half/musl/src/math/log2_data.*
libc-top-half/musl/src/math/log2f.c
libc-top-half/musl/src/math/log2f_data.*
libc-top-half/musl/src/math/log.c
libc-top-half/musl/src/math/log_data.*
libc-top-half/musl/src/math/exp.c
libc-top-half/musl/src/math/exp_data.*
libc-top-half/musl/src/math/exp2.c
libc-top-half/musl/src/math/expf.c
libc-top-half/musl/src/math/exp2f.c
libc-top-half/musl/src/math/exp2f_data.*
libc-top-half/musl/src/math/pow.c
libc-top-half/musl/src/math/pow_data.c
libc-top-half/musl/src/math/powf.c
libc-top-half/musl/src/math/powf_data.*
Copyright: 2017-2018 Arm Limited.
License: MIT
Files: libc-top-half/musl/arch/riscv64/*
libc-top-half/musl/src/*/riscv64/*
Copyright: Alex Suykov <alex.suykov@gmail.com>
Aric Belsito <lluixhi@gmail.com>
Drew DeVault <sir@cmpwn.com>
Michael Clark <mjc@sifive.com>
Michael Forney <mforney@mforney.org>
Stefan O'Rear <sorear2@gmail.com>
Rich Felker <dalias@aerifal.cx>
License: MIT
Files: libc-top-half/musl/src/crypt/crypt_blowfish.c
Copyright: 1998-2012 Solar Designer <solar@openwall.com>
2012 Rich Felker <dalias@aerifal.cx>
License: public-domain
Written by Solar Designer <solar at openwall.com> in 1998-2012.
No copyright is claimed, and the software is hereby placed in the public
domain. In case this attempt to disclaim copyright and place the software
in the public domain is deemed null and void, then the software is
Copyright (c) 1998-2012 Solar Designer and it is hereby released to the
general public under the following terms:
.
Redistribution and use in source and binary forms, with or without
modification, are permitted.
.
There's ABSOLUTELY NO WARRANTY, express or implied.
.
It is my intent that you should be able to use this on your system,
as part of a software package, or anywhere else to improve security,
ensure compatibility, or for any other purpose. I would appreciate
it if you give credit where it is due and keep your modifications in
the public domain as well, but I don't require that in order to let
you place this code and any modifications you make under a license
of your choice.
Files: libc-top-half/musl/src/crypt/crypt_des.c
Copyright: 1994 David Burren
2000,2002,2010,2012 Solar Designer <solar@openwall.com>
2012 Rich Felker <dalias@aerifal.cx>
License: BSD-3-clause
Files: libc-top-half/musl/src/stdlib/qsort.c
Copyright: 2011 Valentin Ochs
License: MIT
Files: libc-top-half/musl/src/setjmp/x32/longjmp.s
libc-top-half/musl/src/setjmp/x32/setjmp.s
libc-top-half/musl/src/setjmp/x86_64/longjmp.s
libc-top-half/musl/src/setjmp/x86_64/setjmp.s
libc-top-half/musl/src/thread/x32/__set_thread_area.s
libc-top-half/musl/src/thread/x32/__unmapself.s
libc-top-half/musl/src/thread/x86_64/__set_thread_area.s
libc-top-half/musl/src/thread/x86_64/__unmapself.s
Copyright: 2011-2012 Nicholas J. Kain
License: MIT
Files: libc-top-half/musl/arch/mips64/*
libc-top-half/musl/src/*/mips64/*
Copyright: 2016 Mahesh Bodapati
2016 Jaydeep Patil
2016 Imagination Technologies
License: MIT
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License: ISC
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
License: BSD-2-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
.
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the author nor the names of other contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
| |
Timestamp: 03.12.2025 / 11:02:38 (UTC)