about summary refs log tree commit diff
path: root/sysdeps/nacl
Commit message (Expand)AuthorAgeFilesLines
* NaCl: Call __nacl_main in preference to main.Roland McGrath2015-08-251-1/+5
* NaCl: Remove bogus O_SHLOCK, O_EXLOCK definitions.Roland McGrath2015-07-241-4/+0
* Make sysdeps/posix bring in login subdir.Roland McGrath2015-07-232-24/+8
* NaCl: Fix missing getdtablesize symbol.Roland McGrath2015-07-231-0/+1
* NaCl: Use only nacl_irt_dev_filename, never nacl_irt_filename.Roland McGrath2015-07-213-4/+2
* Add abilist files and NEWS item for arm-nacl port.Roland McGrath2015-07-219-0/+717
* Factor file identity rules out of generic rtld code.Roland McGrath2015-07-141-0/+8
* NaCl: Make pthread_condattr_setclock reject CLOCK_MONOTONIC.Roland McGrath2015-07-101-0/+42
* Add and use new glibc-internal futex API.Torvald Riegel2015-07-102-2/+250
* PLT avoidance for _exit in rtld.Roland McGrath2015-07-091-0/+1
* Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel2015-06-302-6/+2
* NaCl: Fix glob.c build after getlogin_r -> __getlogin_r.Roland McGrath2015-06-241-2/+2
* NaCl: Implement nacl_interface_ext_supply entry point.Roland McGrath2015-06-035-2/+95
* NaCl: Make thread exit wake pthread_join.Roland McGrath2015-05-284-2/+156
* NaCl: Fix lll_futex_timed_wait timeout calculation.Roland McGrath2015-05-281-12/+12
* NaCl: Fix thinko in last change.Roland McGrath2015-05-261-8/+9
* NaCl: Add NaCl-specific __lll_timedlock_wait.Roland McGrath2015-05-261-0/+52
* struct stat is not posix conformSzabolcs Nagy2015-05-261-2/+2
* NaCl: Set tid field to a unique value.Roland McGrath2015-05-202-0/+68
* NaCl: Make fdopendir skip fcntl check.Roland McGrath2015-05-131-0/+32
* NaCl: Provide non-default values for uname.Roland McGrath2015-05-121-0/+32
* NaCl: Implement gethostname.Roland McGrath2015-05-081-0/+45
* NaCl: Fix elf_loader file name in nacl-test-wrapper.shRoland McGrath2015-05-061-1/+1
* NaCl: Change clock_t to long int.Roland McGrath2015-04-292-3/+4
* NaCl: Fix symbol names for euidaccess.Roland McGrath2015-04-291-1/+3
* NaCl: Make __suseconds_t be long int rather than int32_t.Roland McGrath2015-04-291-1/+1
* Add arm-nacl port.Roland McGrath2015-04-17113-0/+4497