1. 8465e96 Add <sys/random.h>. by Elliott Hughes · 8 years ago
  2. 896362e Add syncfs(2). by Elliott Hughes · 8 years ago
  3. eafad49 Add <sys/quota.h>. by Elliott Hughes · 9 years ago
  4. 7f72ad4 Add sync_file_range to <fcntl.h>. by Elliott Hughes · 9 years ago
  5. dbf2e19 fixup x86 setdomainname.S by Nick Kralevich · 9 years ago
  6. d81143d Merge "libc: implement kernel vdso syscalls for i386" by Elliott Hughes · 9 years ago
  7. e2faf07 Add {get,set}domainname(2) by Greg Hackmann · 9 years ago
  8. be91052 libc: implement kernel vdso syscalls for i386 by Mingwei Shi · 10 years ago
  9. 5f26c6b Really add adjtimex(2), and add clock_adjtime(2) too. by Elliott Hughes · 10 years ago
  10. 3f3f6c5 Add adjtimex by Greg Hackmann · 10 years ago
  11. 4200e26 fix the mremap signature by Daniel Micay · 10 years ago
  12. 6f4594d Add preadv/pwritev. by Elliott Hughes · 10 years ago
  13. 10726d5 libc: arch-x86: implement kernel vdso time functions by Robert Jarzmik · 10 years ago
  14. b130493 Hide accidentally-exposed __clock_nanosleep. by Elliott Hughes · 10 years ago
  15. be57a40 Add process_vm_readv and process_vm_writev. by Elliott Hughes · 10 years ago
  16. e1d0810 Add O_PATH support for flistxattr() by Nick Kralevich · 10 years ago
  17. 2825f10 libc: Add O_PATH support for fgetxattr / fsetxattr by Nick Kralevich · 10 years ago
  18. c05554e Fix error handling for negative size in ftruncate. by Dan Albert · 10 years ago
  19. 40a8f21 Hide rt_sigqueueinfo. by Yabin Cui · 10 years ago
  20. 3391a9f Simplify close(2) EINTR handling. by Elliott Hughes · 10 years ago
  21. fa5faa0 Make gensyscalls.py use the ALIAS_SYMBOL macro. by Christopher Ferris · 10 years ago
  22. 3577825 Fix "faccessat ignores flags" by Nick Kralevich · 10 years ago
  23. 00490ae Ensure raw fchmod/fchmodat syscalls are hidden. by Nick Kralevich · 11 years ago
  24. 3cbc6c6 Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support by Nick Kralevich · 11 years ago
  25. 6348160 support _POSIX_REALTIME_SIGNALS by Yabin Cui · 11 years ago
  26. b86a4c7 Add sethostname(2). by Elliott Hughes · 11 years ago
  27. 1816025 Add clock_settime and clock_nanosleep. by Haruki Hasegawa · 11 years ago
  28. b587f33 Add posix_fadvise(3). by Elliott Hughes · 11 years ago
  29. 011e111 Ensure __set_errno is still visible on LP32. by Elliott Hughes · 11 years ago
  30. bc9f9f2 Make __set_errno hidden in asm. by Dan Albert · 11 years ago
  31. 3726f9c Revert "Fix incorrect relocations for x86." by Dan Albert · 11 years ago
  32. 512bc52 Fix incorrect relocations for x86. by Dan Albert · 11 years ago
  33. 7931099 Implement <sys/fsuid.h>. by Elliott Hughes · 11 years ago
  34. 3f525d4 Add splice, tee, and vmsplice. by Elliott Hughes · 11 years ago
  35. 7086ad6 Cache getpid. by Elliott Hughes · 11 years ago
  36. 607341e Remove ioprio_get(2) and ioprio_set(2) from LP64. by Dan Albert · 11 years ago
  37. 3d5cb30 Remove getdents from bionic. by Elliott Hughes · 11 years ago
  38. 15a0456 Remove unnecessary instructions from x86/x86_64 syscalls. by Elliott Hughes · 11 years ago
  39. 5d9a7ba Avoid a system call in 'gettid'. by Elliott Hughes · 11 years ago
  40. 15b91e9 Fix x86 cfi directives for syscalls. by Christopher Ferris · 11 years ago
  41. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 11 years ago
  42. 75c55ff Revert "Lose the hand-written futex assembler." by Narayan Kamath · 11 years ago
  43. ced906c Lose the hand-written futex assembler. by Elliott Hughes · 11 years ago
  44. 6e599a9 Remove the tkill(2) stub. by Elliott Hughes · 11 years ago
  45. 46a55a4 Remove __syslog; we have the public klogctl API. by Elliott Hughes · 11 years ago
  46. 4e631ba Remove perf_event_open. by Elliott Hughes · 11 years ago
  47. 903b788 Mark sockets on creation (socket()) and accept4(). by Sreeram Ramachandran · 11 years ago
  48. 7222b1b Hide __signalfd4, used to implement signalfd(3). by Elliott Hughes · 11 years ago
  49. 8f0cd8a Mark sockets on accept(). by Sreeram Ramachandran · 11 years ago
  50. ceb5bd7 Introduce netd_client, a dynamic library that talks to netd. by Sreeram Ramachandran · 11 years ago
  51. 9f52564 Implement _Exit(3). by Elliott Hughes · 11 years ago
  52. 8f2a30a Add accept4() syscall by Andrei Emeltchenko · 11 years ago
  53. 6ff0c75 Add recvmmsg and sendmmsg syscalls. by Guillaume Ranquet · 11 years ago
  54. 986f906 Fix build by avoiding the _C_LABEL macro. by Elliott Hughes · 11 years ago
  55. db1ea34 Implement some of the missing LFS64 support. by Elliott Hughes · 12 years ago
  56. f64b8ea Add fallocate/fallocate64/posix_fallocate/posix_fallocate64. by Elliott Hughes · 12 years ago
  57. 0f461e3 Fix <sys/resource.h>. by Elliott Hughes · 12 years ago
  58. e4bc756 Add cfi directives to x86 syscalls. by Christopher Ferris · 12 years ago
  59. 887e114 Clean up <sched.h>. by Elliott Hughes · 12 years ago
  60. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago
  61. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago
  62. ed74484 Stop using the non-uapi <linux/err.h> header file. by Elliott Hughes · 12 years ago
  63. 0620925 Clean up the 32-bit kernel support, fix LP64 fcntl declaration. by Elliott Hughes · 12 years ago
  64. 6b53c23 Fix the exit syscall stub's name. by Elliott Hughes · 12 years ago
  65. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 12 years ago
  66. cac7b9d Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls. by Elliott Hughes · 12 years ago
  67. f8fcfbc Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. by Elliott Hughes · 12 years ago
  68. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 12 years ago
  69. 103ccde Sort the syscalls.mk files, give all generated files the same header. by Elliott Hughes · 12 years ago
  70. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 12 years ago
  71. 1f5af92 Fix sigsuspend to use rt_sigsuspend on all platforms. by Elliott Hughes · 12 years ago
  72. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 12 years ago
  73. 232163c Clean up the cpuacct cruft. by Elliott Hughes · 12 years ago
  74. e4ffd9f Regenerate the system call stubs (to get x86_64). by Elliott Hughes · 12 years ago
  75. b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 12 years ago
  76. d206b56 libc: add swapon and swapoff syscalls by Rom Lemarchand · 12 years ago
  77. 4200e62 libc: add timerfd calls by Todd Poynor · 12 years ago
  78. 5c2772f The SYS_ constants should cover all __NR_ values. by Elliott Hughes · 12 years ago
  79. 17a8b0d Expose wait4 as wait4 rather than __wait4. by Elliott Hughes · 12 years ago
  80. 9aceab5 Use the kernel's MAX_ERRNO in the syscall stubs. by Elliott Hughes · 12 years ago
  81. 7582a9c Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. by Elliott Hughes · 13 years ago
  82. a4b2dc0 Add signalfd call to bionic by Rom Lemarchand · 13 years ago
  83. 1ad05db Add mlockall and munlockall for Google TV. by Elliott Hughes · 13 years ago
  84. 1ad10a5 Add getsid system call to bionic by Irina Tirdea · 13 years ago
  85. e36c826 Add unshare() syscall. by Jeff Sharkey · 13 years ago
  86. f848321 resolved conflicts for merge of ef987656 to master by Elliott Hughes · 13 years ago
  87. 8ecb477 resolved conflicts for merge of 6b8fd054 to master by Elliott Hughes · 13 years ago
  88. 4994dea Merge "Bionic: Fix wrong prototype of system call clock_nanosleep" by Elliott Hughes · 13 years ago
  89. d515ce4 Bionic: Fix wrong prototype of system call clock_nanosleep by Jack Ren · 13 years ago
  90. 41070dd bionic: Fix wrong prototype of system call getresuid/getresgid by Jack Ren · 13 years ago
  91. f0ec06b Add faccessat to syscall list by Kenny Root · 13 years ago
  92. 1a82369 Update kernel headers and add syscall "perf_event_open" by Ben Cheng · 13 years ago
  93. 73fa5fd Merge 2f80f07d by Jean-Baptiste Queru · 14 years ago
  94. 2f80f07 am 23f56bbb: Merge "Add extended attribute (xattr) system call wrappers to bionic." by Jean-Baptiste Queru · 14 years ago
  95. 5eb686d Add extended attribute (xattr) system call wrappers to bionic. by Stephen Smalley · 14 years ago
  96. 023e540 am 06f51ba1: am f44de270: add personality() system call. by Nick Kralevich · 14 years ago
  97. 06f51ba am f44de270: add personality() system call. by Nick Kralevich · 14 years ago
  98. f44de27 add personality() system call. by Nick Kralevich · 14 years ago
  99. 6519c81 am e30e9093: sreadahead: adding readahead system call into bionic libc by Bruce Beare · 14 years ago
  100. e30e909 sreadahead: adding readahead system call into bionic libc by Bruce Beare · 14 years ago