aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nacl
AgeCommit message (Collapse)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
On 21/05/15 05:29, Siddhesh Poyarekar wrote: > On Wed, May 20, 2015 at 06:55:02PM +0100, Szabolcs Nagy wrote: >> i guess it's ok for consistency if i fix struct stat64 >> too to use __USE_XOPEN2K8. >> >> i will run some tests and come back with a patch > > I also think it would be appropriate to change this code in other > architectures (microblaze and nacl IIRC) to make all of them > consistent. It is a mechanical enough change IMO that all arch > maintainer acks is not necessary. > here is the patch with consistent __USE_XOPEN2K8 ok to commit? 2015-05-21 Szabolcs Nagy <szabolcs.nagy@arm.com> [BZ #18234] * conform/data/sys/stat.h-data (struct stat): Add tests for st_atim, st_mtim and st_ctim members. * sysdeps/nacl/bits/stat.h (struct stat, struct stat64): Make st_atim, st_ctim, st_mtim visible under __USE_XOPEN2K8 only. * sysdeps/unix/sysv/linux/generic/bits/stat.h (struct stat,): (struct stat64): Likewise. * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat,): (struct stat64): Likewise. * sysdeps/unix/sysv/linux/microblaze/bits/stat.h (struct stat,): (struct stat64): Likewise.
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