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