1. d0dceaf printsock: do not fetch sockaddr.sa_data twice by Dmitry V. Levin · 10 years ago
  2. a0a4909 setsockopt: add decoding of MCAST_JOIN_GROUP and MCAST_LEAVE_GROUP by Dmitry V. Levin · 10 years ago
  3. c9e2418 tests: add a test for sockaddr_un.sun_path decoding by Dmitry V. Levin · 10 years ago
  4. f57bd11 printsock: print the whole sockaddr_un.sun_path by Dmitry V. Levin · 10 years ago
  5. d9177df printsock: do not fetch sockaddr_un.sun_path twice by Dmitry V. Levin · 10 years ago
  6. 6d31c7a net: define all SOL_* constants by Dmitry V. Levin · 10 years ago
  7. 02f2f09 setsockopt: decode PACKET_ADD_MEMBERSHIP by Dmitry V. Levin · 10 years ago
  8. 0509c8e getsockopt, setsockopt: do not decode structures in non-verbose mode by Dmitry V. Levin · 10 years ago
  9. 00244b9 sendmsg: do not decode msghdr in non-verbose mode by Dmitry V. Levin · 10 years ago
  10. 2fc5d80 decode_select: do not allocate unused memory by Dmitry V. Levin · 10 years ago
  11. 73e9880 xattr: quote using print_quoted_string by Dmitry V. Levin · 10 years ago
  12. f0a5b08 v4l2: quote pixelformat by Dmitry V. Levin · 10 years ago
  13. 1de59cf v4l2: quote strings by Dmitry V. Levin · 10 years ago
  14. 8192cec mips: quote sysmips nodename by Dmitry V. Levin · 10 years ago
  15. 0a87058 block_ioctl: quote strings by Dmitry V. Levin · 10 years ago
  16. 50e1304 sys_uname: quote struct utsname members by Dmitry V. Levin · 10 years ago
  17. 81e4515 sock_ioctl: quote network interface names by Dmitry V. Levin · 10 years ago
  18. 0e9d594 printsock: quote network interface names by Dmitry V. Levin · 10 years ago
  19. c929771 getdents, getdents64: quote filenames by Dmitry V. Levin · 10 years ago
  20. c723599 printfd: quote pathnames by Dmitry V. Levin · 10 years ago
  21. 513e96e Rework string_quote API by Dmitry V. Levin · 10 years ago
  22. a10b6fe avr32: fix typo in sys_timerfd syscall entry by Dmitry V. Levin · 10 years ago
  23. ad66048 hppa: fix typos in getresuid and getresgid syscall entries by Dmitry V. Levin · 10 years ago
  24. 7aa6134 hppa: fix typo in getpeername syscall entry by Helge Deller · 10 years ago
  25. b85a7f3 Impove struct cmsghdr decoding by Dmitry V. Levin · 10 years ago
  26. 778dfb2 Update SO_* constants by Dmitry V. Levin · 10 years ago
  27. 679c47c tests: run tests for each supported personality by Dmitry V. Levin · 10 years ago
  28. 05884d8 Fix ILP32 personality struct cmsghdr decoding on LP64 architectures by Dmitry V. Levin · 10 years ago
  29. 5de5a7a Fix ILP32 personality preadv/pwritev offset decoding on LP64 architectures by Dmitry V. Levin · 10 years ago
  30. df7aa2b ioctl: take all 32 bits of ioctl commands into account by Dmitry V. Levin · 10 years ago
  31. 6f9a01c ioctl: add decoding for parametrized command names by Gabriel Laskar · 10 years ago
  32. 6363074 Update auxiliary maintainer mode build tools by Dmitry V. Levin · 10 years ago
  33. 174583d Update warnings.m4 by Dmitry V. Levin · 10 years ago
  34. af3ab5b powerpc64: maintain own linux/powerpc64 subdirectory by Dmitry V. Levin · 10 years ago
  35. 69099e7 configure.ac: remove unused AC_INCLUDEDIR by Dmitry V. Levin · 10 years ago
  36. 924996a ioctl: print unrecognized ioctl codes in _IOC(dir,type,nr,size) format by Dmitry V. Levin · 10 years ago
  37. c7afb48 ioctl: assume that all ioctl commands have unsigned int type by Dmitry V. Levin · 10 years ago
  38. 7493297 ioctlent.sh: cleanup regexps that are used to fetch bases by Dmitry V. Levin · 10 years ago
  39. 3d633bd ioctlent.sh: sync lookup regexps that are used in grep and sed by Dmitry V. Levin · 10 years ago
  40. 868a666 qemu_multiarch_testing: update by Dmitry V. Levin · 10 years ago
  41. 7230d0a tests: add IPC_STAT to ipc tests, workaround limitiations of old kernels by Dmitry V. Levin · 10 years ago
  42. 97e5996 Change length type of umoven and umovestr to unsigned by Dmitry V. Levin · 10 years ago
  43. 95cbf6e tests: skip sendmmsg/recvmmsg test if these syscalls are not implemented in kernel by Dmitry V. Levin · 10 years ago
  44. 552bc3a tests: skip ip network tests when the network is not functional by Dmitry V. Levin · 10 years ago
  45. 878abbb tests: handle the case when all 64 process capability bits are set by Dmitry V. Levin · 10 years ago
  46. d2a9ce6 tests: explicitly request gawk when using gawk features by Dmitry V. Levin · 10 years ago
  47. 74697bd tests: skip detach tests if kill does not work by Dmitry V. Levin · 10 years ago
  48. 03b4454 ARM OABI: fix potential compilation warning by Dmitry V. Levin · 10 years ago
  49. 3b64d99 powerpc: fix potential compilation warning by Dmitry V. Levin · 10 years ago
  50. e5b6729 sparc, sparc64: remove ioctl header file names from solaris ioctl entries by Dmitry V. Levin · 10 years ago
  51. b396bf6 mips: enable indirect ipc subcall support by Dmitry V. Levin · 10 years ago
  52. d59287d mips: remove stub entries from syscallent files, generate stubs at build time by Dmitry V. Levin · 10 years ago
  53. 579836c build: add $(builddir)/$(OS)/$(ARCH) to the headers search list by Dmitry V. Levin · 10 years ago
  54. 36ab3d5 build: fix build if siginfo_t lacks si_timerid/si_overrun by Dmitry V. Levin · 10 years ago
  55. 8544681 configure.ac: remove unused AM_CONDITIONAL expressions by Dmitry V. Levin · 10 years ago
  56. ed7ada2 tests: portability fixes by Dmitry V. Levin · 10 years ago
  57. e78f02a Wire up new syscalls by Dmitry V. Levin · 10 years ago
  58. db613f0 s390x: adjust some syscall entries by Dmitry V. Levin · 10 years ago
  59. 166b0bc Change syscallent.h files to use designated initializers by Dmitry V. Levin · 10 years ago
  60. dee03a3 Create generic 32-bit syscallent.h by Dmitry V. Levin · 10 years ago
  61. ab4d89b tile: fix syscall entries by Dmitry V. Levin · 10 years ago
  62. e9f77b2 s390: fix fadvise64 and fadvise64_64 syscall entries by Dmitry V. Levin · 10 years ago
  63. a7da529 alpha: fix fadvise64 syscall entry by Dmitry V. Levin · 10 years ago
  64. f191352 tile: fix fadvise64_64 syscall entry by Dmitry V. Levin · 10 years ago
  65. e56465c Fix getrlimit and ugetrlimit syscall entries by Dmitry V. Levin · 10 years ago
  66. b873785 Fix umount and umount2 syscall entries by Dmitry V. Levin · 10 years ago
  67. 48a5b4e Fix sendfile64 syscall entries by Dmitry V. Levin · 10 years ago
  68. 45cffe0 Fix number of arguments in ipc family syscall entries by Dmitry V. Levin · 10 years ago
  69. 200c02c Create generic 64-bit syscallent.h by Dmitry V. Levin · 10 years ago
  70. d89890e Fix nfsservctl syscall entries by Dmitry V. Levin · 10 years ago
  71. d19f55f Add missing syscall entries for sched_[gs]etattr and renameat2 by Dmitry V. Levin · 10 years ago
  72. 40ed3d2 Fix NUMA related syscall entries by Dmitry V. Levin · 10 years ago
  73. e7356c7 xtensa: fix syscall entries by Dmitry V. Levin · 10 years ago
  74. b9efc7d Fix sched_setparam syscall entries by Dmitry V. Levin · 10 years ago
  75. 2534cd8 arc: fix fanotify_mark syscall entry by Dmitry V. Levin · 10 years ago
  76. fbc98c2 ia64: add fallocate syscall entry by Dmitry V. Levin · 10 years ago
  77. 5b05361 Fix lookup_dcookie syscall entries by Dmitry V. Levin · 10 years ago
  78. f8b7994 aarch64: fix syscall names for statfs, fstatfs, truncate, and ftruncate by Dmitry V. Levin · 10 years ago
  79. 83eaf7b aarch64: fix mlock syscall entry by Dmitry V. Levin · 10 years ago
  80. 41eb00d sh, sh64: fix mlock syscall entry by Dmitry V. Levin · 10 years ago
  81. 7f31c22 tile: fix swapon syscall entries by Dmitry V. Levin · 10 years ago
  82. 48ce4a3 ARM EABI: reserve some space for new syscalls by Dmitry V. Levin · 10 years ago
  83. cf7248d arm: rewrite shuffle_scno in a bit more readable way by Dmitry V. Levin · 10 years ago
  84. 12e2442 tests: add tests for ipc syscalls decoding by Dmitry V. Levin · 10 years ago
  85. 3b499ca Fix indirect ipc subcall handling by Dmitry V. Levin · 10 years ago
  86. 7c524f4 Move socket and ipc subcall entries to subcall.h by Dmitry V. Levin · 10 years ago
  87. cf4b7bb sh: fix typo introduced by commit v4.9-121-gd535b8b by Dmitry V. Levin · 10 years ago
  88. 1ea6473 Fix fanotify_mark decoding on 32-bit architectures by Dmitry V. Levin · 10 years ago
  89. 197db57 v4l2: fix build on systems with older kernel headers by Dmitry V. Levin · 10 years ago
  90. 08b6397 tests: fix build with awk that does not support switch-case by Dmitry V. Levin · 10 years ago
  91. 75023a9 Fix build on systems that lack O_CLOEXEC definition by Dmitry V. Levin · 10 years ago
  92. d9f7e7a Fix build on systems that lack NETLINK_SOCK_DIAG definition by Dmitry V. Levin · 10 years ago
  93. 75d6204 Cleanup local copy of linux/fanotify.h by Dmitry V. Levin · 10 years ago
  94. ce21ef0 Fix "make dist" regression introduced by commit v4.9-125-g120e5db by Dmitry V. Levin · 10 years ago
  95. b653509 tests: fix build with fresh glibc by Dmitry V. Levin · 10 years ago
  96. e11169a ioctlent.sh: handle linux/aufs_type.h properly by Dmitry V. Levin · 10 years ago
  97. 60cb10d tests: fix distcheck by Dmitry V. Levin · 10 years ago
  98. d4a9d83 Fix printing of time_t values set in the distant future by Dmitry V. Levin · 10 years ago
  99. 9e6a7bf Use AC_CHECK_TYPES to check for struct statfs64 by Dmitry V. Levin · 10 years ago
  100. 7b9bc44 Use AC_CHECK_TYPES to check for struct stat64 by Dmitry V. Levin · 10 years ago