0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
llseek glibc method. Works correctly only for 32 bit offsets. More... over 13 years ago
Add nacl_dyncode_alloc_fixed for tracking the location of fixed-address objects More... over 13 years ago
[glibc] Remove standard linux search dirs. More... over 13 years ago
Revert build command to the variant found in glibc originally. More... over 13 years ago
Fixed calculation of program envp in dynamic loader More... over 13 years ago
fix two identical misprints More... over 13 years ago
Enable HelloWorld in x86-64 NaCl. More... over 13 years ago
{open,read,close}dir syscall wrappers More... over 13 years ago
Fix validation errors in FD_SET() and FD_CLR() More... over 13 years ago
Fix some validation errors More... over 13 years ago
Teach make_sysd_rules.py to output warnings when there is nothing to override. More... over 13 years ago
__xstat & __xstat64 added More... over 13 years ago
Add a codereview.settings file for git-cl More... over 13 years ago
malloc: Replace mprotect() calls with mmap() calls More... over 13 years ago
Fix futexes: Ensure they get initialised only once More... over 13 years ago
pthread_join(): Fix race condition More... over 13 years ago
pthread_create: Ensure that the new thread's stack is properly aligned More... over 13 years ago
Linker script: Fix for executables with large BSSes More... over 13 years ago
Ensure futex_emulation.c is not linked into libc.so More... over 13 years ago
Add futex emulation More... over 13 years ago
Linker script: Place .eh_frame in the correct segment More... over 13 years ago
Add syscall wrappers for nanosleep(), gettimeofday(), lseek(), sched_yield() More... over 13 years ago
Fix two validation failures in ld.so: disable check_consistency() More... over 13 years ago
libpthread: Address many validation failures and make pthread_join() work More... over 13 years ago
Fix call to _dl_init so that environ is set correctly More... over 13 years ago
Fix up RET instructions in sysdeps/i386/fpu More... over 13 years ago
Fix SETUP_PIC_REG to pass the validator More... over 13 years ago
Fix for pthread_create: minimal support for threads. More... over 13 years ago
Fix _dl_runtime_resolve to make regparm(1) and regparm(2) usable More... over 13 years ago
Use correct size for TLS area: in IA32 mode glibc can only use %gs to access "struct pthread" and in ARM/x86-64 mode size is ignored (hardware does not support segment limits). More... over 13 years ago