1. 3d5cb30 Remove getdents from bionic. by Elliott Hughes · 10 years ago
  2. 5d9a7ba Avoid a system call in 'gettid'. by Elliott Hughes · 10 years ago
  3. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 10 years ago
  4. 75c55ff Revert "Lose the hand-written futex assembler." by Narayan Kamath · 10 years ago
  5. ced906c Lose the hand-written futex assembler. by Elliott Hughes · 10 years ago
  6. 6e599a9 Remove the tkill(2) stub. by Elliott Hughes · 10 years ago
  7. 46a55a4 Remove __syslog; we have the public klogctl API. by Elliott Hughes · 10 years ago
  8. 4e631ba Remove perf_event_open. by Elliott Hughes · 10 years ago
  9. 903b788 Mark sockets on creation (socket()) and accept4(). by Sreeram Ramachandran · 10 years ago
  10. 7222b1b Hide __signalfd4, used to implement signalfd(3). by Elliott Hughes · 10 years ago
  11. 8f0cd8a Mark sockets on accept(). by Sreeram Ramachandran · 10 years ago
  12. ceb5bd7 Introduce netd_client, a dynamic library that talks to netd. by Sreeram Ramachandran · 10 years ago
  13. 9f52564 Implement _Exit(3). by Elliott Hughes · 10 years ago
  14. 8f2a30a Add accept4() syscall by Andrei Emeltchenko · 10 years ago
  15. 6ff0c75 Add recvmmsg and sendmmsg syscalls. by Guillaume Ranquet · 11 years ago
  16. 986f906 Fix build by avoiding the _C_LABEL macro. by Elliott Hughes · 11 years ago
  17. db1ea34 Implement some of the missing LFS64 support. by Elliott Hughes · 11 years ago
  18. f64b8ea Add fallocate/fallocate64/posix_fallocate/posix_fallocate64. by Elliott Hughes · 11 years ago
  19. 0f461e3 Fix <sys/resource.h>. by Elliott Hughes · 11 years ago
  20. 887e114 Clean up <sched.h>. by Elliott Hughes · 11 years ago
  21. ed45970 Add cfi directives to all arm assembly. by Christopher Ferris · 11 years ago
  22. 36d6188 Clean up forking and cloning. by Elliott Hughes · 11 years ago
  23. 877ec6d Fix pthread_join. by Elliott Hughes · 11 years ago
  24. ed74484 Stop using the non-uapi <linux/err.h> header file. by Elliott Hughes · 11 years ago
  25. 0620925 Clean up the 32-bit kernel support, fix LP64 fcntl declaration. by Elliott Hughes · 11 years ago
  26. 6b53c23 Fix the exit syscall stub's name. by Elliott Hughes · 11 years ago
  27. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 11 years ago
  28. cac7b9d Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls. by Elliott Hughes · 11 years ago
  29. f8fcfbc Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. by Elliott Hughes · 11 years ago
  30. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 11 years ago
  31. 103ccde Sort the syscalls.mk files, give all generated files the same header. by Elliott Hughes · 11 years ago
  32. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 11 years ago
  33. 1f5af92 Fix sigsuspend to use rt_sigsuspend on all platforms. by Elliott Hughes · 11 years ago
  34. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 11 years ago
  35. 232163c Clean up the cpuacct cruft. by Elliott Hughes · 11 years ago
  36. b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 11 years ago
  37. d206b56 libc: add swapon and swapoff syscalls by Rom Lemarchand · 11 years ago
  38. 4200e62 libc: add timerfd calls by Todd Poynor · 11 years ago
  39. cda6209 Use the correct names for the __ARM_NR_* syscalls. by Elliott Hughes · 11 years ago
  40. 17a8b0d Expose wait4 as wait4 rather than __wait4. by Elliott Hughes · 11 years ago
  41. 9aceab5 Use the kernel's MAX_ERRNO in the syscall stubs. by Elliott Hughes · 11 years ago
  42. faa0fdb arm syscall : for eabi call_default don't use stack by Matthieu Castet · 12 years ago
  43. a4b2dc0 Add signalfd call to bionic by Rom Lemarchand · 12 years ago
  44. 1ad05db Add mlockall and munlockall for Google TV. by Elliott Hughes · 12 years ago
  45. 1ad10a5 Add getsid system call to bionic by Irina Tirdea · 12 years ago
  46. e36c826 Add unshare() syscall. by Jeff Sharkey · 12 years ago
  47. f0ec06b Add faccessat to syscall list by Kenny Root · 12 years ago
  48. 1a82369 Update kernel headers and add syscall "perf_event_open" by Ben Cheng · 12 years ago
  49. 2f80f07 am 23f56bbb: Merge "Add extended attribute (xattr) system call wrappers to bionic." by Jean-Baptiste Queru · 13 years ago
  50. 5eb686d Add extended attribute (xattr) system call wrappers to bionic. by Stephen Smalley · 13 years ago
  51. 06f51ba am f44de270: add personality() system call. by Nick Kralevich · 13 years ago
  52. f44de27 add personality() system call. by Nick Kralevich · 13 years ago
  53. e30e909 sreadahead: adding readahead system call into bionic libc by Bruce Beare · 13 years ago
  54. ae2d5ba Add support for the utimensat(2) syscall to bionic. by Ken Sumrall · 13 years ago
  55. fb723c8 libc: ARM: update syscalls with new script by Kenny Root · 14 years ago
  56. 95d751f libc: Add ftruncate64 and improve 64-bit parameter syscall handling. by David 'Digit' Turner · 14 years ago
  57. 72e6fd4 <sched.h>: Add sched_getcpu() and cpu_set_t by David 'Digit' Turner · 14 years ago
  58. defd162 libc: add <sys/eventfd.h> and corresponding implementations. by David 'Digit' Turner · 14 years ago
  59. 9973a56 libc: Add missing waitid() implementation. by David 'Digit' Turner · 14 years ago
  60. a3ae60d libc: Add missing fdatasync() implementation by David 'Digit' Turner · 14 years ago
  61. 275cd48 libc: Add missing pipe2() declaration and implementation. by David 'Digit' Turner · 14 years ago
  62. 18c5bcc Revert "Set SA_RESTORER in sigaction()" by Dima Zavin · 14 years ago
  63. ab8b541 libc: fix fstatfs() implementation. by David 'Digit' Turner · 14 years ago
  64. aa4b1d0 Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - DO NOT MERGE by David 'Digit' Turner · 14 years ago
  65. 4aef0ae merge from open-source master by The Android Open Source Project · 14 years ago
  66. e4fa46e Set SA_RESTORER in sigaction() by Matt Fischer · 15 years ago
  67. 9f69156 bonic: libc: cpuacct support for setuid functions by Mike Chan · 14 years ago
  68. eb9d5ed add sigaltstack syscall by Andrei Popescu · 14 years ago
  69. 75c5e25 bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappers by San Mehat · 15 years ago
  70. 97cf7f3 Implement clone() C library function properly. by David 'Digit' Turner · 15 years ago
  71. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  72. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  73. 6f04a0f auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  74. 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  75. a27d2ba Initial Contribution by The Android Open Source Project · 16 years ago