1. 023e540 am 06f51ba1: am f44de270: add personality() system call. by Nick Kralevich · 14 years ago
  2. 06f51ba am f44de270: add personality() system call. by Nick Kralevich · 14 years ago
  3. f44de27 add personality() system call. by Nick Kralevich · 14 years ago
  4. 6519c81 am e30e9093: sreadahead: adding readahead system call into bionic libc by Bruce Beare · 14 years ago
  5. e30e909 sreadahead: adding readahead system call into bionic libc by Bruce Beare · 14 years ago
  6. bec5dec am 0c3d21e6: am e480fc83: bionic: fix pthread_{create, exit}/signal race condition by Jack Ren · 14 years ago
  7. 338a06f am 621df526: am 31e72bc3: bionic: fix __get_tls( ) crash issue by Jack Ren · 14 years ago
  8. e480fc8 bionic: fix pthread_{create, exit}/signal race condition by Jack Ren · 14 years ago
  9. 31e72bc bionic: fix __get_tls( ) crash issue by Jack Ren · 14 years ago
  10. de44d0b Merge "libc: provide atomic operations will full barriers for NDK apps." by David 'Digit' Turner · 14 years ago
  11. 10c8ce5 Add tgkill syscall. by Jeff Brown · 14 years ago
  12. 0fec6b9 libc: provide atomic operations will full barriers for NDK apps. by David 'Digit' Turner · 14 years ago
  13. 0aa8289 generate PIC code. by Nick Kralevich · 14 years ago
  14. 3dc9430 am 17a40ffb: am c57fd963: Merge "NDK: x86 header file has incorrect definition for ptrdiff_t" by David Turner · 14 years ago
  15. c57fd96 Merge "NDK: x86 header file has incorrect definition for ptrdiff_t" by David Turner · 14 years ago
  16. c3c0e88 NDK: x86 header file has incorrect definition for ptrdiff_t by Mark D Horn · 14 years ago
  17. 951e838 am 3906a9c1: am f5aa1382: Merge "x86 libc: Fix the range to check the error" by David Turner · 14 years ago
  18. f5aa138 Merge "x86 libc: Fix the range to check the error" by David Turner · 14 years ago
  19. a64990f am f03fb955: am 023c4988: Merge "libc: x86: Fixed size_t definition." by David 'Digit' Turner · 14 years ago
  20. d265046 libc: x86: Fixed size_t definition. by David 'Digit' Turner · 14 years ago
  21. b489666 am 1c0a0381: Merge "Enable functional DSO object destruction" by David Turner · 14 years ago
  22. 3964084 Enable functional DSO object destruction by Bruce Beare · 14 years ago
  23. 5288fee x86 libc: Fix the range to check the error by Jun Nakajima · 14 years ago
  24. 204d1f6 am b2c7e0c1: Merge "x86: Enable -fstack-protector" by David Turner · 14 years ago
  25. a57270b am 56baceca: Merge "Update X86 Bionic CRT files for unwind/exceptions" by David Turner · 14 years ago
  26. e0b4844 x86: Enable -fstack-protector by Bruce Beare · 14 years ago
  27. dc3bc87 Update X86 Bionic CRT files for unwind/exceptions by Mark D Horn · 14 years ago
  28. 2b43486 am 2b10d912: am fcee105b: Merge "x86 libc: fix the wrong return value of syscall" by David Turner · 14 years ago
  29. 8488efa x86 libc: fix the wrong return value of syscall by Kan-Ru Chen · 14 years ago
  30. b130f00 am ae2d5ba3: Add support for the utimensat(2) syscall to bionic. by Ken Sumrall · 14 years ago
  31. ae2d5ba Add support for the utimensat(2) syscall to bionic. by Ken Sumrall · 14 years ago
  32. 48e1fea Updated gcc 4.4.3 IA toolchain doesn't require the .ctors list by Bruce Beare · 15 years ago
  33. f4680b5 Remove an extra register move. by Bruce Beare · 15 years ago
  34. 0f2001b Replace __atomic_XXX with GCC __sync_XXX intrinsics. by Bruce Beare · 15 years ago
  35. 3c56ce4 use consistent guards for off_t and size_t defines for IA by Bruce Beare · 15 years ago
  36. ce6c1d6 Simplify variable typing for IA builds by Bruce Beare · 15 years ago
  37. 53c3e86 am 3d302be4: Merge "android-x86: add sigsetjmp.S" by Jean-Baptiste Queru · 15 years ago
  38. 18635d9 android-x86: add sigsetjmp.S by Chih-Wei Huang · 15 years ago
  39. 95d751f libc: Add ftruncate64 and improve 64-bit parameter syscall handling. by David 'Digit' Turner · 15 years ago
  40. 72e6fd4 <sched.h>: Add sched_getcpu() and cpu_set_t by David 'Digit' Turner · 15 years ago
  41. 82775ae resolved conflicts for merge of 347db52a to gingerbread-plus-aosp by Jean-Baptiste Queru · 15 years ago
  42. 124a542 Update ATOM string routines to latest by Bruce Beare · 15 years ago
  43. 686af0b resolved conflicts for merge of defd1622 to gingerbread-plus-aosp by repo sync · 15 years ago
  44. a511f24 am 9973a564: libc: Add missing waitid() implementation. by David 'Digit' Turner · 15 years ago
  45. defd162 libc: add <sys/eventfd.h> and corresponding implementations. by David 'Digit' Turner · 15 years ago
  46. 052fbd8 am a3ae60d3: libc: Add missing fdatasync() implementation by David 'Digit' Turner · 15 years ago
  47. 9973a56 libc: Add missing waitid() implementation. by David 'Digit' Turner · 15 years ago
  48. a3ae60d libc: Add missing fdatasync() implementation by David 'Digit' Turner · 15 years ago
  49. 914528c am 223ddfcf: Merge "libc: Add missing pipe2() declaration and implementation." into gingerbread by David 'Digit' Turner · 15 years ago
  50. 275cd48 libc: Add missing pipe2() declaration and implementation. by David 'Digit' Turner · 15 years ago
  51. 611793d merge from open-source master by The Android Open Source Project · 15 years ago
  52. ab8b541 libc: fix fstatfs() implementation. by David 'Digit' Turner · 15 years ago
  53. 1698442 Fix missing NL by Bruce Beare · 15 years ago
  54. 3b43f87 Allow dlclose() to properly call static C++ destructors. by David 'Digit' Turner · 15 years ago
  55. 6a9b888 Allow static C++ destructors to be properly called on dlclose(). by David 'Digit' Turner · 15 years ago
  56. aa4b1d0 Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - DO NOT MERGE by David 'Digit' Turner · 15 years ago
  57. 5ffedb2 merge from open-source master by The Android Open Source Project · 15 years ago
  58. 87ae0da Merge "Atom optimized string and memory routines" by David Turner · 15 years ago
  59. 62ac0dc merge from open-source master by The Android Open Source Project · 15 years ago
  60. 8ff1a27 Atom optimized string and memory routines by Bruce Beare · 15 years ago
  61. 58f0326 Android hack for size_t by Bruce Beare · 15 years ago
  62. 377d4c9 merge from open-source master by The Android Open Source Project · 15 years ago
  63. 88f06cd Use private futexes for pthread_mutex_t. by David 'Digit' Turner · 15 years ago
  64. 8641833 Revert "bionic: pthread: use private futexes by default for mutexes and condvars" by Fabrice Di Meglio · 15 years ago
  65. ba9c6f0 bionic: pthread: use private futexes by default for mutexes and condvars by David 'Digit' Turner · 15 years ago
  66. 3c543e1 x86 syscall system call implementation by Bruce Beare · 15 years ago
  67. 9f69156 bonic: libc: cpuacct support for setuid functions by Mike Chan · 15 years ago
  68. eb9d5ed add sigaltstack syscall by Andrei Popescu · 15 years ago
  69. 75c5e25 bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappers by San Mehat · 15 years ago
  70. 97cf7f3 Implement clone() C library function properly. by David 'Digit' Turner · 16 years ago
  71. 3a654b1 Revert "Fix the C library initialization to avoid calling static C++ constructors twice." by David 'Digit' Turner · 16 years ago
  72. 03eabfe Fix the C library initialization to avoid calling static C++ constructors twice. by David 'Digit' Turner · 16 years ago
  73. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  74. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  75. 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  76. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago