0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change soname of ld.so to say nacl rather than linux, use .1 in PT_INTERP name More... almost 13 years ago
Change the size of runtime tls_index to match GOT reality. More... almost 13 years ago
Don't use open_resource as regular file access. More... almost 13 years ago
Allow static linking with PIC libraries using TLS More... almost 13 years ago
Remove nonzero %gs access from bits/atomic.h More... almost 13 years ago
Fix dynamic library linking. More... almost 13 years ago
Access only %gs:0, not other offsets from %gs More... almost 13 years ago
Align TLS segment to 64 bytes More... almost 13 years ago
[noupstream] Correctly handle sonames with "a-f" hex numbes. More... almost 13 years ago
Remove useless __nacl_irt_ppapi_* functions. More... almost 13 years ago
Remove temporary DSO hack. Use open-resource call. More... almost 13 years ago
[noupstream] Use unique filename: NACL_FAKE_SONAME. More... almost 13 years ago
Fix __brk function (vital for static linking). More... almost 13 years ago
Fix up glibc for drift in syscall and IRT interfaces More... almost 13 years ago
Support IRT. Use syscalls fallback if IRT is not available. More... almost 13 years ago
Skip IMC argument fetching for any kind of imc_accept failure More... almost 13 years ago
Adjust for new NaCl startup ABI More... almost 13 years ago
Revert "Set the GLIBC default version to 2.9." More... almost 13 years ago
Set the GLIBC default version to 2.9. This prevents deprecated functions from being included in libc, and also ensures that version numbers match between X86-32 and X86-64 (for PNaCl compatibility). More... almost 13 years ago
Make alarm,fork,kill,pthread_kill return ENOSYS. More... about 13 years ago
Make GLibC IRT-compatible More... about 13 years ago
Remove non-validating functions that support gnu2 TLS dialect. More... about 13 years ago
Make wait,waitpid,waitid nosys stubs. More... about 13 years ago
Remove colon from perror argument because perror outputs colon too. More... about 13 years ago
Small typo in _dl_runtime_profile. More... about 13 years ago
Fix one bug and validation errors in dynamic linker profile path. More... about 13 years ago
Fix join with main thread bug. More... about 13 years ago
Remove obsolete System V context functions because __start_context doesn't validate in 64-bit. More... about 13 years ago
Ignore parameter of __exit_thread which is always zero anyway. More... about 13 years ago
Check that mmap-ed region size is positive before reporting it to Valgrind. More... about 13 years ago