0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement __exit_thread function in C in order to remove validator errors. More... about 13 years ago
Stub warning for pthread_cancel. More... about 13 years ago
Report data mappings to Valgrind. More... about 13 years ago
Return ENOSYS from sigaction(2). More... about 13 years ago
Report new dynamic code mappings to Valgrind. More... about 13 years ago
Add pthread_setschedprio implemented with NaCl thread_nice More... about 13 years ago
Update codereview.settings for gerrit hosting More... about 13 years ago
Conditionalize static linker scripts for .rodata placement More... about 13 years ago
Redirect to debug/st{p,r}cpy_chk.c More... about 13 years ago
Redirect to sysdeps/unix/sysv/linux/sched_getcpu.c to fix validation failures. More... about 13 years ago
Truncate x86-64 rtld's l_addr to 32 bits. More... about 13 years ago
Glibc side changes for running tests. More... about 13 years ago
Add sysrooted SEARCH_DIR commands to linker scripts More... about 13 years ago
Fix validation failures in _mcount.S More... about 13 years ago
Fix handling of spurious wakeups. More... about 13 years ago
Fix __nacl_futex_wake_op More... about 13 years ago
Add memcpy_chk.c to redirect list because 64-bit memcpy_chk.S relies on redirected memcpy.S. BUG=http://code.google.com/p/nativeclient/issues/detail?id=1579 TEST=compile & check libc.so export for __memcpy_chk function. More... about 13 years ago
Fix validation errors in pthread_spin_* functions More... about 13 years ago
Remove _LARGEFILE64_SOURCE macro for Native Client. BUG=http://code.google.com/p/nativeclient/issues/detail?id=1581 TEST=compile program #include <fcntl.h> #include <stdio.h> int main(void){ #ifndef _LARGEFILE64_SOURCE #warning "no _LARGEFILE64_SOURCE" #endif return 0; } More... about 13 years ago
Make mkstemp, mkostemp and sendfile not to be redirected to functions with suffix 64. BUG=http://code.google.com/p/nativeclient/issues/detail?id=1587 TEST=compile the program #include <stdlib.h> #include <sys/sendfile.h> int main(void){ mkstemp(""); mkostemp(""); sendfile(0,0,0,0); return 0; } More... about 13 years ago
Use files instead of make_sysd_rules.py for correct redirection. The script cannot override symbols that are not found is our sysdeps directories, i.e. exist only in syscall.list files. More... about 13 years ago
Fix receiving environment variables via startup IPC message More... about 13 years ago
Fix a validation failure in libpthread.so More... about 13 years ago
Remove all file functions with suffix 64. More... about 13 years ago
Dynamic linker: Allow startup to complete with current NaCl plugin More... about 13 years ago
Fix some validation failures in x86-32 libm.so More... about 13 years ago
Remove _LFS64_LARGEFILE and _LFS64_STDIO defines because we do not support obsolete file function with suffix 64. More... over 13 years ago
[noupstream] allow git-cl to push from readonly sources More... over 13 years ago
Allow building with a non-GNU version of awk More... over 13 years ago
Allow building with a non-GNU version of sed More... over 13 years ago