[go: up one dir, main page]

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