1. 9e833bf Fix mips __fadvise64.S build failure. by Elliott Hughes · 10 years ago
  2. 0000826 Add posix_fadvise(3). by Elliott Hughes · 10 years ago
  3. 5386a74 Revert "Replaces vfork() implementation with fork()" by Dan Albert · 10 years ago
  4. 4f76469 Implement <sys/fsuid.h>. by Elliott Hughes · 10 years ago
  5. de24f1a Clean up some misinformation around prctl. by Elliott Hughes · 10 years ago
  6. 3002131 Use VDSO for clock_gettime(2) and gettimeofday(2). by Elliott Hughes · 10 years ago
  7. 3f525d4 Add splice, tee, and vmsplice. by Elliott Hughes · 10 years ago
  8. 7086ad6 Cache getpid. by Elliott Hughes · 10 years ago
  9. 607341e Remove ioprio_get(2) and ioprio_set(2) from LP64. by Dan Albert · 10 years ago
  10. 440bd6b Merge "Replaces vfork() implementation with fork()" by Dan Albert · 10 years ago
  11. 210331d Replaces vfork() implementation with fork() by Dan Albert · 10 years ago
  12. 3d5cb30 Remove getdents from bionic. by Elliott Hughes · 10 years ago
  13. 5d9a7ba Avoid a system call in 'gettid'. by Elliott Hughes · 10 years ago
  14. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 10 years ago
  15. 75c55ff Revert "Lose the hand-written futex assembler." by Narayan Kamath · 10 years ago
  16. ced906c Lose the hand-written futex assembler. by Elliott Hughes · 10 years ago
  17. 6e599a9 Remove the tkill(2) stub. by Elliott Hughes · 10 years ago
  18. 46a55a4 Remove __syslog; we have the public klogctl API. by Elliott Hughes · 10 years ago
  19. 4e631ba Remove perf_event_open. by Elliott Hughes · 10 years ago
  20. 903b788 Mark sockets on creation (socket()) and accept4(). by Sreeram Ramachandran · 10 years ago
  21. 7222b1b Hide __signalfd4, used to implement signalfd(3). by Elliott Hughes · 10 years ago
  22. 8f0cd8a Mark sockets on accept(). by Sreeram Ramachandran · 10 years ago
  23. ceb5bd7 Introduce netd_client, a dynamic library that talks to netd. by Sreeram Ramachandran · 10 years ago
  24. dcbef06 Remove the useless indirection in mips' __set_tls. by Elliott Hughes · 10 years ago
  25. 9f52564 Implement _Exit(3). by Elliott Hughes · 10 years ago
  26. 8f2a30a Add accept4() syscall by Andrei Emeltchenko · 10 years ago
  27. 4b558f5 Rewrite the POSIX timer functions. by Elliott Hughes · 10 years ago
  28. 6ff0c75 Add recvmmsg and sendmmsg syscalls. by Guillaume Ranquet · 10 years ago
  29. db1ea34 Implement some of the missing LFS64 support. by Elliott Hughes · 10 years ago
  30. 5043212 [MIPS64] Add syscall related files by Chris Dearman · 10 years ago
  31. f64b8ea Add fallocate/fallocate64/posix_fallocate/posix_fallocate64. by Elliott Hughes · 10 years ago
  32. d1973ca bionic: rename aarch64 target to arm64 by Colin Cross · 10 years ago
  33. 0f461e3 Fix <sys/resource.h>. by Elliott Hughes · 10 years ago
  34. 887e114 Clean up <sched.h>. by Elliott Hughes · 10 years ago
  35. ed76a93 AArch64: Fix mmap64() definition for AArch64, X86_64 by Serban Constantinescu · 10 years ago
  36. ed45970 Add cfi directives to all arm assembly. by Christopher Ferris · 10 years ago
  37. 36d6188 Clean up forking and cloning. by Elliott Hughes · 11 years ago
  38. 877ec6d Fix pthread_join. by Elliott Hughes · 11 years ago
  39. effaa78 [MIPS] Reimplement syscall to invoke the system call directly by Chris Dearman · 11 years ago
  40. 0620925 Clean up the 32-bit kernel support, fix LP64 fcntl declaration. by Elliott Hughes · 11 years ago
  41. 8fbf8de Fix pread/pwrite for LP64. by Elliott Hughes · 11 years ago
  42. feaa89a AArch64: Add support for AArch64 to the syscall interface by Serban Constantinescu · 11 years ago
  43. 6b53c23 Fix the exit syscall stub's name. by Elliott Hughes · 11 years ago
  44. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 11 years ago
  45. cac7b9d Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls. by Elliott Hughes · 11 years ago
  46. f8fcfbc Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. by Elliott Hughes · 11 years ago
  47. 9ea4d5f Fix the x86_64 vfork implementation. by Elliott Hughes · 11 years ago
  48. a6519d6 Add missing aliases for off64_t functions in 64-bit land. by Elliott Hughes · 11 years ago
  49. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 11 years ago
  50. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 11 years ago
  51. c9da332 Remove support for the useless 'custom' option in SYSCALLS.TXT. by Elliott Hughes · 11 years ago
  52. 1f5af92 Fix sigsuspend to use rt_sigsuspend on all platforms. by Elliott Hughes · 11 years ago
  53. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 11 years ago
  54. 232163c Clean up the cpuacct cruft. by Elliott Hughes · 11 years ago
  55. 6fe4e87 Add an optional alias list to SYSCALLS.TXT by H.J. Lu · 11 years ago
  56. 4906e56 Add arch-x86_64/bionic. by Elliott Hughes · 11 years ago
  57. 9a4127b x86_64: add new __NR_arch_prctl syscall by Pavel Chupin · 11 years ago
  58. f12a18b x86_64: Add x86_64 syscalls and tune gen scripts for x86_64 by Pavel Chupin · 11 years ago
  59. d612165 Make it easier to add syscalls for another architecture. by Elliott Hughes · 11 years ago
  60. 5e52279 Simplify the SYSCALLS.TXT format. by Elliott Hughes · 11 years ago
  61. b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 11 years ago
  62. d206b56 libc: add swapon and swapoff syscalls by Rom Lemarchand · 11 years ago
  63. 4200e62 libc: add timerfd calls by Todd Poynor · 11 years ago
  64. a51916b Fix the SYSCALLS.TXT documentation and remove a dead script. by Elliott Hughes · 11 years ago
  65. cda6209 Use the correct names for the __ARM_NR_* syscalls. by Elliott Hughes · 11 years ago
  66. 17a8b0d Expose wait4 as wait4 rather than __wait4. by Elliott Hughes · 11 years ago
  67. 0493a6f Regenerate NOTICE files. by Elliott Hughes · 11 years ago
  68. a4b2dc0 Add signalfd call to bionic by Rom Lemarchand · 11 years ago
  69. 58aaaa7 [MIPS] Fix the MIPS getsid system call by Chris Dearman · 11 years ago
  70. 4e75c4b Fix perf_event_open syscall for x86 and mips by Shuo Gao · 12 years ago
  71. 1ad05db Add mlockall and munlockall for Google TV. by Elliott Hughes · 12 years ago
  72. 1ad10a5 Add getsid system call to bionic by Irina Tirdea · 12 years ago
  73. 316ee62 Merge "MIPS support to sigsuspend and sigwait routines" by Elliott Hughes · 12 years ago
  74. e36c826 Add unshare() syscall. by Jeff Sharkey · 12 years ago
  75. abd1001 MIPS support to sigsuspend and sigwait routines by Raghu Gandham · 12 years ago
  76. dbd5eca resolved conflicts for merge of e5408907 to jb-dev-plus-aosp by Elliott Hughes · 12 years ago
  77. 1fa0d84 [MIPS] Add support for MIPS syscalls by Raghu Gandham · 12 years ago
  78. f848321 resolved conflicts for merge of ef987656 to master by Elliott Hughes · 12 years ago
  79. 8ecb477 resolved conflicts for merge of 6b8fd054 to master by Elliott Hughes · 12 years ago
  80. 4994dea Merge "Bionic: Fix wrong prototype of system call clock_nanosleep" by Elliott Hughes · 12 years ago
  81. d515ce4 Bionic: Fix wrong prototype of system call clock_nanosleep by Jack Ren · 12 years ago
  82. 41070dd bionic: Fix wrong prototype of system call getresuid/getresgid by Jack Ren · 12 years ago
  83. f0ec06b Add faccessat to syscall list by Kenny Root · 12 years ago
  84. 1a82369 Update kernel headers and add syscall "perf_event_open" by Ben Cheng · 12 years ago
  85. 7c38f53 am 7f28e0b4: Merge "Clean up the remnants of SuperH support" by Jean-Baptiste Queru · 12 years ago
  86. b69060f Clean up the remnants of SuperH support by Raghu Gandham · 12 years ago
  87. 25b7a16 Merge c4cb87f3 by Jean-Baptiste Queru · 12 years ago
  88. c4cb87f Merge 5b892aa7 by Jean-Baptiste Queru · 12 years ago
  89. 70b1668 remove obsolete SuperH support by David 'Digit' Turner · 12 years ago
  90. 73fa5fd Merge 2f80f07d by Jean-Baptiste Queru · 12 years ago
  91. 2f80f07 am 23f56bbb: Merge "Add extended attribute (xattr) system call wrappers to bionic." by Jean-Baptiste Queru · 12 years ago
  92. 5eb686d Add extended attribute (xattr) system call wrappers to bionic. by Stephen Smalley · 12 years ago
  93. 023e540 am 06f51ba1: am f44de270: add personality() system call. by Nick Kralevich · 12 years ago
  94. 06f51ba am f44de270: add personality() system call. by Nick Kralevich · 12 years ago
  95. f44de27 add personality() system call. by Nick Kralevich · 12 years ago
  96. 6519c81 am e30e9093: sreadahead: adding readahead system call into bionic libc by Bruce Beare · 12 years ago
  97. e30e909 sreadahead: adding readahead system call into bionic libc by Bruce Beare · 13 years ago
  98. 10c8ce5 Add tgkill syscall. by Jeff Brown · 13 years ago
  99. 4aa3215 am 2cae7967: Merge "libc: Fix prctl() declaration." by David 'Digit' Turner · 13 years ago
  100. b083bb5 libc: Fix prctl() declaration. by David 'Digit' Turner · 13 years ago