1. eeaacf3 gensyscalls.py: cleanup. by Elliott Hughes · 7 months ago
  2. 06b8f9c SYSCALLS.TXT: improve the docs. by Elliott Hughes · 11 months ago
  3. 6de2a8b Reland "Remove the return type from the syscall lists and parser." by Elliott Hughes · 11 months ago
  4. 083194a Merge "Revert "Remove the return type from the syscall lists and parser."" into main by Pechetty Sravani (xWF) · 11 months ago
  5. 979e10e Revert "Remove the return type from the syscall lists and parser." by Liana Kazanova (xWF) · 11 months ago
  6. c29851f Merge "generate_notice.py: fix SPDX confusion." into main by Elliott Hughes · 11 months ago
  7. f9e6d96 generate_notice.py: fix SPDX confusion. by Elliott Hughes · 11 months ago
  8. 83f08aa Remove the return type from the syscall lists and parser. by Elliott Hughes · 11 months ago
  9. 54a047f gensyscalls.py: remove unused "decl". by Elliott Hughes · 12 months ago
  10. b53e48f Just say "arm" rather than "arm_eabi". by Elliott Hughes · 1 year, 7 months ago
  11. 526bd98 Include the SPDX identifiers in NOTICE files. by Elliott Hughes · 1 year, 10 months ago
  12. a7fcc1b Revert^2 "generate_notice.py: don't check for strings we don't use any more." by Elliott Hughes · 2 years, 1 month ago
  13. ef86755 Revert "generate_notice.py: don't check for strings we don't use any more." by Bob Yang · 2 years, 1 month ago
  14. adb8af2 generate_notice.py: don't check for strings we don't use any more. by Elliott Hughes · 2 years, 1 month ago
  15. 74d9765 Add __riscv_flush_icache() to <sys/cachectl.h>. by Elliott Hughes · 2 years, 6 months ago
  16. 852f9b0 Modify how the malloc debug tests run. by Christopher Ferris · 2 years, 8 months ago
  17. d4e662e riscv64: fix return value when errorno is 4095 by Mao Han · 2 years, 8 months ago
  18. c42c741 The syscall call uses the 'tail' instruction call by caowencheng · 2 years, 11 months ago
  19. 1c1dfb8 Failures to parse SYSCALLS.TXT-like files should be errors. by Elliott Hughes · 3 years, 2 months ago
  20. 704772b riscv64 syscall stub and seccomp filter generation. by Elliott Hughes · 3 years, 3 months ago
  21. 291f98a Switch to the more common idiom for scripts in genrules. by Elliott Hughes · 3 years, 7 months ago
  22. 8d36be9 Merge "Ignore backup files left by emacs." by Treehugger Robot · 4 years, 9 months ago
  23. 77d976c Ignore backup files left by emacs. by Dan Albert · 4 years, 9 months ago
  24. 6b586e7 Force everything to use python3 for consistency. by Elliott Hughes · 4 years, 9 months ago
  25. e99df59 Make gensyscalls.py compatible with Python 3. by Rupert Shuttleworth · 4 years, 9 months ago
  26. c579478 bp2build: remove some bp2build_available props, use package_allowlist instead. by Jingwen Chen · 4 years, 10 months ago
  27. 98b92e0 Make libc genrules and its tool dep bp2build_available by Chris Parsons · 5 years ago
  28. aa7d835 Add LOCAL_LICENSE_KINDS to bionic by Bob Badour · 5 years ago
  29. 5e44c22 Revert "[LSC] Add LOCAL_LICENSE_KINDS to bionic" by Elliott Hughes · 5 years ago
  30. 48d4303 [LSC] Add LOCAL_LICENSE_KINDS to bionic by Bob Badour · 5 years ago
  31. ffa5cbe Convert generate-NOTICE.py to Python 3, fix name. by Dan Albert · 5 years ago
  32. 1dffb86 Convert genfunctosyscallnrs to Python 3. by Dan Albert · 5 years ago
  33. bc6999f Convert gensecomp.py to Python 3. by Elliott Hughes · 5 years ago
  34. ca36633 Move gensseccomp and genfunctosyscallnrs next to their sources. by Jingwen Chen · 5 years ago
  35. 8b768d3 Changes to bionic/libc to demonstrate mixed builds. by Chris Parsons · 5 years ago
  36. 19d66e6 libc: Prepare support for Armv8.3-A PAuth and Armv8.5-A BTI in *.S by Tamas Petz · 6 years ago
  37. cf34653 More cleanup for #inclusivefixit. by Elliott Hughes · 5 years ago
  38. 9dd1141 Remove pylintrc. by Dan Albert · 5 years ago
  39. c5db38a Don't look for licenses in .md files and pylintrc files. by Elliott Hughes · 6 years ago
  40. 31e3ec3 Merge "Use more inclusive language." by Treehugger Robot · 6 years ago
  41. 8c936b4 Use more inclusive language. by Elliott Hughes · 6 years ago
  42. dbb8670 Use more inclusive language for seccomp filter by Victor Hsieh · 6 years ago
  43. acadd09 Speed up seccomp with priority list. by Bram Bonné · 6 years ago
  44. 2b49904 Clean up syscall stub/seccomp filter generation. by Elliott Hughes · 6 years ago
  45. c2faf23 Stop generating unused headers. by Elliott Hughes · 6 years ago
  46. e86e505 Fix gensyscalls.py to actually use the input argument provided in by John Cater · 6 years ago
  47. ae03b12 Remove global seccomp list. by Elliott Hughes · 6 years ago
  48. 50080a2 Remove the ___ hack. by Elliott Hughes · 7 years ago
  49. 584bc62 Move libdl and linker to static NOTICE files. by Elliott Hughes · 7 years ago
  50. 782c485 Generate assembler system call stubs via genrule. by Elliott Hughes · 7 years ago
  51. d67b037 libc: generate syscall stubs in one big file... by Elliott Hughes · 7 years ago
  52. c4c2e24 <bits/glibc-syscalls.h>: only regenerate when we have new uapi headers. by Elliott Hughes · 7 years ago
  53. d842e43 Update to v5.0 kernel headers. by Christopher Ferris · 7 years ago
  54. 0c6de75 genfunctosyscallnrs: maps bionic functions to syscall numbers. by Martijn Coenen · 7 years ago
  55. d19b3c5 Generate the per-arch .map files at build time. by Elliott Hughes · 7 years ago
  56. 8251d44 Add lp32 and lp64 shorthands to SYSCALLS.TXT. by Elliott Hughes · 7 years ago
  57. fa09b3c seccomp: Generate the policy files at compile time by Luis Hector Chavez · 7 years ago
  58. fd3f6d7 genseccomp.py: Add a way to better find the clang prebuilt by Luis Hector Chavez · 7 years ago
  59. ab52807 Update to FreeBSD libm r336665. by Elliott Hughes · 7 years ago
  60. 253a830 Revert "Update to FreeBSD libm r336523." by Andreas Gampe · 7 years ago
  61. f86ee10 Update to FreeBSD libm r336523. by Elliott Hughes · 8 years ago
  62. 2f23ced Block bunch of privileged syscalls to apps by Victor Hsieh · 8 years ago
  63. 4f02dd5 Split zygote's seccomp filter into two by Victor Hsieh · 8 years ago
  64. 4075e21 Merge "Be more specific about POSIX obsolescence." by Elliott Hughes · 8 years ago
  65. 90e3f44 Be more specific about POSIX obsolescence. by Elliott Hughes · 8 years ago
  66. 61c9c80 Ignore sockatmark. by Elliott Hughes · 8 years ago
  67. 01a57d1 Call fmtmsg/getdate/getdate_err useless. by Elliott Hughes · 8 years ago
  68. ab413c5 Fix mip64 build. by Elliott Hughes · 8 years ago
  69. 6244627 Ignore pthread_getconcurrency/pthread_setconcurrency. by Elliott Hughes · 8 years ago
  70. d036a8d Ignore endutxent. by Elliott Hughes · 8 years ago
  71. d4ca231 Unified sysroot: kill arch-specific include dirs. by Elliott Hughes · 8 years ago
  72. 77bb564 Use env to invoke python by Stephen Crane · 8 years ago
  73. 0bfcbaf Add new status document, based on internal wiki. by Elliott Hughes · 8 years ago
  74. abf510a Add three more functions to the list of POSIX cruft. by Elliott Hughes · 8 years ago
  75. daebd05 Fix pattern to account for '_' prefix in syscalls by dimitry · 8 years ago
  76. aa3f96c Create global seccomp policy. by Steve Muckle · 9 years ago
  77. aac7c3a Allow passing filenames to generate-NOTICE.py. by Elliott Hughes · 9 years ago
  78. 3dd3d55 Add seccomp blacklist, and exclude swap functions by Paul Lawrence · 9 years ago
  79. 93d4f8b Fix missing parse_open_file method. by Alessio Balsini · 9 years ago
  80. 65b47c9 Fix problem that we don't block syscalls below min value by Paul Lawrence · 9 years ago
  81. 89fa81f Support all architectures in seccomp by Paul Lawrence · 9 years ago
  82. d9e52fe Merge "Move seccomp policy to bionic" by Treehugger Robot · 9 years ago
  83. dfe8434 Move seccomp policy to bionic by Paul Lawrence · 9 years ago
  84. 5f41ce2 Merge "Update to kernel headers v4.10." by Christopher Ferris · 9 years ago
  85. 98a53b7 Revert "Move seccomp policy to bionic" by Paul Lawrence · 9 years ago
  86. 06a3220 Move seccomp policy to bionic by Paul Lawrence · 9 years ago
  87. 7ea4090 Autogenerate single policy from syscalls and whitelist by Paul Lawrence · 9 years ago
  88. 48af7cb Update to kernel headers v4.10. by Christopher Ferris · 9 years ago
  89. be8a2af Create seccomp policy without TRAP for further processing by Paul Lawrence · 9 years ago
  90. 3d9fc69 Use trap not kill in seccomp filter by Paul Lawrence · 9 years ago
  91. eabc352 Add seccomp support library by Paul Lawrence · 9 years ago
  92. 4da06c0 Don't scan .swp files for copyright headers. by Elliott Hughes · 9 years ago
  93. 5ffed9b Move brillo closer to Android. by Elliott Hughes · 9 years ago
  94. ea701b3 Only check arch tag if we have *any* arch tags. by Dan Albert · 9 years ago
  95. 10085bf Add pylintrc. by Dan Albert · 9 years ago
  96. 6cc8d47 Add symbol versions to libstdc++.so by Dimitry Ivanov · 9 years ago
  97. d2f725e Don't declare SYS_* constants for unavailable __NR_* constants. by Elliott Hughes · 10 years ago
  98. 2adde7b End all lists in check-symbols-glibc.py with a ,. by Elliott Hughes · 10 years ago
  99. 2178826 Remove a duplicate declaration, improve check-symbols-glibc.py. by Elliott Hughes · 10 years ago
  100. 8aabbd7 Move glibc-syscalls.h into bits/. by Elliott Hughes · 10 years ago