1. 5cf32de bionic: move system property writing from init to bionic by Colin Cross · 12 years ago
  2. 7c89506 Ensure that <stdint.h> defines SIZE_MAX and friends. by Elliott Hughes · 11 years ago
  3. 9248d3a Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work." by Elliott Hughes · 11 years ago
  4. d8627af Add SIZE_MAX to <stdint.h> in a way that might actually work. by Elliott Hughes · 11 years ago
  5. 2c157ae <stdint.h> should expose SIZE_MAX. by Elliott Hughes · 11 years ago
  6. 156ccf4 update signal.h to be C90 compatable by Erik Gilling · 11 years ago
  7. 36fa67b Ensure header files using __BEGIN_DECLS include sys/cdefs.h. by Elliott Hughes · 11 years ago
  8. 3282232 sys/personality.h: include <sys/cdefs.h> by Kito Cheng · 11 years ago
  9. 4c00185 Merge "Fix declaration of malloc_usable_size()" by Elliott Hughes · 11 years ago
  10. cf87019 FORTIFY_SOURCE: strcat / strncat optimize by Nick Kralevich · 11 years ago
  11. 25a87f7 Fix declaration of malloc_usable_size() by David 'Digit' Turner · 11 years ago
  12. d04c183 Add more __restricts, clean up __format__ attributes. by Elliott Hughes · 11 years ago
  13. b0a2fc3 epoll: add EPOLLRDHUP, EPOLLWAKEUP, and EPOLLONESHOT events by Todd Poynor · 11 years ago
  14. 4200e62 libc: add timerfd calls by Todd Poynor · 11 years ago
  15. 5c4340b libc: remove obsolete CLOCK_REALTIME_HR and CLOCK_MONOTONIC_HR by Todd Poynor · 11 years ago
  16. 23b9fd2 libc: add clock ids CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM by Todd Poynor · 11 years ago
  17. 1c462b7 Use restrict pointers for various libc functions. by Nick Kralevich · 11 years ago
  18. 3b2e6bc libc: upgrade strrchr to FORTIFY_SOURCE=2 by Nick Kralevich · 11 years ago
  19. 9020fd5 libc: upgrade some libc functions to _FORTIFY_SOURCE=2 by Nick Kralevich · 11 years ago
  20. 78d6d98 libc: upgrade sprintf to _FORTIFY_SOURCE=2 by Nick Kralevich · 11 years ago
  21. 1aae9bd strncpy: implement _FORTIFY_SOURCE=2 by Nick Kralevich · 11 years ago
  22. 8baa929 Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a by Kito Cheng · 11 years ago
  23. 1b91c6c Stop generating <sys/linux-syscalls.h>. by Elliott Hughes · 12 years ago
  24. cda6209 Use the correct names for the __ARM_NR_* syscalls. by Elliott Hughes · 12 years ago
  25. 890c8ed Fix builds where _FORTIFY_SOURCE is off. by Elliott Hughes · 12 years ago
  26. 5c2772f The SYS_ constants should cover all __NR_ values. by Elliott Hughes · 12 years ago
  27. 9724ce3 Don't #define SYS_ constants unless they make sense for the current architecture. by Elliott Hughes · 12 years ago
  28. 8ecf225 Provide glibc-compatible SYS_* aliases for the __NR_* constants. by Elliott Hughes · 12 years ago
  29. b6e2248 Let bionic use the correct definition of ssize_t. by Elliott Hughes · 12 years ago
  30. eb93ebf Switch to upstream-freebsd for the unmolested wchar code. by Elliott Hughes · 12 years ago
  31. 6524d3c unistd.h: don't include sys/capability.h by Nick Kralevich · 12 years ago
  32. e255642 Avoid changing the C++ ABI with ssize_t. by Elliott Hughes · 12 years ago
  33. 7c0dd55 libc: create sys/capability.h by Nick Kralevich · 12 years ago
  34. f6bb5bf Merge "Add the glibc-compatible names to <sys/endian.h>." by Elliott Hughes · 12 years ago
  35. 7b2c638 Merge "Fix <memory.h> to be a synonym for <string.h> like in glibc." by Elliott Hughes · 12 years ago
  36. 6f1b7a6 Fix <memory.h> to be a synonym for <string.h> like in glibc. by Elliott Hughes · 12 years ago
  37. cf820d7 Add the glibc-compatible names to <sys/endian.h>. by Elliott Hughes · 12 years ago
  38. b22a684 libc: add sys/signal.h for compatibility by Nick Kralevich · 12 years ago
  39. 538f6fc Stop advertising rindex(3), which is both deprecated and unimplemented. by Elliott Hughes · 12 years ago
  40. 11ebbc8 libc: remove bcmp prototype by Nick Kralevich · 12 years ago
  41. c641caf use architecture-specific ssize_t definition by Thorsten Glaser · 12 years ago
  42. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 12 years ago
  43. 3fa6746 Merge "add factory property file definition" by Dima Zavin · 12 years ago
  44. 44b53ad Revert "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 12 years ago
  45. 6260553 Revert "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 12 years ago
  46. ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 12 years ago
  47. 7582a9c Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. by Elliott Hughes · 12 years ago
  48. 24fad01 Document the mallinfo struct, add missing attributes. by Elliott Hughes · 12 years ago
  49. a0ee078 Upgrade libm. by Elliott Hughes · 12 years ago
  50. 6fe67c3 Fix valgrind build. by Elliott Hughes · 12 years ago
  51. a6a3ac5 Use the NetBSD <sys/exec_elf.h>. by Elliott Hughes · 12 years ago
  52. 41b3179 Unit tests for formatting code, fix %%. by Elliott Hughes · 12 years ago
  53. 8e70b0d prctl.h: include sys/cdefs.h by Nick Kralevich · 12 years ago
  54. 32417fb libc: use more secure system properties if available by Nick Kralevich · 12 years ago
  55. f373b11 Add const for first argument of sigismember for fit POSIX spec by Kito Cheng · 12 years ago
  56. a44e9af FORTIFY_SOURCE: optimize by Nick Kralevich · 12 years ago
  57. f193b9f Fix signalfd for MIPS. by Elliott Hughes · 12 years ago
  58. 2c5153b libc: add getauxval() by Nick Kralevich · 12 years ago
  59. 07564f2 add factory property file definition by Andrew Boie · 12 years ago
  60. a4b2dc0 Add signalfd call to bionic by Rom Lemarchand · 12 years ago
  61. fb5e5cb Fix an off-by-one error in the sigset_t function error handling. by Elliott Hughes · 12 years ago
  62. d73c0b3 Add AF_CAN and PF_CAN (and other missing families). by Elliott Hughes · 12 years ago
  63. a55f630 Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK). by Elliott Hughes · 12 years ago
  64. 4fa35d8 Fix <endian.h> and <sys/endian.h>. by Elliott Hughes · 12 years ago
  65. 5787475 FORTIFY_SOURCE: remove memcpy overlap checks by Nick Kralevich · 12 years ago
  66. 9a4d305 FORTIFY_SOURCE: fortify strrchr by Nick Kralevich · 12 years ago
  67. 46d64ed Merge "Add argument checking to sigemptyset(3) and friends." by Elliott Hughes · 12 years ago
  68. da73f65 Add argument checking to sigemptyset(3) and friends. by Elliott Hughes · 12 years ago
  69. 049e583 FORTIFY_SOURCE: fortify strchr by Nick Kralevich · 12 years ago
  70. 4a9e837 Reduce the exposure of the __set_errno implementation detail. by Elliott Hughes · 12 years ago
  71. 3975cec Remove (near-)duplicate definitions of size_t and ssize_t. by Elliott Hughes · 12 years ago
  72. 50e62e4 Merge "Bug: __WINT_TYPE__ and wint_t reference to different types" by Elliott Hughes · 12 years ago
  73. 99ea84b Merge "[MIPS] Fix the MIPS getsid system call" by Elliott Hughes · 12 years ago
  74. 58aaaa7 [MIPS] Fix the MIPS getsid system call by Chris Dearman · 12 years ago
  75. f27b7fb Define DEFFILEMODE and friends by Hakan Kvist · 12 years ago
  76. a437bff Bug: __WINT_TYPE__ and wint_t reference to different types by Sergey Melnikov · 12 years ago
  77. c30396f libc: Fix alphasort() signature (and implementation). by David 'Digit' Turner · 12 years ago
  78. 063cfb2 Clean up the implementation of the <dirent.h> functions. by Elliott Hughes · 12 years ago
  79. e8bcca3 Upgrade more functions to the current upstream NetBSD copy. by Elliott Hughes · 12 years ago
  80. ce45fea Add missing BEGIN_DECLS/END_DECLS for FORTIFY_SOURCE stdio prototypes. by Elliott Hughes · 12 years ago
  81. c1b44ec Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>" by David 'Digit' Turner · 12 years ago
  82. c124baa libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h> by David 'Digit' Turner · 12 years ago
  83. f8a2c51 LONG_LONG_MIN/MAX: Move declarations to <limits.h> by David 'Digit' Turner · 12 years ago
  84. 4e75c4b Fix perf_event_open syscall for x86 and mips by Shuo Gao · 12 years ago
  85. 7d56ccb Always take GCC's definition of NULL. by Elliott Hughes · 12 years ago
  86. 0cc0d25 Remove useless #defines and incorrect claims from header files. by Elliott Hughes · 12 years ago
  87. 422b6ef Define ssize_t if necessary. by Elliott Hughes · 12 years ago
  88. eac9eb4 Add getdelim(3) and getline(3) to bionic by Irina Tirdea · 12 years ago
  89. cd58770 FORTIFY_SOURCE: add umask check by Nick Kralevich · 12 years ago
  90. 047a285 Merge "Fix <sys/klog.h> to correspond to the kernel operations." by Elliott Hughes · 12 years ago
  91. 5151952 Merge "Add tty defaults to bionic" by Elliott Hughes · 12 years ago
  92. e249b05 Fix <sys/klog.h> to correspond to the kernel operations. by Elliott Hughes · 12 years ago
  93. 5e58ea0 libc: add ftw / nftw functions by Nick Kralevich · 12 years ago
  94. b5f053b Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3). by Irina Tirdea · 12 years ago
  95. 86ec05a Update the kernel headers to match external/kernel-headers. by Elliott Hughes · 12 years ago
  96. 0d207ba Backwards and forwards compatibility for an upcoming <sys/socket.h> change. by Elliott Hughes · 12 years ago
  97. e77e1af Add tty defaults to bionic by Irina Tirdea · 12 years ago
  98. 1ad05db Add mlockall and munlockall for Google TV. by Elliott Hughes · 12 years ago
  99. be19a36 Merge "termios: add tcdrain" by Elliott Hughes · 12 years ago
  100. 9549238 termios: add tcdrain by Vitaly Wool · 12 years ago