1. 818c8d3 Don't use openat64 in fcntl2.h under NaCl by Sam Clegg · 9 years ago main
  2. 16e7ca5 Fix signature of __nacl_irt_xx functions by Sam Clegg · 9 years ago
  3. 11835d8 Clean up error returns for unsupported pthread mutex/cond attr values by Roland McGrath · 9 years ago
  4. bb1bfde remove restrictions in fts.h by Zhiting Zhu · 9 years ago
  5. 6886dd7 rename member name of struct gaicb in netdb.h by Zhiting Zhu · 9 years ago
  6. 4e5aab5 Removes nameservice syscall definition by Petr Hosek · 10 years ago
  7. 1106743 NaCl: Fix off-by-one in getcwd() syscall emulation. by Sam Clegg · 10 years ago
  8. f78e18e Whitespace change to bump glibc rev for nacl-gcc va_list ABI change. by Jan Voung · 10 years ago
  9. 150657d Add truncate.c to list of nacl files overrides. by Sam Clegg · 10 years ago
  10. 9b15f6a Use stub implementations for get{e,}[ug]id by Roland McGrath · 10 years ago
  11. e789f81 Disable use of fcntl in fdopen for nacl. by Brad Nelson · 10 years ago
  12. 21ee5d1 Fix some style issues in sysdeps/nacl/irt_syscalls.* by Shinichiro Hamaji · 10 years ago
  13. 6b56700 Remove __nacl_futex_fini by Sam Clegg · 10 years ago
  14. ad6acbf Connecting IRT dev interfaces for fdio and filename. by Brad Nelson · 11 years ago
  15. 0ac00c5 Change linker scripts to support new binutils by Victor Khimenko · 11 years ago
  16. 6943874 Remove linker warning when getpid() is including. by Sam Clegg · 11 years ago
  17. 8ec02f0 Enable process and thread CPU time clocks by Petr Hosek · 11 years ago
  18. 990e7c4 Reverting nacl_fixup_ldso.py sections change. by Brad Nelson · 11 years ago
  19. 5e65ba0 Drop section rewriting and format fixes. by Brad Nelson · 11 years ago
  20. 668027f Add a PT_NOTE section to mark build_id. by Brad Nelson · 11 years ago
  21. b7b14f8 Add getpid implementation for NaCl. by Sam Clegg · 11 years ago
  22. f6905ea Fix undefined NULL by including stddef.h by Sam Clegg · 11 years ago
  23. 325363b Allow use of alternative 'main' symbol. by Sam Clegg · 11 years ago
  24. 2324fd9 nacl-glibc: Provide symbols for .note.gnu.build-id section bounds by Roland McGrath · 11 years ago
  25. a0e1229 [NOUPSTREAM] Make non-executable stack default for NaCl. by Victor Khimenko · 11 years ago
  26. a305706 Fill tz in gettimeofday function. by Andrey Khalyavin · 11 years ago
  27. a589e0a Prepare for fast loading through mmap'ing text. by Ken Mixter · 11 years ago
  28. d7687c6 Linker scripts: Fold .fini into .text by Roland McGrath · 11 years ago
  29. cd98ee3 Align and pad code segments to 64k by Roland McGrath · 11 years ago
  30. eb3343e Provide mprotect syscall by Petr Hosek · 11 years ago
  31. b7d4c72 Disable ld.so.cache support by Roland McGrath · 11 years ago
  32. 7690fd5 Remove alignment of code and data segments for shared libraries. by Andrey Khalyavin · 12 years ago
  33. 2197a8b Remove alignment between read-only and read-write data segments. by Andrey Khalyavin · 12 years ago
  34. 1262975 Remove unnecessary alignment between .got.plt and .data sections. by Andrey Khalyavin · 12 years ago
  35. 51fe1ff Remove aliases to stat64, fstat64, fstatat64 and lstat64. by Andrey Khalyavin · 12 years ago master-backup
  36. a9de567 Fix bswap_64 for x86-64 by Roland McGrath · 12 years ago
  37. c4697f7 Correct building runnable-ld.so to ensure that the stack on entry to main is by David Sehr · 12 years ago
  38. ef989ba Fix pthread_cond_timedwait (and other similar functions) by Victor Khimenko · 12 years ago
  39. 447c71f Turn waiting stack back into wating queue by Victor Khimenko · 12 years ago
  40. 52e6079 add clock() in nacl-glibc by Egor Pasko · 12 years ago
  41. 1165299 fix 32-bit socket() interceptor by Stanislav Vorobyev · 12 years ago
  42. 1de757e berkeley sockets interception implementation by Stanislav Vorobyev · 12 years ago
  43. 9b90506 revert 4 untested commits by Egor Pasko · 12 years ago
  44. 5250268 Make it possible to run the loader with LD_DEBUG=all by Robert Muth · 12 years ago
  45. e98ec8c fixed signatures for several syscalls that return positive value in correct case by Stanislav Vorobyev · 12 years ago
  46. 256e1ec removed epoll_create1 (EPOLL_CLOEXEC is not applicable to NaCl, as there is no possibility to fork); added recv and send to syscalls.list by Stanislav Vorobyev · 12 years ago
  47. a71387b Patch NaCl glibc to avoid use of fsincos. by Brad Chen · 12 years ago
  48. 0533bbb added several system call hooks for future sockets implementation by Stanislav Vorobyev · 12 years ago
  49. 87666a1 added several syscalls for nacl mounts by Stanislav Vorobyev · 12 years ago
  50. 32d9fc1 Implement sleep function using nanosleep by Roland McGrath · 12 years ago
  51. d5d66ea plumb glibc clock_get interfaces to irt by Bennet Yee · 12 years ago
  52. 3c8d1f2 Fix __jmp_buf size for x86-64 by Roland McGrath · 13 years ago
  53. daf2032 Fix x86-64 DT_PREINIT_ARRAY/DT_INIT_ARRAY/DT_FINI_ARRAY calls for ILP32 layout by Roland McGrath · 13 years ago
  54. 9e33f48 Define __WORDSIZE 32 for strt* routines by Ivan Krasin · 13 years ago
  55. 567f50a Use proper strto*ll implementation on x86-64 by Roland McGrath · 13 years ago
  56. a7805a1 Fix recursive pthread_once. by Victor Khimenko · 13 years ago
  57. 40b700e Don't use Linux code in sysconf(_SC_NPROCESSORS_ONLN) by Victor Khimenko · 13 years ago
  58. b536d7b Fix negative values handling. by Victor Khimenko · 13 years ago
  59. 5e6ad7e Fix compilation with newer version of linux-headers. by Victor Khimenko · 13 years ago
  60. 36d20ec Introduce __nacl_add_tp by Evgeny Eltsin · 13 years ago
  61. f2679f9 Fix error codes in read and sched_yield. by Andrey Khalyavin · 13 years ago
  62. 2ce201b Fix GLibC compilation. by Victor Khimenko · 13 years ago
  63. e0920b2 Use irt's open_resource only for files in /lib by Victor Khimenko · 13 years ago
  64. 295a871 Fix bug with open64. by Andrey Khalyavin · 13 years ago
  65. e59bca8 Add nacl_interface_query public function by Roland McGrath · 13 years ago
  66. cff6549 Remove obsolete 16bit uid/gid code from IA32 glibc. by Victor Khimenko · 13 years ago
  67. 3a982eb Change make-syscalls.sh to make syscall interception possible. by Victor Khimenko · 13 years ago
  68. f7378be Fix getdents function. by Victor Khimenko · 13 years ago
  69. 2fa765e Remove temporary IMC hack. by Victor Khimenko · 13 years ago
  70. ca3390c Replace #define syscalls cancel machinery. by Victor Khimenko · 13 years ago
  71. ced55a5 Don't use auto-initialized pointers to functions. by Victor Khimenko · 13 years ago
  72. 0d71207 Quick and dirty fix to green the bots. by Victor Khimenko · 13 years ago
  73. 2698549 Fix alignment for SSE register saving by Roland McGrath · 13 years ago
  74. 2f9d690 Preserve SSE registers in PLT fixup by Roland McGrath · 13 years ago
  75. d7a069a Change dynamic-linking linker scripts to produce a PT_INTERP by Roland McGrath · 13 years ago
  76. a47062a Change soname of ld.so to say nacl rather than linux, use .1 in PT_INTERP name by Roland McGrath · 13 years ago
  77. 5055067 Change the size of runtime tls_index to match GOT reality. by Egor Pasko · 13 years ago
  78. fc13d6f Don't use open_resource as regular file access. by Victor Khimenko · 13 years ago
  79. b0c62ca Allow static linking with PIC libraries using TLS by Egor Pasko · 13 years ago
  80. 168f54c Remove nonzero %gs access from bits/atomic.h by Roland McGrath · 13 years ago
  81. 3e75d2e Fix dynamic library linking. by Victor Khimenko · 13 years ago
  82. f26c328 Access only %gs:0, not other offsets from %gs by Roland McGrath · 13 years ago
  83. edffedb Align TLS segment to 64 bytes by Roland McGrath · 13 years ago
  84. f9a2b47 [noupstream] Correctly handle sonames with "a-f" hex numbes. by Victor Khimenko · 13 years ago
  85. aee24c5 Remove useless __nacl_irt_ppapi_* functions. by Victor Khimenko · 13 years ago
  86. 30579d2 Remove temporary DSO hack. Use open-resource call. by Victor Khimenko · 13 years ago
  87. 5337640 [noupstream] Use unique filename: NACL_FAKE_SONAME. by Victor Khimenko · 13 years ago
  88. 84d7d30 Fix __brk function (vital for static linking). by Victor Khimenko · 13 years ago
  89. facb66a Fix up glibc for drift in syscall and IRT interfaces by Roland McGrath · 13 years ago
  90. 0390ed1 Support IRT. Use syscalls fallback if IRT is not available. by Victor Khimenko · 13 years ago
  91. e8f1be8 Skip IMC argument fetching for any kind of imc_accept failure by Roland McGrath · 13 years ago
  92. 8be6943 Adjust for new NaCl startup ABI by Roland McGrath · 13 years ago
  93. df4f051 Revert "Set the GLIBC default version to 2.9." by Roland McGrath · 13 years ago
  94. 5c44c72 Set the GLIBC default version to 2.9. by David Meyer · 13 years ago
  95. fbadb50 Make alarm,fork,kill,pthread_kill return ENOSYS. by Egor Pasko · 13 years ago
  96. 12581d2 Make GLibC IRT-compatible by Victor Khimenko · 13 years ago
  97. 2a905a8 Remove non-validating functions that support gnu2 TLS dialect. by Andrey Khalyavin · 13 years ago
  98. 0ab863c Make wait,waitpid,waitid nosys stubs. by Egor Pasko · 13 years ago
  99. 92fb462 Remove colon from perror argument because perror outputs colon too. by Andrey Khalyavin · 13 years ago
  100. a6ad473 Small typo in _dl_runtime_profile. by Andrey Khalyavin · 13 years ago