- f0ed167 tests: robustify unix domain socket decoding test by Dmitry V. Levin · 10 years ago
- 6b5df32 tests: fix unix domain socket decoding availability test by Dmitry V. Levin · 10 years ago
- 6077ad8 tests: add a test for decoding unix domain socket addresses by Masatake YAMATO · 10 years ago
- 120e5db Support unix domain sockets in -yy option by Masatake YAMATO · 10 years ago
- f605e92 Use the protocol name of a socket as a hint for peer address resolution by Masatake YAMATO · 10 years ago
- 530bed0 Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscalls by Dmitry V. Levin · 10 years ago
- 80f7db1 Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls by Dmitry V. Levin · 10 years ago
- d535b8b sh, sh64: fix uid/gid syscall entries by Dmitry V. Levin · 10 years ago
- 641bb42 s390: fix uid/gid syscall entries by Dmitry V. Levin · 10 years ago
- 37b20b3 sparc: fix uid/gid syscall entries by Dmitry V. Levin · 10 years ago
- 2f7d020 chown.c: split into separate files by Dmitry V. Levin · 10 years ago
- 25ebe46 util.c: move printuid to uid.c by Dmitry V. Levin · 10 years ago
- c55bfb0 tests/uid.awk: rewrite in a more maintainable style by Dmitry V. Levin · 10 years ago
- 1da7c95 printuid: fix uid_t decoding on 64-bit architectures by Dmitry V. Levin · 10 years ago
- 79fb4d6 Update PTRACE_* constants by Dmitry V. Levin · 10 years ago
- 825b524 Update SWAP_FLAG_* constants by Dmitry V. Levin · 10 years ago
- 719554d Update SCHED_* constants by Dmitry V. Levin · 10 years ago
- 4bcce0a Update prctl PR_* constants by Dmitry V. Levin · 10 years ago
- 8224758 Always compile sys_prctl parser by Dmitry V. Levin · 10 years ago
- fced7b0 process.c: split struct_user_offsets into architecture-specific include files by Dmitry V. Levin · 10 years ago
- 6eee4e0 process.c: include less headers by Dmitry V. Levin · 10 years ago
- 8c0ef94 Unexport struct_user_offsets by Dmitry V. Levin · 10 years ago
- c6ce4fd process.c: introduce XLAT_UOFF macro by Dmitry V. Levin · 10 years ago
- 03c06ea process.c: move sethostname and gethostname parsers to a separate file by Dmitry V. Levin · 10 years ago
- 9175909 process.c: move exit parser to a separate file by Dmitry V. Levin · 10 years ago
- 265903a process.c: move clone, setns, unshare, and fork parsers to a separate file by Dmitry V. Levin · 10 years ago
- e93ef1e process.c: move get*uid and set*uid parsers to a separate file by Dmitry V. Levin · 10 years ago
- 7211480 process.c: move getgroups* and setgroups* parsers to a separate file by Dmitry V. Levin · 10 years ago
- 7be2318 process.c: move execve and execv parsers to a separate file by Dmitry V. Levin · 10 years ago
- 7ccc144 process.c: move waitpid, wait4, osf_wait4, and waitid parsers to a separate file by Dmitry V. Levin · 10 years ago
- 58dd2cf process.c: move uname parser to a separate file by Dmitry V. Levin · 10 years ago
- e314f80 process.c: move futex parser to a separate file by Dmitry V. Levin · 10 years ago
- 8357638 process.c: move get_robust_list parser to a separate file by Dmitry V. Levin · 10 years ago
- fff2f31 process.c: move sched_* parsers to a separate file by Dmitry V. Levin · 10 years ago
- b94b983 process.c: move sched_setaffinity and sched_getaffinity parsers to a separate file by Dmitry V. Levin · 10 years ago
- 53c993d process.c: move prctl and arch_prctl parsers to a separate file by Dmitry V. Levin · 10 years ago
- 665f10c process.c: move getcpu parser to a separate file by Dmitry V. Levin · 10 years ago
- db16c52 process.c: move process_vm_readv and process_vm_writev parsers to a separate file by Dmitry V. Levin · 10 years ago
- 52572b6 Implement decoding of fallocate FALLOC_FL_* flags by Dmitry V. Levin · 10 years ago
- 19b50da Fix decoding of renameat2 RENAME_* flags by Dmitry V. Levin · 10 years ago
- 964d80a file.c: move open, openat, and creat parsers to a separate file by Dmitry V. Levin · 10 years ago
- 304cd81 file.c: move access and faccessat parsers to a separate file by Dmitry V. Levin · 10 years ago
- d590f3c file.c: move umask parser to a separate file by Dmitry V. Levin · 10 years ago
- b5d25ec file.c: move lseek and llseek parsers to a separate file by Dmitry V. Levin · 10 years ago
- 9e9ceab file.c: move readahead parser to a separate file by Dmitry V. Levin · 10 years ago
- 6934182 file.c: move truncate, truncate64, ftruncate, and ftruncate64 parsers to a separate file by Dmitry V. Levin · 10 years ago
- 9b2f674 file.c: move chdir parser to a separate file by Dmitry V. Levin · 10 years ago
- 231b19f file.c: move link, linkat, unlinkat, and symlinkat parsers to a separate file by Dmitry V. Levin · 10 years ago
- 46245b3 file.c: move readlink and readlinkat parsers to a separate file by Dmitry V. Levin · 10 years ago
- 6d20a0b file.c: move renameat and renameat2 parsers to a separate file by Dmitry V. Levin · 10 years ago
- 2b7a53b file.c: move chown, fchown, and fchownat parsers to a separate file by Dmitry V. Levin · 10 years ago
- 43b110b Export at_flags by Dmitry V. Levin · 10 years ago
- ad5cf1e file.c: move chmod, fchmod, and fchmodat parsers to a separate file by Dmitry V. Levin · 10 years ago
- 481e067 file.c: move utimes, futimesat, utimensat, and osf_utimes parsers to a separate file by Dmitry V. Levin · 10 years ago
- fb470f3 file.c: move utime parser to a separate file by Dmitry V. Levin · 10 years ago
- b1a01b8 Export sprinttime by Dmitry V. Levin · 10 years ago
- db23b34 file.c: move mknod, mknodat, and xmknod parsers to a separate file by Dmitry V. Levin · 10 years ago
- 9514ac7 file.c: export sprintmode and move it to a separate file by Dmitry V. Levin · 10 years ago
- a836430 file.c: move getcwd parser to a separate file by Dmitry V. Levin · 10 years ago
- 769ffe9 file.c: move *xattr parsers to a separate file by Dmitry V. Levin · 10 years ago
- 63f28dd file.c: move fadvise64 and fadvise64_64 parsers to a separate file by Dmitry V. Levin · 10 years ago
- 710b3ae file.c: move sync_file_range and sync_file_range2 parsers to a separate file by Dmitry V. Levin · 10 years ago
- 2795a5f file.c: move fallocate parser to a separate file by Dmitry V. Levin · 10 years ago
- 85a364a file.c: move swapon parser to a separate file by Dmitry V. Levin · 10 years ago
- 4b9c68b Implement full decoding of 64-bit capabilities by Dmitry V. Levin · 10 years ago
- bf7fdfa Make parsers of capget and capset syscalls self-contained by Dmitry V. Levin · 10 years ago
- 83034c9 Remove system.c by Dmitry V. Levin · 10 years ago
- 6da7ca3 Move mount parser to a separate file by Dmitry V. Levin · 10 years ago
- 542ca1e Move umount2 parser to a separate file by Dmitry V. Levin · 10 years ago
- d28b6a0 Move personality parser to a separate file by Dmitry V. Levin · 10 years ago
- b21e2fb Move syslog parser to a separate file by Dmitry V. Levin · 10 years ago
- 95edb8b Move cacheflush parser to a separate file by Dmitry V. Levin · 10 years ago
- e36c72c bfin: move sram_alloc parser to a separate file by Dmitry V. Levin · 10 years ago
- 5e7987b Move capget and capset parsers to a separate file by Dmitry V. Levin · 10 years ago
- 172241b Move sysctl parser to a separate file by Dmitry V. Levin · 10 years ago
- 600e33c mips: move sysmips parser to a separate file by Dmitry V. Levin · 10 years ago
- f6eb0d6 or1k: move or1k_atomic parser to a separate file by Dmitry V. Levin · 10 years ago
- 907df1e Alias sys_setdomainname to sys_sethostname by Dmitry V. Levin · 10 years ago
- 37548c4 Alias sys_getpeername to sys_getsockname by Dmitry V. Levin · 10 years ago
- 8238590 Alias sys_stime to sys_time by Dmitry V. Levin · 10 years ago
- 6b82ba5 Remove unused sys_mctl by Dmitry V. Levin · 10 years ago
- 6355a1f Alias sys_mkdir and sys_mkdirat to sys_chmod and sys_fchmodat by Dmitry V. Levin · 10 years ago
- 681452b Remove unused <sys/acl.h> based code by Dmitry V. Levin · 10 years ago
- c62d49e Remove unused <sys/asynch.h> based code by Dmitry V. Levin · 10 years ago
- f548067 Print protocol name of socket descriptors with -yy option by Masatake YAMATO · 10 years ago
- 025b358 Replace MAXPATHLEN with PATH_MAX by Dmitry V. Levin · 10 years ago
- 5b88608 Decode FIFREEZE/FITHAW/FITRIM ioctls by Mike Frysinger · 10 years ago
- b2fa2be Include <sys/uio.h> unconditionally by Dmitry V. Levin · 10 years ago
- af534b8 Consistently use C99 designated initializers in the new netlink code by Dmitry V. Levin · 10 years ago
- 18901ea Decode open's O_TMPFILE by Mike Frysinger · 10 years ago
- fafc71f hppa: update error codes and signal numbers by Helge Deller · 10 years ago
- 22deda3 stack trace support: fix check on symbol name presence by Thomas De Schampheleire · 10 years ago
- 993198d tests: add a test for decoding and dumping of recvmmsg/sendmmsg by Masatake YAMATO · 10 years ago
- a807dce Add functions for dumping iovecs in mmsghdr used in sendmmsg and recvmmsg by Masatake YAMATO · 10 years ago
- caf6a43 Use the definition of struct mmsghdr if it is defined in build environment by Masatake YAMATO · 10 years ago
- b248543 Introduce a separate function to copy from msghdr32 to msghdr by Masatake YAMATO · 10 years ago
- 00119f6 ioctlsort: rewrite build rules using noinst_PROGRAMS by Dmitry V. Levin · 10 years ago
- 544a810 Makefile.am: look for ioctl definitions in the kernel build tree by default by Lubomir Rintel · 10 years ago
- c400a1c Dump details for Bluetooth socket operations by Lubomir Rintel · 10 years ago
- 0cc9614 Implement Video4Linux video-input ioctls decoder by Philippe De Muyter · 10 years ago