cosmopolitan/libc/sysv/consts
Gabriel Ravier f7bccf5513
Fix pledge rpath support for old getdents syscall (#804)
The rpath pledge as currently implemented in cosmopolitan does not
allow for usage of the old getdents syscall (0x4e), which is different
from the newer getdents syscall (0xd9) solely in that it does not
support 64-bit filesystems.

This means that, for example, old statically linked binaries cannot
use `readdir` and other such functions which use this syscall instead
of the more modern one, even though there is no threat in allowing
that syscall alongside the more modern one (except that the binary may
have issues with 64-bit filesystems, but that's a separate problem).

This patch fixes this.
2023-04-17 16:15:01 -07:00
..
__NR__sysctl.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_accept.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_accept4.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_access.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_acct.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_add_key.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_adjtimex.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_alarm.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_arch_prctl.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_bind.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_bpf.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_capget.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_capset.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_chdir.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_chmod.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_chown.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_chroot.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_clock_adjtime.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_clock_getres.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_clock_gettime.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_clock_nanosleep.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_clock_settime.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_clone.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_close.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_connect.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_copy_file_range.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_cpuset_getaffinity.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_cpuset_setaffinity.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_creat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_delete_module.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_dup.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_dup2.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_dup3.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_epoll_create.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_epoll_create1.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_epoll_ctl.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_epoll_pwait.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_epoll_wait.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_eventfd.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_eventfd2.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_execve.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_execveat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_exit.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_exit_group.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_faccessat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fadvise.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fallocate.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fanotify_init.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fanotify_mark.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fchdir.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fchmod.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fchmodat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fchown.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fchownat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fcntl.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fdatasync.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fgetxattr.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_finit_module.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_flistxattr.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_flock.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fork.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fremovexattr.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fsetxattr.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fstat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fstatat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fstatfs.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_fsync.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_ftruncate.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_futex.s Make futexes cancellable by pthreads 2022-11-04 18:36:34 -07:00
__NR_futimens.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_futimes.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_futimesat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_get_mempolicy.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_get_robust_list.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getcpu.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getcwd.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getdents.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getegid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_geteuid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getgid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getgroups.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getitimer.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getpeername.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getpgid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getpgrp.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getpid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getppid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getpriority.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getrandom.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getresgid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getresuid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getrlimit.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getrusage.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getsid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getsockname.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getsockopt.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_gettid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_gettimeofday.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getuid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_getxattr.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_init_module.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_inotify_add_watch.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_inotify_init.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_inotify_init1.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_inotify_rm_watch.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_io_cancel.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_io_destroy.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_io_getevents.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_io_pgetevents.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_io_setup.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_io_submit.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_io_uring_enter.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_io_uring_register.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_io_uring_setup.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_ioctl.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_ioperm.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_iopl.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_ioprio_get.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_ioprio_set.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_kcmp.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_kexec_file_load.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_kexec_load.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_keyctl.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_kill.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_killpg.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_ktrace.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_lchown.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_lgetxattr.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_link.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_linkat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_listen.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_listxattr.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_llistxattr.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_lookup_dcookie.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_lremovexattr.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_lseek.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_lsetxattr.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_lstat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_madvise.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mbind.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_membarrier.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_memfd_create.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_migrate_pages.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mincore.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mkdir.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mkdirat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mkfifo.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mkfifoat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mknod.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mknodat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mlock.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mlock2.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mlockall.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mmap.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_modify_ldt.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mount.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_move_pages.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mprotect.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mq_getsetattr.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mq_notify.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mq_open.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mq_timedreceive.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mq_timedsend.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mq_unlink.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_mremap.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_msgctl.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_msgget.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_msgrcv.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_msgsnd.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_msync.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_msyscall.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_munlock.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_munlockall.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_munmap.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_name_to_handle_at.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_nanosleep.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_open.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_open_by_handle_at.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_openat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_pause.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_perf_event_open.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_personality.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_pidfd_send_signal.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_pipe.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_pipe2.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_pivot_root.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_pkey_alloc.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_pkey_free.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_pkey_mprotect.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_pledge.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_poll.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_posix_fallocate.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_posix_spawn.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_ppoll.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_prctl.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_pread.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_preadv.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_preadv2.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_prlimit.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_process_vm_readv.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_process_vm_writev.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_pselect.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_pselect6.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_ptrace.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_pwrite.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_pwritev.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_pwritev2.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_quotactl.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_read.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_readahead.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_readlink.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_readlinkat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_readv.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_reboot.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_recvfrom.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_recvmmsg.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_recvmsg.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_removexattr.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_rename.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_renameat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_renameat2.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_request_key.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_restart_syscall.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_rmdir.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_rseq.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_rt_sigqueueinfo.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_rt_tgsigqueueinfo.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sched_get_priority_max.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sched_get_priority_min.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sched_getaffinity.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sched_getattr.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sched_getparam.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sched_getscheduler.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sched_rr_get_interval.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sched_setaffinity.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sched_setattr.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sched_setparam.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sched_setscheduler.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sched_yield.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_seccomp.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_select.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_semctl.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_semget.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_semop.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_semtimedop.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sendfile.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sendmmsg.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sendmsg.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sendto.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_set_mempolicy.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_set_robust_list.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_set_tid_address.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setdomainname.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setfsgid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setfsuid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setgid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setgroups.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sethostname.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setitimer.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setns.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setpgid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setpriority.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setregid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setresgid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setresuid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setreuid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setrlimit.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setsid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setsockopt.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_settimeofday.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setuid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_setxattr.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_shmat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_shmctl.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_shmdt.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_shmget.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_shutdown.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sigaction.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sigaltstack.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_signalfd.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_signalfd4.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sigpending.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sigprocmask.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sigsuspend.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sigtimedwait.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_socket.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_socketpair.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_splice.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_stat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_statfs.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_statx.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_swapoff.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_swapon.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_symlink.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_symlinkat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sync.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sync_file_range.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_syncfs.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sysfs.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_sysinfo.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_syslog.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_tee.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_tgkill.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_timer_create.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_timer_delete.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_timer_getoverrun.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_timer_gettime.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_timer_settime.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_timerfd_create.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_timerfd_gettime.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_timerfd_settime.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_times.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_tkill.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_truncate.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_umask.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_umount2.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_uname.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_unlink.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_unlinkat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_unshare.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_userfaultfd.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_ustat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_utime.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_utimensat.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_utimes.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_vfork.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_vhangup.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_vmsplice.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_wait4.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_waitid.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_write.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
__NR_writev.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
_ARG_MAX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
_LINUX_QUOTA_VERSION.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
_NAME_MAX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
_NSIG.s Introduce sigtimedwait() and sigwaitinfo() 2022-10-10 07:39:44 -07:00
_PATH_MAX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
_posix.h Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
_SEM_SEMUN_UNDEFINED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ABORTED_COMMAND.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ACCT_BYTEORDER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ACCT_COMM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ACK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ACORE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
af.h Improve open source compatibility 2022-09-08 03:19:35 -07:00
AF_ALG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_APPLETALK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_ASH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_ATMPVC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_ATMSVC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_AX25.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_BLUETOOTH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_BRIDGE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_CAIF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_CAN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_ECONET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_FILE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_IB.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_IEEE802154.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_INET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_INET6.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_IPX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_IRDA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_ISDN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_IUCV.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_KCM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_KEY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_LINK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_LLC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_LOCAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_MAX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_MPLS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_NETBEUI.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_NETLINK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_NETROM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_NFC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_PACKET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_PHONET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_PPPOX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_RDS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_ROSE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_ROUTE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_RXRPC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_SECURITY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_SNA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_TIPC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_UNIX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_UNSPEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_VSOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_WANPIPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AF_X25.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AFORK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AIO_ALLDONE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AIO_CANCELED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AIO_NOTCANCELED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
alg.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
ALG_SET_AEAD_ASSOCLEN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ALG_SET_AEAD_AUTHSIZE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ALG_SET_DRBG_ENTROPY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ALG_SET_IV.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ALG_SET_KEY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ALG_SET_OP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AREGTYPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
arphrd.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
at.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
AT_BASE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_BASE_PLATFORM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_CANARY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_CANARYLEN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_CLKTCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_DCACHEBSIZE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_EACCESS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_EGID.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_EHDRFLAGS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_EMPTY_PATH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_ENTRY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_EUID.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_EXECFD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_EXECFN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_EXECPATH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_FDCWD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_FLAGS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_GID.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_HWCAP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_HWCAP2.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_ICACHEBSIZE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_MINSIGSTKSZ.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_NCPUS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_NO_AUTOMOUNT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_NOTELF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_OSRELDATE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_PAGESIZES.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_PAGESIZESLEN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_PAGESZ.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_PHDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_PHENT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_PHNUM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_PLATFORM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_RANDOM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_REMOVEDIR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_SECURE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_STACKBASE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_STACKPROT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_SYMLINK_FOLLOW.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_SYMLINK_NOFOLLOW.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_SYSINFO_EHDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_TIMEKEEP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_UCACHEBSIZE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
AT_UID.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
audit.h
auxv.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
B0.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
B50.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B75.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B110.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B134.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B150.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B200.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B300.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B600.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B1200.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B1800.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B2400.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B4800.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B9600.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B19200.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B38400.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B57600.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B115200.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B230400.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B500000.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B576000.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B1000000.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B1152000.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B1500000.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B2000000.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B2500000.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B3000000.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B3500000.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
B4000000.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
baud.internal.h Remove evil constants from cosmopolitan.h 2022-12-17 00:42:45 -08:00
BC_BASE_MAX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
BC_DIM_MAX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
BC_SCALE_MAX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
BC_STRING_MAX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
BRKINT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
BS0.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
BS1.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
BSDLY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
BUS_ADRALN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
BUS_ADRERR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
BUS_MCEERR_AO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
BUS_MCEERR_AR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
BUS_OBJERR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
BUS_OOMERR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
BUSY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
c.h Implement pthread_atfork() 2022-10-16 12:25:13 -07:00
cap.h
CBAUD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CBAUDEX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CDISCARD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CEOT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CERASE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CHRTYPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CIBAUD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CKILL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLD_CONTINUED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLD_DUMPED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLD_EXITED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLD_KILLED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLD_STOPPED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLD_TRAPPED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLNEXT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
clock.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
CLOCK_BOOTTIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_BOOTTIME_ALARM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_MONOTONIC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_MONOTONIC_COARSE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_MONOTONIC_FAST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_MONOTONIC_PRECISE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_MONOTONIC_RAW.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_PROCESS_CPUTIME_ID.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_PROF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_REALTIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_REALTIME_ALARM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_REALTIME_COARSE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_REALTIME_FAST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_REALTIME_PRECISE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_SECOND.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_TAI.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_THREAD_CPUTIME_ID.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_UPTIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_UPTIME_FAST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOCK_UPTIME_PRECISE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
clone.h Make fixes and improvements 2022-10-19 07:19:19 -07:00
CLONE_VM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
close.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
CLOSE_RANGE_CLOEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CLOSE_RANGE_UNSHARE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CMIN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CMSPAR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
COMMAND_COMPLETE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
COMMAND_TERMINATED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
COMPLETE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CONTINUE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CONTTYPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
COPY_ABORTED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
COPY_VERIFY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CQUIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CR0.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CR1.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CR2.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CR3.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CRDLY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CREAD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CREPRINT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CRPRNT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CS5.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CS6.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CS7.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CS8.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CSIZE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CSTART.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CSTOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CSTOPB.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
CTIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
D_FMT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
D_T_FMT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
DATA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
DEV_BSIZE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
DIRTYPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
dn.h Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
dt.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
DT_BLK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
DT_CHR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
DT_DIR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
DT_FIFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
DT_LNK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
DT_REG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
DT_SOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
DT_UNKNOWN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
E2BIG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EACCES.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
EADDRINUSE.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
EADDRNOTAVAIL.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
EADV.s Make improvements 2022-11-07 02:26:06 -08:00
EAFNOSUPPORT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EAGAIN.s Make important improvements 2022-09-14 22:39:08 -07:00
EALREADY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EAUTH.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
EBADARCH.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
EBADE.s Make improvements 2022-11-07 02:26:06 -08:00
EBADEXEC.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
EBADF.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
EBADFD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EBADMACHO.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
EBADMSG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EBADR.s Make improvements 2022-11-07 02:26:06 -08:00
EBADRPC.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
EBADRQC.s Make improvements 2022-11-07 02:26:06 -08:00
EBADSLT.s Make improvements 2022-11-07 02:26:06 -08:00
EBUSY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ECANCELED.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
ECHILD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ECHO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ECHOCTL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ECHOE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ECHOK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ECHOKE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ECHONL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ECHOPRT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ECHRNG.s Make improvements 2022-11-07 02:26:06 -08:00
ECOMM.s Make improvements 2022-11-07 02:26:06 -08:00
ECONNABORTED.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
ECONNREFUSED.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
ECONNRESET.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
EDEADLK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EDESTADDRREQ.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EDEVERR.s Implement support for POSIX thread cancellations 2022-11-04 01:04:43 -07:00
EDOM.s Make important improvements 2022-09-14 22:39:08 -07:00
EDOTDOT.s Make improvements 2022-11-07 02:26:06 -08:00
EDQUOT.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
EEXIST.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
EFAULT.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
EFBIG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EFD_CLOEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EFD_NONBLOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EFD_SEMAPHORE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EFTYPE.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
EHOSTDOWN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EHOSTUNREACH.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
EHWPOISON.s Make improvements 2022-11-07 02:26:06 -08:00
EIDRM.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
EILSEQ.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
EINPROGRESS.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
EINTR.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
EINVAL.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
EIO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EISCONN.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
EISDIR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EISNAM.s Make improvements 2022-11-07 02:26:06 -08:00
EKEYEXPIRED.s Make improvements 2022-11-07 02:26:06 -08:00
EKEYREJECTED.s Make improvements 2022-11-07 02:26:06 -08:00
EKEYREVOKED.s Make improvements 2022-11-07 02:26:06 -08:00
EL2HLT.s Make improvements 2022-11-07 02:26:06 -08:00
EL2NSYNC.s Make improvements 2022-11-07 02:26:06 -08:00
EL3HLT.s Make improvements 2022-11-07 02:26:06 -08:00
EL3RST.s Make improvements 2022-11-07 02:26:06 -08:00
ELF_NGREG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ELF_PRARGSZ.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ELIBACC.s Make improvements 2022-11-07 02:26:06 -08:00
ELIBBAD.s Make improvements 2022-11-07 02:26:06 -08:00
ELIBEXEC.s Make improvements 2022-11-07 02:26:06 -08:00
ELIBMAX.s Make improvements 2022-11-07 02:26:06 -08:00
ELIBSCN.s Make improvements 2022-11-07 02:26:06 -08:00
ELNRNG.s Make improvements 2022-11-07 02:26:06 -08:00
ELOOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EM_ALTERA_NIOS2.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EM_LATTICEMICO32.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EMEDIUMTYPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EMFILE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EMLINK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EMPTY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EMSGSIZE.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
EMULTIHOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENAMETOOLONG.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
ENAVAIL.s Make improvements 2022-11-07 02:26:06 -08:00
endian.h Add more missing libc functionality 2022-08-06 10:50:51 -07:00
ENDRUNDISC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENEEDAUTH.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
ENETDOWN.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
ENETRESET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENETUNREACH.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
ENFILE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENOANO.s Make improvements 2022-11-07 02:26:06 -08:00
ENOATTR.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
ENOBUFS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENOCSI.s Make improvements 2022-11-07 02:26:06 -08:00
ENODATA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENODEV.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENOENT.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
ENOEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENOKEY.s Make improvements 2022-11-07 02:26:06 -08:00
ENOLCK.s Make important improvements 2022-09-14 22:39:08 -07:00
ENOLINK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENOMEDIUM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENOMEM.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
ENOMSG.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
ENONET.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
ENOPKG.s Make improvements 2022-11-07 02:26:06 -08:00
ENOPOLICY.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
ENOPROTOOPT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENOSPC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENOSR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENOSTR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENOSYS.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
ENOTBLK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENOTCONN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENOTDIR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENOTEMPTY.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
ENOTNAM.s Make improvements 2022-11-07 02:26:06 -08:00
ENOTRECOVERABLE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENOTSOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENOTSUP.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
ENOTTY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ENOTUNIQ.s Make improvements 2022-11-07 02:26:06 -08:00
ENXIO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EOPNOTSUPP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EOVERFLOW.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
EOWNERDEAD.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
EPERM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPFNOSUPPORT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPIPE.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
epoll.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
EPOLL_CLOEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLL_CTL_ADD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLL_CTL_DEL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLL_CTL_MOD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLLERR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLLET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLLEXCLUSIVE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLLHUP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLLIN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLLMSG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLLONESHOT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLLOUT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLLPRI.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLLRDBAND.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLLRDHUP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLLRDNORM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLLWAKEUP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLLWRBAND.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPOLLWRNORM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPROCLIM.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
EPROCUNAVAIL.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
EPROGMISMATCH.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
EPROGUNAVAIL.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
EPROTO.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
EPROTONOSUPPORT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPROTOTYPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EPWROFF.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
ERA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ERANGE.s Make important improvements 2022-09-14 22:39:08 -07:00
EREMCHG.s Make improvements 2022-11-07 02:26:06 -08:00
EREMOTE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EREMOTEIO.s Make improvements 2022-11-07 02:26:06 -08:00
ERESTART.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ERFKILL.s Make improvements 2022-11-07 02:26:06 -08:00
EROFS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ERPCMISMATCH.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
ESHLIBVERS.s Add WSL to test fleet 2022-11-02 06:49:42 -07:00
ESHUTDOWN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ESOCKTNOSUPPORT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ESPIPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ESRCH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ESRMNT.s Make improvements 2022-11-07 02:26:06 -08:00
ESTALE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ESTRPIPE.s Make improvements 2022-11-07 02:26:06 -08:00
ETIME.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
ETIMEDOUT.s Change support vector to Windows 8+ 2022-09-15 03:55:05 -07:00
ETOOMANYREFS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ETXTBSY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EUCLEAN.s Make improvements 2022-11-07 02:26:06 -08:00
EUNATCH.s Make improvements 2022-11-07 02:26:06 -08:00
EUSERS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EWOULDBLOCK.s Make dos errno multimapping linkage tinier 2022-09-13 06:25:50 -07:00
ex.h Implement pthread_atfork() 2022-10-16 12:25:13 -07:00
EXDEV.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EXFULL.s Make improvements 2022-11-07 02:26:06 -08:00
exit.h
EXPR_NEST_MAX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EXTA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EXTB.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
EXTPROC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
f.h Make some simple fixes 2023-02-03 02:09:15 -08:00
F_BARRIERFSYNC.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_DUPFD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
F_DUPFD_CLOEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
F_FULLFSYNC.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_GETFD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
F_GETFL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
F_GETLEASE.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_GETLK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
F_GETLK64.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
F_GETNOSIGPIPE.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_GETOWN.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_GETOWN_EX.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_GETPATH.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_GETPIPE_SZ.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_GETSIG.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_MAXFD.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_NOCACHE.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_NOTIFY.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_OFD_GETLK.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
F_OFD_SETLK.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
F_OFD_SETLKW.s Make fixes and improvements 2022-10-19 07:19:19 -07:00
F_OK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
F_RDLCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
F_SETFD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
F_SETFL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
F_SETLEASE.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_SETLK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
F_SETLK64.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
F_SETLKW.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
F_SETLKW64.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
F_SETNOSIGPIPE.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_SETOWN.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_SETOWN_EX.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_SETPIPE_SZ.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_SETSIG.s Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
F_UNLCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
F_WRLCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
falloc.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
FALLOC_FL_COLLAPSE_RANGE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FALLOC_FL_INSERT_RANGE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FALLOC_FL_KEEP_SIZE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FALLOC_FL_NO_HIDE_STALE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FALLOC_FL_PUNCH_HOLE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FALLOC_FL_UNSHARE_RANGE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FALLOC_FL_ZERO_RANGE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
fan.h Unbloat the build 2022-08-11 00:15:29 -07:00
fbio.h Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
FBIO_WAITFORVSYNC.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
FBIOGET_FSCREENINFO.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
FBIOGET_VSCREENINFO.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
FBIOGETCMAP.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
FBIOPAN_DISPLAY.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
FBIOPUT_VSCREENINFO.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
FBIOPUTCMAP.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
fd.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
FD_CLOEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FD_SETSIZE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FF0.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FF1.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FFDLY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FIFOTYPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
fileno.h
fio.h Improve system call wrappers 2022-09-19 15:06:25 -07:00
FIOASYNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FIOCLEX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FIODGNAME.s Add script.com and whois.com courtesy of FreeBSD 2022-09-13 20:26:13 -07:00
FIONBIO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FIONCLEX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FIONREAD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FLUSHO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FPE_FLTDIV.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FPE_FLTINV.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FPE_FLTOVF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FPE_FLTRES.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FPE_FLTSUB.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FPE_FLTUND.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FPE_INTDIV.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FPE_INTOVF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FREAD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
fs.h
FSETLOCKING_BYCALLER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FSETLOCKING_INTERNAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FSETLOCKING_QUERY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
futex.h Use *NSYNC for POSIX threads locking APIs 2022-09-11 11:04:50 -07:00
FUTEX_PRIVATE_FLAG.s Support futexes on FreeBSD 2022-10-02 11:57:13 -07:00
FUTEX_REQUEUE.s Use *NSYNC for POSIX threads locking APIs 2022-09-11 11:04:50 -07:00
FUTEX_WAIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
FUTEX_WAKE.s Clean up some sleep code 2022-10-08 03:00:48 -07:00
FWRITE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
GIO_FONT.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
GIO_FONTX.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
grnd.h
GRPQUOTA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
H4DISC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
HOST_NAME_MAX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
HUPCL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICANON.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
icmp6.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
ICMP6_DST_UNREACH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_DST_UNREACH_ADDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_DST_UNREACH_ADMIN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_DST_UNREACH_BEYONDSCOPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_DST_UNREACH_NOPORT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_DST_UNREACH_NOROUTE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_ECHO_REPLY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_ECHO_REQUEST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_FILTER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_INFOMSG_MASK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_PACKET_TOO_BIG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_PARAM_PROB.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_PARAMPROB_HEADER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_PARAMPROB_NEXTHEADER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_PARAMPROB_OPTION.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_ROUTER_RENUMBERING.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_RR_FLAGS_FORCEAPPLY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_RR_FLAGS_PREVDONE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_RR_FLAGS_REQRESULT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_RR_FLAGS_SPECSITE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_RR_FLAGS_TEST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_RR_PCOUSE_RAFLAGS_AUTO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_RR_PCOUSE_RAFLAGS_ONLINK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_RR_RESULT_FLAGS_FORBIDDEN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_RR_RESULT_FLAGS_OOB.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_TIME_EXCEED_REASSEMBLY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_TIME_EXCEED_TRANSIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICMP6_TIME_EXCEEDED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ICRNL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IEXTEN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IF_NAMESIZE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
iff.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
IFF_ALLMULTI.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IFF_AUTOMEDIA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IFF_BROADCAST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IFF_DEBUG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IFF_DYNAMIC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IFF_LOOPBACK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IFF_MASTER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IFF_MULTICAST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IFF_NOARP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IFF_NOTRAILERS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IFF_POINTOPOINT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IFF_PORTSEL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IFF_PROMISC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IFF_RUNNING.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IFF_SLAVE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IFF_UP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IGNBRK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IGNCR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IGNPAR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ILL_BADSTK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ILL_COPROC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ILL_ILLADR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ILL_ILLOPC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ILL_ILLOPN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ILL_ILLTRP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ILL_PRVOPC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ILL_PRVREG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IMAXBEL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
in.h Unbloat the build 2022-08-11 00:15:29 -07:00
inaddr.h Unbloat the build 2022-08-11 00:15:29 -07:00
inet6.h Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
INET6_ADDRSTRLEN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
INET_ADDRSTRLEN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
INLCR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
INPCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
INTERMEDIATE_C_GOOD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
INTERMEDIATE_GOOD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ioprio.h
iov.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
IOV_MAX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ip.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
IP6F_MORE_FRAG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP6F_OFF_MASK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP6F_RESERVED_MASK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_ADD_MEMBERSHIP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_ADD_SOURCE_MEMBERSHIP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_BIND_ADDRESS_NO_PORT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_BLOCK_SOURCE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_CHECKSUM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_DEFAULT_MULTICAST_LOOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_DEFAULT_MULTICAST_TTL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_DROP_MEMBERSHIP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_DROP_SOURCE_MEMBERSHIP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_FREEBIND.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_HDRINCL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_IPSEC_POLICY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_MAX_MEMBERSHIPS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_MINTTL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_MSFILTER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_MTU.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_MTU_DISCOVER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_MULTICAST_ALL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_MULTICAST_IF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_MULTICAST_LOOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_MULTICAST_TTL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_NODEFRAG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_OPTIONS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_ORIGDSTADDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_PASSSEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_PKTINFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_PKTOPTIONS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_PMTUDISC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_PMTUDISC_DO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_PMTUDISC_DONT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_PMTUDISC_INTERFACE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_PMTUDISC_OMIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_PMTUDISC_PROBE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_PMTUDISC_WANT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_RECVDSTADDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_RECVERR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_RECVOPTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_RECVORIGDSTADDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_RECVRETOPTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_RECVTOS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_RECVTTL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_RETOPTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_ROUTER_ALERT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_TOS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_TRANSPARENT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_TTL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_UNBLOCK_SOURCE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_UNICAST_IF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IP_XFRM_POLICY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ipport.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
IPPORT_USERRESERVED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ipproto.h Improve open source compatibility 2022-09-08 03:19:35 -07:00
IPPROTO_AH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_BEETPH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_COMP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_DCCP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_DSTOPTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_EGP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_ENCAP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_ESP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_FRAGMENT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_GRE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_HOPOPTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_ICMP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_ICMPV6.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_IDP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_IGMP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_IP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_IPIP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_IPV6.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_MH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_MPLS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_MTP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_NONE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_PIM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_PUP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_RAW.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_ROUTING.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_RSVP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_SCTP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_TCP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_TP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_UDP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPPROTO_UDPLITE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ipv6.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
IPV6_2292DSTOPTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_2292HOPLIMIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_2292HOPOPTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_2292PKTINFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_2292PKTOPTIONS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_2292RTHDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_ADD_MEMBERSHIP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_ADDRFORM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_AUTHHDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_AUTOFLOWLABEL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_CHECKSUM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_DONTFRAG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_DROP_MEMBERSHIP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_DSTOPTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_HDRINCL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_HOPLIMIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_HOPOPTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_IPSEC_POLICY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_JOIN_ANYCAST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_JOIN_GROUP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_LEAVE_ANYCAST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_LEAVE_GROUP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_MINHOPCOUNT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_MTU.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_MTU_DISCOVER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_MULTICAST_HOPS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_MULTICAST_IF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_MULTICAST_LOOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_NEXTHOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_ORIGDSTADDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_PATHMTU.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_PKTINFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_PMTUDISC_DO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_PMTUDISC_DONT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_PMTUDISC_INTERFACE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_PMTUDISC_OMIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_PMTUDISC_PROBE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_PMTUDISC_WANT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_RECVDSTOPTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_RECVERR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_RECVHOPLIMIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_RECVHOPOPTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_RECVORIGDSTADDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_RECVPATHMTU.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_RECVPKTINFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_RECVRTHDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_RECVTCLASS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_ROUTER_ALERT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_RTHDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_RTHDR_LOOSE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_RTHDR_STRICT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_RTHDR_TYPE_0.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_RTHDRDSTOPTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_RXDSTOPTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_RXHOPOPTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_TCLASS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_UNICAST_HOPS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_V6ONLY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IPV6_XFRM_POLICY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ISIG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ISTRIP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
itimer.h
IUCLC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IUTF8.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IXANY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IXOFF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
IXON.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
kd.h Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
KDFONTOP.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
kern.h Improve pledge() usability and consistency 2022-08-07 16:18:33 -07:00
l.h Make more libc improvements 2022-08-06 17:18:40 -07:00
L_INCR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
L_SET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
L_XTND.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
limits.h Make some foss compatibility improvements 2022-10-14 13:59:34 -07:00
LINE_MAX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
LINK_MAX.s Implement pthread_atfork() 2022-10-16 12:25:13 -07:00
LINKED_CMD_COMPLETE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
LINKED_FLG_CMD_COMPLETE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
lio.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
LIO_NOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
LIO_NOWAIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
LIO_READ.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
LIO_WAIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
LIO_WRITE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
LNKTYPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
LOCAL_PEERCRED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
lock.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
LOCK_EX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
LOCK_NB.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
LOCK_SH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
LOCK_UN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
LOCK_UNLOCK_CACHE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
log.h Add more missing libc functionality 2022-08-06 10:50:51 -07:00
LOGIN_NAME_MAX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
LOGIN_PROCESS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
loglevel.h Improve pledge() usability and consistency 2022-08-07 16:18:33 -07:00
madv.h
MADV_DODUMP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MADV_DOFORK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MADV_DONTDUMP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MADV_DONTFORK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MADV_DONTNEED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MADV_FREE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MADV_HUGEPAGE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MADV_HWPOISON.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MADV_MERGEABLE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MADV_NOHUGEPAGE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MADV_NORMAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MADV_RANDOM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MADV_REMOVE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MADV_SEQUENTIAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MADV_UNMERGEABLE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MADV_WILLNEED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
map.h Fix pthread stacks with larger guard size 2022-09-09 06:41:22 -07:00
MAP_32BIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_ANON.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_ANONYMOUS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_CONCEAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_DENYWRITE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_EXECUTABLE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_FILE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_FIXED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_FIXED_NOREPLACE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_GROWSDOWN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_HASSEMAPHORE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_HUGE_MASK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_HUGE_SHIFT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_HUGETLB.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_INHERIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_LOCKED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_NOCORE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_NONBLOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_NORESERVE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_NOSYNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_POPULATE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_PRIVATE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_SHARED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_SHARED_VALIDATE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_STACK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_SYNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAP_TYPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MATH_ERREXCEPT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MATH_ERRNO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAX_CANON.s Implement pthread_atfork() 2022-10-16 12:25:13 -07:00
MAX_DQ_TIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAX_HANDLE_SZ.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAX_INPUT.s Implement pthread_atfork() 2022-10-16 12:25:13 -07:00
MAX_IQ_TIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAXNAMLEN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MAXQUOTAS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
mcast.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
MCAST_BLOCK_SOURCE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MCAST_EXCLUDE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MCAST_INCLUDE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MCAST_JOIN_GROUP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MCAST_JOIN_SOURCE_GROUP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MCAST_LEAVE_GROUP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MCAST_LEAVE_SOURCE_GROUP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MCAST_MSFILTER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MCAST_UNBLOCK_SOURCE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MCL_CURRENT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MCL_FUTURE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MCL_ONFAULT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MEDIUM_ERROR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MEDIUM_SCAN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
mfd.h Rewrite Linux pledge() code so it can be a payload 2022-08-08 11:41:08 -07:00
MLD_LISTENER_QUERY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MLD_LISTENER_REDUCTION.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MLD_LISTENER_REPORT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
mlock.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
MNT_ASYNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_BYFSID.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_DETACH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_EXPIRE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_FORCE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_NOATIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_NOCLUSTERR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_NOCLUSTERW.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_NODEV.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_NOEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_NOSUID.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_RDONLY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_RELATIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_RELOAD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_SNAPSHOT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_STRICTATIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_SUIDDIR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_SYNCHRONOUS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MNT_UPDATE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
modem.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
mount.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
mremap.h
MREMAP_FIXED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MREMAP_MAYMOVE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_ACTIVE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_ASYNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_BIND.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_DIRSYNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_I_VERSION.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_INVALIDATE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_KERNMOUNT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_LAZYTIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_MANDLOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_MGC_MSK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_MGC_VAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_MOVE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_NOATIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_NODEV.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_NODIRATIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_NOEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_NOSUID.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_NOUSER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_POSIXACL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_PRIVATE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_RDONLY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_REC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_RELATIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_REMOUNT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_RMT_MASK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_SHARED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_SILENT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_SLAVE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_STRICTATIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_SYNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_SYNCHRONOUS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MS_UNBINDABLE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
msg.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
MSG_BATCH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_BCAST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_CMSG_CLOEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_CONFIRM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_CTRUNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_DONTROUTE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_DONTWAIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_EOF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_EOR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_ERRQUEUE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_EXCEPT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_FASTOPEN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_FIN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_INFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_MCAST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_MORE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_NOERROR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_NOSIGNAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_NOTIFICATION.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_OOB.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_PARITY_ERROR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_PEEK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_PROXY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_RST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_STAT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_SYN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_TRUNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_WAITALL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
MSG_WAITFORONE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
msync.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
NBBY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
NCCS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
NETGRAPHDISC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
NGROUPS_MAX.s Make more compatibility improvements 2022-09-06 12:36:34 -07:00
NL0.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
NL1.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
NL2.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
NL3.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
NLDLY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
NMEADISC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
NO_ADDRESS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
NO_SENSE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
NOFLSH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
nr.h Unbloat the build 2022-08-11 00:15:29 -07:00
NR_DQHASH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
NR_DQUOTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
nrlinux.h Fix pledge rpath support for old getdents syscall (#804) 2023-04-17 16:15:01 -07:00
o.h
O_ACCMODE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_APPEND.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_ASYNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_CLOEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_COMPRESSED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_CREAT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_DIRECT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_DIRECTORY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_DSYNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_EXCL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_EXEC.s Add fexecve() and map O_EXEC to O_PATH on Linux 2022-10-02 09:15:46 -07:00
O_EXLOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_INDEXED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_LARGEFILE.s Clean up some code 2022-12-11 14:30:59 -08:00
O_NDELAY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_NOATIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_NOCTTY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_NOFOLLOW.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_NOFOLLOW_ANY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_NONBLOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_PATH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_RANDOM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_RDONLY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_RDWR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_RSYNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_SEARCH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_SEQUENTIAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_SHLOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_SPARSE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_SYNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_TMPFILE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_TRUNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_TTY_INIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_VERIFY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
O_WRONLY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
OCRNL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
OFDEL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
OFILL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ok.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
OLCUC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ONLCR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ONLRET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ONOCR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
OPOST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PARENB.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PARMRK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PARODD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PENDIN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PERSISTENT_RESERVE_IN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PERSISTENT_RESERVE_OUT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
personality.h
pf.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
PF_ALG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_APPLETALK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_ASH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_ATMPVC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_ATMSVC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_AX25.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_BLUETOOTH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_BRIDGE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_CAIF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_CAN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_ECONET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_FILE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_IB.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_IEEE802154.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_INET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_INET6.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_IPX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_IRDA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_ISDN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_IUCV.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_KCM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_KEY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_LLC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_LOCAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_MAX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_MPLS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_NETBEUI.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_NETLINK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_NETROM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_NFC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_PACKET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_PHONET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_PPPOX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_RDS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_ROSE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_ROUTE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_RXRPC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_SECURITY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_SNA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_TIPC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_UNIX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_UNSPEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_VSOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_WANPIPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PF_X25.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PIO_FONT.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
PIO_FONT8x8.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
PIO_FONT8x14.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
PIO_FONT8x16.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
PIO_FONTRESET.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
PIO_FONTX.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
PIO_VFONT.s Add some definitions for Linux frame buffer/console ioctl APIs (#712) 2023-01-01 16:28:03 -08:00
PIPE_BUF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
poll.h Add script.com and whois.com courtesy of FreeBSD 2022-09-13 20:26:13 -07:00
POLL_ERR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POLL_HUP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POLL_IN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POLL_MSG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POLL_OUT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POLL_PRI.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POLLERR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POLLHUP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POLLIN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POLLNVAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POLLOUT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POLLPRI.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POLLRDBAND.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POLLRDHUP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POLLRDNORM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POLLWRBAND.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POLLWRNORM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
posix.h Improve system call wrappers 2022-09-19 15:06:25 -07:00
POSIX_FADV_DONTNEED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POSIX_FADV_NOREUSE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POSIX_FADV_NORMAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POSIX_FADV_RANDOM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POSIX_FADV_SEQUENTIAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POSIX_FADV_WILLNEED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POSIX_MADV_DONTNEED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POSIX_MADV_NORMAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POSIX_MADV_RANDOM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POSIX_MADV_SEQUENTIAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
POSIX_MADV_WILLNEED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PPPDISC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
pr.h
PRELIM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
prio.h Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
PRIO_MAX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PRIO_MIN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PRIO_PGRP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PRIO_PROCESS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PRIO_USER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
prot.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
PROT_EXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PROT_GROWSDOWN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PROT_GROWSUP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PROT_NONE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PROT_READ.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PROT_WRITE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
pt.h
PTMGET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ptrace.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
PTRACE_ATTACH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_CONT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_DETACH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_EVENT_CLONE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_EVENT_EXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_EVENT_EXIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_EVENT_FORK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_EVENT_SECCOMP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_EVENT_STOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_EVENT_VFORK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_EVENT_VFORK_DONE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_GETEVENTMSG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_GETFPREGS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_GETFPXREGS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_GETREGS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_GETREGSET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_GETSIGINFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_GETSIGMASK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_INTERRUPT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_KILL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_LISTEN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_O_MASK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_O_TRACECLONE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_O_TRACEEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_O_TRACEEXIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_O_TRACEFORK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_O_TRACESECCOMP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_O_TRACESYSGOOD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_O_TRACEVFORK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_O_TRACEVFORKDONE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_PEEKDATA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_PEEKSIGINFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_PEEKTEXT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_PEEKUSER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_POKEDATA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_POKETEXT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_POKEUSER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_SECCOMP_GET_FILTER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_SEIZE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_SETFPREGS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_SETFPXREGS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_SETOPTIONS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_SETREGS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_SETREGSET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_SETSIGINFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_SETSIGMASK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_SINGLESTEP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_SYSCALL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
PTRACE_TRACEME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
pty.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
Q_GETFMT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
Q_GETINFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
Q_GETQUOTA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
Q_QUOTAOFF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
Q_QUOTAON.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
Q_SETINFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
Q_SETQUOTA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
Q_SYNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
R_OK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RB_AUTOBOOT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RB_DISABLE_CAD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RB_ENABLE_CAD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RB_HALT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RB_HALT_SYSTEM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RB_KEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RB_NOSYNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RB_POWER_OFF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RB_POWERDOWN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RB_POWEROFF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RB_SW_SUSPEND.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
read.h
reboot.h
REGTYPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RES_PRF_CLASS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RHF_GUARANTEE_START_INIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RHF_NO_LIBRARY_REPLACEMENT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
rlim.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
RLIM_INFINITY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIM_NLIMITS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIM_SAVED_CUR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIM_SAVED_MAX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
rlimit.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
RLIMIT_AS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_CORE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_CPU.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_DATA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_FSIZE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_LOCKS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_MEMLOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_MSGQUEUE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_NICE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_NOFILE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_NPROC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_NPTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_RSS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_RTPRIO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_RTTIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_SBSIZE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_SIGPENDING.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_STACK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_SWAP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RLIMIT_VMEM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RPM_PCO_ADD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RPM_PCO_CHANGE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RPM_PCO_SETGLOBAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RRQ.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RTF_NOFORWARD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RTF_NOPMTUDISC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
rusage.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
RUSAGE_BOTH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RUSAGE_CHILDREN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RUSAGE_SELF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
RUSAGE_THREAD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
s.h Run fix-third-party.py and man2txt on sed 2022-08-21 22:26:48 -07:00
sa.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
SA_NOCLDSTOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SA_NOCLDWAIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SA_NODEFER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SA_NOMASK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SA_ONESHOT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SA_ONSTACK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SA_RESETHAND.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SA_RESTART.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SA_SIGINFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SARMAG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
sched.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
SCHED_BATCH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SCHED_DEADLINE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SCHED_FIFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SCHED_IDLE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SCHED_OTHER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SCHED_RESET_ON_FORK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SCHED_RR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
scm.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
SCM_CREDENTIALS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SCM_RIGHTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SCM_TIMESTAMP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SCM_TIMESTAMPING.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SCM_TIMESTAMPNS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SCM_WIFI_STATUS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
seek.h Polyfill statfs() and fstatfs() on BSD distros 2022-08-17 14:54:03 -07:00
SEEK_DATA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SEEK_HOLE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SEGSIZE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SEGV_ACCERR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SEGV_MAPERR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SEGV_PKUERR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SEND_DIAGNOSTIC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SEND_VOLUME_TAG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SET_LIMITS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SET_WINDOW.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
sf.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
SF_MNOWAIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SF_NODISKIO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SF_SYNC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SFD_CLOEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SFD_NONBLOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
shm.h Add APE fexecve() support (#733) 2023-02-22 18:58:23 -08:00
SHM_ANON.s Add APE fexecve() support (#733) 2023-02-22 18:58:23 -08:00
SHM_DEST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SHM_EXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SHM_HUGETLB.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SHM_INFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SHM_LOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SHM_LOCKED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SHM_NORESERVE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SHM_R.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SHM_RDONLY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SHM_REMAP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SHM_RND.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SHM_STAT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SHM_UNLOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SHM_W.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
shut.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
SHUT_RD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SHUT_RDWR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SHUT_WR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SI_ASYNCIO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SI_ASYNCNL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SI_KERNEL.s Improve quality of our ANSI C clock() function 2022-09-05 23:03:49 -07:00
SI_MESGQ.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SI_NOINFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SI_QUEUE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SI_TIMER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SI_TKILL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SI_USER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
sicode.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
sig.h Improve cancellations, randomness, and time 2022-11-05 23:45:32 -07:00
SIG_BLOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIG_SETMASK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIG_UNBLOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGABRT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGALRM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGBUS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGCHLD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGCONT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGEMT.s Improve cancellations, randomness, and time 2022-11-05 23:45:32 -07:00
SIGEV_NONE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGEV_SIGNAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGEV_THREAD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGFPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGHUP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGILL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGINFO.s Improve cancellations, randomness, and time 2022-11-05 23:45:32 -07:00
SIGINT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGIO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGIOT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGKILL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGPIPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGPOLL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGPROF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGPWR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGQUIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGRTMAX.s Introduce sigtimedwait() and sigwaitinfo() 2022-10-10 07:39:44 -07:00
SIGRTMIN.s Introduce sigtimedwait() and sigwaitinfo() 2022-10-10 07:39:44 -07:00
SIGSEGV.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGSTKFLT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGSTOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGSYS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGTERM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGTHR.s Improve cancellations, randomness, and time 2022-11-05 23:45:32 -07:00
SIGTRAP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGTSTP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGTTIN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGTTOU.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGURG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGUSR1.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGUSR2.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGVTALRM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGWINCH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGXCPU.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIGXFSZ.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
sio.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
SIOCADDDLCI.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCADDMULTI.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCADDRT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCATMARK.s Clean up some code 2022-08-20 12:32:51 -07:00
SIOCDARP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCDELDLCI.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCDELMULTI.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCDELRT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCDEVPRIVATE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCDIFADDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCDRARP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGARP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFADDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFBR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFBRDADDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFCONF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFCOUNT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFDSTADDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFENCAP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFFLAGS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFHWADDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFINDEX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFMAP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFMEM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFMETRIC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFMTU.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFNAME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFNETMASK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFPFLAGS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFSLAVE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGIFTXQLEN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGPGRP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGRARP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGSTAMP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCGSTAMPNS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCPROTOPRIVATE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCRTMSG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSARP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFADDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFBR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFBRDADDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFDSTADDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFENCAP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFFLAGS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFHWADDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFHWBROADCAST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFLINK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFMAP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFMEM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFMETRIC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFMTU.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFNAME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFNETMASK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFPFLAGS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFSLAVE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSIFTXQLEN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSPGRP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOCSRARP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SIOGIFINDEX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SLIPDISC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
so.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
SO_ACCEPTCONN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_ATTACH_BPF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_ATTACH_FILTER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_ATTACH_REUSEPORT_CBPF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_ATTACH_REUSEPORT_EBPF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_BINDTODEVICE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_BPF_EXTENSIONS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_BROADCAST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_BSDCOMPAT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_BUSY_POLL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_CNX_ADVICE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_DEBUG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_DETACH_BPF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_DETACH_FILTER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_DOMAIN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_DONTLINGER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_DONTROUTE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_ERROR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_EXCLUSIVEADDRUSE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_GET_FILTER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_INCOMING_CPU.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_KEEPALIVE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_LINGER.s Fix SO_LINGER on Apple 2023-02-02 20:05:37 -08:00
SO_LOCK_FILTER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_MARK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_MAX_PACING_RATE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_NO_CHECK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_NOFCS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_OOBINLINE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_PASSCRED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_PASSSEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_PEEK_OFF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_PEERCRED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_PEERNAME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_PEERSEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_PRIORITY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_PROTOCOL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_RCVBUF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_RCVBUFFORCE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_RCVLOWAT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_RCVTIMEO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_REUSEADDR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_REUSEPORT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_RXQ_OVFL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_SECURITY_AUTHENTICATION.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_SECURITY_ENCRYPTION_NETWORK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_SECURITY_ENCRYPTION_TRANSPORT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_SELECT_ERR_QUEUE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_SETFIB.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_SNDBUF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_SNDBUFFORCE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_SNDLOWAT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_SNDTIMEO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_TIMESTAMP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_TIMESTAMPING.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_TIMESTAMPNS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_TYPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_USELOOPBACK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SO_WIFI_STATUS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
sock.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
SOCK_CLOEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOCK_DCCP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOCK_DGRAM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOCK_NONBLOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOCK_PACKET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOCK_RAW.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOCK_RDM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOCK_SEQPACKET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOCK_STREAM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
sol.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
SOL_AAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_ALG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_ATM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_BLUETOOTH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_CAIF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_DCCP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_DECNET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_ICMPV6.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_IP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_IPV6.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_IRDA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_IUCV.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_KCM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_LLC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_NETBEUI.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_NETLINK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_NFC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_PACKET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_PNPIPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_PPPOL2TP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_RAW.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_RDS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_RXRPC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_SOCKET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_TCP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_TIPC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_UDP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOL_X25.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SOMAXCONN.s Use *NSYNC for POSIX threads locking APIs 2022-09-11 11:04:50 -07:00
splice.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
SPLICE_F_GIFT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SPLICE_F_MORE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SPLICE_F_MOVE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SPLICE_F_NONBLOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ss.h Fix corner case in Linux stack mappings 2022-10-03 13:43:52 -07:00
SS_DISABLE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SS_ONSTACK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
st.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
ST_APPEND.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ST_IMMUTABLE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ST_MANDLOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ST_NOATIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ST_NODEV.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ST_NODIRATIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ST_NOEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ST_NOSUID.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ST_RDONLY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ST_RELATIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ST_SYNCHRONOUS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
ST_WRITE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
STRIPDISC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SUBCMDMASK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SUBCMDSHIFT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SYMTYPE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SYNC_FILE_RANGE_WAIT_AFTER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SYNC_FILE_RANGE_WAIT_BEFORE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SYNC_FILE_RANGE_WRITE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SYS_SECCOMP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
SYS_USER_DISPATCH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
syscon.internal.h Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
T_FMT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
T_FMT_AMPM.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TAB0.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TAB1.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TAB2.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TAB3.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TABDLY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TABLDISC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCFLSH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCGETS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCIFLUSH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCIOFF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCIOFLUSH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCION.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCOFLUSH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCOOFF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCOON.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
tcp.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
TCP_CC_INFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_CONGESTION.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_COOKIE_TRANSACTIONS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_CORK.s Introduce cosmocc and cosmoc++ toolchain commands 2022-09-20 04:34:03 -07:00
TCP_DEFER_ACCEPT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_FASTOPEN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_FASTOPEN_CONNECT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_INFO.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_KEEPCNT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_KEEPIDLE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_KEEPINTVL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_LINGER2.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_MAXSEG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_MD5SIG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_MD5SIG_MAXKEYLEN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_NODELAY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_NOTSENT_LOWAT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_QUEUE_SEQ.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_QUICKACK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_REPAIR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_REPAIR_OPTIONS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_REPAIR_QUEUE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_SAVE_SYN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_SAVED_SYN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_SYNCNT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_THIN_DUPACK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_THIN_LINEAR_TIMEOUTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_TIMESTAMP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_ULP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_USER_TIMEOUT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCP_WINDOW_CLAMP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
tcpopt.h
TCSADRAIN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCSAFLUSH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCSANOW.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCSBRK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCSETS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCSETSF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCSETSW.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TCXONC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
termios.h Make fixes and improvements 2022-10-19 07:19:19 -07:00
TEST_UNIT_READY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TFD_CLOEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TFD_NONBLOCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TFD_TIMER_ABSTIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TGEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TGREAD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TGWRITE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
th.h Unbloat the build 2022-08-11 00:15:29 -07:00
timer.h
TIOCCBRK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCCDTR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCCHKVERAUTH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCCONS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCEXT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCFLAG_CLOCAL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCFLAG_MDMBUF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCFLAG_PPS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCFLAG_SOFTCAR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCFLUSH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCGDRAINWAIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCGETA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCGETD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCGFLAGS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCGPGRP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCGPTN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCGSID.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCGTSTAMP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCGWINSZ.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCINQ.s Fix SO_LINGER on Apple 2023-02-02 20:05:37 -08:00
TIOCM_CAR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCM_CD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCM_CTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCM_DCD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCM_DSR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCM_DTR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCM_LE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCM_RI.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCM_RNG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCM_RTS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCM_SR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCM_ST.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCMBIC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCMBIS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCMGET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCMODG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCMODS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCMSDTRWAIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCMSET.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCNOTTY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCNXCL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCOUTQ.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCPKT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCPKT_DATA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCPKT_DOSTOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCPKT_FLUSHREAD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCPKT_FLUSHWRITE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCPKT_IOCTL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCPKT_NOSTOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCPKT_START.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCPKT_STOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCPTMASTER.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCPTSNAME.s Improve system call wrappers 2022-09-19 15:06:25 -07:00
TIOCPTYGNAME.s Add script.com and whois.com courtesy of FreeBSD 2022-09-13 20:26:13 -07:00
TIOCPTYGRANT.s Add script.com and whois.com courtesy of FreeBSD 2022-09-13 20:26:13 -07:00
TIOCPTYUNLK.s Add script.com and whois.com courtesy of FreeBSD 2022-09-13 20:26:13 -07:00
TIOCREMOTE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSBRK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSCTTY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSDRAINWAIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSDTR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSER_TEMT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSERGETLSR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSERGETMULTI.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSERSETMULTI.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSETA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSETAF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSETAW.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSETD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSETVERAUTH.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSFLAGS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSIG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSPGRP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSPTLCK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSTART.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSTAT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSTI.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSTOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSTSTAMP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCSWINSZ.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCTIMESTAMP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TIOCUCNTL_CBRK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TMAGLEN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TOEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TOREAD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TOSTOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TOWRITE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TRANSIENT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TRAP_BRKPT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TRAP_TRACE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TSGID.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TSUID.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TSVTX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TTYDEF_CFLAG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TTYDEF_IFLAG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TTYDEF_LFLAG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TTYDEF_OFLAG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TTYDEF_SPEED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TTYDISC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TUEXEC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TUREAD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TUWRITE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
TVERSLEN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
uc.h Perform more low-level code cleanup 2022-09-09 04:07:08 -07:00
UDP_ENCAP_ESPINUDP_NON_IKE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
UDP_NO_CHECK6_RX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
UDP_NO_CHECK6_TX.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
UL_GETFSIZE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
UL_SETFSIZE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
UMOUNT_NOFOLLOW.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
unmount.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
USRQUOTA.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
utime.h
UTIME_NOW.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
UTIME_OMIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VDISCARD.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VEOF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VEOL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VEOL2.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VERASE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VERIFY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VINTR.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VKILL.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VLNEXT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VMIN.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VQUIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VREPRINT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VSTART.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VSTOP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VSUSP.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VSWTC.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VT0.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VT1.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VTDLY.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VTIME.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
VWERASE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
w.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
W_OK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
waitid.h Change magnum types to match other platforms (#525) 2022-08-05 14:50:08 -07:00
WCONTINUED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
WEOF.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
WEXITED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
WNOHANG.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
WNOWAIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
WORD_BIT.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
WRQ.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
WSTOPPED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
WUNTRACED.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
X_OK.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
XATTR_CREATE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
XATTR_REPLACE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
XCASE.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00
xopen.h Remove warnings from amalgamation header 2022-08-18 18:16:53 -07:00
XTABS.s Reduce build graph by another 14 percent 2022-08-17 20:01:21 -07:00