1. ed31caa Fix compiler error on riscv64 by kxxt · 3 months ago main
  2. 93e5acf Add sigaction wrapper for aarch64 by Doug Kwan · 3 months ago
  3. 063448f simplify mmap2 handling by Mike Frysinger · 6 years ago
  4. 9719c1e loongarch64:add $a7 to assembler constraints by mingtaoxt xt · 1 year, 7 months ago v2022.10.12
  5. b0fa156 Fixing typos by Andreas Deininger · 1 year, 7 months ago
  6. 3159ddc Update license boilerplate text in source code files by Mike Frysinger · 1 year, 8 months ago
  7. ce87720 Fix yet more signedness conversion warnings. by Peter Kasting · 1 year, 8 months ago
  8. 092a921 More narrowing failures, this time on ARM. by Peter Kasting · 1 year, 8 months ago
  9. 6fb8146 tests: compile all C tests using C++ too by Mike Frysinger · 1 year, 8 months ago
  10. 7a6e3fd Use non-conflicting type name. by Peter Kasting · 1 year, 8 months ago
  11. 99121a3 Rewrite signedness conversions fix to work with C. by Peter Kasting · 1 year, 8 months ago
  12. aec5a5b Fix signedness change warnings. by Peter Kasting · 1 year, 8 months ago
  13. c0c9689 Add support for loongarch64 by mingtaoxt xt · 1 year, 9 months ago
  14. acbdd59 cast pwrite64 arg to long to avoid compilation error on arm by Samuel Attard · 1 year, 9 months ago
  15. 0d6435b Fix compiler warnings on arm64 via explicit casts. by Peter Kasting · 1 year, 10 months ago
  16. 3bb6859 Change arg type of readahead to match docs. by Peter Kasting · 1 year, 10 months ago
  17. 32a80cd Add getitimer and setitimer syscalls by Doug Kwan · 1 year, 10 months ago
  18. 880985f Fix various compiler warnings about narrowing or signedness changes. by Peter Kasting · 1 year, 10 months ago
  19. 1d387f4 Add support for riscv64 by Andreas Schwab · 2 years, 3 months ago
  20. e1e7b0a fix incorrect closing parenthesis by Askar Safin · 3 years, 1 month ago v2021.04.12
  21. 92a65a8 Add support for lstat by Matthew Denton · 3 years, 1 month ago
  22. 9dd1c07 Add separate LICENSE file by Roland McGrath · 3 years, 1 month ago
  23. ddd5690 add OWNERS & DIR_METADATA by Mike Frysinger · 3 years, 3 months ago
  24. 8007b27 Add support for Elbrus 2000 (e2k) by Konstantin Ivlev · 3 years, 3 months ago
  25. d9ad296 [MIPS64] Fix '__NT_getrandom' definition by Yu Yin · 3 years, 5 months ago
  26. e4e1676 README: update Chromium DEPS link by Mike Frysinger · 3 years, 6 months ago
  27. 29f7c7e Add support for `getrandom`. by Chris Palmer · 3 years, 9 months ago master
  28. 851f3a5 Revert "Add support for `getrandom`." by Chris Palmer · 4 years ago
  29. d0f1d69 Add support for `getrandom`. by Chris Palmer · 4 years ago
  30. be2d5a8 Don't clobber esp by Joshua Peraza · 4 years, 1 month ago
  31. fd00dbb Avoid conflict with getdents64 defined by libc by Michael Forney · 4 years, 2 months ago
  32. 171a36a futex: change to 6 args by Mike Frysinger · 5 years ago
  33. f70e2f1 Avoid conflict with pread64/pwrite64 defined by libc by Michael Forney · 4 years, 3 months ago
  34. 7bde79c arm, ppc, mips32: fix fallocate and add tests by Joshua Peraza · 4 years, 5 months ago
  35. 726d71e Add sigtimedwait and sigprocmask wrappers by Joshua Peraza · 4 years, 6 months ago
  36. 8048ece Do not add stack pointer to clobber list by Khem Raj · 5 years ago
  37. 93426bd README: update code review URIs by Mike Frysinger · 6 years ago
  38. 7c83058 add a test suite framework by Mike Frysinger · 11 years ago
  39. a89bf79 Remove sysconf override by Sergei Datsenko · 6 years ago
  40. 4ce4c48 fix return value in pipe polyfill by Mike Frysinger · 6 years ago
  41. e6527b0 Fix use of non-whitelisted syscalls on Android. by Torne (Richard Coles) · 7 years ago
  42. a91633d Remove "r7 cannot be used in asm" gcc error by Amaury Le Leyzour · 7 years ago
  43. 10d54d1 Fix sys_clone() for thumb2. by Andrew Ermakovich · 7 years ago
  44. 63f24c8 Revert "Put r7 back into clobber registers in sys_clone() for thumb2." by Nico Weber · 7 years ago
  45. a2b7092 Fix -Wshift-negative-value warnings with MAKE_PROCESS_CPUCLOCK. by Nico Weber · 7 years ago
  46. c555f53 Fix armv8/thumb IT blocks by Amaury Le Leyzour · 7 years ago
  47. 5cedb6b Switch LSS to use Gerrit for code review by default by Aaron Gable · 7 years ago
  48. 1549d20 Put r7 back into clobber registers in sys_clone() for thumb2. by Mark Seaborn · 8 years ago
  49. 3f6478a Add s390/s390x support to linux_syscall_support.h. by Bryan Chan · 8 years ago
  50. 348bdf8 README: clearly document goals/APIs/supported systems by Mike Frysinger · 8 years ago
  51. 0805683 migrate site/wiki docs over by Mike Frysinger · 9 years ago
  52. 9292030 Finally fix VIEW_VC url with proper review. by Andrii Shyshkalov · 9 years ago
  53. cd0177f Fix VIEW_VC URL in codereview.settings. by Andrii Shyshkalov · 9 years ago
  54. 2ce6a97 Add codereview.settings for new repo location. by Andrii Shyshkalov · 9 years ago
  55. 4fc9422 MIPS Android: use asm/sgidefs.h instead of sgidefs.h by mseaborn@chromium.org · 9 years ago
  56. 6f97298 Add support for sys_mmap MIPS64 N64 by petarj@mips.com · 9 years ago
  57. e079768 [MIPS] Fix syscall clone implementation by vapier@chromium.org · 9 years ago
  58. da4a489 MIPS: tweak register constraint to build under clang by vapier@chromium.org · 9 years ago
  59. db1e07d ARM64: fix build due to incomplete ppoll decl by vapier@chromium.org · 9 years ago
  60. 952107f MIPS: The new ABI should be allowed to use r8 and r9 for syscalls. by thestig@chromium.org · 10 years ago
  61. c0e5b38 Fix literal-suffix warning when using GCC 4.8 by mseaborn@chromium.org · 10 years ago
  62. 2f724fc Add arm64 support to linux_syscall_support.h. by anton@chromium.org · 10 years ago
  63. 43de052 Fix for x64. __unused is #defined elsewhere. by anton@chromium.org · 10 years ago
  64. e6c7682 Change prctl() syscall wrapper to take prctl()'s full set of arguments by mseaborn@chromium.org · 11 years ago
  65. 798c2f7 Fix restore_rt() getter's inline asm not to clobber the x86-64 red zone by mseaborn@chromium.org · 11 years ago
  66. a9c0272 Linux brk() syscall returns the new program break by phosek@chromium.org · 11 years ago
  67. 0ece1c6 [MIPS] Fix constraint modifier for syscall clone by petarj@mips.com · 11 years ago
  68. 833a10e fix up cast to fix errors w/-Wstrict-prototypes by vapier@chromium.org · 11 years ago
  69. 2273e81 Add x32 ABI support by vapier@chromium.org · 11 years ago
  70. cdda434 Fix building with glibc-2.16+ by vapier@chromium.org · 11 years ago
  71. 8dce358 Make linux_syscall_support.h compilable with -Wstrict-prototypes by mseaborn@chromium.org · 12 years ago
  72. e96ade3 Revert r15: Fix the calling conventions for the sixth argument on i386 by mseaborn@chromium.org · 12 years ago
  73. 8263cc3 Fix the calling conventions for the sixth argument on i386. I am surprised, this by zodiac@gmail.com · 12 years ago
  74. 77ebebe Applied patch provided by shenhan@google.com and previously reported by raymes@chromium.org (http://code.google.com/p/linux-syscall-support/issues/detail?id=2) by zodiac@gmail.com · 12 years ago
  75. 2c73abf [MIPS] Ignoring 4th parameter in a3 for pread64 system calls on MIPS. by mseaborn@chromium.org · 12 years ago
  76. ca74937 Define sys_stat64 for Android by mseaborn@chromium.org · 12 years ago
  77. 88a55e0 Fix to compile successfully with -Wundef by mseaborn@chromium.org · 12 years ago
  78. a659148 While adding MIPS support to breakpad I came across a few problems with the by zodiac@gmail.com · 12 years ago
  79. a799993 Fix pread64, pwrite64, readahead for ARM. by mcgrathr@google.com · 12 years ago
  80. 92bafa4 Fix a text relocation when SYS_SYSCALL_ENTRYPOINT is defined. by agl@chromium.org · 13 years ago
  81. 68c659b Make clone() compatible with ARM's Thumb-2 instruction set. Bug reported and by zodiac@gmail.com · 13 years ago
  82. db39de9 Make the code more friendly to Clang and other modern compilers: by zodiac@gmail.com · 13 years ago
  83. 4f47018 This patch contains (mostly) minor fixes for compiling linux_syscall_support by zodiac@gmail.com · 14 years ago
  84. d4ba6b8 Removed duplicated lines. Review URL: http://codereview.chromium.org/3421022 by zodiac@gmail.com · 14 years ago
  85. 71d26df Initial release by zodiac@gmail.com · 14 years ago