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