index
:
wasi-libc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
.gitattributes
4
-rw-r--r--
.github/workflows/main.yml
141
-rw-r--r--
.gitignore
2
-rw-r--r--
.gitmodules
3
-rw-r--r--
CODE_OF_CONDUCT.md
46
-rw-r--r--
LICENSE
16
-rw-r--r--
LICENSE-APACHE
201
-rw-r--r--
LICENSE-APACHE-LLVM
220
-rw-r--r--
LICENSE-MIT
23
-rw-r--r--
Makefile
691
-rw-r--r--
README.md
51
-rw-r--r--
dlmalloc/include/unistd.h
10
-rw-r--r--
dlmalloc/src/dlmalloc.c
98
-rw-r--r--
dlmalloc/src/malloc.c
6352
-rw-r--r--
emmalloc/emmalloc.c
1535
-rw-r--r--
expected/wasm32-wasi/posix/defined-symbols.txt
1330
-rw-r--r--
expected/wasm32-wasi/posix/include-all.c
171
-rw-r--r--
expected/wasm32-wasi/posix/predefined-macros.txt
3398
-rw-r--r--
expected/wasm32-wasi/posix/undefined-symbols.txt
73
-rw-r--r--
expected/wasm32-wasi/single/defined-symbols.txt
1205
-rw-r--r--
expected/wasm32-wasi/single/include-all.c
170
-rw-r--r--
expected/wasm32-wasi/single/predefined-macros.txt
3355
-rw-r--r--
expected/wasm32-wasi/single/undefined-symbols.txt
68
-rw-r--r--
libc-bottom-half/README.md
19
-rw-r--r--
libc-bottom-half/clocks/clock.c
35
-rw-r--r--
libc-bottom-half/clocks/getrusage.c
28
-rw-r--r--
libc-bottom-half/clocks/times.c
26
-rw-r--r--
libc-bottom-half/cloudlibc/LICENSE
22
-rw-r--r--
libc-bottom-half/cloudlibc/src/common/clock.h
19
-rw-r--r--
libc-bottom-half/cloudlibc/src/common/limits.h
35
-rw-r--r--
libc-bottom-half/cloudlibc/src/common/time.h
63
-rw-r--r--
libc-bottom-half/cloudlibc/src/include/_/cdefs.h
36
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/dirent/closedir.c
10
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/dirent/dirent_impl.h
31
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/dirent/dirfd.c
11
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/dirent/fdclosedir.c
16
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/dirent/fdopendir.c
44
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/dirent/opendirat.c
23
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/dirent/readdir.c
132
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/dirent/rewinddir.c
15
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/dirent/scandirat.c
168
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/dirent/seekdir.c
15
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/dirent/telldir.c
11
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/errno/errno.c
87
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/fcntl/fcntl.c
62
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/fcntl/openat.c
80
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/fcntl/posix_fadvise.c
24
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/fcntl/posix_fallocate.c
13
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/poll/poll.c
129
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sched/sched_yield.c
16
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/stdio/renameat.c
17
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/stdlib/_Exit.c
14
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/ioctl/ioctl.c
88
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/select/pselect.c
125
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/select/select.c
25
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/socket/getsockopt.c
48
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/socket/recv.c
40
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/socket/send.c
32
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/socket/shutdown.c
27
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/socket/socket_impl.h
57
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/stat/fstat.c
21
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/stat/fstatat.c
31
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/stat/futimens.c
29
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/stat/mkdirat.c
18
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/stat/stat_impl.h
116
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/stat/utimensat.c
38
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/time/gettimeofday.c
18
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/uio/preadv.c
24
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/uio/pwritev.c
24
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/uio/readv.c
40
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/sys/uio/writev.c
40
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/time/CLOCK_MONOTONIC.c
12
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/time/CLOCK_REALTIME.c
12
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/time/clock_getres.c
21
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/time/clock_gettime.c
22
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/time/clock_nanosleep.c
37
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/time/nanosleep.c
15
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/time/time.c
16
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/unistd/close.c
16
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/unistd/faccessat.c
53
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/unistd/fdatasync.c
16
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/unistd/fsync.c
16
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/unistd/ftruncate.c
22
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/unistd/linkat.c
24
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/unistd/lseek.c
25
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/unistd/pread.c
31
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/unistd/pwrite.c
31
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/unistd/read.c
18
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/unistd/readlinkat.c
21
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/unistd/sleep.c
13
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/unistd/symlinkat.c
17
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/unistd/unlinkat.c
17
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/unistd/usleep.c
18
-rw-r--r--
libc-bottom-half/cloudlibc/src/libc/unistd/write.c
19
-rw-r--r--
libc-bottom-half/crt/crt1-command.c
53
-rw-r--r--
libc-bottom-half/crt/crt1-reactor.c
7
-rw-r--r--
libc-bottom-half/crt/crt1.c
3
-rw-r--r--
libc-bottom-half/getpid/getpid.c
6
-rw-r--r--
libc-bottom-half/headers/private/_/limits.h
1
-rw-r--r--
libc-bottom-half/headers/private/_/struct/timespec.h
1
-rw-r--r--
libc-bottom-half/headers/private/_/struct/timeval.h
1
-rw-r--r--
libc-bottom-half/headers/private/_/types.h
9
-rw-r--r--
libc-bottom-half/headers/private/assert.h
7
-rw-r--r--
libc-bottom-half/headers/private/common/crt.h
0
-rw-r--r--
libc-bottom-half/headers/private/errno.h
2
-rw-r--r--
libc-bottom-half/headers/private/fcntl.h
2
-rw-r--r--
libc-bottom-half/headers/private/sched.h
0
-rw-r--r--
libc-bottom-half/headers/private/stdarg.h
2
-rw-r--r--
libc-bottom-half/headers/private/stdint.h
12
-rw-r--r--
libc-bottom-half/headers/private/stdio.h
3
-rw-r--r--
libc-bottom-half/headers/private/stdlib.h
8
-rw-r--r--
libc-bottom-half/headers/private/string.h
2
-rw-r--r--
libc-bottom-half/headers/private/sys/mman.h
2
-rw-r--r--
libc-bottom-half/headers/private/threads.h
3
-rw-r--r--
libc-bottom-half/headers/public/__errno.h
20
-rw-r--r--
libc-bottom-half/headers/public/__errno_values.h
86
-rw-r--r--
libc-bottom-half/headers/public/__fd_set.h
76
-rw-r--r--
libc-bottom-half/headers/public/__function___isatty.h
14
-rw-r--r--
libc-bottom-half/headers/public/__functions_malloc.h
26
-rw-r--r--
libc-bottom-half/headers/public/__functions_memcpy.h
20
-rw-r--r--
libc-bottom-half/headers/public/__header_dirent.h
45
-rw-r--r--
libc-bottom-half/headers/public/__header_fcntl.h
61
-rw-r--r--
libc-bottom-half/headers/public/__header_inttypes.h
182
-rw-r--r--
libc-bottom-half/headers/public/__header_netinet_in.h
30
-rw-r--r--
libc-bottom-half/headers/public/__header_poll.h
27
-rw-r--r--
libc-bottom-half/headers/public/__header_stdlib.h
21
-rw-r--r--
libc-bottom-half/headers/public/__header_string.h
23
-rw-r--r--
libc-bottom-half/headers/public/__header_sys_ioctl.h
17
-rw-r--r--
libc-bottom-half/headers/public/__header_sys_resource.h
19
-rw-r--r--
libc-bottom-half/headers/public/__header_sys_socket.h
41
-rw-r--r--
libc-bottom-half/headers/public/__header_sys_stat.h
15
-rw-r--r--
libc-bottom-half/headers/public/__header_time.h
33
-rw-r--r--
libc-bottom-half/headers/public/__header_unistd.h
28
-rw-r--r--
libc-bottom-half/headers/public/__macro_FD_SETSIZE.h
6
-rw-r--r--
libc-bottom-half/headers/public/__macro_PAGESIZE.h
16
-rw-r--r--
libc-bottom-half/headers/public/__mode_t.h
38
-rw-r--r--
libc-bottom-half/headers/public/__seek.h
10
-rw-r--r--
libc-bottom-half/headers/public/__struct_dirent.h
14
-rw-r--r--
libc-bottom-half/headers/public/__struct_in6_addr.h
8
-rw-r--r--
libc-bottom-half/headers/public/__struct_in_addr.h
10
-rw-r--r--
libc-bottom-half/headers/public/__struct_iovec.h
12
-rw-r--r--
libc-bottom-half/headers/public/__struct_msghdr.h
16
-rw-r--r--
libc-bottom-half/headers/public/__struct_pollfd.h
10
-rw-r--r--
libc-bottom-half/headers/public/__struct_rusage.h
12
-rw-r--r--
libc-bottom-half/headers/public/__struct_sockaddr.h
14
-rw-r--r--
libc-bottom-half/headers/public/__struct_sockaddr_in.h
17
-rw-r--r--
libc-bottom-half/headers/public/__struct_sockaddr_in6.h
19
-rw-r--r--
libc-bottom-half/headers/public/__struct_sockaddr_storage.h
14
-rw-r--r--
libc-bottom-half/headers/public/__struct_sockaddr_un.h
13
-rw-r--r--
libc-bottom-half/headers/public/__struct_stat.h
35
-rw-r--r--
libc-bottom-half/headers/public/__struct_timespec.h
12
-rw-r--r--
libc-bottom-half/headers/public/__struct_timeval.h
13
-rw-r--r--
libc-bottom-half/headers/public/__struct_tm.h
19
-rw-r--r--
libc-bottom-half/headers/public/__struct_tms.h
13
-rw-r--r--
libc-bottom-half/headers/public/__typedef_DIR.h
6
-rw-r--r--
libc-bottom-half/headers/public/__typedef_blkcnt_t.h
7
-rw-r--r--
libc-bottom-half/headers/public/__typedef_blksize_t.h
6
-rw-r--r--
libc-bottom-half/headers/public/__typedef_clock_t.h
7
-rw-r--r--
libc-bottom-half/headers/public/__typedef_clockid_t.h
6
-rw-r--r--
libc-bottom-half/headers/public/__typedef_dev_t.h
7
-rw-r--r--
libc-bottom-half/headers/public/__typedef_fd_set.h
14
-rw-r--r--
libc-bottom-half/headers/public/__typedef_gid_t.h
6
-rw-r--r--
libc-bottom-half/headers/public/__typedef_in_addr_t.h
6
-rw-r--r--
libc-bottom-half/headers/public/__typedef_in_port_t.h
6
-rw-r--r--
libc-bottom-half/headers/public/__typedef_ino_t.h
7
-rw-r--r--
libc-bottom-half/headers/public/__typedef_mode_t.h
6
-rw-r--r--
libc-bottom-half/headers/public/__typedef_nfds_t.h
6
-rw-r--r--
libc-bottom-half/headers/public/__typedef_nlink_t.h
7
-rw-r--r--
libc-bottom-half/headers/public/__typedef_off_t.h
7
-rw-r--r--
libc-bottom-half/headers/public/__typedef_sa_family_t.h
6
-rw-r--r--
libc-bottom-half/headers/public/__typedef_sigset_t.h
7
-rw-r--r--
libc-bottom-half/headers/public/__typedef_socklen_t.h
6
-rw-r--r--
libc-bottom-half/headers/public/__typedef_ssize_t.h
7
-rw-r--r--
libc-bottom-half/headers/public/__typedef_suseconds_t.h
8
-rw-r--r--
libc-bottom-half/headers/public/__typedef_time_t.h
7
-rw-r--r--
libc-bottom-half/headers/public/__typedef_uid_t.h
6
-rw-r--r--
libc-bottom-half/headers/public/dirent.h
10
-rw-r--r--
libc-bottom-half/headers/public/errno.h
7
-rw-r--r--
libc-bottom-half/headers/public/fcntl.h
10
-rw-r--r--
libc-bottom-half/headers/public/inttypes.h
10
-rw-r--r--
libc-bottom-half/headers/public/netinet/in.h
6
-rw-r--r--
libc-bottom-half/headers/public/poll.h
10
-rw-r--r--
libc-bottom-half/headers/public/stdlib.h
10
-rw-r--r--
libc-bottom-half/headers/public/string.h
10
-rw-r--r--
libc-bottom-half/headers/public/sys/ioctl.h
10
-rw-r--r--
libc-bottom-half/headers/public/sys/resource.h
10
-rw-r--r--
libc-bottom-half/headers/public/sys/select.h
18
-rw-r--r--
libc-bottom-half/headers/public/sys/socket.h
6
-rw-r--r--
libc-bottom-half/headers/public/sys/stat.h
10
-rw-r--r--
libc-bottom-half/headers/public/sys/time.h
6
-rw-r--r--
libc-bottom-half/headers/public/sys/times.h
6
-rw-r--r--
libc-bottom-half/headers/public/sys/types.h
16
-rw-r--r--
libc-bottom-half/headers/public/sys/uio.h
6
-rw-r--r--
libc-bottom-half/headers/public/sys/un.h
6
-rw-r--r--
libc-bottom-half/headers/public/time.h
10
-rw-r--r--
libc-bottom-half/headers/public/unistd.h
10
-rw-r--r--
libc-bottom-half/headers/public/wasi/api.h
2115
-rw-r--r--
libc-bottom-half/headers/public/wasi/libc-environ.h
36
-rw-r--r--
libc-bottom-half/headers/public/wasi/libc-find-relpath.h
79
-rw-r--r--
libc-bottom-half/headers/public/wasi/libc-nocwd.h
58
-rw-r--r--
libc-bottom-half/headers/public/wasi/libc.h
65
-rw-r--r--
libc-bottom-half/headers/public/wchar.h
9
-rw-r--r--
libc-bottom-half/mman/mman.c
124
-rw-r--r--
libc-bottom-half/signal/signal.c
142
-rw-r--r--
libc-bottom-half/sources/__errno_location.c
5
-rw-r--r--
libc-bottom-half/sources/__main_void.c
54
-rw-r--r--
libc-bottom-half/sources/__wasilibc_dt.c
34
-rw-r--r--
libc-bottom-half/sources/__wasilibc_environ.c
14
-rw-r--r--
libc-bottom-half/sources/__wasilibc_fd_renumber.c
13
-rw-r--r--
libc-bottom-half/sources/__wasilibc_initialize_environ.c
93
-rw-r--r--
libc-bottom-half/sources/__wasilibc_real.c
672
-rw-r--r--
libc-bottom-half/sources/__wasilibc_rmdirat.c
12
-rw-r--r--
libc-bottom-half/sources/__wasilibc_tell.c
14
-rw-r--r--
libc-bottom-half/sources/__wasilibc_unlinkat.c
12
-rw-r--r--
libc-bottom-half/sources/abort.c
6
-rw-r--r--
libc-bottom-half/sources/accept.c
51
-rw-r--r--
libc-bottom-half/sources/at_fdcwd.c
141
-rw-r--r--
libc-bottom-half/sources/chdir.c
171
-rw-r--r--
libc-bottom-half/sources/complex-builtins.c
29
-rw-r--r--
libc-bottom-half/sources/environ.c
31
-rw-r--r--
libc-bottom-half/sources/errno.c
5
-rw-r--r--
libc-bottom-half/sources/getcwd.c
39
-rw-r--r--
libc-bottom-half/sources/getentropy.c
20
-rw-r--r--
libc-bottom-half/sources/isatty.c
22
-rw-r--r--
libc-bottom-half/sources/math/fmin-fmax.c
34
-rw-r--r--
libc-bottom-half/sources/math/math-builtins.c
69
-rw-r--r--
libc-bottom-half/sources/posix.c
449
-rw-r--r--
libc-bottom-half/sources/preopens.c
268
-rw-r--r--
libc-bottom-half/sources/reallocarray.c
14
-rw-r--r--
libc-bottom-half/sources/sbrk.c
32
-rw-r--r--
libc-bottom-half/sources/truncate.c
21
-rw-r--r--
libc-top-half/README.md
25
-rw-r--r--
libc-top-half/headers/private/printscan.h
59
-rw-r--r--
libc-top-half/headers/private/wasi/libc-environ-compat.h
12
-rw-r--r--
libc-top-half/musl/.mailmap
1
-rw-r--r--
libc-top-half/musl/COPYRIGHT
193
-rw-r--r--
libc-top-half/musl/INSTALL
191
-rw-r--r--
libc-top-half/musl/Makefile
237
-rw-r--r--
libc-top-half/musl/README
23
-rw-r--r--
libc-top-half/musl/VERSION
1
-rw-r--r--
libc-top-half/musl/WHATSNEW
2329
-rw-r--r--
libc-top-half/musl/arch/aarch64/atomic_arch.h
82
-rw-r--r--
libc-top-half/musl/arch/aarch64/bits/alltypes.h.in
24
-rw-r--r--
libc-top-half/musl/arch/aarch64/bits/fcntl.h
38
-rw-r--r--
libc-top-half/musl/arch/aarch64/bits/fenv.h
19
-rw-r--r--
libc-top-half/musl/arch/aarch64/bits/float.h
16
-rw-r--r--
libc-top-half/musl/arch/aarch64/bits/hwcap.h
52
-rw-r--r--
libc-top-half/musl/arch/aarch64/bits/mman.h
2
-rw-r--r--
libc-top-half/musl/arch/aarch64/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/aarch64/bits/reg.h
2
-rw-r--r--
libc-top-half/musl/arch/aarch64/bits/setjmp.h
1
-rw-r--r--
libc-top-half/musl/arch/aarch64/bits/signal.h
153
-rw-r--r--
libc-top-half/musl/arch/aarch64/bits/stat.h
18
-rw-r--r--
libc-top-half/musl/arch/aarch64/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/aarch64/bits/syscall.h.in
302
-rw-r--r--
libc-top-half/musl/arch/aarch64/bits/user.h
16
-rw-r--r--
libc-top-half/musl/arch/aarch64/crt_arch.h
15
-rw-r--r--
libc-top-half/musl/arch/aarch64/fp_arch.h
25
-rw-r--r--
libc-top-half/musl/arch/aarch64/kstat.h
21
-rw-r--r--
libc-top-half/musl/arch/aarch64/pthread_arch.h
11
-rw-r--r--
libc-top-half/musl/arch/aarch64/reloc.h
24
-rw-r--r--
libc-top-half/musl/arch/aarch64/syscall_arch.h
78
-rw-r--r--
libc-top-half/musl/arch/arm/arch.mak
1
-rw-r--r--
libc-top-half/musl/arch/arm/atomic_arch.h
107
-rw-r--r--
libc-top-half/musl/arch/arm/bits/alltypes.h.in
21
-rw-r--r--
libc-top-half/musl/arch/arm/bits/fcntl.h
40
-rw-r--r--
libc-top-half/musl/arch/arm/bits/fenv.h
23
-rw-r--r--
libc-top-half/musl/arch/arm/bits/float.h
16
-rw-r--r--
libc-top-half/musl/arch/arm/bits/hwcap.h
53
-rw-r--r--
libc-top-half/musl/arch/arm/bits/ioctl_fix.h
2
-rw-r--r--
libc-top-half/musl/arch/arm/bits/ipcstat.h
1
-rw-r--r--
libc-top-half/musl/arch/arm/bits/msg.h
18
-rw-r--r--
libc-top-half/musl/arch/arm/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/arm/bits/ptrace.h
25
-rw-r--r--
libc-top-half/musl/arch/arm/bits/reg.h
3
-rw-r--r--
libc-top-half/musl/arch/arm/bits/sem.h
18
-rw-r--r--
libc-top-half/musl/arch/arm/bits/setjmp.h
1
-rw-r--r--
libc-top-half/musl/arch/arm/bits/shm.h
31
-rw-r--r--
libc-top-half/musl/arch/arm/bits/signal.h
86
-rw-r--r--
libc-top-half/musl/arch/arm/bits/stat.h
25
-rw-r--r--
libc-top-half/musl/arch/arm/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/arm/bits/syscall.h.in
409
-rw-r--r--
libc-top-half/musl/arch/arm/bits/user.h
36
-rw-r--r--
libc-top-half/musl/arch/arm/crt_arch.h
18
-rw-r--r--
libc-top-half/musl/arch/arm/kstat.h
21
-rw-r--r--
libc-top-half/musl/arch/arm/pthread_arch.h
32
-rw-r--r--
libc-top-half/musl/arch/arm/reloc.h
32
-rw-r--r--
libc-top-half/musl/arch/arm/syscall_arch.h
103
-rw-r--r--
libc-top-half/musl/arch/generic/bits/dirent.h
11
-rw-r--r--
libc-top-half/musl/arch/generic/bits/errno.h
134
-rw-r--r--
libc-top-half/musl/arch/generic/bits/fcntl.h
46
-rw-r--r--
libc-top-half/musl/arch/generic/bits/fenv.h
10
-rw-r--r--
libc-top-half/musl/arch/generic/bits/hwcap.h
0
-rw-r--r--
libc-top-half/musl/arch/generic/bits/io.h
0
-rw-r--r--
libc-top-half/musl/arch/generic/bits/ioctl.h
115
-rw-r--r--
libc-top-half/musl/arch/generic/bits/ioctl_fix.h
0
-rw-r--r--
libc-top-half/musl/arch/generic/bits/ipc.h
11
-rw-r--r--
libc-top-half/musl/arch/generic/bits/ipcstat.h
1
-rw-r--r--
libc-top-half/musl/arch/generic/bits/kd.h
1
-rw-r--r--
libc-top-half/musl/arch/generic/bits/limits.h
0
-rw-r--r--
libc-top-half/musl/arch/generic/bits/link.h
1
-rw-r--r--
libc-top-half/musl/arch/generic/bits/mman.h
0
-rw-r--r--
libc-top-half/musl/arch/generic/bits/msg.h
12
-rw-r--r--
libc-top-half/musl/arch/generic/bits/poll.h
0
-rw-r--r--
libc-top-half/musl/arch/generic/bits/ptrace.h
0
-rw-r--r--
libc-top-half/musl/arch/generic/bits/resource.h
0
-rw-r--r--
libc-top-half/musl/arch/generic/bits/sem.h
14
-rw-r--r--
libc-top-half/musl/arch/generic/bits/shm.h
24
-rw-r--r--
libc-top-half/musl/arch/generic/bits/socket.h
0
-rw-r--r--
libc-top-half/musl/arch/generic/bits/soundcard.h
1
-rw-r--r--
libc-top-half/musl/arch/generic/bits/statfs.h
7
-rw-r--r--
libc-top-half/musl/arch/generic/bits/termios.h
166
-rw-r--r--
libc-top-half/musl/arch/generic/bits/vt.h
1
-rw-r--r--
libc-top-half/musl/arch/generic/fp_arch.h
0
-rw-r--r--
libc-top-half/musl/arch/i386/arch.mak
1
-rw-r--r--
libc-top-half/musl/arch/i386/atomic_arch.h
108
-rw-r--r--
libc-top-half/musl/arch/i386/bits/alltypes.h.in
31
-rw-r--r--
libc-top-half/musl/arch/i386/bits/fenv.h
33
-rw-r--r--
libc-top-half/musl/arch/i386/bits/float.h
20
-rw-r--r--
libc-top-half/musl/arch/i386/bits/io.h
77
-rw-r--r--
libc-top-half/musl/arch/i386/bits/ipcstat.h
1
-rw-r--r--
libc-top-half/musl/arch/i386/bits/limits.h
1
-rw-r--r--
libc-top-half/musl/arch/i386/bits/mman.h
1
-rw-r--r--
libc-top-half/musl/arch/i386/bits/msg.h
18
-rw-r--r--
libc-top-half/musl/arch/i386/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/i386/bits/ptrace.h
11
-rw-r--r--
libc-top-half/musl/arch/i386/bits/reg.h
19
-rw-r--r--
libc-top-half/musl/arch/i386/bits/sem.h
13
-rw-r--r--
libc-top-half/musl/arch/i386/bits/setjmp.h
1
-rw-r--r--
libc-top-half/musl/arch/i386/bits/shm.h
31
-rw-r--r--
libc-top-half/musl/arch/i386/bits/signal.h
142
-rw-r--r--
libc-top-half/musl/arch/i386/bits/stat.h
25
-rw-r--r--
libc-top-half/musl/arch/i386/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/i386/bits/syscall.h.in
439
-rw-r--r--
libc-top-half/musl/arch/i386/bits/user.h
44
-rw-r--r--
libc-top-half/musl/arch/i386/crt_arch.h
16
-rw-r--r--
libc-top-half/musl/arch/i386/kstat.h
21
-rw-r--r--
libc-top-half/musl/arch/i386/pthread_arch.h
8
-rw-r--r--
libc-top-half/musl/arch/i386/reloc.h
23
-rw-r--r--
libc-top-half/musl/arch/i386/syscall_arch.h
89
-rw-r--r--
libc-top-half/musl/arch/m68k/arch.mak
1
-rw-r--r--
libc-top-half/musl/arch/m68k/atomic_arch.h
8
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/alltypes.h.in
25
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/fcntl.h
40
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/fenv.h
29
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/float.h
39
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/ipcstat.h
1
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/msg.h
18
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/ptrace.h
2
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/reg.h
45
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/sem.h
13
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/setjmp.h
1
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/shm.h
31
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/signal.h
140
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/stat.h
25
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/syscall.h.in
418
-rw-r--r--
libc-top-half/musl/arch/m68k/bits/user.h
38
-rw-r--r--
libc-top-half/musl/arch/m68k/crt_arch.h
14
-rw-r--r--
libc-top-half/musl/arch/m68k/kstat.h
21
-rw-r--r--
libc-top-half/musl/arch/m68k/pthread_arch.h
12
-rw-r--r--
libc-top-half/musl/arch/m68k/reloc.h
30
-rw-r--r--
libc-top-half/musl/arch/m68k/syscall_arch.h
90
-rw-r--r--
libc-top-half/musl/arch/microblaze/arch.mak
1
-rw-r--r--
libc-top-half/musl/arch/microblaze/atomic_arch.h
53
-rw-r--r--
libc-top-half/musl/arch/microblaze/bits/alltypes.h.in
21
-rw-r--r--
libc-top-half/musl/arch/microblaze/bits/float.h
16
-rw-r--r--
libc-top-half/musl/arch/microblaze/bits/ipcstat.h
1
-rw-r--r--
libc-top-half/musl/arch/microblaze/bits/msg.h
18
-rw-r--r--
libc-top-half/musl/arch/microblaze/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/microblaze/bits/reg.h
3
-rw-r--r--
libc-top-half/musl/arch/microblaze/bits/sem.h
18
-rw-r--r--
libc-top-half/musl/arch/microblaze/bits/setjmp.h
1
-rw-r--r--
libc-top-half/musl/arch/microblaze/bits/shm.h
31
-rw-r--r--
libc-top-half/musl/arch/microblaze/bits/signal.h
88
-rw-r--r--
libc-top-half/musl/arch/microblaze/bits/stat.h
25
-rw-r--r--
libc-top-half/musl/arch/microblaze/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/microblaze/bits/syscall.h.in
440
-rw-r--r--
libc-top-half/musl/arch/microblaze/bits/user.h
25
-rw-r--r--
libc-top-half/musl/arch/microblaze/crt_arch.h
17
-rw-r--r--
libc-top-half/musl/arch/microblaze/kstat.h
21
-rw-r--r--
libc-top-half/musl/arch/microblaze/pthread_arch.h
8
-rw-r--r--
libc-top-half/musl/arch/microblaze/reloc.h
27
-rw-r--r--
libc-top-half/musl/arch/microblaze/syscall_arch.h
99
-rw-r--r--
libc-top-half/musl/arch/mips/arch.mak
1
-rw-r--r--
libc-top-half/musl/arch/mips/atomic_arch.h
58
-rw-r--r--
libc-top-half/musl/arch/mips/bits/alltypes.h.in
21
-rw-r--r--
libc-top-half/musl/arch/mips/bits/errno.h
134
-rw-r--r--
libc-top-half/musl/arch/mips/bits/fcntl.h
40
-rw-r--r--
libc-top-half/musl/arch/mips/bits/fenv.h
25
-rw-r--r--
libc-top-half/musl/arch/mips/bits/float.h
16
-rw-r--r--
libc-top-half/musl/arch/mips/bits/hwcap.h
14
-rw-r--r--
libc-top-half/musl/arch/mips/bits/ioctl.h
114
-rw-r--r--
libc-top-half/musl/arch/mips/bits/ipcstat.h
1
-rw-r--r--
libc-top-half/musl/arch/mips/bits/mman.h
25
-rw-r--r--
libc-top-half/musl/arch/mips/bits/msg.h
27
-rw-r--r--
libc-top-half/musl/arch/mips/bits/poll.h
2
-rw-r--r--
libc-top-half/musl/arch/mips/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/mips/bits/ptrace.h
9
-rw-r--r--
libc-top-half/musl/arch/mips/bits/reg.h
47
-rw-r--r--
libc-top-half/musl/arch/mips/bits/resource.h
5
-rw-r--r--
libc-top-half/musl/arch/mips/bits/sem.h
16
-rw-r--r--
libc-top-half/musl/arch/mips/bits/setjmp.h
1
-rw-r--r--
libc-top-half/musl/arch/mips/bits/shm.h
29
-rw-r--r--
libc-top-half/musl/arch/mips/bits/signal.h
124
-rw-r--r--
libc-top-half/musl/arch/mips/bits/socket.h
35
-rw-r--r--
libc-top-half/musl/arch/mips/bits/stat.h
26
-rw-r--r--
libc-top-half/musl/arch/mips/bits/statfs.h
8
-rw-r--r--
libc-top-half/musl/arch/mips/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/mips/bits/syscall.h.in
421
-rw-r--r--
libc-top-half/musl/arch/mips/bits/termios.h
169
-rw-r--r--
libc-top-half/musl/arch/mips/bits/user.h
13
-rw-r--r--
libc-top-half/musl/arch/mips/crt_arch.h
29
-rw-r--r--
libc-top-half/musl/arch/mips/ksigaction.h
13
-rw-r--r--
libc-top-half/musl/arch/mips/kstat.h
22
-rw-r--r--
libc-top-half/musl/arch/mips/pthread_arch.h
18
-rw-r--r--
libc-top-half/musl/arch/mips/reloc.h
50
-rw-r--r--
libc-top-half/musl/arch/mips/syscall_arch.h
153
-rw-r--r--
libc-top-half/musl/arch/mips64/atomic_arch.h
56
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/alltypes.h.in
22
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/errno.h
134
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/fcntl.h
40
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/fenv.h
25
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/float.h
16
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/hwcap.h
3
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/ioctl.h
114
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/ipc.h
12
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/mman.h
25
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/poll.h
2
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/ptrace.h
9
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/reg.h
47
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/resource.h
5
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/setjmp.h
1
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/signal.h
143
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/socket.h
35
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/stat.h
20
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/statfs.h
8
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/syscall.h.in
351
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/termios.h
169
-rw-r--r--
libc-top-half/musl/arch/mips64/bits/user.h
15
-rw-r--r--
libc-top-half/musl/arch/mips64/crt_arch.h
33
-rw-r--r--
libc-top-half/musl/arch/mips64/ksigaction.h
10
-rw-r--r--
libc-top-half/musl/arch/mips64/kstat.h
21
-rw-r--r--
libc-top-half/musl/arch/mips64/pthread_arch.h
19
-rw-r--r--
libc-top-half/musl/arch/mips64/reloc.h
60
-rw-r--r--
libc-top-half/musl/arch/mips64/syscall_arch.h
128
-rw-r--r--
libc-top-half/musl/arch/mipsn32/arch.mak
1
-rw-r--r--
libc-top-half/musl/arch/mipsn32/atomic_arch.h
52
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/alltypes.h.in
21
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/errno.h
134
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/fcntl.h
40
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/fenv.h
25
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/float.h
16
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/hwcap.h
3
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/ioctl.h
114
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/ipcstat.h
1
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/mman.h
25
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/msg.h
27
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/poll.h
2
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/ptrace.h
9
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/reg.h
47
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/resource.h
5
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/sem.h
16
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/setjmp.h
1
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/shm.h
29
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/signal.h
143
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/socket.h
35
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/stat.h
23
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/statfs.h
8
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/syscall.h.in
375
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/termios.h
169
-rw-r--r--
libc-top-half/musl/arch/mipsn32/bits/user.h
15
-rw-r--r--
libc-top-half/musl/arch/mipsn32/crt_arch.h
32
-rw-r--r--
libc-top-half/musl/arch/mipsn32/ksigaction.h
10
-rw-r--r--
libc-top-half/musl/arch/mipsn32/kstat.h
22
-rw-r--r--
libc-top-half/musl/arch/mipsn32/pthread_arch.h
19
-rw-r--r--
libc-top-half/musl/arch/mipsn32/reloc.h
50
-rw-r--r--
libc-top-half/musl/arch/mipsn32/syscall_arch.h
130
-rw-r--r--
libc-top-half/musl/arch/or1k/arch.mak
1
-rw-r--r--
libc-top-half/musl/arch/or1k/atomic_arch.h
14
-rw-r--r--
libc-top-half/musl/arch/or1k/bits/alltypes.h.in
16
-rw-r--r--
libc-top-half/musl/arch/or1k/bits/float.h
16
-rw-r--r--
libc-top-half/musl/arch/or1k/bits/ipcstat.h
1
-rw-r--r--
libc-top-half/musl/arch/or1k/bits/limits.h
1
-rw-r--r--
libc-top-half/musl/arch/or1k/bits/msg.h
18
-rw-r--r--
libc-top-half/musl/arch/or1k/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/or1k/bits/reg.h
3
-rw-r--r--
libc-top-half/musl/arch/or1k/bits/sem.h
13
-rw-r--r--
libc-top-half/musl/arch/or1k/bits/setjmp.h
1
-rw-r--r--
libc-top-half/musl/arch/or1k/bits/shm.h
31
-rw-r--r--
libc-top-half/musl/arch/or1k/bits/signal.h
85
-rw-r--r--
libc-top-half/musl/arch/or1k/bits/stat.h
25
-rw-r--r--
libc-top-half/musl/arch/or1k/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/or1k/bits/syscall.h.in
324
-rw-r--r--
libc-top-half/musl/arch/or1k/bits/user.h
0
-rw-r--r--
libc-top-half/musl/arch/or1k/crt_arch.h
18
-rw-r--r--
libc-top-half/musl/arch/or1k/kstat.h
21
-rw-r--r--
libc-top-half/musl/arch/or1k/pthread_arch.h
16
-rw-r--r--
libc-top-half/musl/arch/or1k/reloc.h
24
-rw-r--r--
libc-top-half/musl/arch/or1k/syscall_arch.h
115
-rw-r--r--
libc-top-half/musl/arch/powerpc/arch.mak
1
-rw-r--r--
libc-top-half/musl/arch/powerpc/atomic_arch.h
38
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/alltypes.h.in
20
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/errno.h
134
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/fcntl.h
40
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/fenv.h
36
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/float.h
16
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/hwcap.h
43
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/ioctl.h
120
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/ipc.h
12
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/ipcstat.h
1
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/mman.h
13
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/msg.h
18
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/ptrace.h
25
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/reg.h
3
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/sem.h
12
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/setjmp.h
1
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/shm.h
30
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/signal.h
119
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/socket.h
25
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/stat.h
24
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/syscall.h.in
428
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/termios.h
171
-rw-r--r--
libc-top-half/musl/arch/powerpc/bits/user.h
23
-rw-r--r--
libc-top-half/musl/arch/powerpc/crt_arch.h
20
-rw-r--r--
libc-top-half/musl/arch/powerpc/kstat.h
20
-rw-r--r--
libc-top-half/musl/arch/powerpc/pthread_arch.h
16
-rw-r--r--
libc-top-half/musl/arch/powerpc/reloc.h
31
-rw-r--r--
libc-top-half/musl/arch/powerpc/syscall_arch.h
94
-rw-r--r--
libc-top-half/musl/arch/powerpc64/atomic_arch.h
62
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/alltypes.h.in
20
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/errno.h
134
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/fcntl.h
40
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/fenv.h
31
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/float.h
16
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/hwcap.h
43
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/ioctl.h
120
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/ipc.h
12
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/mman.h
13
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/ptrace.h
25
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/reg.h
3
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/setjmp.h
1
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/shm.h
23
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/signal.h
110
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/socket.h
27
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/stat.h
16
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/syscall.h.in
400
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/termios.h
171
-rw-r--r--
libc-top-half/musl/arch/powerpc64/bits/user.h
23
-rw-r--r--
libc-top-half/musl/arch/powerpc64/crt_arch.h
19
-rw-r--r--
libc-top-half/musl/arch/powerpc64/kstat.h
19
-rw-r--r--
libc-top-half/musl/arch/powerpc64/pthread_arch.h
16
-rw-r--r--
libc-top-half/musl/arch/powerpc64/reloc.h
31
-rw-r--r--
libc-top-half/musl/arch/powerpc64/syscall_arch.h
90
-rw-r--r--
libc-top-half/musl/arch/riscv64/atomic_arch.h
38
-rw-r--r--
libc-top-half/musl/arch/riscv64/bits/alltypes.h.in
18
-rw-r--r--
libc-top-half/musl/arch/riscv64/bits/fenv.h
17
-rw-r--r--
libc-top-half/musl/arch/riscv64/bits/float.h
16
-rw-r--r--
libc-top-half/musl/arch/riscv64/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/riscv64/bits/reg.h
2
-rw-r--r--
libc-top-half/musl/arch/riscv64/bits/setjmp.h
1
-rw-r--r--
libc-top-half/musl/arch/riscv64/bits/signal.h
118
-rw-r--r--
libc-top-half/musl/arch/riscv64/bits/stat.h
18
-rw-r--r--
libc-top-half/musl/arch/riscv64/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/riscv64/bits/syscall.h.in
304
-rw-r--r--
libc-top-half/musl/arch/riscv64/bits/user.h
6
-rw-r--r--
libc-top-half/musl/arch/riscv64/crt_arch.h
19
-rw-r--r--
libc-top-half/musl/arch/riscv64/kstat.h
21
-rw-r--r--
libc-top-half/musl/arch/riscv64/pthread_arch.h
13
-rw-r--r--
libc-top-half/musl/arch/riscv64/reloc.h
22
-rw-r--r--
libc-top-half/musl/arch/riscv64/syscall_arch.h
78
-rw-r--r--
libc-top-half/musl/arch/s390x/atomic_arch.h
30
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/alltypes.h.in
19
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/fcntl.h
43
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/fenv.h
17
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/float.h
20
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/hwcap.h
15
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/ioctl_fix.h
2
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/limits.h
1
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/link.h
1
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/ptrace.h
12
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/reg.h
2
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/setjmp.h
1
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/signal.h
121
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/stat.h
16
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/statfs.h
7
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/syscall.h.in
365
-rw-r--r--
libc-top-half/musl/arch/s390x/bits/user.h
62
-rw-r--r--
libc-top-half/musl/arch/s390x/crt_arch.h
17
-rw-r--r--
libc-top-half/musl/arch/s390x/kstat.h
19
-rw-r--r--
libc-top-half/musl/arch/s390x/pthread_arch.h
12
-rw-r--r--
libc-top-half/musl/arch/s390x/reloc.h
13
-rw-r--r--
libc-top-half/musl/arch/s390x/syscall_arch.h
74
-rw-r--r--
libc-top-half/musl/arch/sh/arch.mak
1
-rw-r--r--
libc-top-half/musl/arch/sh/atomic_arch.h
48
-rw-r--r--
libc-top-half/musl/arch/sh/bits/alltypes.h.in
25
-rw-r--r--
libc-top-half/musl/arch/sh/bits/fenv.h
26
-rw-r--r--
libc-top-half/musl/arch/sh/bits/float.h
16
-rw-r--r--
libc-top-half/musl/arch/sh/bits/hwcap.h
11
-rw-r--r--
libc-top-half/musl/arch/sh/bits/ioctl.h
112
-rw-r--r--
libc-top-half/musl/arch/sh/bits/ipcstat.h
1
-rw-r--r--
libc-top-half/musl/arch/sh/bits/limits.h
1
-rw-r--r--
libc-top-half/musl/arch/sh/bits/msg.h
18
-rw-r--r--
libc-top-half/musl/arch/sh/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/sh/bits/ptrace.h
5
-rw-r--r--
libc-top-half/musl/arch/sh/bits/sem.h
18
-rw-r--r--
libc-top-half/musl/arch/sh/bits/setjmp.h
1
-rw-r--r--
libc-top-half/musl/arch/sh/bits/shm.h
31
-rw-r--r--
libc-top-half/musl/arch/sh/bits/signal.h
96
-rw-r--r--
libc-top-half/musl/arch/sh/bits/stat.h
25
-rw-r--r--
libc-top-half/musl/arch/sh/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/sh/bits/syscall.h.in
412
-rw-r--r--
libc-top-half/musl/arch/sh/bits/user.h
51
-rw-r--r--
libc-top-half/musl/arch/sh/crt_arch.h
78
-rw-r--r--
libc-top-half/musl/arch/sh/ksigaction.h
10
-rw-r--r--
libc-top-half/musl/arch/sh/kstat.h
21
-rw-r--r--
libc-top-half/musl/arch/sh/pthread_arch.h
16
-rw-r--r--
libc-top-half/musl/arch/sh/reloc.h
52
-rw-r--r--
libc-top-half/musl/arch/sh/syscall_arch.h
93
-rw-r--r--
libc-top-half/musl/arch/wasm32/atomic_arch.h
7
-rw-r--r--
libc-top-half/musl/arch/wasm32/bits/alltypes.h.in
58
-rw-r--r--
libc-top-half/musl/arch/wasm32/bits/dirent.h
1
-rw-r--r--
libc-top-half/musl/arch/wasm32/bits/fcntl.h
1
-rw-r--r--
libc-top-half/musl/arch/wasm32/bits/float.h
16
-rw-r--r--
libc-top-half/musl/arch/wasm32/bits/ioctl.h
1
-rw-r--r--
libc-top-half/musl/arch/wasm32/bits/limits.h
1
-rw-r--r--
libc-top-half/musl/arch/wasm32/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/wasm32/bits/reg.h
2
-rw-r--r--
libc-top-half/musl/arch/wasm32/bits/signal.h
40
-rw-r--r--
libc-top-half/musl/arch/wasm32/bits/stat.h
1
-rw-r--r--
libc-top-half/musl/arch/wasm32/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/wasm32/fp_arch.h
25
-rw-r--r--
libc-top-half/musl/arch/wasm32/pthread_arch.h
5
-rw-r--r--
libc-top-half/musl/arch/wasm32/reloc.h
1
-rw-r--r--
libc-top-half/musl/arch/wasm32/syscall_arch.h
0
-rw-r--r--
libc-top-half/musl/arch/x32/atomic_arch.h
121
-rw-r--r--
libc-top-half/musl/arch/x32/bits/alltypes.h.in
24
-rw-r--r--
libc-top-half/musl/arch/x32/bits/fcntl.h
40
-rw-r--r--
libc-top-half/musl/arch/x32/bits/fenv.h
34
-rw-r--r--
libc-top-half/musl/arch/x32/bits/float.h
20
-rw-r--r--
libc-top-half/musl/arch/x32/bits/io.h
77
-rw-r--r--
libc-top-half/musl/arch/x32/bits/ioctl_fix.h
4
-rw-r--r--
libc-top-half/musl/arch/x32/bits/ipc.h
11
-rw-r--r--
libc-top-half/musl/arch/x32/bits/limits.h
1
-rw-r--r--
libc-top-half/musl/arch/x32/bits/mman.h
1
-rw-r--r--
libc-top-half/musl/arch/x32/bits/msg.h
15
-rw-r--r--
libc-top-half/musl/arch/x32/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/x32/bits/ptrace.h
13
-rw-r--r--
libc-top-half/musl/arch/x32/bits/reg.h
29
-rw-r--r--
libc-top-half/musl/arch/x32/bits/sem.h
11
-rw-r--r--
libc-top-half/musl/arch/x32/bits/setjmp.h
1
-rw-r--r--
libc-top-half/musl/arch/x32/bits/shm.h
32
-rw-r--r--
libc-top-half/musl/arch/x32/bits/signal.h
153
-rw-r--r--
libc-top-half/musl/arch/x32/bits/socket.h
5
-rw-r--r--
libc-top-half/musl/arch/x32/bits/stat.h
22
-rw-r--r--
libc-top-half/musl/arch/x32/bits/statfs.h
9
-rw-r--r--
libc-top-half/musl/arch/x32/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/x32/bits/syscall.h.in
349
-rw-r--r--
libc-top-half/musl/arch/x32/bits/user.h
41
-rw-r--r--
libc-top-half/musl/arch/x32/crt_arch.h
12
-rw-r--r--
libc-top-half/musl/arch/x32/ksigaction.h
11
-rw-r--r--
libc-top-half/musl/arch/x32/kstat.h
22
-rw-r--r--
libc-top-half/musl/arch/x32/pthread_arch.h
12
-rw-r--r--
libc-top-half/musl/arch/x32/reloc.h
31
-rw-r--r--
libc-top-half/musl/arch/x32/syscall_arch.h
93
-rw-r--r--
libc-top-half/musl/arch/x86_64/atomic_arch.h
123
-rw-r--r--
libc-top-half/musl/arch/x86_64/bits/alltypes.h.in
20
-rw-r--r--
libc-top-half/musl/arch/x86_64/bits/fenv.h
34
-rw-r--r--
libc-top-half/musl/arch/x86_64/bits/float.h
20
-rw-r--r--
libc-top-half/musl/arch/x86_64/bits/io.h
77
-rw-r--r--
libc-top-half/musl/arch/x86_64/bits/limits.h
1
-rw-r--r--
libc-top-half/musl/arch/x86_64/bits/mman.h
1
-rw-r--r--
libc-top-half/musl/arch/x86_64/bits/posix.h
2
-rw-r--r--
libc-top-half/musl/arch/x86_64/bits/ptrace.h
13
-rw-r--r--
libc-top-half/musl/arch/x86_64/bits/reg.h
29
-rw-r--r--
libc-top-half/musl/arch/x86_64/bits/sem.h
11
-rw-r--r--
libc-top-half/musl/arch/x86_64/bits/setjmp.h
1
-rw-r--r--
libc-top-half/musl/arch/x86_64/bits/signal.h
153
-rw-r--r--
libc-top-half/musl/arch/x86_64/bits/stat.h
22
-rw-r--r--
libc-top-half/musl/arch/x86_64/bits/stdint.h
20
-rw-r--r--
libc-top-half/musl/arch/x86_64/bits/syscall.h.in
358
-rw-r--r--
libc-top-half/musl/arch/x86_64/bits/user.h
41
-rw-r--r--
libc-top-half/musl/arch/x86_64/crt_arch.h
12
-rw-r--r--
libc-top-half/musl/arch/x86_64/ksigaction.h
11
-rw-r--r--
libc-top-half/musl/arch/x86_64/kstat.h
22
-rw-r--r--
libc-top-half/musl/arch/x86_64/pthread_arch.h
8
-rw-r--r--
libc-top-half/musl/arch/x86_64/reloc.h
20
-rw-r--r--
libc-top-half/musl/arch/x86_64/syscall_arch.h
70
-rw-r--r--
libc-top-half/musl/compat/time32/__xstat.c
24
-rw-r--r--
libc-top-half/musl/compat/time32/adjtime32.c
21
-rw-r--r--
libc-top-half/musl/compat/time32/adjtimex_time32.c
10
-rw-r--r--
libc-top-half/musl/compat/time32/aio_suspend_time32.c
11
-rw-r--r--
libc-top-half/musl/compat/time32/clock_adjtime32.c
70
-rw-r--r--
libc-top-half/musl/compat/time32/clock_getres_time32.c
13
-rw-r--r--
libc-top-half/musl/compat/time32/clock_gettime32.c
18
-rw-r--r--
libc-top-half/musl/compat/time32/clock_nanosleep_time32.c
15
-rw-r--r--
libc-top-half/musl/compat/time32/clock_settime32.c
9
-rw-r--r--
libc-top-half/musl/compat/time32/cnd_timedwait_time32.c
9
-rw-r--r--
libc-top-half/musl/compat/time32/ctime32.c
7
-rw-r--r--
libc-top-half/musl/compat/time32/ctime32_r.c
7
-rw-r--r--
libc-top-half/musl/compat/time32/difftime32.c
7
-rw-r--r--
libc-top-half/musl/compat/time32/fstat_time32.c
17
-rw-r--r--
libc-top-half/musl/compat/time32/fstatat_time32.c
17
-rw-r--r--
libc-top-half/musl/compat/time32/ftime32.c
25
-rw-r--r--
libc-top-half/musl/compat/time32/futimens_time32.c
10
-rw-r--r--
libc-top-half/musl/compat/time32/futimes_time32.c
12
-rw-r--r--
libc-top-half/musl/compat/time32/futimesat_time32.c
12
-rw-r--r--
libc-top-half/musl/compat/time32/getitimer_time32.c
15
-rw-r--r--
libc-top-half/musl/compat/time32/getrusage_time32.c
39
-rw-r--r--
libc-top-half/musl/compat/time32/gettimeofday_time32.c
19
-rw-r--r--
libc-top-half/musl/compat/time32/gmtime32.c
7
-rw-r--r--
libc-top-half/musl/compat/time32/gmtime32_r.c
7
-rw-r--r--
libc-top-half/musl/compat/time32/localtime32.c
7
-rw-r--r--
libc-top-half/musl/compat/time32/localtime32_r.c
7
-rw-r--r--
libc-top-half/musl/compat/time32/lstat_time32.c
17
-rw-r--r--
libc-top-half/musl/compat/time32/lutimes_time32.c
12
-rw-r--r--
libc-top-half/musl/compat/time32/mktime32.c
16
-rw-r--r--
libc-top-half/musl/compat/time32/mq_timedreceive_time32.c
9
-rw-r--r--
libc-top-half/musl/compat/time32/mq_timedsend_time32.c
9
-rw-r--r--
libc-top-half/musl/compat/time32/mtx_timedlock_time32.c
9
-rw-r--r--
libc-top-half/musl/compat/time32/nanosleep_time32.c
15
-rw-r--r--
libc-top-half/musl/compat/time32/ppoll_time32.c
10
-rw-r--r--
libc-top-half/musl/compat/time32/pselect_time32.c
9
-rw-r--r--
libc-top-half/musl/compat/time32/pthread_cond_timedwait_time32.c
9
-rw-r--r--
libc-top-half/musl/compat/time32/pthread_mutex_timedlock_time32.c
9
-rw-r--r--
libc-top-half/musl/compat/time32/pthread_rwlock_timedrdlock_time32.c
9
-rw-r--r--
libc-top-half/musl/compat/time32/pthread_rwlock_timedwrlock_time32.c
9
-rw-r--r--
libc-top-half/musl/compat/time32/pthread_timedjoin_np_time32.c
10
-rw-r--r--
libc-top-half/musl/compat/time32/recvmmsg_time32.c
10
-rw-r--r--
libc-top-half/musl/compat/time32/sched_rr_get_interval_time32.c
13
-rw-r--r--
libc-top-half/musl/compat/time32/select_time32.c
10
-rw-r--r--
libc-top-half/musl/compat/time32/sem_timedwait_time32.c
9
-rw-r--r--
libc-top-half/musl/compat/time32/semtimedop_time32.c
10
-rw-r--r--
libc-top-half/musl/compat/time32/setitimer_time32.c
25
-rw-r--r--
libc-top-half/musl/compat/time32/settimeofday_time32.c
10
-rw-r--r--
libc-top-half/musl/compat/time32/sigtimedwait_time32.c
9
-rw-r--r--
libc-top-half/musl/compat/time32/stat_time32.c
17
-rw-r--r--
libc-top-half/musl/compat/time32/stime32.c
8
-rw-r--r--
libc-top-half/musl/compat/time32/thrd_sleep_time32.c
16
-rw-r--r--
libc-top-half/musl/compat/time32/time32.c
15
-rw-r--r--
libc-top-half/musl/compat/time32/time32.h
91
-rw-r--r--
libc-top-half/musl/compat/time32/time32gm.c
15
-rw-r--r--
libc-top-half/musl/compat/time32/timer_gettime32.c
15
-rw-r--r--
libc-top-half/musl/compat/time32/timer_settime32.c
25
-rw-r--r--
libc-top-half/musl/compat/time32/timerfd_gettime32.c
16
-rw-r--r--
libc-top-half/musl/compat/time32/timerfd_settime32.c
26
-rw-r--r--
libc-top-half/musl/compat/time32/timespec_get_time32.c
18
-rw-r--r--
libc-top-half/musl/compat/time32/utime_time32.c
14
-rw-r--r--
libc-top-half/musl/compat/time32/utimensat_time32.c
11
-rw-r--r--
libc-top-half/musl/compat/time32/utimes_time32.c
11
-rw-r--r--
libc-top-half/musl/compat/time32/wait3_time32.c
40
-rw-r--r--
libc-top-half/musl/compat/time32/wait4_time32.c
40
-rwxr-xr-x
libc-top-half/musl/configure
814
-rw-r--r--
libc-top-half/musl/crt/Scrt1.c
1
-rw-r--r--
libc-top-half/musl/crt/aarch64/crti.s
13
-rw-r--r--
libc-top-half/musl/crt/aarch64/crtn.s
7
-rw-r--r--
libc-top-half/musl/crt/arm/crti.s
13
-rw-r--r--
libc-top-half/musl/crt/arm/crtn.s
9
-rw-r--r--
libc-top-half/musl/crt/crt1.c
19
-rw-r--r--
libc-top-half/musl/crt/crti.c
0
-rw-r--r--
libc-top-half/musl/crt/crtn.c
0
-rw-r--r--
libc-top-half/musl/crt/i386/crti.s
9
-rw-r--r--
libc-top-half/musl/crt/i386/crtn.s
7
-rw-r--r--
libc-top-half/musl/crt/microblaze/crti.s
13
-rw-r--r--
libc-top-half/musl/crt/microblaze/crtn.s
9
-rw-r--r--
libc-top-half/musl/crt/mips/crti.s
19
-rw-r--r--
libc-top-half/musl/crt/mips/crtn.s
13
-rw-r--r--
libc-top-half/musl/crt/mips64/crti.s
17
-rw-r--r--
libc-top-half/musl/crt/mips64/crtn.s
13
-rw-r--r--
libc-top-half/musl/crt/mipsn32/crti.s
18
-rw-r--r--
libc-top-half/musl/crt/mipsn32/crtn.s
12
-rw-r--r--
libc-top-half/musl/crt/or1k/crti.s
11
-rw-r--r--
libc-top-half/musl/crt/or1k/crtn.s
9
-rw-r--r--
libc-top-half/musl/crt/powerpc/crti.s
15
-rw-r--r--
libc-top-half/musl/crt/powerpc/crtn.s
13
-rw-r--r--
libc-top-half/musl/crt/powerpc64/crti.s
21
-rw-r--r--
libc-top-half/musl/crt/powerpc64/crtn.s
13
-rw-r--r--
libc-top-half/musl/crt/rcrt1.c
14
-rw-r--r--
libc-top-half/musl/crt/s390x/crti.s
17
-rw-r--r--
libc-top-half/musl/crt/s390x/crtn.s
9
-rw-r--r--
libc-top-half/musl/crt/sh/crti.s
21
-rw-r--r--
libc-top-half/musl/crt/sh/crtn.s
13
-rw-r--r--
libc-top-half/musl/crt/x32/crti.s
9
-rw-r--r--
libc-top-half/musl/crt/x32/crtn.s
7
-rw-r--r--
libc-top-half/musl/crt/x86_64/crti.s
9
-rw-r--r--
libc-top-half/musl/crt/x86_64/crtn.s
7
-rw-r--r--
libc-top-half/musl/dist/config.mak
36
-rw-r--r--
libc-top-half/musl/dynamic.list
45
-rw-r--r--
libc-top-half/musl/include/aio.h
73
-rw-r--r--
libc-top-half/musl/include/alloca.h
19
-rw-r--r--
libc-top-half/musl/include/alltypes.h.in
118
-rw-r--r--
libc-top-half/musl/include/ar.h
25
-rw-r--r--
libc-top-half/musl/include/arpa/ftp.h
35
-rw-r--r--
libc-top-half/musl/include/arpa/inet.h
35
-rw-r--r--
libc-top-half/musl/include/arpa/nameser.h
455
-rw-r--r--
libc-top-half/musl/include/arpa/nameser_compat.h
2
-rw-r--r--
libc-top-half/musl/include/arpa/telnet.h
251
-rw-r--r--
libc-top-half/musl/include/arpa/tftp.h
31
-rw-r--r--
libc-top-half/musl/include/assert.h
23
-rw-r--r--
libc-top-half/musl/include/byteswap.h
26
-rw-r--r--
libc-top-half/musl/include/complex.h
143
-rw-r--r--
libc-top-half/musl/include/cpio.h
29
-rw-r--r--
libc-top-half/musl/include/crypt.h
20
-rw-r--r--
libc-top-half/musl/include/ctype.h
77
-rw-r--r--
libc-top-half/musl/include/dirent.h
89
-rw-r--r--
libc-top-half/musl/include/dlfcn.h
46
-rw-r--r--
libc-top-half/musl/include/elf.h
3296
-rw-r--r--
libc-top-half/musl/include/endian.h
80
-rw-r--r--
libc-top-half/musl/include/err.h
25
-rw-r--r--
libc-top-half/musl/include/errno.h
32
-rw-r--r--
libc-top-half/musl/include/fcntl.h
246
-rw-r--r--
libc-top-half/musl/include/features.h
40
-rw-r--r--
libc-top-half/musl/include/fenv.h
28
-rw-r--r--
libc-top-half/musl/include/float.h
56
-rw-r--r--
libc-top-half/musl/include/fmtmsg.h
47
-rw-r--r--
libc-top-half/musl/include/fnmatch.h
24
-rw-r--r--
libc-top-half/musl/include/ftw.h
45
-rw-r--r--
libc-top-half/musl/include/getopt.h
30
-rw-r--r--
libc-top-half/musl/include/glob.h
54
-rw-r--r--
libc-top-half/musl/include/grp.h
53
-rw-r--r--
libc-top-half/musl/include/iconv.h
24
-rw-r--r--
libc-top-half/musl/include/ifaddrs.h
35
-rw-r--r--
libc-top-half/musl/include/inttypes.h
233
-rw-r--r--
libc-top-half/musl/include/iso646.h
20
-rw-r--r--
libc-top-half/musl/include/langinfo.h
98
-rw-r--r--
libc-top-half/musl/include/lastlog.h
1
-rw-r--r--
libc-top-half/musl/include/libgen.h
15
-rw-r--r--
libc-top-half/musl/include/libintl.h
33
-rw-r--r--
libc-top-half/musl/include/limits.h
180
-rw-r--r--
libc-top-half/musl/include/link.h
53
-rw-r--r--
libc-top-half/musl/include/locale.h
93
-rw-r--r--
libc-top-half/musl/include/malloc.h
33
-rw-r--r--
libc-top-half/musl/include/math.h
459
-rw-r--r--
libc-top-half/musl/include/memory.h
1
-rw-r--r--
libc-top-half/musl/include/mntent.h
43
-rw-r--r--
libc-top-half/musl/include/monetary.h
23
-rw-r--r--
libc-top-half/musl/include/mqueue.h
41
-rw-r--r--
libc-top-half/musl/include/net/ethernet.h
55
-rw-r--r--
libc-top-half/musl/include/net/if.h
141
-rw-r--r--
libc-top-half/musl/include/net/if_arp.h
142
-rw-r--r--
libc-top-half/musl/include/net/route.h
124
-rw-r--r--
libc-top-half/musl/include/netdb.h
156
-rw-r--r--
libc-top-half/musl/include/netinet/ether.h
22
-rw-r--r--
libc-top-half/musl/include/netinet/icmp6.h
305
-rw-r--r--
libc-top-half/musl/include/netinet/if_ether.h
149
-rw-r--r--
libc-top-half/musl/include/netinet/igmp.h
45
-rw-r--r--
libc-top-half/musl/include/netinet/in.h
433
-rw-r--r--
libc-top-half/musl/include/netinet/in_systm.h
9
-rw-r--r--
libc-top-half/musl/include/netinet/ip.h
199
-rw-r--r--
libc-top-half/musl/include/netinet/ip6.h
141
-rw-r--r--
libc-top-half/musl/include/netinet/ip_icmp.h
193
-rw-r--r--
libc-top-half/musl/include/netinet/tcp.h
305
-rw-r--r--
libc-top-half/musl/include/netinet/udp.h
46
-rw-r--r--
libc-top-half/musl/include/netpacket/packet.h
62
-rw-r--r--
libc-top-half/musl/include/nl_types.h
22
-rw-r--r--
libc-top-half/musl/include/paths.h
31
-rw-r--r--
libc-top-half/musl/include/poll.h
69
-rw-r--r--
libc-top-half/musl/include/pthread.h
254
-rw-r--r--
libc-top-half/musl/include/pty.h
18
-rw-r--r--
libc-top-half/musl/include/pwd.h
50
-rw-r--r--
libc-top-half/musl/include/regex.h
62
-rw-r--r--
libc-top-half/musl/include/resolv.h
142
-rw-r--r--
libc-top-half/musl/include/sched.h
152
-rw-r--r--
libc-top-half/musl/include/scsi/scsi.h
150
-rw-r--r--
libc-top-half/musl/include/scsi/scsi_ioctl.h
11
-rw-r--r--
libc-top-half/musl/include/scsi/sg.h
129
-rw-r--r--
libc-top-half/musl/include/search.h
63
-rw-r--r--
libc-top-half/musl/include/semaphore.h
39
-rw-r--r--
libc-top-half/musl/include/setjmp.h
53
-rw-r--r--
libc-top-half/musl/include/shadow.h
44
-rw-r--r--
libc-top-half/musl/include/signal.h
339
-rw-r--r--
libc-top-half/musl/include/spawn.h
83
-rw-r--r--
libc-top-half/musl/include/stdalign.h
20
-rw-r--r--
libc-top-half/musl/include/stdarg.h
21
-rw-r--r--
libc-top-half/musl/include/stdbool.h
14
-rw-r--r--
libc-top-half/musl/include/stdc-predef.h
13
-rw-r--r--
libc-top-half/musl/include/stddef.h
27
-rw-r--r--
libc-top-half/musl/include/stdint.h
117
-rw-r--r--
libc-top-half/musl/include/stdio.h
254
-rw-r--r--
libc-top-half/musl/include/stdio_ext.h
34
-rw-r--r--
libc-top-half/musl/include/stdlib.h
219
-rw-r--r--
libc-top-half/musl/include/stdnoreturn.h
7
-rw-r--r--
libc-top-half/musl/include/string.h
128
-rw-r--r--
libc-top-half/musl/include/strings.h
39
-rw-r--r--
libc-top-half/musl/include/stropts.h
139
-rw-r--r--
libc-top-half/musl/include/sys/acct.h
72
-rw-r--r--
libc-top-half/musl/include/sys/auxv.h
17
-rw-r--r--
libc-top-half/musl/include/sys/cachectl.h
22
-rw-r--r--
libc-top-half/musl/include/sys/dir.h
2
-rw-r--r--
libc-top-half/musl/include/sys/epoll.h
69
-rw-r--r--
libc-top-half/musl/include/sys/errno.h
2
-rw-r--r--
libc-top-half/musl/include/sys/eventfd.h
26
-rw-r--r--
libc-top-half/musl/include/sys/fanotify.h
111
-rw-r--r--
libc-top-half/musl/include/sys/fcntl.h
2
-rw-r--r--
libc-top-half/musl/include/sys/file.h
21
-rw-r--r--
libc-top-half/musl/include/sys/fsuid.h
20
-rw-r--r--
libc-top-half/musl/include/sys/inotify.h
58
-rw-r--r--
libc-top-half/musl/include/sys/io.h
17
-rw-r--r--
libc-top-half/musl/include/sys/ioctl.h
124
-rw-r--r--
libc-top-half/musl/include/sys/ipc.h
42
-rw-r--r--
libc-top-half/musl/include/sys/kd.h
1
-rw-r--r--
libc-top-half/musl/include/sys/klog.h
14
-rw-r--r--
libc-top-half/musl/include/sys/membarrier.h
21
-rw-r--r--
libc-top-half/musl/include/sys/mman.h
157
-rw-r--r--
libc-top-half/musl/include/sys/mount.h
75
-rw-r--r--
libc-top-half/musl/include/sys/msg.h
53
-rw-r--r--
libc-top-half/musl/include/sys/mtio.h
188
-rw-r--r--
libc-top-half/musl/include/sys/param.h
37
-rw-r--r--
libc-top-half/musl/include/sys/personality.h
49
-rw-r--r--
libc-top-half/musl/include/sys/poll.h
2
-rw-r--r--
libc-top-half/musl/include/sys/prctl.h
186
-rw-r--r--
libc-top-half/musl/include/sys/procfs.h
63
-rw-r--r--
libc-top-half/musl/include/sys/ptrace.h
147
-rw-r--r--
libc-top-half/musl/include/sys/quota.h
102
-rw-r--r--
libc-top-half/musl/include/sys/random.h
27
-rw-r--r--
libc-top-half/musl/include/sys/reboot.h
20
-rw-r--r--
libc-top-half/musl/include/sys/reg.h
9
-rw-r--r--
libc-top-half/musl/include/sys/resource.h
126
-rw-r--r--
libc-top-half/musl/include/sys/select.h
54
-rw-r--r--
libc-top-half/musl/include/sys/sem.h
72
-rw-r--r--
libc-top-half/musl/include/sys/sendfile.h
22
-rw-r--r--
libc-top-half/musl/include/sys/shm.h
70
-rw-r--r--
libc-top-half/musl/include/sys/signal.h
2
-rw-r--r--
libc-top-half/musl/include/sys/signalfd.h
49
-rw-r--r--
libc-top-half/musl/include/sys/socket.h
448
-rw-r--r--
libc-top-half/musl/include/sys/soundcard.h
1
-rw-r--r--
libc-top-half/musl/include/sys/stat.h
143
-rw-r--r--
libc-top-half/musl/include/sys/statfs.h
32
-rw-r--r--
libc-top-half/musl/include/sys/statvfs.h
56
-rw-r--r--
libc-top-half/musl/include/sys/stropts.h
1
-rw-r--r--
libc-top-half/musl/include/sys/swap.h
21
-rw-r--r--
libc-top-half/musl/include/sys/syscall.h
10
-rw-r--r--
libc-top-half/musl/include/sys/sysinfo.h
36
-rw-r--r--
libc-top-half/musl/include/sys/syslog.h
1
-rw-r--r--
libc-top-half/musl/include/sys/sysmacros.h
15
-rw-r--r--
libc-top-half/musl/include/sys/termios.h
2
-rw-r--r--
libc-top-half/musl/include/sys/time.h
84
-rw-r--r--
libc-top-half/musl/include/sys/timeb.h
28
-rw-r--r--
libc-top-half/musl/include/sys/timerfd.h
32
-rw-r--r--
libc-top-half/musl/include/sys/times.h
34
-rw-r--r--
libc-top-half/musl/include/sys/timex.h
103
-rw-r--r--
libc-top-half/musl/include/sys/ttydefaults.h
34
-rw-r--r--
libc-top-half/musl/include/sys/types.h
85
-rw-r--r--
libc-top-half/musl/include/sys/ucontext.h
1
-rw-r--r--
libc-top-half/musl/include/sys/uio.h
48
-rw-r--r--
libc-top-half/musl/include/sys/un.h
39
-rw-r--r--
libc-top-half/musl/include/sys/user.h
16
-rw-r--r--
libc-top-half/musl/include/sys/utsname.h
29
-rw-r--r--
libc-top-half/musl/include/sys/vfs.h
1
-rw-r--r--
libc-top-half/musl/include/sys/vt.h
1
-rw-r--r--
libc-top-half/musl/include/sys/wait.h
67
-rw-r--r--
libc-top-half/musl/include/sys/xattr.h
32
-rw-r--r--
libc-top-half/musl/include/syscall.h
1
-rw-r--r--
libc-top-half/musl/include/sysexits.h
21
-rw-r--r--
libc-top-half/musl/include/syslog.h
100
-rw-r--r--
libc-top-half/musl/include/tar.h
33
-rw-r--r--
libc-top-half/musl/include/termios.h
50
-rw-r--r--
libc-top-half/musl/include/tgmath.h
270
-rw-r--r--
libc-top-half/musl/include/threads.h
93
-rw-r--r--
libc-top-half/musl/include/time.h
204
-rw-r--r--
libc-top-half/musl/include/uchar.h
29
-rw-r--r--
libc-top-half/musl/include/ucontext.h
25
-rw-r--r--
libc-top-half/musl/include/ulimit.h
17
-rw-r--r--
libc-top-half/musl/include/unistd.h
577
-rw-r--r--
libc-top-half/musl/include/utime.h
29
-rw-r--r--
libc-top-half/musl/include/utmp.h
52
-rw-r--r--
libc-top-half/musl/include/utmpx.h
67
-rw-r--r--
libc-top-half/musl/include/values.h
39
-rw-r--r--
libc-top-half/musl/include/wait.h
2
-rw-r--r--
libc-top-half/musl/include/wchar.h
214
-rw-r--r--
libc-top-half/musl/include/wctype.h
79
-rw-r--r--
libc-top-half/musl/include/wordexp.h
41
-rw-r--r--
libc-top-half/musl/ldso/dlstart.c
148
-rw-r--r--
libc-top-half/musl/ldso/dynlink.c
2361
-rw-r--r--
libc-top-half/musl/src/aio/aio.c
418
-rw-r--r--
libc-top-half/musl/src/aio/aio_suspend.c
79
-rw-r--r--
libc-top-half/musl/src/aio/lio_listio.c
143
-rw-r--r--
libc-top-half/musl/src/complex/__cexp.c
87
-rw-r--r--
libc-top-half/musl/src/complex/__cexpf.c
68
-rw-r--r--
libc-top-half/musl/src/complex/cabs.c
6
-rw-r--r--
libc-top-half/musl/src/complex/cabsf.c
6
-rw-r--r--
libc-top-half/musl/src/complex/cabsl.c
13
-rw-r--r--
libc-top-half/musl/src/complex/cacos.c
11
-rw-r--r--
libc-top-half/musl/src/complex/cacosf.c
11
-rw-r--r--
libc-top-half/musl/src/complex/cacosh.c
12
-rw-r--r--
libc-top-half/musl/src/complex/cacoshf.c
10
-rw-r--r--
libc-top-half/musl/src/complex/cacoshl.c
17
-rw-r--r--
libc-top-half/musl/src/complex/cacosl.c
16
-rw-r--r--
libc-top-half/musl/src/complex/carg.c
6
-rw-r--r--
libc-top-half/musl/src/complex/cargf.c
6
-rw-r--r--
libc-top-half/musl/src/complex/cargl.c
13
-rw-r--r--
libc-top-half/musl/src/complex/casin.c
17
-rw-r--r--
libc-top-half/musl/src/complex/casinf.c
15
-rw-r--r--
libc-top-half/musl/src/complex/casinh.c
9
-rw-r--r--
libc-top-half/musl/src/complex/casinhf.c
7
-rw-r--r--
libc-top-half/musl/src/complex/casinhl.c
14
-rw-r--r--
libc-top-half/musl/src/complex/casinl.c
21
-rw-r--r--
libc-top-half/musl/src/complex/catan.c
107
-rw-r--r--
libc-top-half/musl/src/complex/catanf.c
105
-rw-r--r--
libc-top-half/musl/src/complex/catanh.c
9
-rw-r--r--
libc-top-half/musl/src/complex/catanhf.c
7
-rw-r--r--
libc-top-half/musl/src/complex/catanhl.c
14
-rw-r--r--
libc-top-half/musl/src/complex/catanl.c
114
-rw-r--r--
libc-top-half/musl/src/complex/ccos.c
8
-rw-r--r--
libc-top-half/musl/src/complex/ccosf.c
6
-rw-r--r--
libc-top-half/musl/src/complex/ccosh.c
140
-rw-r--r--
libc-top-half/musl/src/complex/ccoshf.c
90
-rw-r--r--
libc-top-half/musl/src/complex/ccoshl.c
7
-rw-r--r--
libc-top-half/musl/src/complex/ccosl.c
13
-rw-r--r--
libc-top-half/musl/src/complex/cexp.c
83
-rw-r--r--
libc-top-half/musl/src/complex/cexpf.c
83
-rw-r--r--
libc-top-half/musl/src/complex/cexpl.c
7
-rw-r--r--
libc-top-half/musl/src/complex/cimag.c
6
-rw-r--r--
libc-top-half/musl/src/complex/cimagf.c
6
-rw-r--r--
libc-top-half/musl/src/complex/cimagl.c
6
-rw-r--r--
libc-top-half/musl/src/complex/clog.c
14
-rw-r--r--
libc-top-half/musl/src/complex/clogf.c
12
-rw-r--r--
libc-top-half/musl/src/complex/clogl.c
18
-rw-r--r--
libc-top-half/musl/src/complex/conj.c
6
-rw-r--r--
libc-top-half/musl/src/complex/conjf.c
6
-rw-r--r--
libc-top-half/musl/src/complex/conjl.c
6
-rw-r--r--
libc-top-half/musl/src/complex/cpow.c
8
-rw-r--r--
libc-top-half/musl/src/complex/cpowf.c
6
-rw-r--r--
libc-top-half/musl/src/complex/cpowl.c
13
-rw-r--r--
libc-top-half/musl/src/complex/cproj.c
8
-rw-r--r--
libc-top-half/musl/src/complex/cprojf.c
8
-rw-r--r--
libc-top-half/musl/src/complex/cprojl.c
15
-rw-r--r--
libc-top-half/musl/src/complex/creal.c
6
-rw-r--r--
libc-top-half/musl/src/complex/crealf.c
6
-rw-r--r--
libc-top-half/musl/src/complex/creall.c
6
-rw-r--r--
libc-top-half/musl/src/complex/csin.c
9
-rw-r--r--
libc-top-half/musl/src/complex/csinf.c
7
-rw-r--r--
libc-top-half/musl/src/complex/csinh.c
141
-rw-r--r--
libc-top-half/musl/src/complex/csinhf.c
90
-rw-r--r--
libc-top-half/musl/src/complex/csinhl.c
7
-rw-r--r--
libc-top-half/musl/src/complex/csinl.c
14
-rw-r--r--
libc-top-half/musl/src/complex/csqrt.c
100
-rw-r--r--
libc-top-half/musl/src/complex/csqrtf.c
82
-rw-r--r--
libc-top-half/musl/src/complex/csqrtl.c
7
-rw-r--r--
libc-top-half/musl/src/complex/ctan.c
9
-rw-r--r--
libc-top-half/musl/src/complex/ctanf.c
7
-rw-r--r--
libc-top-half/musl/src/complex/ctanh.c
129
-rw-r--r--
libc-top-half/musl/src/complex/ctanhf.c
66
-rw-r--r--
libc-top-half/musl/src/complex/ctanhl.c
7
-rw-r--r--
libc-top-half/musl/src/complex/ctanl.c
14
-rw-r--r--
libc-top-half/musl/src/conf/confstr.c
17
-rw-r--r--
libc-top-half/musl/src/conf/fpathconf.c
39
-rw-r--r--
libc-top-half/musl/src/conf/legacy.c
22
-rw-r--r--
libc-top-half/musl/src/conf/pathconf.c
6
-rw-r--r--
libc-top-half/musl/src/conf/sysconf.c
282
-rw-r--r--
libc-top-half/musl/src/crypt/crypt.c
14
-rw-r--r--
libc-top-half/musl/src/crypt/crypt_blowfish.c
806
-rw-r--r--
libc-top-half/musl/src/crypt/crypt_des.c
1016
-rw-r--r--
libc-top-half/musl/src/crypt/crypt_des.h
14
-rw-r--r--
libc-top-half/musl/src/crypt/crypt_md5.c
285
-rw-r--r--
libc-top-half/musl/src/crypt/crypt_r.c
23
-rw-r--r--
libc-top-half/musl/src/crypt/crypt_sha256.c
322
-rw-r--r--
libc-top-half/musl/src/crypt/crypt_sha512.c
371
-rw-r--r--
libc-top-half/musl/src/crypt/encrypt.c
52
-rw-r--r--
libc-top-half/musl/src/ctype/__ctype_b_loc.c
41
-rw-r--r--
libc-top-half/musl/src/ctype/__ctype_get_mb_cur_max.c
7
-rw-r--r--
libc-top-half/musl/src/ctype/__ctype_tolower_loc.c
30
-rw-r--r--
libc-top-half/musl/src/ctype/__ctype_toupper_loc.c
30
-rw-r--r--
libc-top-half/musl/src/ctype/alpha.h
172
-rw-r--r--
libc-top-half/musl/src/ctype/casemap.h
297
-rw-r--r--
libc-top-half/musl/src/ctype/isalnum.c
13
-rw-r--r--
libc-top-half/musl/src/ctype/isalpha.c
14
-rw-r--r--
libc-top-half/musl/src/ctype/isascii.c
7
-rw-r--r--
libc-top-half/musl/src/ctype/isblank.c
13
-rw-r--r--
libc-top-half/musl/src/ctype/iscntrl.c
13
-rw-r--r--
libc-top-half/musl/src/ctype/isdigit.c
14
-rw-r--r--
libc-top-half/musl/src/ctype/isgraph.c
14
-rw-r--r--
libc-top-half/musl/src/ctype/islower.c
14
-rw-r--r--
libc-top-half/musl/src/ctype/isprint.c
14
-rw-r--r--
libc-top-half/musl/src/ctype/ispunct.c
13
-rw-r--r--
libc-top-half/musl/src/ctype/isspace.c
14
-rw-r--r--
libc-top-half/musl/src/ctype/isupper.c
14
-rw-r--r--
libc-top-half/musl/src/ctype/iswalnum.c
13
-rw-r--r--
libc-top-half/musl/src/ctype/iswalpha.c
21
-rw-r--r--
libc-top-half/musl/src/ctype/iswblank.c
14
-rw-r--r--
libc-top-half/musl/src/ctype/iswcntrl.c
16
-rw-r--r--
libc-top-half/musl/src/ctype/iswctype.c
75
-rw-r--r--
libc-top-half/musl/src/ctype/iswdigit.c
15
-rw-r--r--
libc-top-half/musl/src/ctype/iswgraph.c
14
-rw-r--r--
libc-top-half/musl/src/ctype/iswlower.c
13
-rw-r--r--
libc-top-half/musl/src/ctype/iswprint.c
26
-rw-r--r--
libc-top-half/musl/src/ctype/iswpunct.c
19
-rw-r--r--
libc-top-half/musl/src/ctype/iswspace.c
24
-rw-r--r--
libc-top-half/musl/src/ctype/iswupper.c
13
-rw-r--r--
libc-top-half/musl/src/ctype/iswxdigit.c
13
-rw-r--r--
libc-top-half/musl/src/ctype/isxdigit.c
13
-rw-r--r--
libc-top-half/musl/src/ctype/nonspacing.h
91
-rw-r--r--
libc-top-half/musl/src/ctype/punct.h
141
-rw-r--r--
libc-top-half/musl/src/ctype/toascii.c
7
-rw-r--r--
libc-top-half/musl/src/ctype/tolower.c
14
-rw-r--r--
libc-top-half/musl/src/ctype/toupper.c
14
-rw-r--r--
libc-top-half/musl/src/ctype/towctrans.c
84
-rw-r--r--
libc-top-half/musl/src/ctype/wcswidth.c
8
-rw-r--r--
libc-top-half/musl/src/ctype/wctrans.c
29
-rw-r--r--
libc-top-half/musl/src/ctype/wcwidth.c
29
-rw-r--r--
libc-top-half/musl/src/ctype/wide.h
65
-rw-r--r--
libc-top-half/musl/src/dirent/__dirent.h
11
-rw-r--r--
libc-top-half/musl/src/dirent/alphasort.c
9
-rw-r--r--
libc-top-half/musl/src/dirent/closedir.c
11
-rw-r--r--
libc-top-half/musl/src/dirent/dirfd.c
7
-rw-r--r--
libc-top-half/musl/src/dirent/fdopendir.c
31
-rw-r--r--
libc-top-half/musl/src/dirent/opendir.c
21
-rw-r--r--
libc-top-half/musl/src/dirent/readdir.c
29
-rw-r--r--
libc-top-half/musl/src/dirent/readdir_r.c
29
-rw-r--r--
libc-top-half/musl/src/dirent/rewinddir.c
13
-rw-r--r--
libc-top-half/musl/src/dirent/scandir.c
47
-rw-r--r--
libc-top-half/musl/src/dirent/seekdir.c
12
-rw-r--r--
libc-top-half/musl/src/dirent/telldir.c
7
-rw-r--r--
libc-top-half/musl/src/dirent/versionsort.c
11
-rw-r--r--
libc-top-half/musl/src/env/__environ.c
6
-rw-r--r--
libc-top-half/musl/src/env/__init_tls.c
186
-rw-r--r--
libc-top-half/musl/src/env/__libc_start_main.c
97
-rw-r--r--
libc-top-half/musl/src/env/__reset_tls.c
15
-rw-r--r--
libc-top-half/musl/src/env/__stack_chk_fail.c
49
-rw-r--r--
libc-top-half/musl/src/env/clearenv.c
21
-rw-r--r--
libc-top-half/musl/src/env/getenv.c
20
-rw-r--r--
libc-top-half/musl/src/env/putenv.c
53
-rw-r--r--
libc-top-half/musl/src/env/secure_getenv.c
8
-rw-r--r--
libc-top-half/musl/src/env/setenv.c
42
-rw-r--r--
libc-top-half/musl/src/env/unsetenv.c
35
-rw-r--r--
libc-top-half/musl/src/errno/__errno_location.c
9
-rw-r--r--
libc-top-half/musl/src/errno/__strerror.h
137
-rw-r--r--
libc-top-half/musl/src/errno/strerror.c
47
-rw-r--r--
libc-top-half/musl/src/exit/_Exit.c
8
-rw-r--r--
libc-top-half/musl/src/exit/abort.c
30
-rw-r--r--
libc-top-half/musl/src/exit/abort_lock.c
3
-rw-r--r--
libc-top-half/musl/src/exit/arm/__aeabi_atexit.c
6
-rw-r--r--
libc-top-half/musl/src/exit/assert.c
8
-rw-r--r--
libc-top-half/musl/src/exit/at_quick_exit.c
35
-rw-r--r--
libc-top-half/musl/src/exit/atexit.c
82
-rw-r--r--
libc-top-half/musl/src/exit/exit.c
52
-rw-r--r--
libc-top-half/musl/src/exit/quick_exit.c
11
-rw-r--r--
libc-top-half/musl/src/fcntl/creat.c
8
-rw-r--r--
libc-top-half/musl/src/fcntl/fcntl.c
48
-rw-r--r--
libc-top-half/musl/src/fcntl/open.c
23
-rw-r--r--
libc-top-half/musl/src/fcntl/openat.c
19
-rw-r--r--
libc-top-half/musl/src/fcntl/posix_fadvise.c
18
-rw-r--r--
libc-top-half/musl/src/fcntl/posix_fallocate.c
10
-rw-r--r--
libc-top-half/musl/src/fenv/__flt_rounds.c
19
-rw-r--r--
libc-top-half/musl/src/fenv/aarch64/fenv.s
68
-rw-r--r--
libc-top-half/musl/src/fenv/arm/fenv-hf.S
70
-rw-r--r--
libc-top-half/musl/src/fenv/arm/fenv.c
3
-rw-r--r--
libc-top-half/musl/src/fenv/fegetexceptflag.c
7
-rw-r--r--
libc-top-half/musl/src/fenv/feholdexcept.c
8
-rw-r--r--
libc-top-half/musl/src/fenv/fenv.c
38
-rw-r--r--
libc-top-half/musl/src/fenv/fesetexceptflag.c
8
-rw-r--r--
libc-top-half/musl/src/fenv/fesetround.c
23
-rw-r--r--
libc-top-half/musl/src/fenv/feupdateenv.c
9
-rw-r--r--
libc-top-half/musl/src/fenv/i386/fenv.s
164
-rw-r--r--
libc-top-half/musl/src/fenv/m68k/fenv.c
85
-rw-r--r--
libc-top-half/musl/src/fenv/mips/fenv-sf.c
3
-rw-r--r--
libc-top-half/musl/src/fenv/mips/fenv.S
72
-rw-r--r--
libc-top-half/musl/src/fenv/mips64/fenv-sf.c
3
-rw-r--r--
libc-top-half/musl/src/fenv/mips64/fenv.S
72
-rw-r--r--
libc-top-half/musl/src/fenv/mipsn32/fenv-sf.c
3
-rw-r--r--
libc-top-half/musl/src/fenv/mipsn32/fenv.S
71
-rw-r--r--
libc-top-half/musl/src/fenv/powerpc/fenv-sf.c
3
-rw-r--r--
libc-top-half/musl/src/fenv/powerpc/fenv.S
130
-rw-r--r--
libc-top-half/musl/src/fenv/powerpc64/fenv.c
69
-rw-r--r--
libc-top-half/musl/src/fenv/riscv64/fenv-sf.c
3
-rw-r--r--
libc-top-half/musl/src/fenv/riscv64/fenv.S
56
-rw-r--r--
libc-top-half/musl/src/fenv/s390x/fenv.c
56
-rw-r--r--
libc-top-half/musl/src/fenv/sh/fenv-nofpu.c
3
-rw-r--r--
libc-top-half/musl/src/fenv/sh/fenv.S
81
-rw-r--r--
libc-top-half/musl/src/fenv/x32/fenv.s
98
-rw-r--r--
libc-top-half/musl/src/fenv/x86_64/fenv.s
98
-rw-r--r--
libc-top-half/musl/src/include/arpa/inet.h
8
-rw-r--r--
libc-top-half/musl/src/include/crypt.h
16
-rw-r--r--
libc-top-half/musl/src/include/errno.h
18
-rw-r--r--
libc-top-half/musl/src/include/features.h
11
-rw-r--r--
libc-top-half/musl/src/include/langinfo.h
8
-rw-r--r--
libc-top-half/musl/src/include/pthread.h
29
-rw-r--r--
libc-top-half/musl/src/include/resolv.h
12
-rw-r--r--
libc-top-half/musl/src/include/signal.h
16
-rw-r--r--
libc-top-half/musl/src/include/stdio.h
22
-rw-r--r--
libc-top-half/musl/src/include/stdlib.h
19
-rw-r--r--
libc-top-half/musl/src/include/string.h
11
-rw-r--r--
libc-top-half/musl/src/include/sys/auxv.h
10
-rw-r--r--
libc-top-half/musl/src/include/sys/membarrier.h
9
-rw-r--r--
libc-top-half/musl/src/include/sys/mman.h
20
-rw-r--r--
libc-top-half/musl/src/include/sys/sysinfo.h
9
-rw-r--r--
libc-top-half/musl/src/include/sys/time.h
8
-rw-r--r--
libc-top-half/musl/src/include/time.h
15
-rw-r--r--
libc-top-half/musl/src/include/unistd.h
20
-rw-r--r--
libc-top-half/musl/src/include/wchar.h
11
-rw-r--r--
libc-top-half/musl/src/internal/aio_impl.h
9
-rw-r--r--
libc-top-half/musl/src/internal/atomic.h
333
-rw-r--r--
libc-top-half/musl/src/internal/complex_impl.h
22
-rw-r--r--
libc-top-half/musl/src/internal/defsysinfo.c
3
-rw-r--r--
libc-top-half/musl/src/internal/dynlink.h
113
-rw-r--r--
libc-top-half/musl/src/internal/fdpic_crt.h
28
-rw-r--r--
libc-top-half/musl/src/internal/floatscan.c
556
-rw-r--r--
libc-top-half/musl/src/internal/floatscan.h
12
-rw-r--r--
libc-top-half/musl/src/internal/fork_impl.h
21
-rw-r--r--
libc-top-half/musl/src/internal/futex.h
19
-rw-r--r--
libc-top-half/musl/src/internal/i386/defsysinfo.s
9
-rw-r--r--
libc-top-half/musl/src/internal/intscan.c
100
-rw-r--r--
libc-top-half/musl/src/internal/intscan.h
8
-rw-r--r--
libc-top-half/musl/src/internal/ksigaction.h
13
-rw-r--r--
libc-top-half/musl/src/internal/libc.c
9
-rw-r--r--
libc-top-half/musl/src/internal/libc.h
76
-rw-r--r--
libc-top-half/musl/src/internal/libm.h
292
-rw-r--r--
libc-top-half/musl/src/internal/locale_impl.h
65
-rw-r--r--
libc-top-half/musl/src/internal/lock.h
15
-rw-r--r--
libc-top-half/musl/src/internal/procfdname.c
15
-rw-r--r--
libc-top-half/musl/src/internal/pthread_impl.h
226
-rw-r--r--
libc-top-half/musl/src/internal/sh/__shcall.c
6
-rw-r--r--
libc-top-half/musl/src/internal/shgetc.c
37
-rw-r--r--
libc-top-half/musl/src/internal/shgetc.h
32
-rw-r--r--
libc-top-half/musl/src/internal/stdio_impl.h
137
-rw-r--r--
libc-top-half/musl/src/internal/syscall.h
400
-rw-r--r--
libc-top-half/musl/src/internal/syscall_ret.c
11
-rw-r--r--
libc-top-half/musl/src/internal/vdso.c
93
-rw-r--r--
libc-top-half/musl/src/internal/version.c
4
-rw-r--r--
libc-top-half/musl/src/ipc/ftok.c
10
-rw-r--r--
libc-top-half/musl/src/ipc/ipc.h
24
-rw-r--r--
libc-top-half/musl/src/ipc/msgctl.c
51
-rw-r--r--
libc-top-half/musl/src/ipc/msgget.c
12
-rw-r--r--
libc-top-half/musl/src/ipc/msgrcv.c
12
-rw-r--r--
libc-top-half/musl/src/ipc/msgsnd.c
12
-rw-r--r--
libc-top-half/musl/src/ipc/semctl.c
69
-rw-r--r--
libc-top-half/musl/src/ipc/semget.c
19
-rw-r--r--
libc-top-half/musl/src/ipc/semop.c
12
-rw-r--r--
libc-top-half/musl/src/ipc/semtimedop.c
35
-rw-r--r--
libc-top-half/musl/src/ipc/shmat.c
17
-rw-r--r--
libc-top-half/musl/src/ipc/shmctl.c
51
-rw-r--r--
libc-top-half/musl/src/ipc/shmdt.c
12
-rw-r--r--
libc-top-half/musl/src/ipc/shmget.c
14
-rw-r--r--
libc-top-half/musl/src/ldso/__dlsym.c
14
-rw-r--r--
libc-top-half/musl/src/ldso/aarch64/dlsym.s
6
-rw-r--r--
libc-top-half/musl/src/ldso/aarch64/tlsdesc.s
31
-rw-r--r--
libc-top-half/musl/src/ldso/arm/dlsym.s
8
-rw-r--r--
libc-top-half/musl/src/ldso/arm/dlsym_time64.S
3
-rw-r--r--
libc-top-half/musl/src/ldso/arm/find_exidx.c
42
-rw-r--r--
libc-top-half/musl/src/ldso/arm/tlsdesc.S
55
-rw-r--r--
libc-top-half/musl/src/ldso/dl_iterate_phdr.c
47
-rw-r--r--
libc-top-half/musl/src/ldso/dladdr.c
9
-rw-r--r--
libc-top-half/musl/src/ldso/dlclose.c
7
-rw-r--r--
libc-top-half/musl/src/ldso/dlerror.c
87
-rw-r--r--
libc-top-half/musl/src/ldso/dlinfo.c
14
-rw-r--r--
libc-top-half/musl/src/ldso/dlopen.c
10
-rw-r--r--
libc-top-half/musl/src/ldso/dlsym.c
7
-rw-r--r--
libc-top-half/musl/src/ldso/i386/dlsym.s
11
-rw-r--r--
libc-top-half/musl/src/ldso/i386/dlsym_time64.S
3
-rw-r--r--
libc-top-half/musl/src/ldso/i386/tlsdesc.s
23
-rw-r--r--
libc-top-half/musl/src/ldso/m68k/dlsym.s
12
-rw-r--r--
libc-top-half/musl/src/ldso/m68k/dlsym_time64.S
3
-rw-r--r--
libc-top-half/musl/src/ldso/microblaze/dlsym.s
6
-rw-r--r--
libc-top-half/musl/src/ldso/microblaze/dlsym_time64.S
3
-rw-r--r--
libc-top-half/musl/src/ldso/mips/dlsym.s
17
-rw-r--r--
libc-top-half/musl/src/ldso/mips/dlsym_time64.S
3
-rw-r--r--
libc-top-half/musl/src/ldso/mips64/dlsym.s
17
-rw-r--r--
libc-top-half/musl/src/ldso/mipsn32/dlsym.s
17
-rw-r--r--
libc-top-half/musl/src/ldso/mipsn32/dlsym_time64.S
3
-rw-r--r--
libc-top-half/musl/src/ldso/or1k/dlsym.s
6
-rw-r--r--
libc-top-half/musl/src/ldso/or1k/dlsym_time64.S
3
-rw-r--r--
libc-top-half/musl/src/ldso/powerpc/dlsym.s
8
-rw-r--r--
libc-top-half/musl/src/ldso/powerpc/dlsym_time64.S
3
-rw-r--r--
libc-top-half/musl/src/ldso/powerpc64/dlsym.s
11
-rw-r--r--
libc-top-half/musl/src/ldso/riscv64/dlsym.s
6
-rw-r--r--
libc-top-half/musl/src/ldso/s390x/dlsym.s
6
-rw-r--r--
libc-top-half/musl/src/ldso/sh/dlsym.s
11
-rw-r--r--
libc-top-half/musl/src/ldso/sh/dlsym_time64.S
3
-rw-r--r--
libc-top-half/musl/src/ldso/tlsdesc.c
9
-rw-r--r--
libc-top-half/musl/src/ldso/x32/dlsym.s
7
-rw-r--r--
libc-top-half/musl/src/ldso/x86_64/dlsym.s
7
-rw-r--r--
libc-top-half/musl/src/ldso/x86_64/tlsdesc.s
23
-rw-r--r--
libc-top-half/musl/src/legacy/cuserid.c
22
-rw-r--r--
libc-top-half/musl/src/legacy/daemon.c
33
-rw-r--r--
libc-top-half/musl/src/legacy/err.c
67
-rw-r--r--
libc-top-half/musl/src/legacy/euidaccess.c
10
-rw-r--r--
libc-top-half/musl/src/legacy/ftw.c
11
-rw-r--r--
libc-top-half/musl/src/legacy/futimes.c
14
-rw-r--r--
libc-top-half/musl/src/legacy/getdtablesize.c
11
-rw-r--r--
libc-top-half/musl/src/legacy/getloadavg.c
14
-rw-r--r--
libc-top-half/musl/src/legacy/getpagesize.c
8
-rw-r--r--
libc-top-half/musl/src/legacy/getpass.c
40
-rw-r--r--
libc-top-half/musl/src/legacy/getusershell.c
32
-rw-r--r--
libc-top-half/musl/src/legacy/isastream.c
7
-rw-r--r--
libc-top-half/musl/src/legacy/lutimes.c
16
-rw-r--r--
libc-top-half/musl/src/legacy/ulimit.c
19
-rw-r--r--
libc-top-half/musl/src/legacy/utmpx.c
52
-rw-r--r--
libc-top-half/musl/src/legacy/valloc.c
8
-rw-r--r--
libc-top-half/musl/src/linux/adjtime.c
27
-rw-r--r--
libc-top-half/musl/src/linux/adjtimex.c
7
-rw-r--r--
libc-top-half/musl/src/linux/arch_prctl.c
7
-rw-r--r--
libc-top-half/musl/src/linux/brk.c
9
-rw-r--r--
libc-top-half/musl/src/linux/cache.c
50
-rw-r--r--
libc-top-half/musl/src/linux/cap.c
11
-rw-r--r--
libc-top-half/musl/src/linux/chroot.c
8
-rw-r--r--
libc-top-half/musl/src/linux/clock_adjtime.c
151
-rw-r--r--
libc-top-half/musl/src/linux/clone.c
21
-rw-r--r--
libc-top-half/musl/src/linux/copy_file_range.c
8
-rw-r--r--
libc-top-half/musl/src/linux/epoll.c
37
-rw-r--r--
libc-top-half/musl/src/linux/eventfd.c
23
-rw-r--r--
libc-top-half/musl/src/linux/fallocate.c
12
-rw-r--r--
libc-top-half/musl/src/linux/fanotify.c
14
-rw-r--r--
libc-top-half/musl/src/linux/flock.c
7
-rw-r--r--
libc-top-half/musl/src/linux/getdents.c
12
-rw-r--r--
libc-top-half/musl/src/linux/getrandom.c
7
-rw-r--r--
libc-top-half/musl/src/linux/gettid.c
8
-rw-r--r--
libc-top-half/musl/src/linux/inotify.c
26
-rw-r--r--
libc-top-half/musl/src/linux/ioperm.c
10
-rw-r--r--
libc-top-half/musl/src/linux/iopl.c
10
-rw-r--r--
libc-top-half/musl/src/linux/klogctl.c
7
-rw-r--r--
libc-top-half/musl/src/linux/membarrier.c
72
-rw-r--r--
libc-top-half/musl/src/linux/memfd_create.c
8
-rw-r--r--
libc-top-half/musl/src/linux/mlock2.c
10
-rw-r--r--
libc-top-half/musl/src/linux/module.c
11
-rw-r--r--
libc-top-half/musl/src/linux/mount.c
17
-rw-r--r--
libc-top-half/musl/src/linux/name_to_handle_at.c
10
-rw-r--r--
libc-top-half/musl/src/linux/open_by_handle_at.c
8
-rw-r--r--
libc-top-half/musl/src/linux/personality.c
8
-rw-r--r--
libc-top-half/musl/src/linux/pivot_root.c
6
-rw-r--r--
libc-top-half/musl/src/linux/ppoll.c
26
-rw-r--r--
libc-top-half/musl/src/linux/prctl.c
14
-rw-r--r--
libc-top-half/musl/src/linux/prlimit.c
26
-rw-r--r--
libc-top-half/musl/src/linux/process_vm.c
13
-rw-r--r--
libc-top-half/musl/src/linux/ptrace.c
29
-rw-r--r--
libc-top-half/musl/src/linux/quotactl.c
7
-rw-r--r--
libc-top-half/musl/src/linux/readahead.c
8
-rw-r--r--
libc-top-half/musl/src/linux/reboot.c
7
-rw-r--r--
libc-top-half/musl/src/linux/remap_file_pages.c
8
-rw-r--r--
libc-top-half/musl/src/linux/sbrk.c
11
-rw-r--r--
libc-top-half/musl/src/linux/sendfile.c
9
-rw-r--r--
libc-top-half/musl/src/linux/setfsgid.c
7
-rw-r--r--
libc-top-half/musl/src/linux/setfsuid.c
7
-rw-r--r--
libc-top-half/musl/src/linux/setgroups.c
36
-rw-r--r--
libc-top-half/musl/src/linux/sethostname.c
8
-rw-r--r--
libc-top-half/musl/src/linux/setns.c
8
-rw-r--r--
libc-top-half/musl/src/linux/settimeofday.c
13
-rw-r--r--
libc-top-half/musl/src/linux/signalfd.c
21
-rw-r--r--
libc-top-half/musl/src/linux/splice.c
8
-rw-r--r--
libc-top-half/musl/src/linux/stime.c
9
-rw-r--r--
libc-top-half/musl/src/linux/swap.c
12
-rw-r--r--
libc-top-half/musl/src/linux/sync_file_range.c
17
-rw-r--r--
libc-top-half/musl/src/linux/syncfs.c
8
-rw-r--r--
libc-top-half/musl/src/linux/sysinfo.c
9
-rw-r--r--
libc-top-half/musl/src/linux/tee.c
8
-rw-r--r--
libc-top-half/musl/src/linux/timerfd.c
59
-rw-r--r--
libc-top-half/musl/src/linux/unshare.c
8
-rw-r--r--
libc-top-half/musl/src/linux/utimes.c
8
-rw-r--r--
libc-top-half/musl/src/linux/vhangup.c
8
-rw-r--r--
libc-top-half/musl/src/linux/vmsplice.c
8
-rw-r--r--
libc-top-half/musl/src/linux/wait3.c
9
-rw-r--r--
libc-top-half/musl/src/linux/wait4.c
39
-rw-r--r--
libc-top-half/musl/src/linux/x32/sysinfo.c
49
-rw-r--r--
libc-top-half/musl/src/linux/xattr.c
62
-rw-r--r--
libc-top-half/musl/src/locale/__lctrans.c
19
-rw-r--r--
libc-top-half/musl/src/locale/__mo_lookup.c
42
-rw-r--r--
libc-top-half/musl/src/locale/big5.h
1085
-rw-r--r--
libc-top-half/musl/src/locale/bind_textdomain_codeset.c
11
-rw-r--r--
libc-top-half/musl/src/locale/c_locale.c
15
-rw-r--r--
libc-top-half/musl/src/locale/catclose.c
18
-rw-r--r--
libc-top-half/musl/src/locale/catgets.c
44
-rw-r--r--
libc-top-half/musl/src/locale/catopen.c
87
-rw-r--r--
libc-top-half/musl/src/locale/codepages.h
320
-rw-r--r--
libc-top-half/musl/src/locale/dcngettext.c
283
-rw-r--r--
libc-top-half/musl/src/locale/duplocale.c
20
-rw-r--r--
libc-top-half/musl/src/locale/freelocale.c
14
-rw-r--r--
libc-top-half/musl/src/locale/gb18030.h
1866
-rw-r--r--
libc-top-half/musl/src/locale/hkscs.h
390
-rw-r--r--
libc-top-half/musl/src/locale/iconv.c
685
-rw-r--r--
libc-top-half/musl/src/locale/iconv_close.c
8
-rw-r--r--
libc-top-half/musl/src/locale/jis0208.h
563
-rw-r--r--
libc-top-half/musl/src/locale/ksc.h
650
-rw-r--r--
libc-top-half/musl/src/locale/langinfo.c
73
-rw-r--r--
libc-top-half/musl/src/locale/legacychars.h
40
-rw-r--r--
libc-top-half/musl/src/locale/locale_map.c
119
-rw-r--r--
libc-top-half/musl/src/locale/localeconv.c
34
-rw-r--r--
libc-top-half/musl/src/locale/newlocale.c
72
-rw-r--r--
libc-top-half/musl/src/locale/pleval.c
158
-rw-r--r--
libc-top-half/musl/src/locale/pleval.h
8
-rw-r--r--
libc-top-half/musl/src/locale/revjis.h
515
-rw-r--r--
libc-top-half/musl/src/locale/setlocale.c
78
-rw-r--r--
libc-top-half/musl/src/locale/strcoll.c
15
-rw-r--r--
libc-top-half/musl/src/locale/strfmon.c
101
-rw-r--r--
libc-top-half/musl/src/locale/strtod_l.c
22
-rw-r--r--
libc-top-half/musl/src/locale/strxfrm.c
18
-rw-r--r--
libc-top-half/musl/src/locale/textdomain.c
42
-rw-r--r--
libc-top-half/musl/src/locale/uselocale.c
27
-rw-r--r--
libc-top-half/musl/src/locale/wcscoll.c
16
-rw-r--r--
libc-top-half/musl/src/locale/wcsxfrm.c
23
-rw-r--r--
libc-top-half/musl/src/malloc/calloc.c
45
-rw-r--r--
libc-top-half/musl/src/malloc/free.c
6
-rw-r--r--
libc-top-half/musl/src/malloc/libc_calloc.c
4
-rw-r--r--
libc-top-half/musl/src/malloc/lite_malloc.c
118
-rw-r--r--
libc-top-half/musl/src/malloc/mallocng/aligned_alloc.c
60
-rw-r--r--
libc-top-half/musl/src/malloc/mallocng/donate.c
39
-rw-r--r--
libc-top-half/musl/src/malloc/mallocng/free.c
151
-rw-r--r--
libc-top-half/musl/src/malloc/mallocng/glue.h
93
-rw-r--r--
libc-top-half/musl/src/malloc/mallocng/malloc.c
387
-rw-r--r--
libc-top-half/musl/src/malloc/mallocng/malloc_usable_size.c
13
-rw-r--r--
libc-top-half/musl/src/malloc/mallocng/meta.h
288
-rw-r--r--
libc-top-half/musl/src/malloc/mallocng/realloc.c
51
-rw-r--r--
libc-top-half/musl/src/malloc/memalign.c
7
-rw-r--r--
libc-top-half/musl/src/malloc/oldmalloc/aligned_alloc.c
53
-rw-r--r--
libc-top-half/musl/src/malloc/oldmalloc/malloc.c
556
-rw-r--r--
libc-top-half/musl/src/malloc/oldmalloc/malloc_impl.h
39
-rw-r--r--
libc-top-half/musl/src/malloc/oldmalloc/malloc_usable_size.c
9
-rw-r--r--
libc-top-half/musl/src/malloc/posix_memalign.c
11
-rw-r--r--
libc-top-half/musl/src/malloc/realloc.c
6
-rw-r--r--
libc-top-half/musl/src/malloc/reallocarray.c
13
-rw-r--r--
libc-top-half/musl/src/malloc/replaced.c
4
-rw-r--r--
libc-top-half/musl/src/math/__cos.c
71
-rw-r--r--
libc-top-half/musl/src/math/__cosdf.c
35
-rw-r--r--
libc-top-half/musl/src/math/__cosl.c
96
-rw-r--r--
libc-top-half/musl/src/math/__expo2.c
25
-rw-r--r--
libc-top-half/musl/src/math/__expo2f.c
25
-rw-r--r--
libc-top-half/musl/src/math/__fpclassify.c
11
-rw-r--r--
libc-top-half/musl/src/math/__fpclassifyf.c
11
-rw-r--r--
libc-top-half/musl/src/math/__fpclassifyl.c
42
-rw-r--r--
libc-top-half/musl/src/math/__invtrigl.c
63
-rw-r--r--
libc-top-half/musl/src/math/__invtrigl.h
8
-rw-r--r--
libc-top-half/musl/src/math/__math_divzero.c
6
-rw-r--r--
libc-top-half/musl/src/math/__math_divzerof.c
6
-rw-r--r--
libc-top-half/musl/src/math/__math_invalid.c
6
-rw-r--r--
libc-top-half/musl/src/math/__math_invalidf.c
6
-rw-r--r--
libc-top-half/musl/src/math/__math_invalidl.c
9
-rw-r--r--
libc-top-half/musl/src/math/__math_oflow.c
6
-rw-r--r--
libc-top-half/musl/src/math/__math_oflowf.c
6
-rw-r--r--
libc-top-half/musl/src/math/__math_uflow.c
6
-rw-r--r--
libc-top-half/musl/src/math/__math_uflowf.c
6
-rw-r--r--
libc-top-half/musl/src/math/__math_xflow.c
6
-rw-r--r--
libc-top-half/musl/src/math/__math_xflowf.c
6
-rw-r--r--
libc-top-half/musl/src/math/__polevll.c
93
-rw-r--r--
libc-top-half/musl/src/math/__rem_pio2.c
194
-rw-r--r--
libc-top-half/musl/src/math/__rem_pio2_large.c
442
-rw-r--r--
libc-top-half/musl/src/math/__rem_pio2f.c
90
-rw-r--r--
libc-top-half/musl/src/math/__rem_pio2l.c
159
-rw-r--r--
libc-top-half/musl/src/math/__signbit.c
13
-rw-r--r--
libc-top-half/musl/src/math/__signbitf.c
11
-rw-r--r--
libc-top-half/musl/src/math/__signbitl.c
14
-rw-r--r--
libc-top-half/musl/src/math/__sin.c
64
-rw-r--r--
libc-top-half/musl/src/math/__sindf.c
36
-rw-r--r--
libc-top-half/musl/src/math/__sinl.c
78
-rw-r--r--
libc-top-half/musl/src/math/__tan.c
110
-rw-r--r--
libc-top-half/musl/src/math/__tandf.c
54
-rw-r--r--
libc-top-half/musl/src/math/__tanl.c
143
-rw-r--r--
libc-top-half/musl/src/math/aarch64/ceil.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/ceilf.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/fabs.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/fabsf.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/floor.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/floorf.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/fma.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/fmaf.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/fmax.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/fmaxf.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/fmin.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/fminf.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/llrint.c
10
-rw-r--r--
libc-top-half/musl/src/math/aarch64/llrintf.c
10
-rw-r--r--
libc-top-half/musl/src/math/aarch64/llround.c
8
-rw-r--r--
libc-top-half/musl/src/math/aarch64/llroundf.c
8
-rw-r--r--
libc-top-half/musl/src/math/aarch64/lrint.c
10
-rw-r--r--
libc-top-half/musl/src/math/aarch64/lrintf.c
10
-rw-r--r--
libc-top-half/musl/src/math/aarch64/lround.c
8
-rw-r--r--
libc-top-half/musl/src/math/aarch64/lroundf.c
8
-rw-r--r--
libc-top-half/musl/src/math/aarch64/nearbyint.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/nearbyintf.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/rint.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/rintf.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/round.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/roundf.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/sqrt.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/sqrtf.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/trunc.c
7
-rw-r--r--
libc-top-half/musl/src/math/aarch64/truncf.c
7
-rw-r--r--
libc-top-half/musl/src/math/acos.c
101
-rw-r--r--
libc-top-half/musl/src/math/acosf.c
71
-rw-r--r--
libc-top-half/musl/src/math/acosh.c
24
-rw-r--r--
libc-top-half/musl/src/math/acoshf.c
26
-rw-r--r--
libc-top-half/musl/src/math/acoshl.c
29
-rw-r--r--
libc-top-half/musl/src/math/acosl.c
67
-rw-r--r--
libc-top-half/musl/src/math/arm/fabs.c
15
-rw-r--r--
libc-top-half/musl/src/math/arm/fabsf.c
15
-rw-r--r--
libc-top-half/musl/src/math/arm/fma.c
15
-rw-r--r--
libc-top-half/musl/src/math/arm/fmaf.c
15
-rw-r--r--
libc-top-half/musl/src/math/arm/sqrt.c
15
-rw-r--r--
libc-top-half/musl/src/math/arm/sqrtf.c
15
-rw-r--r--
libc-top-half/musl/src/math/asin.c
107
-rw-r--r--
libc-top-half/musl/src/math/asinf.c
61
-rw-r--r--
libc-top-half/musl/src/math/asinh.c
28
-rw-r--r--
libc-top-half/musl/src/math/asinhf.c
28
-rw-r--r--
libc-top-half/musl/src/math/asinhl.c
41
-rw-r--r--
libc-top-half/musl/src/math/asinl.c
71
-rw-r--r--
libc-top-half/musl/src/math/atan.c
116
-rw-r--r--
libc-top-half/musl/src/math/atan2.c
107
-rw-r--r--
libc-top-half/musl/src/math/atan2f.c
83
-rw-r--r--
libc-top-half/musl/src/math/atan2l.c
85
-rw-r--r--
libc-top-half/musl/src/math/atanf.c
94
-rw-r--r--
libc-top-half/musl/src/math/atanh.c
29
-rw-r--r--
libc-top-half/musl/src/math/atanhf.c
28
-rw-r--r--
libc-top-half/musl/src/math/atanhl.c
35
-rw-r--r--
libc-top-half/musl/src/math/atanl.c
184
-rw-r--r--
libc-top-half/musl/src/math/cbrt.c
103
-rw-r--r--
libc-top-half/musl/src/math/cbrtf.c
66
-rw-r--r--
libc-top-half/musl/src/math/cbrtl.c
124
-rw-r--r--
libc-top-half/musl/src/math/ceil.c
31
-rw-r--r--
libc-top-half/musl/src/math/ceilf.c
27
-rw-r--r--
libc-top-half/musl/src/math/ceill.c
34
-rw-r--r--
libc-top-half/musl/src/math/copysign.c
8
-rw-r--r--
libc-top-half/musl/src/math/copysignf.c
10
-rw-r--r--
libc-top-half/musl/src/math/copysignl.c
16
-rw-r--r--
libc-top-half/musl/src/math/cos.c
77
-rw-r--r--
libc-top-half/musl/src/math/cosf.c
78
-rw-r--r--
libc-top-half/musl/src/math/cosh.c
44
-rw-r--r--
libc-top-half/musl/src/math/coshf.c
37
-rw-r--r--
libc-top-half/musl/src/math/coshl.c
47
-rw-r--r--
libc-top-half/musl/src/math/cosl.c
39
-rw-r--r--
libc-top-half/musl/src/math/erf.c
273
-rw-r--r--
libc-top-half/musl/src/math/erff.c
183
-rw-r--r--
libc-top-half/musl/src/math/erfl.c
353
-rw-r--r--
libc-top-half/musl/src/math/exp.c
134
-rw-r--r--
libc-top-half/musl/src/math/exp10.c
24
-rw-r--r--
libc-top-half/musl/src/math/exp10f.c
22
-rw-r--r--
libc-top-half/musl/src/math/exp10l.c
32
-rw-r--r--
libc-top-half/musl/src/math/exp2.c
121
-rw-r--r--
libc-top-half/musl/src/math/exp2f.c
69
-rw-r--r--
libc-top-half/musl/src/math/exp2f_data.c
35
-rw-r--r--
libc-top-half/musl/src/math/exp2f_data.h
23
-rw-r--r--
libc-top-half/musl/src/math/exp2l.c
619
-rw-r--r--
libc-top-half/musl/src/math/exp_data.c
182
-rw-r--r--
libc-top-half/musl/src/math/exp_data.h
26
-rw-r--r--
libc-top-half/musl/src/math/expf.c
80
-rw-r--r--
libc-top-half/musl/src/math/expl.c
128
-rw-r--r--
libc-top-half/musl/src/math/expm1.c
201
-rw-r--r--
libc-top-half/musl/src/math/expm1f.c
110
-rw-r--r--
libc-top-half/musl/src/math/expm1l.c
123
-rw-r--r--
libc-top-half/musl/src/math/fabs.c
9
-rw-r--r--
libc-top-half/musl/src/math/fabsf.c
9
-rw-r--r--
libc-top-half/musl/src/math/fabsl.c
15
-rw-r--r--
libc-top-half/musl/src/math/fdim.c
10
-rw-r--r--
libc-top-half/musl/src/math/fdimf.c
10
-rw-r--r--
libc-top-half/musl/src/math/fdiml.c
18
-rw-r--r--
libc-top-half/musl/src/math/finite.c
7
-rw-r--r--
libc-top-half/musl/src/math/finitef.c
7
-rw-r--r--
libc-top-half/musl/src/math/floor.c
31
-rw-r--r--
libc-top-half/musl/src/math/floorf.c
27
-rw-r--r--
libc-top-half/musl/src/math/floorl.c
34
-rw-r--r--
libc-top-half/musl/src/math/fma.c
183
-rw-r--r--
libc-top-half/musl/src/math/fmaf.c
92
-rw-r--r--
libc-top-half/musl/src/math/fmal.c
297
-rw-r--r--
libc-top-half/musl/src/math/fmax.c
13
-rw-r--r--
libc-top-half/musl/src/math/fmaxf.c
13
-rw-r--r--
libc-top-half/musl/src/math/fmaxl.c
21
-rw-r--r--
libc-top-half/musl/src/math/fmin.c
13
-rw-r--r--
libc-top-half/musl/src/math/fminf.c
13
-rw-r--r--
libc-top-half/musl/src/math/fminl.c
21
-rw-r--r--
libc-top-half/musl/src/math/fmod.c
68
-rw-r--r--
libc-top-half/musl/src/math/fmodf.c
65
-rw-r--r--
libc-top-half/musl/src/math/fmodl.c
105
-rw-r--r--
libc-top-half/musl/src/math/frexp.c
23
-rw-r--r--
libc-top-half/musl/src/math/frexpf.c
23
-rw-r--r--
libc-top-half/musl/src/math/frexpl.c
29
-rw-r--r--
libc-top-half/musl/src/math/hypot.c
67
-rw-r--r--
libc-top-half/musl/src/math/hypotf.c
35
-rw-r--r--
libc-top-half/musl/src/math/hypotl.c
66
-rw-r--r--
libc-top-half/musl/src/math/i386/__invtrigl.s
0
-rw-r--r--
libc-top-half/musl/src/math/i386/acos.s
18
-rw-r--r--
libc-top-half/musl/src/math/i386/acosf.s
16
-rw-r--r--
libc-top-half/musl/src/math/i386/acosl.s
14
-rw-r--r--
libc-top-half/musl/src/math/i386/asin.s
21
-rw-r--r--
libc-top-half/musl/src/math/i386/asinf.s
23
-rw-r--r--
libc-top-half/musl/src/math/i386/asinl.s
12
-rw-r--r--
libc-top-half/musl/src/math/i386/atan.s
16
-rw-r--r--
libc-top-half/musl/src/math/i386/atan2.s
15
-rw-r--r--
libc-top-half/musl/src/math/i386/atan2f.s
17
-rw-r--r--
libc-top-half/musl/src/math/i386/atan2l.s
7
-rw-r--r--
libc-top-half/musl/src/math/i386/atanf.s
18
-rw-r--r--
libc-top-half/musl/src/math/i386/atanl.s
7
-rw-r--r--
libc-top-half/musl/src/math/i386/ceil.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/ceilf.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/ceill.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/exp2l.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/exp_ld.s
93
-rw-r--r--
libc-top-half/musl/src/math/i386/expl.s
101
-rw-r--r--
libc-top-half/musl/src/math/i386/expm1l.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/fabs.c
7
-rw-r--r--
libc-top-half/musl/src/math/i386/fabsf.c
7
-rw-r--r--
libc-top-half/musl/src/math/i386/fabsl.c
7
-rw-r--r--
libc-top-half/musl/src/math/i386/floor.s
67
-rw-r--r--
libc-top-half/musl/src/math/i386/floorf.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/floorl.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/fmod.c
10
-rw-r--r--
libc-top-half/musl/src/math/i386/fmodf.c
10
-rw-r--r--
libc-top-half/musl/src/math/i386/fmodl.c
9
-rw-r--r--
libc-top-half/musl/src/math/i386/hypot.s
45
-rw-r--r--
libc-top-half/musl/src/math/i386/hypotf.s
42
-rw-r--r--
libc-top-half/musl/src/math/i386/ldexp.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/ldexpf.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/ldexpl.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/llrint.c
8
-rw-r--r--
libc-top-half/musl/src/math/i386/llrintf.c
8
-rw-r--r--
libc-top-half/musl/src/math/i386/llrintl.c
8
-rw-r--r--
libc-top-half/musl/src/math/i386/log.s
9
-rw-r--r--
libc-top-half/musl/src/math/i386/log10.s
9
-rw-r--r--
libc-top-half/musl/src/math/i386/log10f.s
9
-rw-r--r--
libc-top-half/musl/src/math/i386/log10l.s
7
-rw-r--r--
libc-top-half/musl/src/math/i386/log1p.s
25
-rw-r--r--
libc-top-half/musl/src/math/i386/log1pf.s
26
-rw-r--r--
libc-top-half/musl/src/math/i386/log1pl.s
15
-rw-r--r--
libc-top-half/musl/src/math/i386/log2.s
9
-rw-r--r--
libc-top-half/musl/src/math/i386/log2f.s
9
-rw-r--r--
libc-top-half/musl/src/math/i386/log2l.s
7
-rw-r--r--
libc-top-half/musl/src/math/i386/logf.s
9
-rw-r--r--
libc-top-half/musl/src/math/i386/logl.s
7
-rw-r--r--
libc-top-half/musl/src/math/i386/lrint.c
8
-rw-r--r--
libc-top-half/musl/src/math/i386/lrintf.c
8
-rw-r--r--
libc-top-half/musl/src/math/i386/lrintl.c
8
-rw-r--r--
libc-top-half/musl/src/math/i386/remainder.c
12
-rw-r--r--
libc-top-half/musl/src/math/i386/remainderf.c
12
-rw-r--r--
libc-top-half/musl/src/math/i386/remainderl.c
9
-rw-r--r--
libc-top-half/musl/src/math/i386/remquo.s
50
-rw-r--r--
libc-top-half/musl/src/math/i386/remquof.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/remquol.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/rint.c
7
-rw-r--r--
libc-top-half/musl/src/math/i386/rintf.c
7
-rw-r--r--
libc-top-half/musl/src/math/i386/rintl.c
7
-rw-r--r--
libc-top-half/musl/src/math/i386/scalbln.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/scalblnf.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/scalblnl.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/scalbn.s
33
-rw-r--r--
libc-top-half/musl/src/math/i386/scalbnf.s
32
-rw-r--r--
libc-top-half/musl/src/math/i386/scalbnl.s
32
-rw-r--r--
libc-top-half/musl/src/math/i386/sqrt.c
15
-rw-r--r--
libc-top-half/musl/src/math/i386/sqrtf.c
12
-rw-r--r--
libc-top-half/musl/src/math/i386/sqrtl.c
7
-rw-r--r--
libc-top-half/musl/src/math/i386/trunc.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/truncf.s
1
-rw-r--r--
libc-top-half/musl/src/math/i386/truncl.s
1
-rw-r--r--
libc-top-half/musl/src/math/ilogb.c
26
-rw-r--r--
libc-top-half/musl/src/math/ilogbf.c
26
-rw-r--r--
libc-top-half/musl/src/math/ilogbl.c
55
-rw-r--r--
libc-top-half/musl/src/math/j0.c
375
-rw-r--r--
libc-top-half/musl/src/math/j0f.c
314
-rw-r--r--
libc-top-half/musl/src/math/j1.c
362
-rw-r--r--
libc-top-half/musl/src/math/j1f.c
310
-rw-r--r--
libc-top-half/musl/src/math/jn.c
280
-rw-r--r--
libc-top-half/musl/src/math/jnf.c
202
-rw-r--r--
libc-top-half/musl/src/math/ldexp.c
6
-rw-r--r--
libc-top-half/musl/src/math/ldexpf.c
6
-rw-r--r--
libc-top-half/musl/src/math/ldexpl.c
6
-rw-r--r--
libc-top-half/musl/src/math/lgamma.c
7
-rw-r--r--
libc-top-half/musl/src/math/lgamma_r.c
283
-rw-r--r--
libc-top-half/musl/src/math/lgammaf.c
7
-rw-r--r--
libc-top-half/musl/src/math/lgammaf_r.c
218
-rw-r--r--
libc-top-half/musl/src/math/lgammal.c
353
-rw-r--r--
libc-top-half/musl/src/math/llrint.c
8
-rw-r--r--
libc-top-half/musl/src/math/llrintf.c
8
-rw-r--r--
libc-top-half/musl/src/math/llrintl.c
36
-rw-r--r--
libc-top-half/musl/src/math/llround.c
6
-rw-r--r--
libc-top-half/musl/src/math/llroundf.c
6
-rw-r--r--
libc-top-half/musl/src/math/llroundl.c
6
-rw-r--r--
libc-top-half/musl/src/math/log.c
112
-rw-r--r--
libc-top-half/musl/src/math/log10.c
101
-rw-r--r--
libc-top-half/musl/src/math/log10f.c
77
-rw-r--r--
libc-top-half/musl/src/math/log10l.c
191
-rw-r--r--
libc-top-half/musl/src/math/log1p.c
122
-rw-r--r--
libc-top-half/musl/src/math/log1pf.c
77
-rw-r--r--
libc-top-half/musl/src/math/log1pl.c
177
-rw-r--r--
libc-top-half/musl/src/math/log2.c
122
-rw-r--r--
libc-top-half/musl/src/math/log2_data.c
201
-rw-r--r--
libc-top-half/musl/src/math/log2_data.h
28
-rw-r--r--
libc-top-half/musl/src/math/log2f.c
72
-rw-r--r--
libc-top-half/musl/src/math/log2f_data.c
33
-rw-r--r--
libc-top-half/musl/src/math/log2f_data.h
19
-rw-r--r--
libc-top-half/musl/src/math/log2l.c
182
-rw-r--r--
libc-top-half/musl/src/math/log_data.c
328
-rw-r--r--
libc-top-half/musl/src/math/log_data.h
28
-rw-r--r--
libc-top-half/musl/src/math/logb.c
17
-rw-r--r--
libc-top-half/musl/src/math/logbf.c
10
-rw-r--r--
libc-top-half/musl/src/math/logbl.c
16
-rw-r--r--
libc-top-half/musl/src/math/logf.c
71
-rw-r--r--
libc-top-half/musl/src/math/logf_data.c
33
-rw-r--r--
libc-top-half/musl/src/math/logf_data.h
20
-rw-r--r--
libc-top-half/musl/src/math/logl.c
175
-rw-r--r--
libc-top-half/musl/src/math/lrint.c
72
-rw-r--r--
libc-top-half/musl/src/math/lrintf.c
8
-rw-r--r--
libc-top-half/musl/src/math/lrintl.c
36
-rw-r--r--
libc-top-half/musl/src/math/lround.c
6
-rw-r--r--
libc-top-half/musl/src/math/lroundf.c
6
-rw-r--r--
libc-top-half/musl/src/math/lroundl.c
6
-rw-r--r--
libc-top-half/musl/src/math/m68k/sqrtl.c
15
-rw-r--r--
libc-top-half/musl/src/math/mips/fabs.c
16
-rw-r--r--
libc-top-half/musl/src/math/mips/fabsf.c
16
-rw-r--r--
libc-top-half/musl/src/math/mips/sqrt.c
16
-rw-r--r--
libc-top-half/musl/src/math/mips/sqrtf.c
16
-rw-r--r--
libc-top-half/musl/src/math/modf.c
34
-rw-r--r--
libc-top-half/musl/src/math/modff.c
34
-rw-r--r--
libc-top-half/musl/src/math/modfl.c
53
-rw-r--r--
libc-top-half/musl/src/math/nan.c
6
-rw-r--r--
libc-top-half/musl/src/math/nanf.c
6
-rw-r--r--
libc-top-half/musl/src/math/nanl.c
6
-rw-r--r--
libc-top-half/musl/src/math/nearbyint.c
20
-rw-r--r--
libc-top-half/musl/src/math/nearbyintf.c
18
-rw-r--r--
libc-top-half/musl/src/math/nearbyintl.c
26
-rw-r--r--
libc-top-half/musl/src/math/nextafter.c
31
-rw-r--r--
libc-top-half/musl/src/math/nextafterf.c
30
-rw-r--r--
libc-top-half/musl/src/math/nextafterl.c
75
-rw-r--r--
libc-top-half/musl/src/math/nexttoward.c
42
-rw-r--r--
libc-top-half/musl/src/math/nexttowardf.c
35
-rw-r--r--
libc-top-half/musl/src/math/nexttowardl.c
6
-rw-r--r--
libc-top-half/musl/src/math/pow.c
343
-rw-r--r--
libc-top-half/musl/src/math/pow_data.c
180
-rw-r--r--
libc-top-half/musl/src/math/pow_data.h
22
-rw-r--r--
libc-top-half/musl/src/math/powerpc/fabs.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc/fabsf.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc/fma.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc/fmaf.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc/sqrt.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc/sqrtf.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/ceil.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/ceilf.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/fabs.c
7
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/fabsf.c
7
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/floor.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/floorf.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/fma.c
7
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/fmaf.c
7
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/fmax.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/fmaxf.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/fmin.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/fminf.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/lrint.c
16
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/lrintf.c
16
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/lround.c
18
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/lroundf.c
18
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/round.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/roundf.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/sqrt.c
7
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/sqrtf.c
7
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/trunc.c
15
-rw-r--r--
libc-top-half/musl/src/math/powerpc64/truncf.c
15
-rw-r--r--
libc-top-half/musl/src/math/powf.c
185
-rw-r--r--
libc-top-half/musl/src/math/powf_data.c
34
-rw-r--r--
libc-top-half/musl/src/math/powf_data.h
26
-rw-r--r--
libc-top-half/musl/src/math/powl.c
526
-rw-r--r--
libc-top-half/musl/src/math/remainder.c
9
-rw-r--r--
libc-top-half/musl/src/math/remainderf.c
9
-rw-r--r--
libc-top-half/musl/src/math/remainderl.c
15
-rw-r--r--
libc-top-half/musl/src/math/remquo.c
82
-rw-r--r--
libc-top-half/musl/src/math/remquof.c
82
-rw-r--r--
libc-top-half/musl/src/math/remquol.c
124
-rw-r--r--
libc-top-half/musl/src/math/rint.c
28
-rw-r--r--
libc-top-half/musl/src/math/rintf.c
30
-rw-r--r--
libc-top-half/musl/src/math/rintl.c
29
-rw-r--r--
libc-top-half/musl/src/math/riscv64/copysign.c
15
-rw-r--r--
libc-top-half/musl/src/math/riscv64/copysignf.c
15
-rw-r--r--
libc-top-half/musl/src/math/riscv64/fabs.c
15
-rw-r--r--
libc-top-half/musl/src/math/riscv64/fabsf.c
15
-rw-r--r--
libc-top-half/musl/src/math/riscv64/fma.c
15
-rw-r--r--
libc-top-half/musl/src/math/riscv64/fmaf.c
15
-rw-r--r--
libc-top-half/musl/src/math/riscv64/fmax.c
15
-rw-r--r--
libc-top-half/musl/src/math/riscv64/fmaxf.c
15
-rw-r--r--
libc-top-half/musl/src/math/riscv64/fmin.c
15
-rw-r--r--
libc-top-half/musl/src/math/riscv64/fminf.c
15
-rw-r--r--
libc-top-half/musl/src/math/riscv64/sqrt.c
15
-rw-r--r--
libc-top-half/musl/src/math/riscv64/sqrtf.c
15
-rw-r--r--
libc-top-half/musl/src/math/round.c
35
-rw-r--r--
libc-top-half/musl/src/math/roundf.c
36
-rw-r--r--
libc-top-half/musl/src/math/roundl.c
37
-rw-r--r--
libc-top-half/musl/src/math/s390x/ceil.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/ceilf.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/ceill.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/fabs.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/fabsf.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/fabsl.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/floor.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/floorf.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/floorl.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/fma.c
7
-rw-r--r--
libc-top-half/musl/src/math/s390x/fmaf.c
7
-rw-r--r--
libc-top-half/musl/src/math/s390x/nearbyint.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/nearbyintf.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/nearbyintl.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/rint.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/rintf.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/rintl.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/round.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/roundf.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/roundl.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/sqrt.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/sqrtf.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/sqrtl.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/trunc.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/truncf.c
15
-rw-r--r--
libc-top-half/musl/src/math/s390x/truncl.c
15
-rw-r--r--
libc-top-half/musl/src/math/scalb.c
35
-rw-r--r--
libc-top-half/musl/src/math/scalbf.c
32
-rw-r--r--
libc-top-half/musl/src/math/scalbln.c
11
-rw-r--r--
libc-top-half/musl/src/math/scalblnf.c
11
-rw-r--r--
libc-top-half/musl/src/math/scalblnl.c
19
-rw-r--r--
libc-top-half/musl/src/math/scalbn.c
33
-rw-r--r--
libc-top-half/musl/src/math/scalbnf.c
31
-rw-r--r--
libc-top-half/musl/src/math/scalbnl.c
36
-rw-r--r--
libc-top-half/musl/src/math/signgam.c
6
-rw-r--r--
libc-top-half/musl/src/math/significand.c
7
-rw-r--r--
libc-top-half/musl/src/math/significandf.c
7
-rw-r--r--
libc-top-half/musl/src/math/sin.c
78
-rw-r--r--
libc-top-half/musl/src/math/sincos.c
69
-rw-r--r--
libc-top-half/musl/src/math/sincosf.c
117
-rw-r--r--
libc-top-half/musl/src/math/sincosl.c
60
-rw-r--r--
libc-top-half/musl/src/math/sinf.c
76
-rw-r--r--
libc-top-half/musl/src/math/sinh.c
43
-rw-r--r--
libc-top-half/musl/src/math/sinhf.c
35
-rw-r--r--
libc-top-half/musl/src/math/sinhl.c
43
-rw-r--r--
libc-top-half/musl/src/math/sinl.c
41
-rw-r--r--
libc-top-half/musl/src/math/sqrt.c
158
-rw-r--r--
libc-top-half/musl/src/math/sqrt_data.c
19
-rw-r--r--
libc-top-half/musl/src/math/sqrt_data.h
13
-rw-r--r--
libc-top-half/musl/src/math/sqrtf.c
83
-rw-r--r--
libc-top-half/musl/src/math/sqrtl.c
259
-rw-r--r--
libc-top-half/musl/src/math/tan.c
70
-rw-r--r--
libc-top-half/musl/src/math/tanf.c
64
-rw-r--r--
libc-top-half/musl/src/math/tanh.c
45
-rw-r--r--
libc-top-half/musl/src/math/tanhf.c
39
-rw-r--r--
libc-top-half/musl/src/math/tanhl.c
48
-rw-r--r--
libc-top-half/musl/src/math/tanl.c
29
-rw-r--r--
libc-top-half/musl/src/math/tgamma.c
222
-rw-r--r--
libc-top-half/musl/src/math/tgammaf.c
6
-rw-r--r--
libc-top-half/musl/src/math/tgammal.c
281
-rw-r--r--
libc-top-half/musl/src/math/trunc.c
19
-rw-r--r--
libc-top-half/musl/src/math/truncf.c
19
-rw-r--r--
libc-top-half/musl/src/math/truncl.c
34
-rw-r--r--
libc-top-half/musl/src/math/x32/__invtrigl.s
0
-rw-r--r--
libc-top-half/musl/src/math/x32/acosl.s
16
-rw-r--r--
libc-top-half/musl/src/math/x32/asinl.s
12
-rw-r--r--
libc-top-half/musl/src/math/x32/atan2l.s
7
-rw-r--r--
libc-top-half/musl/src/math/x32/atanl.s
7
-rw-r--r--
libc-top-half/musl/src/math/x32/ceill.s
1
-rw-r--r--
libc-top-half/musl/src/math/x32/exp2l.s
83
-rw-r--r--
libc-top-half/musl/src/math/x32/expl.s
101
-rw-r--r--
libc-top-half/musl/src/math/x32/expm1l.s
1
-rw-r--r--
libc-top-half/musl/src/math/x32/fabs.s
9
-rw-r--r--
libc-top-half/musl/src/math/x32/fabsf.s
7
-rw-r--r--
libc-top-half/musl/src/math/x32/fabsl.s
6
-rw-r--r--
libc-top-half/musl/src/math/x32/floorl.s
27
-rw-r--r--
libc-top-half/musl/src/math/x32/fma.c
23
-rw-r--r--
libc-top-half/musl/src/math/x32/fmaf.c
23
-rw-r--r--
libc-top-half/musl/src/math/x32/fmodl.s
11
-rw-r--r--
libc-top-half/musl/src/math/x32/llrint.s
5
-rw-r--r--
libc-top-half/musl/src/math/x32/llrintf.s
5
-rw-r--r--
libc-top-half/musl/src/math/x32/llrintl.s
7
-rw-r--r--
libc-top-half/musl/src/math/x32/log10l.s
7
-rw-r--r--
libc-top-half/musl/src/math/x32/log1pl.s
15
-rw-r--r--
libc-top-half/musl/src/math/x32/log2l.s
7
-rw-r--r--
libc-top-half/musl/src/math/x32/logl.s
7
-rw-r--r--
libc-top-half/musl/src/math/x32/lrint.s
5
-rw-r--r--
libc-top-half/musl/src/math/x32/lrintf.s
5
-rw-r--r--
libc-top-half/musl/src/math/x32/lrintl.s
7
-rw-r--r--
libc-top-half/musl/src/math/x32/remainderl.s
11
-rw-r--r--
libc-top-half/musl/src/math/x32/rintl.s
6
-rw-r--r--
libc-top-half/musl/src/math/x32/sqrt.s
4
-rw-r--r--
libc-top-half/musl/src/math/x32/sqrtf.s
4
-rw-r--r--
libc-top-half/musl/src/math/x32/sqrtl.s
5
-rw-r--r--
libc-top-half/musl/src/math/x32/truncl.s
1
-rw-r--r--
libc-top-half/musl/src/math/x86_64/__invtrigl.s
0
-rw-r--r--
libc-top-half/musl/src/math/x86_64/acosl.s
16
-rw-r--r--
libc-top-half/musl/src/math/x86_64/asinl.s
12
-rw-r--r--
libc-top-half/musl/src/math/x86_64/atan2l.s
7
-rw-r--r--
libc-top-half/musl/src/math/x86_64/atanl.s
7
-rw-r--r--
libc-top-half/musl/src/math/x86_64/ceill.s
1
-rw-r--r--
libc-top-half/musl/src/math/x86_64/exp2l.s
83
-rw-r--r--
libc-top-half/musl/src/math/x86_64/expl.s
101
-rw-r--r--
libc-top-half/musl/src/math/x86_64/expm1l.s
1
-rw-r--r--
libc-top-half/musl/src/math/x86_64/fabs.c
10
-rw-r--r--
libc-top-half/musl/src/math/x86_64/fabsf.c
10
-rw-r--r--
libc-top-half/musl/src/math/x86_64/fabsl.c
7
-rw-r--r--
libc-top-half/musl/src/math/x86_64/floorl.s
27
-rw-r--r--
libc-top-half/musl/src/math/x86_64/fma.c
23
-rw-r--r--
libc-top-half/musl/src/math/x86_64/fmaf.c
23
-rw-r--r--
libc-top-half/musl/src/math/x86_64/fmodl.c
9
-rw-r--r--
libc-top-half/musl/src/math/x86_64/llrint.c
8
-rw-r--r--
libc-top-half/musl/src/math/x86_64/llrintf.c
8
-rw-r--r--
libc-top-half/musl/src/math/x86_64/llrintl.c
8
-rw-r--r--
libc-top-half/musl/src/math/x86_64/log10l.s
7
-rw-r--r--
libc-top-half/musl/src/math/x86_64/log1pl.s
15
-rw-r--r--
libc-top-half/musl/src/math/x86_64/log2l.s
7
-rw-r--r--
libc-top-half/musl/src/math/x86_64/logl.s
7
-rw-r--r--
libc-top-half/musl/src/math/x86_64/lrint.c
8
-rw-r--r--
libc-top-half/musl/src/math/x86_64/lrintf.c
8
-rw-r--r--
libc-top-half/musl/src/math/x86_64/lrintl.c
8
-rw-r--r--
libc-top-half/musl/src/math/x86_64/remainderl.c
9
-rw-r--r--
libc-top-half/musl/src/math/x86_64/remquol.c
32
-rw-r--r--
libc-top-half/musl/src/math/x86_64/rintl.c
7
-rw-r--r--
libc-top-half/musl/src/math/x86_64/sqrt.c
7
-rw-r--r--
libc-top-half/musl/src/math/x86_64/sqrtf.c
7
-rw-r--r--
libc-top-half/musl/src/math/x86_64/sqrtl.c
7
-rw-r--r--
libc-top-half/musl/src/math/x86_64/truncl.s
1
-rw-r--r--
libc-top-half/musl/src/misc/a64l.c
29
-rw-r--r--
libc-top-half/musl/src/misc/basename.c
14
-rw-r--r--
libc-top-half/musl/src/misc/dirname.c
14
-rw-r--r--
libc-top-half/musl/src/misc/ffs.c
7
-rw-r--r--
libc-top-half/musl/src/misc/ffsl.c
7
-rw-r--r--
libc-top-half/musl/src/misc/ffsll.c
7
-rw-r--r--
libc-top-half/musl/src/misc/fmtmsg.c
96
-rw-r--r--
libc-top-half/musl/src/misc/forkpty.c
57
-rw-r--r--
libc-top-half/musl/src/misc/get_current_dir_name.c
15
-rw-r--r--
libc-top-half/musl/src/misc/getauxval.c
15
-rw-r--r--
libc-top-half/musl/src/misc/getdomainname.c
17
-rw-r--r--
libc-top-half/musl/src/misc/getentropy.c
33
-rw-r--r--
libc-top-half/musl/src/misc/gethostid.c
6
-rw-r--r--
libc-top-half/musl/src/misc/getopt.c
105
-rw-r--r--
libc-top-half/musl/src/misc/getopt_long.c
148
-rw-r--r--
libc-top-half/musl/src/misc/getpriority.c
9
-rw-r--r--
libc-top-half/musl/src/misc/getresgid.c
8
-rw-r--r--
libc-top-half/musl/src/misc/getresuid.c
8
-rw-r--r--
libc-top-half/musl/src/misc/getrlimit.c
26
-rw-r--r--
libc-top-half/musl/src/misc/getrusage.c
35
-rw-r--r--
libc-top-half/musl/src/misc/getsubopt.c
23
-rw-r--r--
libc-top-half/musl/src/misc/initgroups.c
11
-rw-r--r--
libc-top-half/musl/src/misc/ioctl.c
151
-rw-r--r--
libc-top-half/musl/src/misc/issetugid.c
8
-rw-r--r--
libc-top-half/musl/src/misc/lockf.c
32
-rw-r--r--
libc-top-half/musl/src/misc/login_tty.c
14
-rw-r--r--
libc-top-half/musl/src/misc/mntent.c
77
-rw-r--r--
libc-top-half/musl/src/misc/nftw.c
148
-rw-r--r--
libc-top-half/musl/src/misc/openpty.c
40
-rw-r--r--
libc-top-half/musl/src/misc/ptsname.c
13
-rw-r--r--
libc-top-half/musl/src/misc/pty.c
35
-rw-r--r--
libc-top-half/musl/src/misc/realpath.c
156
-rw-r--r--
libc-top-half/musl/src/misc/setdomainname.c
8
-rw-r--r--
libc-top-half/musl/src/misc/setpriority.c
7
-rw-r--r--
libc-top-half/musl/src/misc/setrlimit.c
47
-rw-r--r--
libc-top-half/musl/src/misc/syscall.c
21
-rw-r--r--
libc-top-half/musl/src/misc/syslog.c
162
-rw-r--r--
libc-top-half/musl/src/misc/uname.c
32
-rw-r--r--
libc-top-half/musl/src/misc/wordexp.c
187
-rw-r--r--
libc-top-half/musl/src/mman/madvise.c
9
-rw-r--r--
libc-top-half/musl/src/mman/mincore.c
8
-rw-r--r--
libc-top-half/musl/src/mman/mlock.c
11
-rw-r--r--
libc-top-half/musl/src/mman/mlockall.c
7
-rw-r--r--
libc-top-half/musl/src/mman/mmap.c
41
-rw-r--r--
libc-top-half/musl/src/mman/mprotect.c
13
-rw-r--r--
libc-top-half/musl/src/mman/mremap.c
32
-rw-r--r--
libc-top-half/musl/src/mman/msync.c
7
-rw-r--r--
libc-top-half/musl/src/mman/munlock.c
7
-rw-r--r--
libc-top-half/musl/src/mman/munlockall.c
7
-rw-r--r--
libc-top-half/musl/src/mman/munmap.c
13
-rw-r--r--
libc-top-half/musl/src/mman/posix_madvise.c
9
-rw-r--r--
libc-top-half/musl/src/mman/shm_open.c
43
-rw-r--r--
libc-top-half/musl/src/mq/mq_close.c
7
-rw-r--r--
libc-top-half/musl/src/mq/mq_getattr.c
7
-rw-r--r--
libc-top-half/musl/src/mq/mq_notify.c
73
-rw-r--r--
libc-top-half/musl/src/mq/mq_open.c
19
-rw-r--r--
libc-top-half/musl/src/mq/mq_receive.c
6
-rw-r--r--
libc-top-half/musl/src/mq/mq_send.c
6
-rw-r--r--
libc-top-half/musl/src/mq/mq_setattr.c
7
-rw-r--r--
libc-top-half/musl/src/mq/mq_timedreceive.c
24
-rw-r--r--
libc-top-half/musl/src/mq/mq_timedsend.c
24
-rw-r--r--
libc-top-half/musl/src/mq/mq_unlink.c
16
-rw-r--r--
libc-top-half/musl/src/multibyte/btowc.c
10
-rw-r--r--
libc-top-half/musl/src/multibyte/c16rtomb.c
35
-rw-r--r--
libc-top-half/musl/src/multibyte/c32rtomb.c
7
-rw-r--r--
libc-top-half/musl/src/multibyte/internal.c
26
-rw-r--r--
libc-top-half/musl/src/multibyte/internal.h
24
-rw-r--r--
libc-top-half/musl/src/multibyte/mblen.c
6
-rw-r--r--
libc-top-half/musl/src/multibyte/mbrlen.c
7
-rw-r--r--
libc-top-half/musl/src/multibyte/mbrtoc16.c
30
-rw-r--r--
libc-top-half/musl/src/multibyte/mbrtoc32.c
13
-rw-r--r--
libc-top-half/musl/src/multibyte/mbrtowc.c
51
-rw-r--r--
libc-top-half/musl/src/multibyte/mbsinit.c
6
-rw-r--r--
libc-top-half/musl/src/multibyte/mbsnrtowcs.c
55
-rw-r--r--
libc-top-half/musl/src/multibyte/mbsrtowcs.c
120
-rw-r--r--
libc-top-half/musl/src/multibyte/mbstowcs.c
7
-rw-r--r--
libc-top-half/musl/src/multibyte/mbtowc.c
47
-rw-r--r--
libc-top-half/musl/src/multibyte/wcrtomb.c
37
-rw-r--r--
libc-top-half/musl/src/multibyte/wcsnrtombs.c
35
-rw-r--r--
libc-top-half/musl/src/multibyte/wcsrtombs.c
55
-rw-r--r--
libc-top-half/musl/src/multibyte/wcstombs.c
7
-rw-r--r--
libc-top-half/musl/src/multibyte/wctob.c
11
-rw-r--r--
libc-top-half/musl/src/multibyte/wctomb.c
8
-rw-r--r--
libc-top-half/musl/src/network/accept.c
7
-rw-r--r--
libc-top-half/musl/src/network/accept4.c
19
-rw-r--r--
libc-top-half/musl/src/network/bind.c
7
-rw-r--r--
libc-top-half/musl/src/network/connect.c
7
-rw-r--r--
libc-top-half/musl/src/network/dn_comp.c
107
-rw-r--r--
libc-top-half/musl/src/network/dn_expand.c
33
-rw-r--r--
libc-top-half/musl/src/network/dn_skipname.c
15
-rw-r--r--
libc-top-half/musl/src/network/dns_parse.c
33
-rw-r--r--
libc-top-half/musl/src/network/ent.c
22
-rw-r--r--
libc-top-half/musl/src/network/ether.c
58
-rw-r--r--
libc-top-half/musl/src/network/freeaddrinfo.c
16
-rw-r--r--
libc-top-half/musl/src/network/gai_strerror.c
25
-rw-r--r--
libc-top-half/musl/src/network/getaddrinfo.c
135
-rw-r--r--
libc-top-half/musl/src/network/gethostbyaddr.c
24
-rw-r--r--
libc-top-half/musl/src/network/gethostbyaddr_r.c
71
-rw-r--r--
libc-top-half/musl/src/network/gethostbyname.c
11
-rw-r--r--
libc-top-half/musl/src/network/gethostbyname2.c
25
-rw-r--r--
libc-top-half/musl/src/network/gethostbyname2_r.c
80
-rw-r--r--
libc-top-half/musl/src/network/gethostbyname_r.c
11
-rw-r--r--
libc-top-half/musl/src/network/getifaddrs.c
216
-rw-r--r--
libc-top-half/musl/src/network/getnameinfo.c
200
-rw-r--r--
libc-top-half/musl/src/network/getpeername.c
7
-rw-r--r--
libc-top-half/musl/src/network/getservbyname.c
12
-rw-r--r--
libc-top-half/musl/src/network/getservbyname_r.c
55
-rw-r--r--
libc-top-half/musl/src/network/getservbyport.c
12
-rw-r--r--
libc-top-half/musl/src/network/getservbyport_r.c
60
-rw-r--r--
libc-top-half/musl/src/network/getsockname.c
7
-rw-r--r--
libc-top-half/musl/src/network/getsockopt.c
41
-rw-r--r--
libc-top-half/musl/src/network/h_errno.c
11
-rw-r--r--
libc-top-half/musl/src/network/herror.c
8
-rw-r--r--
libc-top-half/musl/src/network/hstrerror.c
18
-rw-r--r--
libc-top-half/musl/src/network/htonl.c
8
-rw-r--r--
libc-top-half/musl/src/network/htons.c
8
-rw-r--r--
libc-top-half/musl/src/network/if_freenameindex.c
7
-rw-r--r--
libc-top-half/musl/src/network/if_indextoname.c
23
-rw-r--r--
libc-top-half/musl/src/network/if_nameindex.c
114
-rw-r--r--
libc-top-half/musl/src/network/if_nametoindex.c
18
-rw-r--r--
libc-top-half/musl/src/network/in6addr_any.c
3
-rw-r--r--
libc-top-half/musl/src/network/in6addr_loopback.c
3
-rw-r--r--
libc-top-half/musl/src/network/inet_addr.c
10
-rw-r--r--
libc-top-half/musl/src/network/inet_aton.c
41
-rw-r--r--
libc-top-half/musl/src/network/inet_legacy.c
32
-rw-r--r--
libc-top-half/musl/src/network/inet_ntoa.c
10
-rw-r--r--
libc-top-half/musl/src/network/inet_ntop.c
54
-rw-r--r--
libc-top-half/musl/src/network/inet_pton.c
71
-rw-r--r--
libc-top-half/musl/src/network/listen.c
7
-rw-r--r--
libc-top-half/musl/src/network/lookup.h
55
-rw-r--r--
libc-top-half/musl/src/network/lookup_ipliteral.c
55
-rw-r--r--
libc-top-half/musl/src/network/lookup_name.c
425
-rw-r--r--
libc-top-half/musl/src/network/lookup_serv.c
114
-rw-r--r--
libc-top-half/musl/src/network/netlink.c
52
-rw-r--r--
libc-top-half/musl/src/network/netlink.h
94
-rw-r--r--
libc-top-half/musl/src/network/netname.c
12
-rw-r--r--
libc-top-half/musl/src/network/ns_parse.c
171
-rw-r--r--
libc-top-half/musl/src/network/ntohl.c
8
-rw-r--r--
libc-top-half/musl/src/network/ntohs.c
8
-rw-r--r--
libc-top-half/musl/src/network/proto.c
84
-rw-r--r--
libc-top-half/musl/src/network/recv.c
6
-rw-r--r--
libc-top-half/musl/src/network/recvfrom.c
7
-rw-r--r--
libc-top-half/musl/src/network/recvmmsg.c
39
-rw-r--r--
libc-top-half/musl/src/network/recvmsg.c
68
-rw-r--r--
libc-top-half/musl/src/network/res_init.c
6
-rw-r--r--
libc-top-half/musl/src/network/res_mkquery.c
44
-rw-r--r--
libc-top-half/musl/src/network/res_msend.c
188
-rw-r--r--
libc-top-half/musl/src/network/res_query.c
26
-rw-r--r--
libc-top-half/musl/src/network/res_querydomain.c
14
-rw-r--r--
libc-top-half/musl/src/network/res_send.c
9
-rw-r--r--
libc-top-half/musl/src/network/res_state.c
9
-rw-r--r--
libc-top-half/musl/src/network/resolvconf.c
94
-rw-r--r--
libc-top-half/musl/src/network/send.c
6
-rw-r--r--
libc-top-half/musl/src/network/sendmmsg.c
30
-rw-r--r--
libc-top-half/musl/src/network/sendmsg.c
29
-rw-r--r--
libc-top-half/musl/src/network/sendto.c
7
-rw-r--r--
libc-top-half/musl/src/network/serv.c
14
-rw-r--r--
libc-top-half/musl/src/network/setsockopt.c
46
-rw-r--r--
libc-top-half/musl/src/network/shutdown.c
7
-rw-r--r--
libc-top-half/musl/src/network/sockatmark.c
10
-rw-r--r--
libc-top-half/musl/src/network/socket.c
21
-rw-r--r--
libc-top-half/musl/src/network/socketpair.c
25
-rw-r--r--
libc-top-half/musl/src/passwd/fgetgrent.c
12
-rw-r--r--
libc-top-half/musl/src/passwd/fgetpwent.c
12
-rw-r--r--
libc-top-half/musl/src/passwd/fgetspent.c
15
-rw-r--r--
libc-top-half/musl/src/passwd/getgr_a.c
169
-rw-r--r--
libc-top-half/musl/src/passwd/getgr_r.c
49
-rw-r--r--
libc-top-half/musl/src/passwd/getgrent.c
39
-rw-r--r--
libc-top-half/musl/src/passwd/getgrent_a.c
68
-rw-r--r--
libc-top-half/musl/src/passwd/getgrouplist.c
81
-rw-r--r--
libc-top-half/musl/src/passwd/getpw_a.c
142
-rw-r--r--
libc-top-half/musl/src/passwd/getpw_r.c
42
-rw-r--r--
libc-top-half/musl/src/passwd/getpwent.c
37
-rw-r--r--
libc-top-half/musl/src/passwd/getpwent_a.c
54
-rw-r--r--
libc-top-half/musl/src/passwd/getspent.c
14
-rw-r--r--
libc-top-half/musl/src/passwd/getspnam.c
18
-rw-r--r--
libc-top-half/musl/src/passwd/getspnam_r.c
125
-rw-r--r--
libc-top-half/musl/src/passwd/lckpwdf.c
11
-rw-r--r--
libc-top-half/musl/src/passwd/nscd.h
44
-rw-r--r--
libc-top-half/musl/src/passwd/nscd_query.c
115
-rw-r--r--
libc-top-half/musl/src/passwd/putgrent.c
17
-rw-r--r--
libc-top-half/musl/src/passwd/putpwent.c
10
-rw-r--r--
libc-top-half/musl/src/passwd/putspent.c
13
-rw-r--r--
libc-top-half/musl/src/passwd/pwf.h
15
-rw-r--r--
libc-top-half/musl/src/prng/__rand48_step.c
14
-rw-r--r--
libc-top-half/musl/src/prng/__seed48.c
3
-rw-r--r--
libc-top-half/musl/src/prng/drand48.c
17
-rw-r--r--
libc-top-half/musl/src/prng/lcong48.c
8
-rw-r--r--
libc-top-half/musl/src/prng/lrand48.c
13
-rw-r--r--
libc-top-half/musl/src/prng/mrand48.c
13
-rw-r--r--
libc-top-half/musl/src/prng/rand.c
15
-rw-r--r--
libc-top-half/musl/src/prng/rand48.h
5
-rw-r--r--
libc-top-half/musl/src/prng/rand_r.c
15
-rw-r--r--
libc-top-half/musl/src/prng/random.c
126
-rw-r--r--
libc-top-half/musl/src/prng/seed48.c
11
-rw-r--r--
libc-top-half/musl/src/prng/srand48.c
6
-rw-r--r--
libc-top-half/musl/src/process/_Fork.c
38
-rw-r--r--
libc-top-half/musl/src/process/arm/vfork.s
10
-rw-r--r--
libc-top-half/musl/src/process/execl.c
22
-rw-r--r--
libc-top-half/musl/src/process/execle.c
23
-rw-r--r--
libc-top-half/musl/src/process/execlp.c
22
-rw-r--r--
libc-top-half/musl/src/process/execv.c
8
-rw-r--r--
libc-top-half/musl/src/process/execve.c
8
-rw-r--r--
libc-top-half/musl/src/process/execvp.c
60
-rw-r--r--
libc-top-half/musl/src/process/fdop.h
17
-rw-r--r--
libc-top-half/musl/src/process/fexecve.c
16
-rw-r--r--
libc-top-half/musl/src/process/fork.c
86
-rw-r--r--
libc-top-half/musl/src/process/i386/vfork.s
12
-rw-r--r--
libc-top-half/musl/src/process/posix_spawn.c
214
-rw-r--r--
libc-top-half/musl/src/process/posix_spawn_file_actions_addchdir.c
18
-rw-r--r--
libc-top-half/musl/src/process/posix_spawn_file_actions_addclose.c
17
-rw-r--r--
libc-top-half/musl/src/process/posix_spawn_file_actions_adddup2.c
18
-rw-r--r--
libc-top-half/musl/src/process/posix_spawn_file_actions_addfchdir.c
18
-rw-r--r--
libc-top-half/musl/src/process/posix_spawn_file_actions_addopen.c
21
-rw-r--r--
libc-top-half/musl/src/process/posix_spawn_file_actions_destroy.c
14
-rw-r--r--
libc-top-half/musl/src/process/posix_spawn_file_actions_init.c
7
-rw-r--r--
libc-top-half/musl/src/process/posix_spawnattr_destroy.c
6
-rw-r--r--
libc-top-half/musl/src/process/posix_spawnattr_getflags.c
7
-rw-r--r--
libc-top-half/musl/src/process/posix_spawnattr_getpgroup.c
7
-rw-r--r--
libc-top-half/musl/src/process/posix_spawnattr_getsigdefault.c
7
-rw-r--r--
libc-top-half/musl/src/process/posix_spawnattr_getsigmask.c
7
-rw-r--r--
libc-top-half/musl/src/process/posix_spawnattr_init.c
7
-rw-r--r--
libc-top-half/musl/src/process/posix_spawnattr_sched.c
25
-rw-r--r--
libc-top-half/musl/src/process/posix_spawnattr_setflags.c
18
-rw-r--r--
libc-top-half/musl/src/process/posix_spawnattr_setpgroup.c
7
-rw-r--r--
libc-top-half/musl/src/process/posix_spawnattr_setsigdefault.c
7
-rw-r--r--
libc-top-half/musl/src/process/posix_spawnattr_setsigmask.c
7
-rw-r--r--
libc-top-half/musl/src/process/posix_spawnp.c
13
-rw-r--r--
libc-top-half/musl/src/process/s390x/vfork.s
6
-rw-r--r--
libc-top-half/musl/src/process/sh/vfork.s
20
-rw-r--r--
libc-top-half/musl/src/process/system.c
46
-rw-r--r--
libc-top-half/musl/src/process/vfork.c
14
-rw-r--r--
libc-top-half/musl/src/process/wait.c
6
-rw-r--r--
libc-top-half/musl/src/process/waitid.c
7
-rw-r--r--
libc-top-half/musl/src/process/waitpid.c
7
-rw-r--r--
libc-top-half/musl/src/process/x32/vfork.s
10
-rw-r--r--
libc-top-half/musl/src/process/x86_64/vfork.s
10
-rw-r--r--
libc-top-half/musl/src/regex/fnmatch.c
321
-rw-r--r--
libc-top-half/musl/src/regex/glob.c
317
-rw-r--r--
libc-top-half/musl/src/regex/regcomp.c
2953
-rw-r--r--
libc-top-half/musl/src/regex/regerror.c
37
-rw-r--r--
libc-top-half/musl/src/regex/regexec.c
1028
-rw-r--r--
libc-top-half/musl/src/regex/tre-mem.c
158
-rw-r--r--
libc-top-half/musl/src/regex/tre.h
233
-rw-r--r--
libc-top-half/musl/src/sched/affinity.c
33
-rw-r--r--
libc-top-half/musl/src/sched/sched_cpucount.c
11
-rw-r--r--
libc-top-half/musl/src/sched/sched_get_priority_max.c
12
-rw-r--r--
libc-top-half/musl/src/sched/sched_getcpu.c
42
-rw-r--r--
libc-top-half/musl/src/sched/sched_getparam.c
8
-rw-r--r--
libc-top-half/musl/src/sched/sched_getscheduler.c
8
-rw-r--r--
libc-top-half/musl/src/sched/sched_rr_get_interval.c
21
-rw-r--r--
libc-top-half/musl/src/sched/sched_setparam.c
8
-rw-r--r--
libc-top-half/musl/src/sched/sched_setscheduler.c
8
-rw-r--r--
libc-top-half/musl/src/sched/sched_yield.c
7
-rw-r--r--
libc-top-half/musl/src/search/hsearch.c
153
-rw-r--r--
libc-top-half/musl/src/search/insque.c
32
-rw-r--r--
libc-top-half/musl/src/search/lsearch.c
31
-rw-r--r--
libc-top-half/musl/src/search/tdelete.c
49
-rw-r--r--
libc-top-half/musl/src/search/tdestroy.c
16
-rw-r--r--
libc-top-half/musl/src/search/tfind.c
20
-rw-r--r--
libc-top-half/musl/src/search/tsearch.c
92
-rw-r--r--
libc-top-half/musl/src/search/tsearch.h
13
-rw-r--r--
libc-top-half/musl/src/search/twalk.c
22
-rw-r--r--
libc-top-half/musl/src/select/poll.c
15
-rw-r--r--
libc-top-half/musl/src/select/pselect.c
26
-rw-r--r--
libc-top-half/musl/src/select/select.c
44
-rw-r--r--
libc-top-half/musl/src/setjmp/aarch64/longjmp.s
23
-rw-r--r--
libc-top-half/musl/src/setjmp/aarch64/setjmp.s
24
-rw-r--r--
libc-top-half/musl/src/setjmp/arm/longjmp.S
50
-rw-r--r--
libc-top-half/musl/src/setjmp/arm/setjmp.S
52
-rw-r--r--
libc-top-half/musl/src/setjmp/i386/longjmp.s
16
-rw-r--r--
libc-top-half/musl/src/setjmp/i386/setjmp.s
23
-rw-r--r--
libc-top-half/musl/src/setjmp/longjmp.c
0
-rw-r--r--
libc-top-half/musl/src/setjmp/m68k/longjmp.s
14
-rw-r--r--
libc-top-half/musl/src/setjmp/m68k/setjmp.s
18
-rw-r--r--
libc-top-half/musl/src/setjmp/microblaze/longjmp.s
29
-rw-r--r--
libc-top-half/musl/src/setjmp/microblaze/setjmp.s
32
-rw-r--r--
libc-top-half/musl/src/setjmp/mips/longjmp.S
34
-rw-r--r--
libc-top-half/musl/src/setjmp/mips/setjmp.S
33
-rw-r--r--
libc-top-half/musl/src/setjmp/mips64/longjmp.S
37
-rw-r--r--
libc-top-half/musl/src/setjmp/mips64/setjmp.S
34
-rw-r--r--
libc-top-half/musl/src/setjmp/mipsn32/longjmp.S
36
-rw-r--r--
libc-top-half/musl/src/setjmp/mipsn32/setjmp.S
34
-rw-r--r--
libc-top-half/musl/src/setjmp/or1k/longjmp.s
25
-rw-r--r--
libc-top-half/musl/src/setjmp/or1k/setjmp.s
27
-rw-r--r--
libc-top-half/musl/src/setjmp/powerpc/longjmp.S
99
-rw-r--r--
libc-top-half/musl/src/setjmp/powerpc/setjmp.S
93
-rw-r--r--
libc-top-half/musl/src/setjmp/powerpc64/longjmp.s
81
-rw-r--r--
libc-top-half/musl/src/setjmp/powerpc64/setjmp.s
89
-rw-r--r--
libc-top-half/musl/src/setjmp/riscv64/longjmp.S
42
-rw-r--r--
libc-top-half/musl/src/setjmp/riscv64/setjmp.S
41
-rw-r--r--
libc-top-half/musl/src/setjmp/s390x/longjmp.s
23
-rw-r--r--
libc-top-half/musl/src/setjmp/s390x/setjmp.s
25
-rw-r--r--
libc-top-half/musl/src/setjmp/setjmp.c
0
-rw-r--r--
libc-top-half/musl/src/setjmp/sh/longjmp.S
28
-rw-r--r--
libc-top-half/musl/src/setjmp/sh/setjmp.S
32
-rw-r--r--
libc-top-half/musl/src/setjmp/x32/longjmp.s
18
-rw-r--r--
libc-top-half/musl/src/setjmp/x32/setjmp.s
22
-rw-r--r--
libc-top-half/musl/src/setjmp/x86_64/longjmp.s
18
-rw-r--r--
libc-top-half/musl/src/setjmp/x86_64/setjmp.s
22
-rw-r--r--
libc-top-half/musl/src/signal/aarch64/restore.s
10
-rw-r--r--
libc-top-half/musl/src/signal/aarch64/sigsetjmp.s
21
-rw-r--r--
libc-top-half/musl/src/signal/arm/restore.s
15
-rw-r--r--
libc-top-half/musl/src/signal/arm/sigsetjmp.s
24
-rw-r--r--
libc-top-half/musl/src/signal/block.c
44
-rw-r--r--
libc-top-half/musl/src/signal/getitimer.c
18
-rw-r--r--
libc-top-half/musl/src/signal/i386/restore.s
14
-rw-r--r--
libc-top-half/musl/src/signal/i386/sigsetjmp.s
26
-rw-r--r--
libc-top-half/musl/src/signal/kill.c
7
-rw-r--r--
libc-top-half/musl/src/signal/killpg.c
11
-rw-r--r--
libc-top-half/musl/src/signal/m68k/sigsetjmp.s
29
-rw-r--r--
libc-top-half/musl/src/signal/microblaze/restore.s
13
-rw-r--r--
libc-top-half/musl/src/signal/microblaze/sigsetjmp.s
22
-rw-r--r--
libc-top-half/musl/src/signal/mips/restore.s
15
-rw-r--r--
libc-top-half/musl/src/signal/mips/sigsetjmp.s
33
-rw-r--r--
libc-top-half/musl/src/signal/mips64/restore.s
11
-rw-r--r--
libc-top-half/musl/src/signal/mips64/sigsetjmp.s
38
-rw-r--r--
libc-top-half/musl/src/signal/mipsn32/restore.s
11
-rw-r--r--
libc-top-half/musl/src/signal/mipsn32/sigsetjmp.s
38
-rw-r--r--
libc-top-half/musl/src/signal/or1k/sigsetjmp.s
24
-rw-r--r--
libc-top-half/musl/src/signal/powerpc/restore.s
13
-rw-r--r--
libc-top-half/musl/src/signal/powerpc/sigsetjmp.s
27
-rw-r--r--
libc-top-half/musl/src/signal/powerpc64/restore.s
13
-rw-r--r--
libc-top-half/musl/src/signal/powerpc64/sigsetjmp.s
37
-rw-r--r--
libc-top-half/musl/src/signal/psiginfo.c
6
-rw-r--r--
libc-top-half/musl/src/signal/psignal.c
27
-rw-r--r--
libc-top-half/musl/src/signal/raise.c
13
-rw-r--r--
libc-top-half/musl/src/signal/restore.c
12
-rw-r--r--
libc-top-half/musl/src/signal/riscv64/restore.s
8
-rw-r--r--
libc-top-half/musl/src/signal/riscv64/sigsetjmp.s
23
-rw-r--r--
libc-top-half/musl/src/signal/s390x/restore.s
11
-rw-r--r--
libc-top-half/musl/src/signal/s390x/sigsetjmp.s
23
-rw-r--r--
libc-top-half/musl/src/signal/setitimer.c
26
-rw-r--r--
libc-top-half/musl/src/signal/sh/restore.s
24