1. e4ccf5a __progname should be const char*, not char*. by Elliott Hughes · 12 years ago
  2. ab44f52 More upstream NetBSD upgrades. by Elliott Hughes · 12 years ago
  3. a89864a Move non-upstream code into the libc/bionic directory. by Elliott Hughes · 12 years ago
  4. b5f053b Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3). by Irina Tirdea · 12 years ago
  5. 04a83a4 Enhance getcwd(3) to handle NULL like glibc. by Elliott Hughes · 12 years ago
  6. cc213f8 Switch to the current NetBSD regex implementation. by Elliott Hughes · 12 years ago
  7. 3d2d448 Fix nice... by Elliott Hughes · 12 years ago
  8. abd1001 MIPS support to sigsuspend and sigwait routines by Raghu Gandham · 12 years ago
  9. 387d4b7 Auto-generate a complete NOTICE file. by Elliott Hughes · 12 years ago
  10. 52d6233 Report errors to the log, not just stderr. by Elliott Hughes · 12 years ago
  11. 00a66a6 [MIPS] Use an aligned address to provoke SIGSEGV in abort() by Chris Dearman · 12 years ago
  12. a3e230d FORTIFY_SOURCE: Add openat, fix bug by Nick Kralevich · 12 years ago
  13. 8118f62 FORTIFY_SOURCE: add open() checks by Nick Kralevich · 12 years ago
  14. d0c2502 am 2b89f1e3: Merge "Fix sysconf(_SC_NPROCESSORS_CONF) on ARM." by Elliott Hughes · 12 years ago
  15. a985076 Fix sysconf(_SC_NPROCESSORS_CONF) on ARM. by Elliott Hughes · 12 years ago
  16. eda7be4 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 12 years ago
  17. 08b51e2 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 12 years ago
  18. 8266cf9 am ff219e57: am 6435d27f: Merge "bionic: fix NULL parameter failure in getcwd()" by Elliott Hughes · 12 years ago
  19. e5bf068 bionic: fix NULL parameter failure in getcwd() by Jack Ren · 12 years ago
  20. 1ca0b9d Merge "bionic: pass MADV_MERGEABLE on private & anonymous mmaps" by Iliyan Malchev · 12 years ago
  21. b8e1e96 bionic: pass MADV_MERGEABLE on private & anonymous mmaps by JP Abgrall · 12 years ago
  22. d1860ad fnmatch.c: Update to version in OpenBSD HEAD by Nick Kralevich · 12 years ago
  23. 28a7c35 execvp: bcopy() is deprecated. Use memcpy() instead by Jim Huang · 13 years ago
  24. a37f372 readdir: fix interface to kernel getdents64 function by Bruce Beare · 13 years ago
  25. 7d03c9c pathconf: dead loop in bionic function __2_symlinks by Bruce Beare · 13 years ago
  26. 3884bfe libc: popen: work around data corruption by JP Abgrall · 13 years ago
  27. 6b57775 am f2ebd304: am 57aadbb0: Merge "enable support for large files (> 2G)" by David Turner · 13 years ago
  28. f2ebd30 am 57aadbb0: Merge "enable support for large files (> 2G)" by David Turner · 13 years ago
  29. 0e1723e enable support for large files (> 2G) by Dragos Tatulea · 13 years ago
  30. afc92c7 am c643a4d4: am 2be3f09f: Merge "time: Improve C99 compliance" by David Turner · 13 years ago
  31. c643a4d am 2be3f09f: Merge "time: Improve C99 compliance" by David Turner · 13 years ago
  32. 21edf36 time: Improve C99 compliance by Jim Huang · 13 years ago
  33. 2cc2b2b Add some missing includes. by Carl Shapiro · 13 years ago
  34. 38e53ad am c59b2482: am 5a6f593b: Merge "Use sigemptyset to initialise sigset_t values. sigset_t may not be implemented as an integral type." by Brad Fitzpatrick · 13 years ago
  35. c1519a5 Use sigemptyset to initialise sigset_t values. by Chris Dearman · 13 years ago
  36. 5c6a8a6 am 84f4753d: am 56faf66f: raise: Send signal to current thread by Colin Cross · 14 years ago
  37. 56faf66 raise: Send signal to current thread by Colin Cross · 14 years ago
  38. 2cc0d38 Bug 3330205, 3362385 clock(3) SMP safety and epoch by Glenn Kasten · 14 years ago
  39. 95d751f libc: Add ftruncate64 and improve 64-bit parameter syscall handling. by David 'Digit' Turner · 14 years ago
  40. ff3129b sigsetmask.c was not processing the "mask" argument. by Bruce Beare · 14 years ago
  41. abdffc4 Revert "sigsetmask.c was not processing the "mask" argument." by Yu Shan Emily Lau · 14 years ago
  42. 5d7995b am b11d7c3e: am bcb0a925: Merge "sigsetmask.c was not processing the "mask" argument." by Jean-Baptiste Queru · 14 years ago
  43. b11d7c3 am bcb0a925: Merge "sigsetmask.c was not processing the "mask" argument." by Jean-Baptiste Queru · 14 years ago
  44. 9a9c161 sigsetmask.c was not processing the "mask" argument. by Bruce Beare · 14 years ago
  45. 72e64e0 Add support for pread64/pwrite64 by Kenny Root · 14 years ago
  46. 168f267 am ff7d9453: am f67e5211: Merge "Hide the symbol of helper function __libc_android_abort" by Jean-Baptiste Queru · 14 years ago
  47. ff7d945 am f67e5211: Merge "Hide the symbol of helper function __libc_android_abort" by Jean-Baptiste Queru · 14 years ago
  48. 319de17 am 686af0b3: resolved conflicts for merge of defd1622 to gingerbread-plus-aosp by repo sync · 14 years ago
  49. 2336503 am a511f245: am 9973a564: libc: Add missing waitid() implementation. by David 'Digit' Turner · 14 years ago
  50. defd162 libc: add <sys/eventfd.h> and corresponding implementations. by David 'Digit' Turner · 14 years ago
  51. 9973a56 libc: Add missing waitid() implementation. by David 'Digit' Turner · 14 years ago
  52. 9d16a79 Hide the symbol of helper function __libc_android_abort by Jim Huang · 14 years ago
  53. 2304a0b Fix pwrite to take a const void* instead of void* for the buffer. by Jeff Hamilton · 14 years ago
  54. 6367364 libc: make lseek64 proto be glibc compatible (loff_t -> off64_t) by Dima Zavin · 14 years ago
  55. cb7e8c5 libc: update alarm() implementation to return 0 on error. by David 'Digit' Turner · 14 years ago
  56. ab8b541 libc: fix fstatfs() implementation. by David 'Digit' Turner · 14 years ago
  57. 5197632 libc: Fix sem_post() implementation to wake up all waiting threads. by David 'Digit' Turner · 14 years ago
  58. 50ace4f Remove compiler warnings when building Bionic. by David 'Digit' Turner · 14 years ago
  59. e8f79c1 merge from open-source master by The Android Open Source Project · 14 years ago
  60. b44fcd6 Fix for incorrect reply from sysconf(_SC_NPROCESSORS_ONLN) by Mikael Ohlson · 14 years ago
  61. 038fbae sysconf(): Fix line parser for /proc files. by David 'Digit' Turner · 14 years ago
  62. 377d4c9 merge from open-source master by The Android Open Source Project · 14 years ago
  63. d378c68 Fix spurious DNS lookups in the C library. by David 'Digit' Turner · 14 years ago
  64. 9f69156 bonic: libc: cpuacct support for setuid functions by Mike Chan · 14 years ago
  65. e31c1d0 Fix pread()/pwrite() stubs by Matt Fischer · 15 years ago
  66. 8c59d96 Add killpg function by Colin Cross · 15 years ago
  67. 6458c49 Fix ptsname_r(3) return type to match glibc by Colin Cross · 15 years ago
  68. 99d7907 Fix usleep(3) return type to be POSIX-compliant. by Elliott Hughes · 15 years ago
  69. 9560452 merge from eclair by Jean-Baptiste Queru · 15 years ago
  70. 194d3fa eclair snapshot by Jean-Baptiste Queru · 15 years ago
  71. 8336268 merge from open-source master by Jean-Baptiste Queru · 15 years ago
  72. 92b10af Add the BSD sys_signame array. by Thorsten Glaser · 15 years ago
  73. b63e4e8 am 5f32207a: Wrap ARM abort() to improve stack trace. by Andy McFadden · 15 years ago
  74. 5f32207 Wrap ARM abort() to improve stack trace. by Andy McFadden · 15 years ago
  75. 7398147 merge from open-source master by Jean-Baptiste Queru · 15 years ago
  76. e365026 fix [2170898] abort() doesn't print a stack tarce by Mathias Agopian · 15 years ago
  77. 336efb5 added syscalls for SuperH which automatically generate by gensyscalls.py by Tony Sim · 15 years ago
  78. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  79. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  80. 7d9dcdc auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 15 years ago
  81. d375275 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  82. e5cc1f3 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  83. 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  84. a27d2ba Initial Contribution by The Android Open Source Project · 16 years ago