1. 8bd83d8 Hide overaligned global address from the compiler. by Peter Collingbourne · 1 year, 5 months ago
  2. 20a3661 Clarify which architectures do/don't need sa_restorer. by Elliott Hughes · 1 year, 7 months ago
  3. d783120 Fix assembler warnings. by Elliott Hughes · 1 year, 8 months ago
  4. 559f278 Clear the stack frame pointer in _start and __bionic_clone by Chris Wailes · 4 years, 4 months ago
  5. c0d41db setjmp/longjmp: avoid invalid values in the stack pointer. by Elliott Hughes · 4 years, 5 months ago
  6. 92da286 Clean up __stack_chk_fail_local slightly. by Elliott Hughes · 4 years, 6 months ago
  7. 7b89be7 Move __libc_int0x80 to an assembly file by Pirama Arumuga Nainar · 4 years, 7 months ago
  8. fd8d687 x86/x86_64: cleanup signal trampolines by Ryan Prichard · 5 years ago
  9. 68ae6ad Changes for #inclusivefixit. by Elliott Hughes · 5 years ago
  10. 2303283 Track whether a thread is currently vforked. by Josh Gao · 5 years ago
  11. a992a06 x86: Switch get_pc_thunk to comdat by Ryan Prichard · 5 years ago
  12. c5d3a43 Make tls related header files platform accessible. by Christopher Ferris · 6 years ago
  13. 165b1cf Switch libc to libcrt.builtins by Yi Kong · 7 years ago
  14. 1990ba5 Fix linker self-exec detection by Ryan Prichard · 7 years ago
  15. 82aea78 Use TLS_SLOT_THREAD_ID macro in vfork.S by Ryan Prichard · 7 years ago
  16. 07440a8 Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals by Ryan Prichard · 7 years ago
  17. 95bca3f Remove valgrind workarounds. by Elliott Hughes · 7 years ago
  18. 27475b5 Initialize __libc_sysinfo early on. by Ryan Prichard · 7 years ago
  19. 460130b Fix sigsetjmp/siglongjmp to save/restore RT signals on arm/x86 too. by Elliott Hughes · 8 years ago
  20. 7ebafb3 Use sigprocmask rather than sigblock/sigsetmask. by Elliott Hughes · 8 years ago
  21. 586b676 Partial revert of "Remove obsolete __stack_chk_fail_local." by Dan Albert · 8 years ago
  22. fa43252 Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols by dimitry · 8 years ago
  23. 7379018 <stdbool.h> not necessary in C++. by Elliott Hughes · 8 years ago
  24. 4af220c Remove obsolete __stack_chk_fail_local. by Elliott Hughes · 8 years ago
  25. b291d08 Zero-initialize user_desc for __set_thread_area. by Elliott Hughes · 8 years ago
  26. beb8796 Use ENTRY_PRIVATE in __bionic_clone assembler. by Elliott Hughes · 9 years ago
  27. 9260785 Add a checksum to jmp_buf on x86. by Josh Gao · 9 years ago
  28. be91052 libc: implement kernel vdso syscalls for i386 by Mingwei Shi · 10 years ago
  29. 19acb69 [MIPS] Add __popcountsi2 to libgcc_compat.c by Dimitry Ivanov · 10 years ago
  30. 01b85d5 Set x86 TLS limit to 0xfffff, not PAGE_SIZE. by Elliott Hughes · 10 years ago
  31. 8dbf02d Add missing register preserve in x86/x86_64 longjmp. by Josh Gao · 10 years ago
  32. 85c14fb Implement setjmp cookies on x86. by Josh Gao · 10 years ago
  33. 5891abd Invalidate cached pid in vfork. by Elliott Hughes · 10 years ago
  34. 940d312 Fix addition of extra arg to cfi_restore. by Christopher Ferris · 10 years ago
  35. 605ee81 Add missing cfi directives for x86 assembler. by Christopher Ferris · 10 years ago
  36. 2495851 Use ALIAS_SYMBOL for assembler aliasing. by Christopher Ferris · 10 years ago
  37. 8d4c55c Clean up the x86-64 and x86 setjmp families. by Elliott Hughes · 11 years ago
  38. 50321e2 [x86,x86_64] Fix libgcc unwinding through signal by Pavel Chupin · 11 years ago
  39. 6869d26 Force export symbols on all x86 variants in libc. by Christopher Ferris · 11 years ago
  40. 36f451a Fix signal trampolines. by Elliott Hughes · 11 years ago
  41. 011e111 Ensure __set_errno is still visible on LP32. by Elliott Hughes · 11 years ago
  42. 57b7a61 Fix pthread_getattr_np for the main thread. by Elliott Hughes · 11 years ago
  43. 3726f9c Revert "Fix incorrect relocations for x86." by Dan Albert · 11 years ago
  44. 512bc52 Fix incorrect relocations for x86. by Dan Albert · 11 years ago
  45. d994622 Merge "Android is all-PIC/PIE." by Elliott Hughes · 11 years ago
  46. 6b6364a Android is all-PIC/PIE. by Elliott Hughes · 11 years ago
  47. 6a91887 Revert "Replaces vfork() implementation with fork()" by Dan Albert · 11 years ago
  48. 440bd6b Merge "Replaces vfork() implementation with fork()" by Dan Albert · 11 years ago
  49. 210331d Replaces vfork() implementation with fork() by Dan Albert · 11 years ago
  50. ebc8cd1 Rename __bionic_clone_entry to __start_thread. by Elliott Hughes · 11 years ago
  51. 15a0456 Remove unnecessary instructions from x86/x86_64 syscalls. by Elliott Hughes · 11 years ago
  52. aeb3016 Fix unwinding through x86-64 __bionic_clone. by Elliott Hughes · 11 years ago
  53. ee9d5bd x86: stop unwinding past __bionic_clone. by Elliott Hughes · 11 years ago
  54. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 11 years ago
  55. 75c55ff Revert "Lose the hand-written futex assembler." by Narayan Kamath · 11 years ago
  56. ced906c Lose the hand-written futex assembler. by Elliott Hughes · 11 years ago
  57. d5ed63a Hide most of the private futex functions. by Elliott Hughes · 11 years ago
  58. 9f0a52e Merge "Hide __get_sp." by Elliott Hughes · 11 years ago
  59. a75869f Hide __set_tls. by Elliott Hughes · 11 years ago
  60. c3705f6 Hide __get_sp. by Elliott Hughes · 11 years ago
  61. 31d0398 Hide _exit_with_stack_teardown. by Elliott Hughes · 11 years ago
  62. 0d236aa Align the child stack in clone(2). by Elliott Hughes · 11 years ago
  63. fff3c0f Align arm64 stacks to 16 bytes in __bionic_clone. by Elliott Hughes · 11 years ago
  64. 954cf0d Hide the __bionic_clone and __bionic_clone_entry implementation details. by Elliott Hughes · 11 years ago
  65. 851e68a Unify our assembler macros. by Elliott Hughes · 12 years ago
  66. 09289d9 Remove useless _C_LABEL from our assembler source. by Elliott Hughes · 12 years ago
  67. a85aaf1 Use the MAX_ERRNO constant. by Elliott Hughes · 12 years ago
  68. 2aace21 Remove the bogus exit status from _exit_with_stack_teardown. by Elliott Hughes · 12 years ago
  69. 5eccb96 Fix aarch64 futex assembly routines. by Elliott Hughes · 12 years ago
  70. 99c393d Fix the order of arguments to sys_clone for x86. by Elliott Hughes · 12 years ago
  71. 9dec707 Fix _exit_with_stack_teardown for x86. by Elliott Hughes · 12 years ago
  72. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago
  73. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 12 years ago
  74. 7f70c9b AArch64: Fix uses of stack size for 32/64bit libc builds by Serban Constantinescu · 12 years ago
  75. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 12 years ago
  76. c4c6e19 pthread_exit should call __NR_exit with status 0. by Elliott Hughes · 12 years ago
  77. a97cc5b Clean up the x86 and x86_64 _exit_with_stack_teardown implementations. by Elliott Hughes · 12 years ago
  78. b49c17c Move common arch-* code to arch-common directory by Pavel Chupin · 12 years ago
  79. 4cdde5f Replace unnecessary x86 uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 12 years ago
  80. 5c2772f The SYS_ constants should cover all __NR_ values. by Elliott Hughes · 12 years ago
  81. 8f7120b Drop unnecessary execution permission for .cpp/.c/.h by Kito Cheng · 12 years ago
  82. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 13 years ago
  83. 6719500 Add a bunch more missing ENDs to assembler routines. by Elliott Hughes · 13 years ago
  84. b603251 Fix __pthread_clone and __bionic_clone error handling on x86. by Elliott Hughes · 13 years ago
  85. bdff26d Use ENTRY/END in custom x86 assembler too. by Elliott Hughes · 13 years ago
  86. 5e3fc43 Fix __pthread_clone on ARM to set errno on failure. by Elliott Hughes · 13 years ago
  87. 646e058 Fix x86 build, remove void* arithmetic. by Elliott Hughes · 13 years ago
  88. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 13 years ago
  89. 20c4a3a Replace .S version of x86 crtfiles with .c version by Pavel Chupin · 13 years ago
  90. 22d366c enable clone system call for x86 by Jin Wei · 13 years ago
  91. c164f2a bionic: modify syscall to use 6 registers to pass parameter. by Jin Wei · 13 years ago
  92. 405b802 MIPS support for libc. by Raghu Gandham · 13 years ago
  93. 9d40326 arm: rewrite crtbegin* as C files. by Nick Kralevich · 13 years ago
  94. 83a73d1 crtbegin: eliminate duplicate code by Nick Kralevich · 13 years ago
  95. 4e362f2 am cd834618: am 63b14755: Merge "libc/x86: ensure the stack 16-byte aligned when tasks created" by Elliott Hughes · 13 years ago
  96. cb08204 libc/x86: ensure the stack 16-byte aligned when tasks created by Jack Ren · 13 years ago
  97. 7dbbfac am 5d8fd2a0: am a71aefc6: am d041bf20: Merge "bionic/x86: fix one potential deadlock in __set_tls()" by Jean-Baptiste Queru · 14 years ago
  98. c5393b2 bionic/x86: fix one potential deadlock in __set_tls() by Jin Wei · 14 years ago
  99. bec5dec am 0c3d21e6: am e480fc83: bionic: fix pthread_{create, exit}/signal race condition by Jack Ren · 14 years ago
  100. 338a06f am 621df526: am 31e72bc3: bionic: fix __get_tls( ) crash issue by Jack Ren · 14 years ago