summaryrefslogtreecommitdiff
path: root/sysdeps/nacl
AgeCommit message (Expand)Author
2016-01-20NaCl: Fix unused variable errors in lowlevellock-futex.h macros.Roland McGrath
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-01Add __CPU_MASK_TYPE for __cpu_maskH.J. Lu
2015-11-20NaCl: Use allocate_code_data after dyncode_createRoland McGrath
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers
2015-11-10NaCl: Use open_resource API for shared objectsRoland McGrath
2015-11-06Simplify the abilist formatFlorian Weimer
2015-09-11NaCl: Do not install <sys/mtio.h>.Roland McGrath
2015-08-25NaCl: Call __nacl_main in preference to main.Roland McGrath
2015-07-24NaCl: Remove bogus O_SHLOCK, O_EXLOCK definitions.Roland McGrath
2015-07-23Make sysdeps/posix bring in login subdir.Roland McGrath
2015-07-23NaCl: Fix missing getdtablesize symbol.Roland McGrath
2015-07-21NaCl: Use only nacl_irt_dev_filename, never nacl_irt_filename.Roland McGrath
2015-07-21Add abilist files and NEWS item for arm-nacl port.Roland McGrath
2015-07-14Factor file identity rules out of generic rtld code.Roland McGrath
2015-07-10NaCl: Make pthread_condattr_setclock reject CLOCK_MONOTONIC.Roland McGrath
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel
2015-07-09PLT avoidance for _exit in rtld.Roland McGrath
2015-06-30Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel
2015-06-24NaCl: Fix glob.c build after getlogin_r -> __getlogin_r.Roland McGrath
2015-06-03NaCl: Implement nacl_interface_ext_supply entry point.Roland McGrath
2015-05-28NaCl: Make thread exit wake pthread_join.Roland McGrath
2015-05-28NaCl: Fix lll_futex_timed_wait timeout calculation.Roland McGrath
2015-05-26NaCl: Fix thinko in last change.Roland McGrath
2015-05-26NaCl: Add NaCl-specific __lll_timedlock_wait.Roland McGrath
2015-05-26struct stat is not posix conformSzabolcs Nagy
2015-05-20NaCl: Set tid field to a unique value.Roland McGrath
2015-05-13NaCl: Make fdopendir skip fcntl check.Roland McGrath
2015-05-12NaCl: Provide non-default values for uname.Roland McGrath
2015-05-08NaCl: Implement gethostname.Roland McGrath
2015-05-06NaCl: Fix elf_loader file name in nacl-test-wrapper.shRoland McGrath
2015-04-29NaCl: Change clock_t to long int.Roland McGrath
2015-04-29NaCl: Fix symbol names for euidaccess.Roland McGrath
2015-04-29NaCl: Make __suseconds_t be long int rather than int32_t.Roland McGrath
2015-04-17Add arm-nacl port.Roland McGrath