aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nacl
AgeCommit message (Expand)AuthorFilesLines
2015-06-03NaCl: Implement nacl_interface_ext_supply entry point.Roland McGrath5-2/+95
2015-05-28NaCl: Make thread exit wake pthread_join.Roland McGrath4-2/+156
2015-05-28NaCl: Fix lll_futex_timed_wait timeout calculation.Roland McGrath1-12/+12
2015-05-26NaCl: Fix thinko in last change.Roland McGrath1-8/+9
2015-05-26NaCl: Add NaCl-specific __lll_timedlock_wait.Roland McGrath1-0/+52
2015-05-26struct stat is not posix conformSzabolcs Nagy1-2/+2
2015-05-20NaCl: Set tid field to a unique value.Roland McGrath2-0/+68
2015-05-13NaCl: Make fdopendir skip fcntl check.Roland McGrath1-0/+32
2015-05-12NaCl: Provide non-default values for uname.Roland McGrath1-0/+32
2015-05-08NaCl: Implement gethostname.Roland McGrath1-0/+45
2015-05-06NaCl: Fix elf_loader file name in nacl-test-wrapper.shRoland McGrath1-1/+1
2015-04-29NaCl: Change clock_t to long int.Roland McGrath2-3/+4
2015-04-29NaCl: Fix symbol names for euidaccess.Roland McGrath1-1/+3
2015-04-29NaCl: Make __suseconds_t be long int rather than int32_t.Roland McGrath1-1/+1
2015-04-17Add arm-nacl port.Roland McGrath113-0/+4497