cosmopolitan/libc/calls
Justine Tunney e75ffde09e Get codebase completely working with LLVM
You can now build Cosmopolitan with Clang:

    make -j8 MODE=llvm
    o/llvm/examples/hello.com

The assembler and linker code is now friendly to LLVM too.
So it's not needed to configure Clang to use binutils under
the hood. If you love LLVM then you can now use pure LLVM.
2021-02-09 02:57:32 -08:00
..
struct Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
typedef Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
access.c Support dirfd relative iops on Windows 2021-01-30 01:49:43 -08:00
atfork.c Work towards improving signals and processes 2021-01-27 19:34:02 -08:00
calls.h Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
calls.mk Apply some touchups 2021-02-07 07:02:46 -08:00
chdir-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
chdir.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
chmod.c Apply some touchups 2021-02-07 07:02:46 -08:00
chown.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
clock.c Change license 2020-12-27 17:18:44 -08:00
clock_gettime.c Apply some touchups 2021-02-07 07:02:46 -08:00
close-nt.c Cleanup socket code 2021-02-05 23:58:50 -08:00
close.c Improve dead code elimination 2021-02-08 04:04:42 -08:00
commandv.c Improve dead code elimination 2021-02-08 04:04:42 -08:00
copyfd.c Fix AR.COM on RHEL7 (#24) 2021-01-17 10:28:52 -08:00
copyfile.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
copyfile.h Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00
creat.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
dprintf.c Change license 2020-12-27 17:18:44 -08:00
dtime.c Change license 2020-12-27 17:18:44 -08:00
dup-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
dup.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
dup2.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
dup3-sysv.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
dup3.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
ensurefds.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
execl.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
execle.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
execlp.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
execv.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
execve-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
execve-sysv.c Apply some touchups 2021-02-07 07:02:46 -08:00
execve.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
execvp.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
execvpe.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
faccessat-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
faccessat.c Apply some touchups 2021-02-07 07:02:46 -08:00
fadvise-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fadvise.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fchdir-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fchdir.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fchmod.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fchown.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fchownat.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fcntl-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fcntl.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fdatasync-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fdatasync.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fileexists.c Change license 2020-12-27 17:18:44 -08:00
fixupnewfd.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
flock-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
flock.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fstat-metal.c Fix Clang support 2021-02-06 00:29:09 -08:00
fstat-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fstat-sysv.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fstat.c Improve dead code elimination 2021-02-08 04:04:42 -08:00
fstatat-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fstatat-sysv.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fstatat.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
fsync.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
ftruncate-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
ftruncate.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
g_fds.c Improve dead code elimination 2021-02-08 04:04:42 -08:00
g_fds_init.S Change license 2020-12-27 17:18:44 -08:00
g_sighandrvas.c Check for EINTR in poll$nt() 2021-01-28 15:53:06 -08:00
getauxval.c Polyfill auxiliary values on XNU 2021-02-03 20:37:52 -08:00
getcwd-nt.c Apply some touchups 2021-02-07 07:02:46 -08:00
getcwd-xnu.c Apply some touchups 2021-02-07 07:02:46 -08:00
getcwd.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
getdomainname.c Change license 2020-12-27 17:18:44 -08:00
getenv.c Apply some touchups 2021-02-07 07:02:46 -08:00
getfiledescriptorsize.c Change license 2020-12-27 17:18:44 -08:00
getfilesize.c Change license 2020-12-27 17:18:44 -08:00
gethostname-bsd.c Apply some touchups 2021-02-07 07:02:46 -08:00
gethostname-linux.c Apply some touchups 2021-02-07 07:02:46 -08:00
gethostname-nt.c Apply some touchups 2021-02-07 07:02:46 -08:00
gethostname.c Apply some touchups 2021-02-07 07:02:46 -08:00
getitimer.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
getntsyspath.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
getpid.c Get all tests passing on NetBSD 2021-02-05 09:49:28 -08:00
getppid-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
getppid.c Get all tests passing on NetBSD 2021-02-05 09:49:28 -08:00
getpriority-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
getpriority.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
getprocaddressmodule.c Change license 2020-12-27 17:18:44 -08:00
getrlimit.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
getrusage-nt.c Apply some touchups 2021-02-07 07:02:46 -08:00
getrusage.c Apply some touchups 2021-02-07 07:02:46 -08:00
getsetpriority-nt.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
getsid.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
gettemppatha-flunk.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
gettid.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
gettimeofday-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
gettimeofday.c Apply some touchups 2021-02-07 07:02:46 -08:00
getuid.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
grantpt.c Change license 2020-12-27 17:18:44 -08:00
internal.h Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
interrupted.c Check for EINTR in poll$nt() 2021-01-28 15:53:06 -08:00
ioctl-default.c Fix Clang support 2021-02-06 00:29:09 -08:00
ioctl-tcgets-nt.c Fix Clang support 2021-02-06 00:29:09 -08:00
ioctl-tcgets.c Apply some touchups 2021-02-07 07:02:46 -08:00
ioctl-tcsets-nt.c Fix Clang support 2021-02-06 00:29:09 -08:00
ioctl-tcsets.c Apply some touchups 2021-02-07 07:02:46 -08:00
ioctl-tiocgwinsz-nt.c Improve dead code elimination 2021-02-08 04:04:42 -08:00
ioctl-tiocgwinsz.c Fix Clang support 2021-02-06 00:29:09 -08:00
ioctl-tiocswinsz-nt.c Fix Clang support 2021-02-06 00:29:09 -08:00
ioctl-tiocswinsz.c Fix Clang support 2021-02-06 00:29:09 -08:00
ioctl.c Fix Clang support 2021-02-06 00:29:09 -08:00
ioctl.h Fix Clang support 2021-02-06 00:29:09 -08:00
isatty-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
isatty.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
ischardev.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
isdebuggerpresent.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
isdirectory.c Change license 2020-12-27 17:18:44 -08:00
isexecutable.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
isregularfile.c Change license 2020-12-27 17:18:44 -08:00
kemptyfd.c Change license 2020-12-27 17:18:44 -08:00
kill-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
kill.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
killpg.c Change license 2020-12-27 17:18:44 -08:00
kntprioritycombos.c Change license 2020-12-27 17:18:44 -08:00
kntprioritycombos.internal.h Improve documentation 2020-12-27 07:02:35 -08:00
kntsystemdirectory.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
kntwindowsdirectory.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
ktmppath.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
lchown.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
link-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
link.c Apply some touchups 2021-02-07 07:02:46 -08:00
lseek-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
lseek.c Apply some touchups 2021-02-07 07:02:46 -08:00
lstat.c Support dirfd relative iops on Windows 2021-01-30 01:49:43 -08:00
madvise-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
madvise.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
mkdir.c Support dirfd relative iops on Windows 2021-01-30 01:49:43 -08:00
mkdirat-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
mkdirat.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
mkfifo.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
mknod.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
mkntcmdline.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
mkntenvblock.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
mkntpath.c Apply some touchups 2021-02-07 07:02:46 -08:00
mkntpathat.c Support dirfd relative iops on Windows 2021-01-30 01:49:43 -08:00
mprotect.greg.c Elevate .text.syscall to .privileged 2021-02-06 04:49:22 -08:00
nanosleep-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
nanosleep-xnu.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
nanosleep.c Apply some touchups 2021-02-07 07:02:46 -08:00
netbsdtramp.S Elevate .text.syscall to .privileged 2021-02-06 04:49:22 -08:00
nice.c Change license 2020-12-27 17:18:44 -08:00
now.c Fix Clang support 2021-02-06 00:29:09 -08:00
nowl.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
ntaccesscheck.c Change license 2020-12-27 17:18:44 -08:00
ntcontext2linux.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
ntmagicpaths.c Change license 2020-12-27 17:18:44 -08:00
ntmagicpaths.inc Initial import 2020-06-15 07:18:57 -07:00
ntmagicpaths.internal.h Improve documentation 2020-12-27 07:02:35 -08:00
ntreturn.c Change license 2020-12-27 17:18:44 -08:00
ntsetprivilege.c Change license 2020-12-27 17:18:44 -08:00
ntspawn.c Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00
ntspawn.h Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00
offset2overlap.c Change license 2020-12-27 17:18:44 -08:00
onntconsoleevent.c Remove printfs accidentally in release :( 2021-01-29 00:07:53 -08:00
onntconsoleevent_init.S Apply some touchups 2021-02-07 07:02:46 -08:00
onwincrash.S Apply some touchups 2021-02-07 07:02:46 -08:00
open-nt.c Fix Clang support 2021-02-06 00:29:09 -08:00
open.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
openanon.c Fix Clang support 2021-02-06 00:29:09 -08:00
openat.c Apply some touchups 2021-02-07 07:02:46 -08:00
openbsd.internal.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
openpty.c Change license 2020-12-27 17:18:44 -08:00
pause.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
pipe-nt.c Apply some touchups 2021-02-07 07:02:46 -08:00
pipe-sysv.c Apply some touchups 2021-02-07 07:02:46 -08:00
pipe.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
pipe2-sysv.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
pipe2.c Apply some touchups 2021-02-07 07:02:46 -08:00
posix_fadvise.c Change license 2020-12-27 17:18:44 -08:00
posix_madvise.c Change license 2020-12-27 17:18:44 -08:00
posix_openpt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
pread.c Apply some touchups 2021-02-07 07:02:46 -08:00
preadv.c Apply some touchups 2021-02-07 07:02:46 -08:00
prot2nt.greg.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
ptrace.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
ptsname.c Change license 2020-12-27 17:18:44 -08:00
ptsname_r.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
pwrite.c Apply some touchups 2021-02-07 07:02:46 -08:00
pwritev.c Apply some touchups 2021-02-07 07:02:46 -08:00
raise.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
read-nt.c Apply some touchups 2021-02-07 07:02:46 -08:00
read.c Change license 2020-12-27 17:18:44 -08:00
readansi.c Change license 2020-12-27 17:18:44 -08:00
readv-serial.c Fix Clang support 2021-02-06 00:29:09 -08:00
readv.c Improve dead code elimination 2021-02-08 04:04:42 -08:00
realpath.c Change license 2020-12-27 17:18:44 -08:00
releasefd.c Improve dead code elimination 2021-02-08 04:04:42 -08:00
remove.c Change license 2020-12-27 17:18:44 -08:00
rename.c Support dirfd relative iops on Windows 2021-01-30 01:49:43 -08:00
renameat-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
renameat.c Apply some touchups 2021-02-07 07:02:46 -08:00
reservefd.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
rmdir.c Support dirfd relative iops on Windows 2021-01-30 01:49:43 -08:00
sched_setaffinity.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
sched_yield-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
sched_yield.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
scheduler.h Explore comfort level with posix_spawn 2021-01-29 01:24:54 -08:00
setegid.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
seteuid.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
setitimer-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
setitimer.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
setpriority-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
setpriority.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
setresgid.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
setresuid.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
setrlimit.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
setsid.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
sigaction.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
sigaddset.c Change license 2020-12-27 17:18:44 -08:00
sigbits.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
sigdelset.c Change license 2020-12-27 17:18:44 -08:00
sigemptyset.c Change license 2020-12-27 17:18:44 -08:00
sigenter.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
sigfillset.c Change license 2020-12-27 17:18:44 -08:00
sigignore.c Change license 2020-12-27 17:18:44 -08:00
sigismember.c Change license 2020-12-27 17:18:44 -08:00
signal.c Change license 2020-12-27 17:18:44 -08:00
sigprocmask.c Apply some touchups 2021-02-07 07:02:46 -08:00
sigsuspend.c Apply some touchups 2021-02-07 07:02:46 -08:00
sleep.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
splice.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
stat.c Support dirfd relative iops on Windows 2021-01-30 01:49:43 -08:00
stat2linux.c Apply some touchups 2021-02-07 07:02:46 -08:00
symlink.c Support dirfd relative iops on Windows 2021-01-30 01:49:43 -08:00
symlinkat-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
symlinkat.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
sync-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
sync.c Apply some touchups 2021-02-07 07:02:46 -08:00
sync_file_range.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
sysinfo-nt.c Improve dead code elimination 2021-02-08 04:04:42 -08:00
sysinfo.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
tcgetattr.c Change license 2020-12-27 17:18:44 -08:00
tcgetpgrp.c Change license 2020-12-27 17:18:44 -08:00
tcsetattr.c Change license 2020-12-27 17:18:44 -08:00
tcsetpgrp.c Change license 2020-12-27 17:18:44 -08:00
termios.h Fix Clang support 2021-02-06 00:29:09 -08:00
termios.internal.h Apply some touchups 2021-02-07 07:02:46 -08:00
termios2host.c Apply some touchups 2021-02-07 07:02:46 -08:00
termios2linux.c Apply some touchups 2021-02-07 07:02:46 -08:00
time.c Change license 2020-12-27 17:18:44 -08:00
touch.c Add exponential backoff to rmdir() on Windows 2021-01-29 21:48:40 -08:00
truncate-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
truncate.c Apply some touchups 2021-02-07 07:02:46 -08:00
ttyname.c Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00
ttyname_r.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
ucontext.h Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
uname.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
unlink.c Support dirfd relative iops on Windows 2021-01-30 01:49:43 -08:00
unlink_s.c Change license 2020-12-27 17:18:44 -08:00
unlinkat-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
unlinkat.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
unlockpt.c Change license 2020-12-27 17:18:44 -08:00
unsetenv.c Apply some touchups 2021-02-07 07:02:46 -08:00
utime.c Change license 2020-12-27 17:18:44 -08:00
utimensat-nt.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
utimensat-sysv.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
utimensat-xnu.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
utimensat.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
utimes.c Change license 2020-12-27 17:18:44 -08:00
vdprintf.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
vforked.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
vmsplice.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
wait.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
wait3.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
wait4-nt.c Get all tests passing on NetBSD 2021-02-05 09:49:28 -08:00
wait4.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
wait4.h Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
waitpid.c Work towards improving signals and processes 2021-01-27 19:34:02 -08:00
weirdtypes.h Add glob and some finer tuning of documentation 2020-06-21 15:23:35 -07:00
winalarm.c Change license 2020-12-27 17:18:44 -08:00
winalarm.S Apply some touchups 2021-02-07 07:02:46 -08:00
wincrash.c Change license 2020-12-27 17:18:44 -08:00
wincrash_init.S Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
winerr.greg.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
write-nt.c Apply some touchups 2021-02-07 07:02:46 -08:00
write.c Change license 2020-12-27 17:18:44 -08:00
writev-serial.c Fix Clang support 2021-02-06 00:29:09 -08:00
writev.c Improve dead code elimination 2021-02-08 04:04:42 -08:00
xattr.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
xnutrampoline.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
zygote.c Change license 2020-12-27 17:18:44 -08:00