1. 3391a9f Simplify close(2) EINTR handling. by Elliott Hughes · 10 years ago
  2. fa5faa0 Make gensyscalls.py use the ALIAS_SYMBOL macro. by Christopher Ferris · 10 years ago
  3. fa495d5 Hide statfs/fstatfs' ST_VALID flag from userspace. by Elliott Hughes · 10 years ago
  4. 3577825 Fix "faccessat ignores flags" by Nick Kralevich · 10 years ago
  5. 00490ae Ensure raw fchmod/fchmodat syscalls are hidden. by Nick Kralevich · 11 years ago
  6. 3cbc6c6 Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support by Nick Kralevich · 11 years ago
  7. 6348160 support _POSIX_REALTIME_SIGNALS by Yabin Cui · 11 years ago
  8. b86a4c7 Add sethostname(2). by Elliott Hughes · 11 years ago
  9. 1816025 Add clock_settime and clock_nanosleep. by Haruki Hasegawa · 11 years ago
  10. b587f33 Add posix_fadvise(3). by Elliott Hughes · 11 years ago
  11. 011e111 Ensure __set_errno is still visible on LP32. by Elliott Hughes · 11 years ago
  12. bc9f9f2 Make __set_errno hidden in asm. by Dan Albert · 11 years ago
  13. 3726f9c Revert "Fix incorrect relocations for x86." by Dan Albert · 11 years ago
  14. 512bc52 Fix incorrect relocations for x86. by Dan Albert · 11 years ago
  15. 7931099 Implement <sys/fsuid.h>. by Elliott Hughes · 11 years ago
  16. 625993d Use VDSO for clock_gettime(2) and gettimeofday(2). by Elliott Hughes · 11 years ago
  17. 3f525d4 Add splice, tee, and vmsplice. by Elliott Hughes · 11 years ago
  18. 7086ad6 Cache getpid. by Elliott Hughes · 11 years ago
  19. 607341e Remove ioprio_get(2) and ioprio_set(2) from LP64. by Dan Albert · 11 years ago
  20. 3d5cb30 Remove getdents from bionic. by Elliott Hughes · 11 years ago
  21. 15a0456 Remove unnecessary instructions from x86/x86_64 syscalls. by Elliott Hughes · 11 years ago
  22. 5d9a7ba Avoid a system call in 'gettid'. by Elliott Hughes · 11 years ago
  23. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 11 years ago
  24. 75c55ff Revert "Lose the hand-written futex assembler." by Narayan Kamath · 11 years ago
  25. ced906c Lose the hand-written futex assembler. by Elliott Hughes · 11 years ago
  26. 6e599a9 Remove the tkill(2) stub. by Elliott Hughes · 11 years ago
  27. 46a55a4 Remove __syslog; we have the public klogctl API. by Elliott Hughes · 11 years ago
  28. 4e631ba Remove perf_event_open. by Elliott Hughes · 11 years ago
  29. 903b788 Mark sockets on creation (socket()) and accept4(). by Sreeram Ramachandran · 11 years ago
  30. 7222b1b Hide __signalfd4, used to implement signalfd(3). by Elliott Hughes · 11 years ago
  31. 8f0cd8a Mark sockets on accept(). by Sreeram Ramachandran · 11 years ago
  32. ceb5bd7 Introduce netd_client, a dynamic library that talks to netd. by Sreeram Ramachandran · 11 years ago
  33. 9f52564 Implement _Exit(3). by Elliott Hughes · 11 years ago
  34. 8f2a30a Add accept4() syscall by Andrei Emeltchenko · 11 years ago
  35. 6ff0c75 Add recvmmsg and sendmmsg syscalls. by Guillaume Ranquet · 11 years ago
  36. d465eb4 Remove the useless _C_LABEL from generated system calls. by Elliott Hughes · 11 years ago
  37. 986f906 Fix build by avoiding the _C_LABEL macro. by Elliott Hughes · 11 years ago
  38. db1ea34 Implement some of the missing LFS64 support. by Elliott Hughes · 12 years ago
  39. f64b8ea Add fallocate/fallocate64/posix_fallocate/posix_fallocate64. by Elliott Hughes · 12 years ago
  40. 0f461e3 Fix <sys/resource.h>. by Elliott Hughes · 12 years ago
  41. 887e114 Clean up <sched.h>. by Elliott Hughes · 12 years ago
  42. ed76a93 AArch64: Fix mmap64() definition for AArch64, X86_64 by Serban Constantinescu · 12 years ago
  43. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago
  44. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago
  45. ed74484 Stop using the non-uapi <linux/err.h> header file. by Elliott Hughes · 12 years ago
  46. 8fbf8de Fix pread/pwrite for LP64. by Elliott Hughes · 12 years ago
  47. 6b53c23 Fix the exit syscall stub's name. by Elliott Hughes · 12 years ago
  48. fff6e27 Use hidden visibility for generated stubs whose names begin with underscores. by Elliott Hughes · 12 years ago
  49. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 12 years ago
  50. cac7b9d Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls. by Elliott Hughes · 12 years ago
  51. f8fcfbc Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. by Elliott Hughes · 12 years ago
  52. 9ea4d5f Fix the x86_64 vfork implementation. by Elliott Hughes · 12 years ago
  53. a6519d6 Add missing aliases for off64_t functions in 64-bit land. by Elliott Hughes · 12 years ago
  54. 103ccde Sort the syscalls.mk files, give all generated files the same header. by Elliott Hughes · 12 years ago
  55. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 12 years ago
  56. 232163c Clean up the cpuacct cruft. by Elliott Hughes · 12 years ago
  57. 6fe4e87 Add an optional alias list to SYSCALLS.TXT by H.J. Lu · 12 years ago
  58. 4906e56 Add arch-x86_64/bionic. by Elliott Hughes · 12 years ago
  59. 9a4127b x86_64: add new __NR_arch_prctl syscall by Pavel Chupin · 13 years ago
  60. e4ffd9f Regenerate the system call stubs (to get x86_64). by Elliott Hughes · 12 years ago