1. 06b8f9c SYSCALLS.TXT: improve the docs. by Elliott Hughes · 7 months ago
  2. 6de2a8b Reland "Remove the return type from the syscall lists and parser." by Elliott Hughes · 7 months ago
  3. 979e10e Revert "Remove the return type from the syscall lists and parser." by Liana Kazanova (xWF) · 7 months ago
  4. 83f08aa Remove the return type from the syscall lists and parser. by Elliott Hughes · 7 months ago
  5. f4420fb Add sched_getattr()/sched_setattr(). by Elliott Hughes · 7 months ago
  6. df79cf1 Rename __arch_prctl() to arch_prctl(). by Elliott Hughes · 1 year, 1 month ago
  7. dcc7c9c Merge "Add mseal(2) wrapper." into main by Elliott Hughes · 1 year, 1 month ago
  8. b3904ee Add mseal(2) wrapper. by Elliott Hughes · 1 year, 1 month ago
  9. a0d217e Remove the useless extra sync_file_range() shim for non-arm32. by Elliott Hughes · 1 year, 1 month ago
  10. e9d0064 Remove unnecessary indirection for execve() and _exit()/_Exit(). by Elliott Hughes · 1 year, 2 months ago
  11. bebe3d5 Move the ILP32 mremap() hackery into legacy_32_bit_support.cpp. by Elliott Hughes · 1 year, 3 months ago
  12. 4358d53 Move the ILP32 mmap() hackery into legacy_32_bit_support.cpp. by Elliott Hughes · 1 year, 3 months ago
  13. 906d7d4 Merge "Add epoll_pwait2()." into main by Elliott Hughes · 2 years ago
  14. fce8a15 __riscv_hwprobe: don't try to set errno. by Elliott Hughes · 2 years ago
  15. 4c62e59 Add epoll_pwait2(). by Elliott Hughes · 2 years, 2 months ago
  16. 9a7d048 riscv64: use vdso for __riscv_hwprobe(). by Elliott Hughes · 2 years, 1 month ago
  17. f3d6b44 riscv64: add <sys/hwprobe.h>. by Elliott Hughes · 2 years, 1 month ago
  18. b88a23e Merge "Fix the (unused) return type for readlinkat() in SYSCALLS.TXT." into main by Treehugger Robot · 2 years, 2 months ago
  19. 76879c9 Fix the (unused) return type for readlinkat() in SYSCALLS.TXT. by Elliott Hughes · 2 years, 2 months ago
  20. 74d9765 Add __riscv_flush_icache() to <sys/cachectl.h>. by Elliott Hughes · 2 years, 2 months ago
  21. 8dc9f46 Fix setfsgid()/setfsuid() for LP32. by Elliott Hughes · 2 years, 7 months ago
  22. 704772b riscv64 syscall stub and seccomp filter generation. by Elliott Hughes · 2 years, 11 months ago
  23. 6660d6c Rewrite renameat(). by Elliott Hughes · 3 years ago
  24. 3031a7e memtag_stack: vfork and longjmp support. by Evgenii Stepanov · 3 years, 4 months ago
  25. c2e412e Add copy_file_range(2) syscall stub to bionic. by zijunzhao · 3 years, 5 months ago
  26. b65e105 add new Linux close_range() system call to bionic by Maciej Żenczykowski · 3 years, 8 months ago
  27. 5afe3f8 Allow bpf() syscall by Alessio Balsini · 3 years, 10 months ago
  28. cf59e19 Add preadv2/pwritev2 wrappers. by Elliott Hughes · 3 years, 11 months ago
  29. de1cf85 Use lp64 rather than explicitly saying "arm64,x86_64". by Elliott Hughes · 4 years ago
  30. bca8a44 Revert "Reland: Soft-enable MAC address restrictions with allowlist." by Bram Bonné · 4 years, 5 months ago
  31. 39899f5 Fix return type of process_madvise(). by Elliott Hughes · 4 years, 5 months ago
  32. 3de1915 Add wrappers for pidfd_{open,getfd,send_signal}. by Josh Gao · 4 years, 7 months ago
  33. 128ef8e Add bionic headers for process_madvise by Edgar Arriaga · 4 years, 9 months ago
  34. 95ca52a Reland: Soft-enable MAC address restrictions with allowlist. by Bram Bonné · 4 years, 9 months ago
  35. 9e97280 Revert "Soft-enable MAC address restrictions with allowlist." by Bram Bonné · 4 years, 9 months ago
  36. 0ba4998 Soft-enable MAC address restrictions with allowlist. by Bram Bonné · 4 years, 9 months ago
  37. b107eab fdtrack: add wrapper for socketpair. by Josh Gao · 5 years ago
  38. 7de4124 fdtrack: add wrapper for eventfd. by Josh Gao · 5 years ago
  39. a38331d fdtrack: add wrappers for epoll_create, epoll_create1. by Josh Gao · 5 years ago
  40. 1fad528 fdtrack: add wrappers for pipe, pipe2. by Josh Gao · 5 years ago
  41. 733cedd Add a libc wrapper for statx(2). by Elliott Hughes · 6 years ago
  42. 2b49904 Clean up syscall stub/seccomp filter generation. by Elliott Hughes · 6 years ago
  43. 9727192 Add a tool to track down fd leaks. by Josh Gao · 6 years ago
  44. 51d158f Fix a few incorrect types in SYSCALLS.TXT. by Elliott Hughes · 6 years ago
  45. 3d24d2b Add memfd_create(2) and mlock2(2). by Elliott Hughes · 6 years ago
  46. 05b675e Add renameat2. by Elliott Hughes · 6 years ago
  47. b2bd7c5 Merge "libnetd_client: support hooking sendto/sendmsg/sendmmsg too." by Elliott Hughes · 6 years ago
  48. 5c6a3f9 libnetd_client: support hooking sendto/sendmsg/sendmmsg too. by Elliott Hughes · 6 years ago
  49. 50080a2 Remove the ___ hack. by Elliott Hughes · 6 years ago
  50. 782c485 Generate assembler system call stubs via genrule. by Elliott Hughes · 6 years ago
  51. 8251d44 Add lp32 and lp64 shorthands to SYSCALLS.TXT. by Elliott Hughes · 7 years ago
  52. 5905d6f Add `sigset64_t` and accompanying functions. by Elliott Hughes · 8 years ago
  53. 2180978 Fix SYSCALLS.TXT now clock_getres comes from the vdso. by Elliott Hughes · 8 years ago
  54. 8465e96 Add <sys/random.h>. by Elliott Hughes · 8 years ago
  55. 896362e Add syncfs(2). by Elliott Hughes · 8 years ago
  56. a301e73 MIPS64: move fstat64/fstatat64/_flush_cache syscalls to SECCOMP_WHITELIST.TXT by Miodrag Dinic · 8 years ago
  57. 996f6de MIPS: 32/64-bit VDSO support by Goran Ferenc · 8 years ago
  58. dd5bd45 [MIPS64] Enable necessary mips64 syscalls in seccomp whitelist by Lazar Trsic · 8 years ago
  59. 04a3b24 Merge "Correct the return types of readv and writev." by Treehugger Robot · 9 years ago
  60. 8f0e42f Fix getpriority/setpriority types. by Elliott Hughes · 9 years ago
  61. 753361a Correct the return types of readv and writev. by Josh Gao · 9 years ago
  62. 2b9605f Fix various <sys/socket.h> prototypes. by Elliott Hughes · 9 years ago
  63. 4ce902c Support 32-bit ARM vdso. by Elliott Hughes · 9 years ago
  64. 8963dd3 Make all rt_sigtimedwait signatures match. by Elliott Hughes · 9 years ago
  65. eafad49 Add <sys/quota.h>. by Elliott Hughes · 9 years ago
  66. 7f72ad4 Add sync_file_range to <fcntl.h>. by Elliott Hughes · 9 years ago
  67. e2faf07 Add {get,set}domainname(2) by Greg Hackmann · 10 years ago
  68. 5f26c6b Really add adjtimex(2), and add clock_adjtime(2) too. by Elliott Hughes · 10 years ago
  69. 3f3f6c5 Add adjtimex by Greg Hackmann · 10 years ago
  70. 4200e26 fix the mremap signature by Daniel Micay · 10 years ago
  71. 6f4594d Add preadv/pwritev. by Elliott Hughes · 10 years ago
  72. 5891abd Invalidate cached pid in vfork. by Elliott Hughes · 10 years ago
  73. 10726d5 libc: arch-x86: implement kernel vdso time functions by Robert Jarzmik · 10 years ago
  74. b130493 Hide accidentally-exposed __clock_nanosleep. by Elliott Hughes · 10 years ago
  75. be57a40 Add process_vm_readv and process_vm_writev. by Elliott Hughes · 10 years ago
  76. e1d0810 Add O_PATH support for flistxattr() by Nick Kralevich · 10 years ago
  77. 2825f10 libc: Add O_PATH support for fgetxattr / fsetxattr by Nick Kralevich · 10 years ago
  78. c05554e Fix error handling for negative size in ftruncate. by Dan Albert · 10 years ago
  79. 40a8f21 Hide rt_sigqueueinfo. by Yabin Cui · 10 years ago
  80. 3391a9f Simplify close(2) EINTR handling. by Elliott Hughes · 10 years ago
  81. fa495d5 Hide statfs/fstatfs' ST_VALID flag from userspace. by Elliott Hughes · 10 years ago
  82. 3577825 Fix "faccessat ignores flags" by Nick Kralevich · 11 years ago
  83. 00490ae Ensure raw fchmod/fchmodat syscalls are hidden. by Nick Kralevich · 11 years ago
  84. 3cbc6c6 Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support by Nick Kralevich · 11 years ago
  85. 86d2fee Modify MIPS64 stat structure to match a generic one in AOSP. by Raghu Gandham · 11 years ago
  86. 94926f8 Merge "support _POSIX_REALTIME_SIGNALS" by Yabin Cui · 11 years ago
  87. 6348160 support _POSIX_REALTIME_SIGNALS by Yabin Cui · 11 years ago
  88. efbb6fb change argument type in madvise by Yabin Cui · 11 years ago
  89. b86a4c7 Add sethostname(2). by Elliott Hughes · 11 years ago
  90. 1816025 Add clock_settime and clock_nanosleep. by Haruki Hasegawa · 11 years ago
  91. 9990b39 Fix mips __fadvise64.S build failure. by Elliott Hughes · 11 years ago
  92. b587f33 Add posix_fadvise(3). by Elliott Hughes · 11 years ago
  93. 47793d6 Remove _flush_cache(2) for mips64. by Dan Albert · 11 years ago
  94. 6a91887 Revert "Replaces vfork() implementation with fork()" by Dan Albert · 11 years ago
  95. 7931099 Implement <sys/fsuid.h>. by Elliott Hughes · 11 years ago
  96. 9c07aee Clean up some misinformation around prctl. by Elliott Hughes · 11 years ago
  97. 625993d Use VDSO for clock_gettime(2) and gettimeofday(2). by Elliott Hughes · 11 years ago
  98. 3f525d4 Add splice, tee, and vmsplice. by Elliott Hughes · 11 years ago
  99. 7086ad6 Cache getpid. by Elliott Hughes · 11 years ago
  100. 607341e Remove ioprio_get(2) and ioprio_set(2) from LP64. by Dan Albert · 11 years ago