1. feaa89a AArch64: Add support for AArch64 to the syscall interface by Serban Constantinescu · 12 years ago
  2. 6b53c23 Fix the exit syscall stub's name. 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. 9ea4d5f Fix the x86_64 vfork implementation. by Elliott Hughes · 12 years ago
  7. a6519d6 Add missing aliases for off64_t functions in 64-bit land. by Elliott Hughes · 12 years ago
  8. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 12 years ago
  9. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 12 years ago
  10. c9da332 Remove support for the useless 'custom' option in SYSCALLS.TXT. by Elliott Hughes · 12 years ago
  11. 1f5af92 Fix sigsuspend to use rt_sigsuspend on all platforms. by Elliott Hughes · 12 years ago
  12. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 12 years ago
  13. 232163c Clean up the cpuacct cruft. by Elliott Hughes · 12 years ago
  14. 6fe4e87 Add an optional alias list to SYSCALLS.TXT by H.J. Lu · 12 years ago
  15. 4906e56 Add arch-x86_64/bionic. by Elliott Hughes · 12 years ago
  16. 9a4127b x86_64: add new __NR_arch_prctl syscall by Pavel Chupin · 13 years ago
  17. f12a18b x86_64: Add x86_64 syscalls and tune gen scripts for x86_64 by Pavel Chupin · 13 years ago
  18. d612165 Make it easier to add syscalls for another architecture. by Elliott Hughes · 12 years ago
  19. 5e52279 Simplify the SYSCALLS.TXT format. by Elliott Hughes · 12 years ago
  20. b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 12 years ago
  21. d206b56 libc: add swapon and swapoff syscalls by Rom Lemarchand · 12 years ago
  22. 4200e62 libc: add timerfd calls by Todd Poynor · 12 years ago
  23. a51916b Fix the SYSCALLS.TXT documentation and remove a dead script. by Elliott Hughes · 12 years ago
  24. cda6209 Use the correct names for the __ARM_NR_* syscalls. by Elliott Hughes · 12 years ago
  25. 17a8b0d Expose wait4 as wait4 rather than __wait4. by Elliott Hughes · 12 years ago
  26. 0493a6f Regenerate NOTICE files. by Elliott Hughes · 12 years ago
  27. a4b2dc0 Add signalfd call to bionic by Rom Lemarchand · 13 years ago
  28. 58aaaa7 [MIPS] Fix the MIPS getsid system call by Chris Dearman · 13 years ago
  29. 4e75c4b Fix perf_event_open syscall for x86 and mips by Shuo Gao · 13 years ago
  30. 1ad05db Add mlockall and munlockall for Google TV. by Elliott Hughes · 13 years ago
  31. 1ad10a5 Add getsid system call to bionic by Irina Tirdea · 13 years ago
  32. 316ee62 Merge "MIPS support to sigsuspend and sigwait routines" by Elliott Hughes · 13 years ago
  33. e36c826 Add unshare() syscall. by Jeff Sharkey · 13 years ago
  34. abd1001 MIPS support to sigsuspend and sigwait routines by Raghu Gandham · 13 years ago
  35. dbd5eca resolved conflicts for merge of e5408907 to jb-dev-plus-aosp by Elliott Hughes · 13 years ago
  36. 1fa0d84 [MIPS] Add support for MIPS syscalls by Raghu Gandham · 14 years ago
  37. f848321 resolved conflicts for merge of ef987656 to master by Elliott Hughes · 13 years ago
  38. 8ecb477 resolved conflicts for merge of 6b8fd054 to master by Elliott Hughes · 13 years ago
  39. 4994dea Merge "Bionic: Fix wrong prototype of system call clock_nanosleep" by Elliott Hughes · 13 years ago
  40. d515ce4 Bionic: Fix wrong prototype of system call clock_nanosleep by Jack Ren · 13 years ago
  41. 41070dd bionic: Fix wrong prototype of system call getresuid/getresgid by Jack Ren · 13 years ago
  42. f0ec06b Add faccessat to syscall list by Kenny Root · 13 years ago
  43. 1a82369 Update kernel headers and add syscall "perf_event_open" by Ben Cheng · 13 years ago
  44. 7c38f53 am 7f28e0b4: Merge "Clean up the remnants of SuperH support" by Jean-Baptiste Queru · 13 years ago
  45. b69060f Clean up the remnants of SuperH support by Raghu Gandham · 13 years ago
  46. 25b7a16 Merge c4cb87f3 by Jean-Baptiste Queru · 14 years ago
  47. c4cb87f Merge 5b892aa7 by Jean-Baptiste Queru · 14 years ago
  48. 70b1668 remove obsolete SuperH support by David 'Digit' Turner · 14 years ago
  49. 73fa5fd Merge 2f80f07d by Jean-Baptiste Queru · 14 years ago
  50. 2f80f07 am 23f56bbb: Merge "Add extended attribute (xattr) system call wrappers to bionic." by Jean-Baptiste Queru · 14 years ago
  51. 5eb686d Add extended attribute (xattr) system call wrappers to bionic. by Stephen Smalley · 14 years ago
  52. 023e540 am 06f51ba1: am f44de270: add personality() system call. by Nick Kralevich · 14 years ago
  53. 06f51ba am f44de270: add personality() system call. by Nick Kralevich · 14 years ago
  54. f44de27 add personality() system call. by Nick Kralevich · 14 years ago
  55. 6519c81 am e30e9093: sreadahead: adding readahead system call into bionic libc by Bruce Beare · 14 years ago
  56. e30e909 sreadahead: adding readahead system call into bionic libc by Bruce Beare · 14 years ago
  57. 10c8ce5 Add tgkill syscall. by Jeff Brown · 14 years ago
  58. 4aa3215 am 2cae7967: Merge "libc: Fix prctl() declaration." by David 'Digit' Turner · 14 years ago
  59. b083bb5 libc: Fix prctl() declaration. by David 'Digit' Turner · 14 years ago
  60. ae2d5ba Add support for the utimensat(2) syscall to bionic. by Ken Sumrall · 14 years ago
  61. fc26931 libc: Update auto-gen scripts by David 'Digit' Turner · 15 years ago
  62. 95d751f libc: Add ftruncate64 and improve 64-bit parameter syscall handling. by David 'Digit' Turner · 15 years ago
  63. 4a7f31f libc: Remove duplicate eventfd declaration from SYSCALLS.TXT by David 'Digit' Turner · 15 years ago
  64. 72e6fd4 <sched.h>: Add sched_getcpu() and cpu_set_t by David 'Digit' Turner · 15 years ago
  65. 686af0b resolved conflicts for merge of defd1622 to gingerbread-plus-aosp by repo sync · 15 years ago
  66. a511f24 am 9973a564: libc: Add missing waitid() implementation. by David 'Digit' Turner · 15 years ago
  67. defd162 libc: add <sys/eventfd.h> and corresponding implementations. by David 'Digit' Turner · 15 years ago
  68. 052fbd8 am a3ae60d3: libc: Add missing fdatasync() implementation by David 'Digit' Turner · 15 years ago
  69. 9973a56 libc: Add missing waitid() implementation. by David 'Digit' Turner · 15 years ago
  70. a3ae60d libc: Add missing fdatasync() implementation by David 'Digit' Turner · 15 years ago
  71. 914528c am 223ddfcf: Merge "libc: Add missing pipe2() declaration and implementation." into gingerbread by David 'Digit' Turner · 15 years ago
  72. 275cd48 libc: Add missing pipe2() declaration and implementation. by David 'Digit' Turner · 15 years ago
  73. d7b156d am 3a1bbee3: Add eventfd system call support by Keith Deacon · 15 years ago
  74. 3a1bbee Add eventfd system call support by Keith Deacon · 15 years ago
  75. 18c5bcc Revert "Set SA_RESTORER in sigaction()" by Dima Zavin · 15 years ago
  76. ab8b541 libc: fix fstatfs() implementation. by David 'Digit' Turner · 15 years ago
  77. aa4b1d0 Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - DO NOT MERGE by David 'Digit' Turner · 15 years ago
  78. 4aef0ae merge from open-source master by The Android Open Source Project · 15 years ago
  79. e4fa46e Set SA_RESTORER in sigaction() by Matt Fischer · 16 years ago
  80. 9f69156 bonic: libc: cpuacct support for setuid functions by Mike Chan · 15 years ago
  81. eb9d5ed add sigaltstack syscall by Andrei Popescu · 15 years ago
  82. 75c5e25 bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappers by San Mehat · 15 years ago
  83. 97cf7f3 Implement clone() C library function properly. by David 'Digit' Turner · 16 years ago
  84. ce0595d modified SYSCALLS.TXT to support SuperH architecture by Shin-ichiro KAWASAKI · 16 years ago
  85. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  86. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  87. 6f04a0f auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  88. 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  89. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago