aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-07Random nits prepping for upstreaming.roland/nacl-port/masterRoland McGrath
2015-03-31Implement _dl_runtime_profile.Roland McGrath
2015-03-31Make fdopen work.Roland McGrath
2015-03-19(__get_nprocs_conf): Comment typo fix.Roland McGrath
2015-03-19Rewritten.Roland McGrath
2015-03-19Disable tlsdesc stuff.Roland McGrath
2015-03-02Implement all nacl_irt_dev_filename calls.Roland McGrath
2015-03-02Implement all nacl_irt_dev_fdio calls except getdents.Roland McGrath
2015-02-27Add bits/fcntl.h with proper bits for NaCl.Roland McGrath
2015-02-27Implement mkdir, unlink.Roland McGrath
2015-02-27Implement access/euidaccess.Roland McGrath
2015-02-27Actually read in the data when mmap fails.Roland McGrath
2015-02-25Implement getcwd.Roland McGrath
2015-02-25Use code_data_alloc and dyncode_create IRT interfaces in _dl_map_segments.Roland McGrath
2015-02-12Remove unused macro.Roland McGrath
2015-02-12Tweaks to fix builds.Roland McGrath
2015-01-22Separate IRT tables in rtld.Roland McGrath
2015-01-09Proper(ish) posix_opt.h for NaCl.Roland McGrath
2015-01-08Do not try to build nptl_db.Roland McGrath
2015-01-08Add some __libc_foo aliases for libpthread to use.Roland McGrath
2015-01-05Closer to NPTL building.Roland McGrath
2015-01-05Update copyright years.Roland McGrath
2014-12-17NPTL thread creationRoland McGrath
2014-12-17Placeholder sigaction.cRoland McGrath
2014-12-17Hack up futex layer to get things building again.Roland McGrath
2014-12-17Adapt to bits/stat.h changes.Roland McGrath
2014-11-12Use basic futex ops.Roland McGrath
2014-11-12Define THREAD_SYSINFO macros.Roland McGrath
2014-11-12Adapt to nacl internal header changes.Roland McGrath
2014-10-15shlib-versions revampRoland McGrath
2014-07-30Handle uintptr_t use in irt.h.Roland McGrath
2014-07-30Starting on NPTL.Roland McGrath
2014-05-08Remove old backtrace.c, unneeded now we are back to EABI.Roland McGrath
2014-05-05Update for irt.h/irt_dev.h changes.Roland McGrath
2014-04-01mman-linux.h no longer copiedRoland McGrath
2014-03-18sysdep_headers for bits/mman-linux.hRoland McGrath
2014-03-14Update copyright years; .in -> .acRoland McGrath
2014-03-14Working dynamic linking.Roland McGrath
2014-03-14No longer using .eh_frame, so don't emit it from assembly code.Roland McGrath
2014-03-12Update for ARM setjmp changes in main tree.Roland McGrath
2014-01-10Remove obsolete macro.Roland McGrath
2014-01-10Comment typo.Roland McGrath
2013-10-10#define NO_THUMBRoland McGrath
2013-08-06New ABI baseline of 2.19.Roland McGrath
2013-08-06Use stub getifaddrs/freeifaddrs.Roland McGrath
2013-08-06Implement brk.Roland McGrath
2013-08-05Unfinished/untested PLT trampoline code.Roland McGrath
2013-08-05Temp NEON hack for buildingRoland McGrath
2013-08-05Missing depsRoland McGrath
2013-08-05Updates for NaCl header changes.Roland McGrath