1. 1816025 Add clock_settime and clock_nanosleep. by Haruki Hasegawa · 11 years ago
  2. 9990b39 Fix mips __fadvise64.S build failure. by Elliott Hughes · 11 years ago
  3. b587f33 Add posix_fadvise(3). by Elliott Hughes · 11 years ago
  4. 011e111 Ensure __set_errno is still visible on LP32. by Elliott Hughes · 11 years ago
  5. bc9f9f2 Make __set_errno hidden in asm. by Dan Albert · 11 years ago
  6. 7931099 Implement <sys/fsuid.h>. by Elliott Hughes · 11 years ago
  7. 3f525d4 Add splice, tee, and vmsplice. by Elliott Hughes · 11 years ago
  8. 7086ad6 Cache getpid. by Elliott Hughes · 11 years ago
  9. 607341e Remove ioprio_get(2) and ioprio_set(2) from LP64. by Dan Albert · 11 years ago
  10. 3d5cb30 Remove getdents from bionic. by Elliott Hughes · 11 years ago
  11. 5d9a7ba Avoid a system call in 'gettid'. by Elliott Hughes · 11 years ago
  12. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 11 years ago
  13. 75c55ff Revert "Lose the hand-written futex assembler." by Narayan Kamath · 11 years ago
  14. ced906c Lose the hand-written futex assembler. by Elliott Hughes · 11 years ago
  15. 6e599a9 Remove the tkill(2) stub. by Elliott Hughes · 11 years ago
  16. 46a55a4 Remove __syslog; we have the public klogctl API. by Elliott Hughes · 11 years ago
  17. 4e631ba Remove perf_event_open. by Elliott Hughes · 11 years ago
  18. 903b788 Mark sockets on creation (socket()) and accept4(). by Sreeram Ramachandran · 11 years ago
  19. 7222b1b Hide __signalfd4, used to implement signalfd(3). by Elliott Hughes · 11 years ago
  20. 8f0cd8a Mark sockets on accept(). by Sreeram Ramachandran · 11 years ago
  21. ceb5bd7 Introduce netd_client, a dynamic library that talks to netd. by Sreeram Ramachandran · 11 years ago
  22. dcbef06 Remove the useless indirection in mips' __set_tls. by Elliott Hughes · 11 years ago
  23. 9f52564 Implement _Exit(3). by Elliott Hughes · 11 years ago
  24. 8f2a30a Add accept4() syscall by Andrei Emeltchenko · 11 years ago
  25. 6ff0c75 Add recvmmsg and sendmmsg syscalls. by Guillaume Ranquet · 11 years ago
  26. 9abbbdc Make mips/mips64 syscall stubs more like the other architectures. by Elliott Hughes · 11 years ago
  27. eae27dc Make mips generated assembler more like the mips64 stuff. by Elliott Hughes · 11 years ago
  28. 986f906 Fix build by avoiding the _C_LABEL macro. by Elliott Hughes · 11 years ago
  29. db1ea34 Implement some of the missing LFS64 support. by Elliott Hughes · 12 years ago
  30. f64b8ea Add fallocate/fallocate64/posix_fallocate/posix_fallocate64. by Elliott Hughes · 11 years ago
  31. 0f461e3 Fix <sys/resource.h>. by Elliott Hughes · 12 years ago
  32. 887e114 Clean up <sched.h>. by Elliott Hughes · 12 years ago
  33. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago
  34. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago
  35. effaa78 [MIPS] Reimplement syscall to invoke the system call directly by Chris Dearman · 12 years ago
  36. 0620925 Clean up the 32-bit kernel support, fix LP64 fcntl declaration. by Elliott Hughes · 12 years ago
  37. 6b53c23 Fix the exit syscall stub's name. by Elliott Hughes · 12 years ago
  38. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 12 years ago
  39. cac7b9d Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls. by Elliott Hughes · 12 years ago
  40. f8fcfbc Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. by Elliott Hughes · 12 years ago
  41. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 12 years ago
  42. 103ccde Sort the syscalls.mk files, give all generated files the same header. by Elliott Hughes · 12 years ago
  43. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 12 years ago
  44. 1f5af92 Fix sigsuspend to use rt_sigsuspend on all platforms. by Elliott Hughes · 12 years ago
  45. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 12 years ago
  46. 232163c Clean up the cpuacct cruft. by Elliott Hughes · 12 years ago
  47. b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 12 years ago
  48. d206b56 libc: add swapon and swapoff syscalls by Rom Lemarchand · 12 years ago
  49. 4200e62 libc: add timerfd calls by Todd Poynor · 12 years ago
  50. 5c2772f The SYS_ constants should cover all __NR_ values. by Elliott Hughes · 12 years ago
  51. 17a8b0d Expose wait4 as wait4 rather than __wait4. by Elliott Hughes · 12 years ago
  52. a4b2dc0 Add signalfd call to bionic by Rom Lemarchand · 13 years ago
  53. 1ad05db Add mlockall and munlockall for Google TV. by Elliott Hughes · 13 years ago
  54. 1ad10a5 Add getsid system call to bionic by Irina Tirdea · 13 years ago
  55. e36c826 Add unshare() syscall. by Jeff Sharkey · 13 years ago
  56. dbd5eca resolved conflicts for merge of e5408907 to jb-dev-plus-aosp by Elliott Hughes · 13 years ago
  57. 1fa0d84 [MIPS] Add support for MIPS syscalls by Raghu Gandham · 14 years ago