1. 84a979c Fix explicit casts of signed integer types to unsigned long long by Dmitry V. Levin · 9 years ago
  2. 7fb984e Fix printing of invalid d_type in getdents syscall by Dmitry V. Levin · 9 years ago
  3. f443fd4 Fix decoding of 3rd argument of getdents/getdents64 syscalls by Dmitry V. Levin · 9 years ago
  4. e67c8e4 Replace %Ld/%Lu printf format specifiers with %lld/%llu by Dmitry V. Levin · 9 years ago
  5. bdb07e3 x32: fix struct dirent decoding by Dmitry V. Levin · 9 years ago
  6. a367db8 Mpersify parsers of readdir and getdents syscalls by Dmitry V. Levin · 9 years ago
  7. a2df1c1 getdents: fix typos in array output by Gabriel Laskar · 9 years ago
  8. 3ef5021 dirent.c: do not use xmalloc by Dmitry V. Levin · 9 years ago
  9. 3e9d71f Introduce memory allocation wrappers by Dmitry V. Levin · 10 years ago
  10. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 10 years ago
  11. c929771 getdents, getdents64: quote filenames by Dmitry V. Levin · 10 years ago
  12. 2ed2cc7 Move dirent related parsers to a separate file by Dmitry V. Levin · 10 years ago