1. 3843768 Update fs *_MAGIC constants by Dmitry V. Levin · 9 years ago
  2. b9c8e66 Update IPV6_* constants by Dmitry V. Levin · 9 years ago
  3. c257fbe Update SO_* constants by Dmitry V. Levin · 9 years ago
  4. 12d5e7c Update MADV_* constants by Dmitry V. Levin · 9 years ago
  5. 60d4892 quotactl: add decoding of if_dqinfo.dqi_flags constants by Dmitry V. Levin · 9 years ago
  6. 2d54496 Update quotactl constants by Dmitry V. Levin · 9 years ago
  7. 2105a97 Move definitions of quotactl constants to xlat files by Dmitry V. Levin · 9 years ago
  8. 65f8d39 Update PTRACE_* constants by Dmitry V. Levin · 9 years ago
  9. 727508b Enhance personality syscall decoding by Dmitry V. Levin · 9 years ago
  10. 3eba72b Add personality emulation flags by Dmitry V. Levin · 9 years ago
  11. 38a34c9 Add copyright headers to some files which lack them by Dmitry V. Levin · 9 years ago
  12. 97af1be Update umount2 flags by Dmitry V. Levin · 9 years ago
  13. eb76c4b prctl: add PR_CAP_AMBIENT parser by Dmitry V. Levin · 9 years ago
  14. b165910 Fix build on systems that lack EM_FRV definition by Dmitry V. Levin · 9 years ago
  15. 2154702 fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in fcntl syscall parser by Dmitry V. Levin · 9 years ago
  16. c7c5270 fcntl.c: implement decoding for all known operations by Dmitry V. Levin · 9 years ago
  17. bcc7397 Update F_* constants by Dmitry V. Levin · 9 years ago
  18. db62a71 Update LOCK_* constants by Dmitry V. Levin · 9 years ago
  19. a56a81c Remove parsers of getpmsg and putpmsg syscalls by Dmitry V. Levin · 9 years ago
  20. aae525f Remove parser of query_module syscall by Dmitry V. Levin · 9 years ago
  21. ea19705 Implement kexec_file_load syscall decoding by Dmitry V. Levin · 9 years ago
  22. 7aa9c0d Implement kcmp syscall decoding by Dmitry V. Levin · 9 years ago
  23. 1f111cf Implement IPPROTO_IP control messages decoding by Dmitry V. Levin · 9 years ago
  24. 5cb45b2 mpers: skip xlat struct definitions in mpers mode by Dmitry V. Levin · 9 years ago
  25. a367db8 Mpersify parsers of readdir and getdents syscalls by Dmitry V. Levin · 9 years ago
  26. 3a1e95d net.c: move fallback definition of SCM_SECURITY to xlat/ by Dmitry V. Levin · 9 years ago
  27. 0d0a50a Implement mlock2 syscall decoding by Dmitry V. Levin · 9 years ago
  28. 2aec1e6 Implement membarrier syscall decoding by Dmitry V. Levin · 9 years ago
  29. a6ebdb1 Implement userfaultfd syscall decoding by Dmitry V. Levin · 9 years ago
  30. 644a809 time.c: move fallback definitions of SIGEV_* values to xlat/ by Dmitry V. Levin · 9 years ago
  31. 6375f15 Add PowerPC specific ptrace constants by Anton Blanchard · 9 years ago
  32. cb7699c Update SCTP_* constants by Dmitry V. Levin · 9 years ago
  33. 456f41a Update F_* constants by Dmitry V. Levin · 9 years ago
  34. e96869b Update RENAME_* constants by Dmitry V. Levin · 9 years ago
  35. a9cda69 Update SO_* constants by Dmitry V. Levin · 9 years ago
  36. 718dc43 Update INPUT_PROP_* constants by Dmitry V. Levin · 9 years ago
  37. d6414fb Update KEY_* constants by Dmitry V. Levin · 9 years ago
  38. 137bf1b Update FALLOC_FL_* constants by Dmitry V. Levin · 9 years ago
  39. d44ffe0 Update AF_* and PF_* constants by Dmitry V. Levin · 9 years ago
  40. 209f695 Update TCP_* constants by Dmitry V. Levin · 9 years ago
  41. 7f0063c Update PACKET_* constants by Dmitry V. Levin · 9 years ago
  42. 57c2918 Update BPF_MAP_TYPE_* constants by Dmitry V. Levin · 9 years ago
  43. 6fda331 Update IPPROTO_* constants by Dmitry V. Levin · 9 years ago
  44. 3fe9d36 Update IP_* constants by Dmitry V. Levin · 9 years ago
  45. 8e0442d Update PTRACE_O_* constants by Dmitry V. Levin · 9 years ago
  46. b02bcfa Update PR_* constants by Dmitry V. Levin · 9 years ago
  47. b0d1955 Update SECBIT_* constants by Dmitry V. Levin · 9 years ago
  48. 54646b8 decode extend getsockopt/setsockopt options by Mike Frysinger · 9 years ago
  49. 69c1570 Fix build on systems that lack EM_ARM/EM_OPENRISC definitions by Dmitry V. Levin · 9 years ago
  50. 12cca59 Fix build on systems that lack O_CLOEXEC definition by Dmitry V. Levin · 9 years ago
  51. d2eaf67 signal: SIGSYS: decode si_syscall & si_arch fields by Mike Frysinger · 9 years ago
  52. 30ac062 signalfd4: fix flags decoding by Dmitry V. Levin · 9 years ago
  53. bf62c1b epoll_create1: fix flags decoding by Dmitry V. Levin · 9 years ago
  54. c8cba99 eventfd2: fix flags decoding by Dmitry V. Levin · 9 years ago
  55. 73a4fa4 Update PERF_FLAG_* constants by Dmitry V. Levin · 9 years ago
  56. f9ce39d ipc.c: move fallback definitions of msg, sem, and shm constants to xlat/ by Elvira Khabirova · 9 years ago
  57. 3456bcc Implement sched_getattr and sched_setattr syscalls decoding by Dmitry V. Levin · 9 years ago
  58. 95b84ea Implement memfd_create syscall decoding by Dmitry V. Levin · 9 years ago
  59. ddb53dd Implement bpf syscall decoding by Dmitry V. Levin · 9 years ago
  60. 716fb20 Remove unused parsers of getmsg and putmsg by Dmitry V. Levin · 9 years ago
  61. d4b3f6a xlat/epollctls.in: add default values by Dmitry V. Levin · 9 years ago
  62. 63bae23 swapon.c: move fallback definitions of swap options to xlat/ by Dmitry V. Levin · 9 years ago
  63. f6026b6 wait: move fallback definitions of wait options to xlat/ by Dmitry V. Levin · 9 years ago
  64. eddefd6 mtd.c: enhance mtd and ubi ioctl parsers by Dmitry V. Levin · 9 years ago
  65. 1dbe683 blkpg_ops: add BLKPG_RESIZE_PARTITION constant by Dmitry V. Levin · 9 years ago
  66. 0c56195 xattr: move fallback definitions of xattr flags to xlat/ by Dmitry V. Levin · 10 years ago
  67. f64a439 link: move fallback definitions of AT_* constants to xlat/ by Dmitry V. Levin · 10 years ago
  68. fddeeba net: move fallback definitions of SOL_* constants to xlat/ by Dmitry V. Levin · 10 years ago
  69. 003cc9f futex: move fallback definitions of futex constants to xlat/ by Dmitry V. Levin · 10 years ago
  70. 14f4038 clone: move definitions of cloning flags to xlat/ by Dmitry V. Levin · 10 years ago
  71. cf7ee30 Update mount flags constants by Dmitry V. Levin · 10 years ago
  72. 0b95590 Update IPV6 socket options constants by Dmitry V. Levin · 10 years ago
  73. f7430b7 Update siginfo_t constants by Dmitry V. Levin · 10 years ago
  74. 174bb2b signal.c: move sigaltstack parser to a separate file by Dmitry V. Levin · 10 years ago
  75. 7e65567 Add arch-specific PTRACE_* constants by Dmitry V. Levin · 10 years ago
  76. 48ceaee xlat: avoid fork bombing the build system by Mike Frysinger · 10 years ago
  77. 5b0819e evdev: update constants from linux v3.19 by Dmitry V. Levin · 10 years ago
  78. 4f750b9 Add decoding for evdev ioctls by Etienne Gemsa · 10 years ago
  79. 34bbcc6 Remove linux/fanotify.h by Dmitry V. Levin · 10 years ago
  80. 2094573 Remove linux/keyctl.h by Dmitry V. Levin · 10 years ago
  81. ff6a55d Remove linux/kexec.h by Dmitry V. Levin · 10 years ago
  82. 3a23299 Remove linux/inotify.h by Dmitry V. Levin · 10 years ago
  83. 3e6525f Remove linux/reboot.h by Dmitry V. Levin · 10 years ago
  84. 0a59454 seccomp: fix fallback definitions of some SECCOMP_* constants by Dmitry V. Levin · 10 years ago
  85. 1e88073 Improve prctl decoding by Dmitry V. Levin · 10 years ago
  86. cff9f8a xlat: extend syntax by Dmitry V. Levin · 10 years ago
  87. 2f0808b Move CAP_* definitions out to header files by Dmitry V. Levin · 10 years ago
  88. d8b3404 Enhance wait status decoding by Dmitry V. Levin · 10 years ago
  89. 67d0a8e scsi: add bsg support by Bart Van Assche · 10 years ago
  90. 2af6903 Implement seccomp decoding by Dmitry V. Levin · 10 years ago
  91. fef0907 Implement getrandom syscall decoding by Dmitry V. Levin · 10 years ago
  92. 6d31c7a net: define all SOL_* constants by Dmitry V. Levin · 10 years ago
  93. 02f2f09 setsockopt: decode PACKET_ADD_MEMBERSHIP by Dmitry V. Levin · 10 years ago
  94. b85a7f3 Impove struct cmsghdr decoding by Dmitry V. Levin · 10 years ago
  95. 778dfb2 Update SO_* constants by Dmitry V. Levin · 10 years ago
  96. 6f9a01c ioctl: add decoding for parametrized command names by Gabriel Laskar · 10 years ago
  97. 924996a ioctl: print unrecognized ioctl codes in _IOC(dir,type,nr,size) format by Dmitry V. Levin · 10 years ago
  98. 75023a9 Fix build on systems that lack O_CLOEXEC definition by Dmitry V. Levin · 10 years ago
  99. 2928afe Cleanup struct stat.st_flags decoding by Dmitry V. Levin · 10 years ago
  100. f1639d8 timerfd: update flags decoding by Mike Frysinger · 10 years ago