1. 6469f39 uid.c: use print_array function by Dmitry V. Levin · 9 years ago
  2. 5e9944d Fix corner cases of getgroups and setgroups syscall decoders by Dmitry V. Levin · 9 years ago
  3. ba210af Cleanup setfsuid syscall decoder by Dmitry V. Levin · 9 years ago
  4. a99bcbf Fix decoding of 16-bit uid_t/git_t by Dmitry V. Levin · 9 years ago
  5. abfa939 Do not truncate return value of get{,e}[ug]id and setfs[ug]id syscalls by Dmitry V. Levin · 9 years ago
  6. 38a34c9 Add copyright headers to some files which lack them by Dmitry V. Levin · 9 years ago
  7. 1427862 uid.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  8. 288a870 uid.c: use printaddr and umoven_or_printaddr by Dmitry V. Levin · 9 years ago
  9. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 10 years ago
  10. 7e69ed9 Change last parameter of umoven() from char* to void* by Denys Vlasenko · 10 years ago
  11. 530bed0 Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscalls by Dmitry V. Levin · 10 years ago
  12. 80f7db1 Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls by Dmitry V. Levin · 10 years ago
  13. 2f7d020 chown.c: split into separate files by Dmitry V. Levin · 10 years ago
  14. 25ebe46 util.c: move printuid to uid.c by Dmitry V. Levin · 10 years ago
  15. e93ef1e process.c: move get*uid and set*uid parsers to a separate file by Dmitry V. Levin · 10 years ago