Activity
Move the syscall syscall implementation into the Fil-C runtime. Corre…
Move the syscall syscall implementation into the Fil-C runtime. Corre…
Adopt looser longjmp semantics. Corresponds to llvm-project-deluge/4c…
Adopt looser longjmp semantics. Corresponds to llvm-project-deluge/4c…
Remove the janky __thread support. Corresponds to llvm-project-deluge…
Remove the janky __thread support. Corresponds to llvm-project-deluge…
Add the yolo_ prefix to futex_calls to avoid namespace pollution. Cor…
Add the yolo_ prefix to futex_calls to avoid namespace pollution. Cor…
Remove stack-related functions added for the Fil-C runtime that the r…
Remove stack-related functions added for the Fil-C runtime that the r…
Make the abstraction for how filc_runtime figures out forbidden signa…
Make the abstraction for how filc_runtime figures out forbidden signa…
Rename the yolo loader. Corresponds to llvm-project-deluge/f4bf8bf1fa65
Rename the yolo loader. Corresponds to llvm-project-deluge/f4bf8bf1fa65
Change the name of libyolomusl/ld-musl to libyoloc/ld-yolo. Correspon…
Change the name of libyolomusl/ld-musl to libyoloc/ld-yolo. Correspon…
Implement pthread_kill. Corresponds to llvm-project-deluge/16f448515e44
Implement pthread_kill. Corresponds to llvm-project-deluge/16f448515e44
Add support for flock. Corresponds to llvm-project-deluge/46140601ae6a
Add support for flock. Corresponds to llvm-project-deluge/46140601ae6a
Make getrandom work when invoked via syscall. Corresponds to llvm-pro…
Make getrandom work when invoked via syscall. Corresponds to llvm-pro…
Fixed pthread.h's RWLOCK initalizer. Change contributed by James Darp…
Fixed pthread.h's RWLOCK initalizer. Change contributed by James Darp…
Implement posix_fallocate. Corresponds to llvm-project-deluge/a1f092d…
Implement posix_fallocate. Corresponds to llvm-project-deluge/a1f092d…
Add support for clock_nanosleep. Corresponds to llvm-project-deluge/0…
Add support for clock_nanosleep. Corresponds to llvm-project-deluge/0…
Add support for sysconf(_SC_NPROCESSORS_ONLN). Corresponds to llvm-pr…
Add support for sysconf(_SC_NPROCESSORS_ONLN). Corresponds to llvm-pr…
Add support for System V IPC. Corresponds to llvm-project-deluge/fc50…
Add support for System V IPC. Corresponds to llvm-project-deluge/fc50…
Add support for signalfd. Corresponds to llvm-project-deluge/c156718a…
Add support for signalfd. Corresponds to llvm-project-deluge/c156718a…
Add suppport for tmpfile. Needed for icu4c.
Add suppport for tmpfile. Needed for icu4c.
Add support for a bunch of syscalls including the syscall syscall. Co…
Add support for a bunch of syscalls including the syscall syscall. Co…
Harden malloc_usable_size a bit so it always returns zero if passed a…
Harden malloc_usable_size a bit so it always returns zero if passed a…
Make strftime do some of the things that SQLite wants it to do.
Make strftime do some of the things that SQLite wants it to do.
Add support for setrlimit syscall.
Add support for setrlimit syscall.
Stop lying that we have vfork - we don't.
Stop lying that we have vfork - we don't.
Implement eventfd syscall. Corresponds to llvm-project-deluge/94b4671…
Implement eventfd syscall. Corresponds to llvm-project-deluge/94b4671…
Implement madvise. Corresponds to llvm-project-deluge/8d1e47a026ea
Implement madvise. Corresponds to llvm-project-deluge/8d1e47a026ea
Adopt InvisiCaps. This is mostly about reverting previous changes. Co…
Adopt InvisiCaps. This is mostly about reverting previous changes. Co…
Make sure that functions that use zargs don't get inlined.
Make sure that functions that use zargs don't get inlined.
Increase default stack size to something sensible and expose API to l…
Increase default stack size to something sensible and expose API to l…
Implement prctl syscall. Corresponds to llvm-project-deluge/39f83eac96ee
Implement prctl syscall. Corresponds to llvm-project-deluge/39f83eac96ee
Add fread_znullify/fwrite_znullify. Corresponds to llvm-project-delug…
Add fread_znullify/fwrite_znullify. Corresponds to llvm-project-delug…