1. 6b53c23 Fix the exit syscall stub's name. by Elliott Hughes · 12 years ago
  2. bf42568 Let the compiler worry about implementing ffs(3). by Elliott Hughes · 12 years ago
  3. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 12 years ago
  4. cac7b9d Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls. by Elliott Hughes · 12 years ago
  5. f8fcfbc Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. by Elliott Hughes · 12 years ago
  6. 7f70c9b AArch64: Fix uses of stack size for 32/64bit libc builds by Serban Constantinescu · 12 years ago
  7. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 12 years ago
  8. 103ccde Sort the syscalls.mk files, give all generated files the same header. by Elliott Hughes · 12 years ago
  9. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 12 years ago
  10. 1f5af92 Fix sigsuspend to use rt_sigsuspend on all platforms. by Elliott Hughes · 12 years ago
  11. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 12 years ago
  12. 232163c Clean up the cpuacct cruft. by Elliott Hughes · 12 years ago
  13. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 12 years ago
  14. c4c6e19 pthread_exit should call __NR_exit with status 0. by Elliott Hughes · 12 years ago
  15. a97cc5b Clean up the x86 and x86_64 _exit_with_stack_teardown implementations. by Elliott Hughes · 12 years ago
  16. 7264516 Add arch-x86_64/include/machine. by Elliott Hughes · 12 years ago
  17. 7e841ed Remove useless x86 fallbacks. by Elliott Hughes · 12 years ago
  18. b49c17c Move common arch-* code to arch-common directory by Pavel Chupin · 12 years ago
  19. e4ffd9f Regenerate the system call stubs (to get x86_64). by Elliott Hughes · 12 years ago
  20. c0af695 Clean up some comments. by Elliott Hughes · 12 years ago
  21. d612165 Make it easier to add syscalls for another architecture. by Elliott Hughes · 12 years ago
  22. b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 12 years ago
  23. 3c4b50f Fix strchr for basic non-sse case on x86 by Pavel Chupin · 12 years ago
  24. baa91f4 Add ssse3 implementation of __memcmp16. by Alexander Ivchenko · 12 years ago
  25. 995f17e Merge "libc: add swapon and swapoff syscalls" by Rom Lemarchand · 12 years ago
  26. 64a4f6a Update x86 machine/endian.h from upstream by Pavel Chupin · 12 years ago
  27. d206b56 libc: add swapon and swapoff syscalls by Rom Lemarchand · 12 years ago
  28. 0a49066 bionic/x86: Optimization for string routines by Liubov Dmitrieva · 14 years ago
  29. e4c4ada libc x86: Remove index.S, strcpy.S, strchr.S by Nick Kralevich · 12 years ago
  30. 615684c libc: delete x86 memchr.S by Nick Kralevich · 12 years ago
  31. 4200e62 libc: add timerfd calls by Todd Poynor · 12 years ago
  32. 4cdde5f Replace unnecessary x86 uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 12 years ago
  33. 5c2772f The SYS_ constants should cover all __NR_ values. by Elliott Hughes · 12 years ago
  34. 8f7120b Drop unnecessary execution permission for .cpp/.c/.h by Kito Cheng · 12 years ago
  35. 17a8b0d Expose wait4 as wait4 rather than __wait4. by Elliott Hughes · 12 years ago
  36. ec706c2 Merge "Use the kernel's MAX_ERRNO in the syscall stubs." by Elliott Hughes · 12 years ago
  37. 9aceab5 Use the kernel's MAX_ERRNO in the syscall stubs. by Elliott Hughes · 12 years ago
  38. 04954a4 Break bionic implementations into arch versions. by Christopher Ferris · 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. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 12 years ago
  42. d254704 ffs was not being built for x86. by Elliott Hughes · 12 years ago
  43. 6719500 Add a bunch more missing ENDs to assembler routines. by Elliott Hughes · 12 years ago
  44. b603251 Fix __pthread_clone and __bionic_clone error handling on x86. by Elliott Hughes · 12 years ago
  45. bdff26d Use ENTRY/END in custom x86 assembler too. by Elliott Hughes · 12 years ago
  46. 5e3fc43 Fix __pthread_clone on ARM to set errno on failure. by Elliott Hughes · 12 years ago
  47. 646e058 Fix x86 build, remove void* arithmetic. by Elliott Hughes · 12 years ago
  48. 2f41531 Merge "Clean up the argc/argv/envp/auxv handling." by Elliott Hughes · 12 years ago
  49. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago
  50. 7582a9c Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. by Elliott Hughes · 12 years ago
  51. a0ee078 Upgrade libm. by Elliott Hughes · 13 years ago
  52. a6a3ac5 Use the NetBSD <sys/exec_elf.h>. by Elliott Hughes · 13 years ago
  53. a4b2dc0 Add signalfd call to bionic by Rom Lemarchand · 13 years ago
  54. 4fa35d8 Fix <endian.h> and <sys/endian.h>. by Elliott Hughes · 13 years ago
  55. 97b70b2 Merge "Replace .S version of x86 crtfiles with .c version" by Elliott Hughes · 13 years ago
  56. 20c4a3a Replace .S version of x86 crtfiles with .c version by Pavel Chupin · 13 years ago
  57. 3975cec Remove (near-)duplicate definitions of size_t and ssize_t. by Elliott Hughes · 13 years ago
  58. b15c58b Clean up _BYTE_ORDER definitions for better x86 portability. by Elliott Hughes · 13 years ago
  59. c1b44ec Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>" by David 'Digit' Turner · 13 years ago
  60. c124baa libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h> by David 'Digit' Turner · 13 years ago
  61. 1ad05db Add mlockall and munlockall for Google TV. by Elliott Hughes · 13 years ago
  62. 1ad10a5 Add getsid system call to bionic by Irina Tirdea · 13 years ago
  63. c0b4d18 Use unambiguous mnemonics by Kevin Schoedel · 13 years ago
  64. 22d366c enable clone system call for x86 by Jin Wei · 13 years ago
  65. e36c826 Add unshare() syscall. by Jeff Sharkey · 13 years ago
  66. 7c92b6c Merge "Remove an awkward #include that is no longer upstream." by Elliott Hughes · 13 years ago
  67. c164f2a bionic: modify syscall to use 6 registers to pass parameter. by Jin Wei · 13 years ago
  68. bdcc14d Remove an awkward #include that is no longer upstream. by Elliott Hughes · 13 years ago
  69. 405b802 MIPS support for libc. by Raghu Gandham · 13 years ago
  70. 9d40326 arm: rewrite crtbegin* as C files. by Nick Kralevich · 13 years ago
  71. 83a73d1 crtbegin: eliminate duplicate code by Nick Kralevich · 13 years ago
  72. f2f7bf7 am 4f05d1c7: Merge "bionic/x86: Optimization for memcpy" by Elliott Hughes · 13 years ago
  73. c47703a bionic/x86: Optimization for memcpy by Jack Ren · 13 years ago
  74. 5982e33 Cherry-pick "generate PIC code". by Nick Kralevich · 14 years ago
  75. f848321 resolved conflicts for merge of ef987656 to master by Elliott Hughes · 13 years ago
  76. 8ecb477 resolved conflicts for merge of 6b8fd054 to master by Elliott Hughes · 13 years ago
  77. 4994dea Merge "Bionic: Fix wrong prototype of system call clock_nanosleep" by Elliott Hughes · 13 years ago
  78. d515ce4 Bionic: Fix wrong prototype of system call clock_nanosleep by Jack Ren · 13 years ago
  79. 41070dd bionic: Fix wrong prototype of system call getresuid/getresgid by Jack Ren · 13 years ago
  80. f0ec06b Add faccessat to syscall list by Kenny Root · 13 years ago
  81. 4e362f2 am cd834618: am 63b14755: Merge "libc/x86: ensure the stack 16-byte aligned when tasks created" by Elliott Hughes · 13 years ago
  82. 63b1475 Merge "libc/x86: ensure the stack 16-byte aligned when tasks created" by Elliott Hughes · 13 years ago
  83. cb08204 libc/x86: ensure the stack 16-byte aligned when tasks created by Jack Ren · 13 years ago
  84. 1a82369 Update kernel headers and add syscall "perf_event_open" by Ben Cheng · 13 years ago
  85. 7dbbfac am 5d8fd2a0: am a71aefc6: am d041bf20: Merge "bionic/x86: fix one potential deadlock in __set_tls()" by Jean-Baptiste Queru · 13 years ago
  86. a71aefc am d041bf20: Merge "bionic/x86: fix one potential deadlock in __set_tls()" by Jean-Baptiste Queru · 13 years ago
  87. c5393b2 bionic/x86: fix one potential deadlock in __set_tls() by Jin Wei · 14 years ago
  88. d6b58b0 am 09049311: am cfff36df: am a60ff6c5: Merge "libc: Define new symbol visibility macros" by Jean-Baptiste Queru · 13 years ago
  89. cfff36d am a60ff6c5: Merge "libc: Define new symbol visibility macros" by Jean-Baptiste Queru · 13 years ago
  90. 5fbf2e0 libc: Define new symbol visibility macros by David 'Digit' Turner · 14 years ago
  91. 73fa5fd Merge 2f80f07d by Jean-Baptiste Queru · 14 years ago
  92. 2f80f07 am 23f56bbb: Merge "Add extended attribute (xattr) system call wrappers to bionic." by Jean-Baptiste Queru · 14 years ago
  93. 5eb686d Add extended attribute (xattr) system call wrappers to bionic. by Stephen Smalley · 14 years ago
  94. 023e540 am 06f51ba1: am f44de270: add personality() system call. by Nick Kralevich · 14 years ago
  95. 06f51ba am f44de270: add personality() system call. by Nick Kralevich · 14 years ago
  96. f44de27 add personality() system call. by Nick Kralevich · 14 years ago
  97. 6519c81 am e30e9093: sreadahead: adding readahead system call into bionic libc by Bruce Beare · 14 years ago
  98. e30e909 sreadahead: adding readahead system call into bionic libc by Bruce Beare · 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