Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Random nits prepping for upstreaming. roland/nacl-port/master | Roland McGrath | 2015-04-07 | 19 | -248/+398 |
* | Implement _dl_runtime_profile. | Roland McGrath | 2015-03-31 | 1 | -2/+177 |
* | Make fdopen work. | Roland McGrath | 2015-03-31 | 1 | -0/+26 |
* | (__get_nprocs_conf): Comment typo fix. | Roland McGrath | 2015-03-19 | 1 | -1/+1 |
* | Rewritten. | Roland McGrath | 2015-03-19 | 1 | -24/+32 |
* | Disable tlsdesc stuff. | Roland McGrath | 2015-03-19 | 1 | -2/+2 |
* | Implement all nacl_irt_dev_filename calls. | Roland McGrath | 2015-03-02 | 13 | -1/+309 |
* | Implement all nacl_irt_dev_fdio calls except getdents. | Roland McGrath | 2015-03-02 | 8 | -0/+175 |
* | Add bits/fcntl.h with proper bits for NaCl. | Roland McGrath | 2015-02-27 | 1 | -0/+149 |
* | Implement mkdir, unlink. | Roland McGrath | 2015-02-27 | 2 | -0/+56 |
* | Implement access/euidaccess. | Roland McGrath | 2015-02-27 | 2 | -0/+55 |
* | Actually read in the data when mmap fails. | Roland McGrath | 2015-02-27 | 1 | -0/+2 |
* | Implement getcwd. | Roland McGrath | 2015-02-25 | 2 | -0/+58 |
* | Use code_data_alloc and dyncode_create IRT interfaces in _dl_map_segments. | Roland McGrath | 2015-02-25 | 2 | -31/+43 |
* | Remove unused macro. | Roland McGrath | 2015-02-12 | 1 | -1/+0 |
* | Tweaks to fix builds. | Roland McGrath | 2015-02-12 | 3 | -1/+4 |
* | Separate IRT tables in rtld. | Roland McGrath | 2015-01-22 | 7 | -32/+74 |
* | Proper(ish) posix_opt.h for NaCl. | Roland McGrath | 2015-01-09 | 1 | -0/+210 |
* | Do not try to build nptl_db. | Roland McGrath | 2015-01-08 | 1 | -0/+6 |
* | Add some __libc_foo aliases for libpthread to use. | Roland McGrath | 2015-01-08 | 2 | -0/+2 |
* | Closer to NPTL building. | Roland McGrath | 2015-01-05 | 5 | -2/+24 |
* | Update copyright years. | Roland McGrath | 2015-01-05 | 58 | -58/+58 |
* | NPTL thread creation | Roland McGrath | 2014-12-17 | 1 | -0/+46 |
* | Placeholder sigaction.c | Roland McGrath | 2014-12-17 | 1 | -0/+2 |
* | Hack up futex layer to get things building again. | Roland McGrath | 2014-12-17 | 1 | -3/+8 |
* | Adapt to bits/stat.h changes. | Roland McGrath | 2014-12-17 | 1 | -13/+2 |
* | Use basic futex ops. | Roland McGrath | 2014-11-12 | 1 | -0/+82 |
* | Define THREAD_SYSINFO macros. | Roland McGrath | 2014-11-12 | 1 | -0/+7 |
* | Adapt to nacl internal header changes. | Roland McGrath | 2014-11-12 | 1 | -0/+2 |
* | shlib-versions revamp | Roland McGrath | 2014-10-15 | 2 | -15/+11 |
* | Handle uintptr_t use in irt.h. | Roland McGrath | 2014-07-30 | 1 | -1/+1 |
* | Starting on NPTL. | Roland McGrath | 2014-07-30 | 11 | -97/+125 |
* | Remove old backtrace.c, unneeded now we are back to EABI. | Roland McGrath | 2014-05-08 | 1 | -1/+0 |
* | Update for irt.h/irt_dev.h changes. | Roland McGrath | 2014-05-05 | 4 | -3/+8 |
* | mman-linux.h no longer copied | Roland McGrath | 2014-04-01 | 1 | -11/+0 |
* | sysdep_headers for bits/mman-linux.h | Roland McGrath | 2014-03-18 | 1 | -0/+6 |
* | Update copyright years; .in -> .ac | Roland McGrath | 2014-03-14 | 50 | -49/+66 |
* | Working dynamic linking. | Roland McGrath | 2014-03-14 | 4 | -7/+317 |
* | No longer using .eh_frame, so don't emit it from assembly code. | Roland McGrath | 2014-03-14 | 1 | -5/+1 |
* | Update for ARM setjmp changes in main tree. | Roland McGrath | 2014-03-12 | 1 | -3/+3 |
* | Remove obsolete macro. | Roland McGrath | 2014-01-10 | 1 | -3/+0 |
* | Comment typo. | Roland McGrath | 2014-01-10 | 1 | -1/+1 |
* | #define NO_THUMB | Roland McGrath | 2013-10-10 | 1 | -0/+3 |
* | New ABI baseline of 2.19. | Roland McGrath | 2013-08-06 | 1 | -1/+1 |
* | Use stub getifaddrs/freeifaddrs. | Roland McGrath | 2013-08-06 | 1 | -0/+2 |
* | Implement brk. | Roland McGrath | 2013-08-06 | 1 | -0/+93 |
* | Unfinished/untested PLT trampoline code. | Roland McGrath | 2013-08-05 | 1 | -3/+87 |
* | Temp NEON hack for building | Roland McGrath | 2013-08-05 | 1 | -0/+3 |
* | Missing deps | Roland McGrath | 2013-08-05 | 1 | -2/+3 |
* | Updates for NaCl header changes. | Roland McGrath | 2013-08-05 | 3 | -42/+4 |