0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 10 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed epoll_create1 (EPOLL_CLOEXEC is not applicable to NaCl, as there is no possibility to fork); added recv and send to syscalls.list More... about 12 years ago
Patch NaCl glibc to avoid use of fsincos. More... about 12 years ago
added several system call hooks for future sockets implementation More... about 12 years ago
added several syscalls for nacl mounts More... about 12 years ago
Implement sleep function using nanosleep More... about 12 years ago
plumb glibc clock_get interfaces to irt More... about 12 years ago
Fix __jmp_buf size for x86-64 More... over 12 years ago
Fix x86-64 DT_PREINIT_ARRAY/DT_INIT_ARRAY/DT_FINI_ARRAY calls for ILP32 layout More... over 12 years ago
Define __WORDSIZE 32 for strt* routines More... over 12 years ago
Use proper strto*ll implementation on x86-64 More... over 12 years ago
Fix recursive pthread_once. More... over 12 years ago
Don't use Linux code in sysconf(_SC_NPROCESSORS_ONLN) More... over 12 years ago
Fix negative values handling. More... over 12 years ago
Fix compilation with newer version of linux-headers. More... over 12 years ago
Introduce __nacl_add_tp More... over 12 years ago
Fix error codes in read and sched_yield. More... over 12 years ago
Fix GLibC compilation. More... over 12 years ago
Use irt's open_resource only for files in /lib More... over 12 years ago
Fix bug with open64. More... over 12 years ago
Add nacl_interface_query public function More... over 12 years ago
Remove obsolete 16bit uid/gid code from IA32 glibc. More... over 12 years ago
Change make-syscalls.sh to make syscall interception possible. More... over 12 years ago
Fix getdents function. More... over 12 years ago
Remove temporary IMC hack. More... over 12 years ago
Replace #define syscalls cancel machinery. More... over 12 years ago
Don't use auto-initialized pointers to functions. More... over 12 years ago
Quick and dirty fix to green the bots. More... over 12 years ago
Fix alignment for SSE register saving More... over 12 years ago
Preserve SSE registers in PLT fixup More... over 12 years ago
Change dynamic-linking linker scripts to produce a PT_INTERP More... over 12 years ago