- 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
- 749c221 Update ioctl entries by Dmitry V. Levin · 10 years ago
- 3e252ca Remove ioctl header file names from the executable by Dmitry V. Levin · 10 years ago
- ee7b76e Filter out redundant ioctl entries early by Dmitry V. Levin · 10 years ago
- 118c603 ioctlent.sh: update the list of directories exported by headers_install by Dmitry V. Levin · 10 years ago
- 02f9f6b Add a function for dumping iovec in msghdr used in sendmsg and recvmsg by Masatake YAMATO · 10 years ago
- 40c174b Include <linux/ptrace.h> regardless of <sys/reg.h> existence by Maarten ter Huurne · 10 years ago
- 788c0d6 sock: decode SIOCSIFNAME on entering syscall by Dmitry V. Levin · 10 years ago
- f27263d sock: fix decoding of SIOCSIFNAME by Mike Frysinger · 10 years ago
- 8b5fbee sock: fix decoding of struct ifreq.ifr_name by Mike Frysinger · 10 years ago
- 22e34b9 Don't risk truncating open flags by using mode_t by Elliott Hughes · 10 years ago
- 82a528d Enhance sysinfo decoding by Dmitry V. Levin · 10 years ago
- 57d45a2 Move sysinfo parser to a separate file by Dmitry V. Levin · 10 years ago
- 9f59677 Fix build with musl libc by Dmitry V. Levin · 10 years ago
- 3ec5c04 tests: cleanup checks for basic programs by Dmitry V. Levin · 10 years ago
- fdfa722 tests: add a test for -yy option by Dmitry V. Levin · 10 years ago
- 9a0dd74 Move statfs related parsers to a separate file by Dmitry V. Levin · 10 years ago
- 4176d53 fsmagic: sort array by value and use bsearch for faster lookup by Dmitry V. Levin · 10 years ago
- 7faa5b4 fsmagic: update from <linux/magic.h> by Dmitry V. Levin · 10 years ago
- 2f6510c Add -yy option: print ip and port associated with socket descriptors by Dmitry V. Levin · 10 years ago
- c3a5c01 sigaction: wrap sa_restorer in #ifdef SA_RESTORER consistently by Vicente Olivert Riera · 10 years ago
- 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
- 2ed2cc7 Move dirent related parsers to a separate file by Dmitry V. Levin · 10 years ago
- 68d6424 getdents, getdents64: fix potential out-of-bounds read issues by Dmitry V. Levin · 10 years ago
- 1e42f2d tprint_sock_type: remove unused parameter by Dmitry V. Levin · 10 years ago
- 1306365 printsock: fix decoding of unrecognized AF_PACKET packet types by Dmitry V. Levin · 10 years ago
- 6522f13 decode_select: fix potential use of an uninitialized variable by Dmitry V. Levin · 10 years ago
- b7dd5e6 Use external libaio.h by Dmitry V. Levin · 10 years ago
- e277a90 maint: post-release administrivia by Dmitry V. Levin · 10 years ago
- e4db4c4 Prepare for 4.9 release by Dmitry V. Levin · 10 years ago
- a283ae0 Sync strace.spec and debian/ with packages by Dmitry V. Levin · 10 years ago
- 6d32e46 NEWS: Update for 4.9 release by Dmitry V. Levin · 10 years ago
- e971da4 Update syscall tables to the point where they include renameat2 by Mike Frysinger · 10 years ago
- 5b677ab renameat2: add decoding support by Mike Frysinger · 10 years ago
- 67c4d43 CREDITS: fix generation in out of tree builds by Mike Frysinger · 10 years ago
- a80c636 ia64: add missing syscalls by Mike Frysinger · 10 years ago
- dd80a87 ia64: fix sigaction decoding by Mike Frysinger · 10 years ago
- e55264e tests: skip detach-stopped.test when PTRACE_SEIZE doesn't work by Dmitry V. Levin · 10 years ago
- d5588a8 sh: fix syscall numbering for recv and sendto by Erik Johansson · 10 years ago
- 97ca027 tests: fix uio building w/out preadv/pwritev by Mike Frysinger · 10 years ago
- b267aef tests: ignore *.tmp files by Mike Frysinger · 10 years ago
- 2b5bfeb tests: fix shell errors in detach tests by Mike Frysinger · 10 years ago
- 6673ac7 set_ptracer_any: add a little documentation by Mike Frysinger · 10 years ago
- 6ab2ed1 signal: fix thinko in sa_restorer by Mike Frysinger · 10 years ago
- 0189ff9 sigaction test: support arches w/out SA_RESTORER and swapped args by Mike Frysinger · 10 years ago
- 8efd209 alpha/sparc: fix arg count for rt_sigaction by Mike Frysinger · 10 years ago
- d632e10 hppa: fix sigaction decoding by Mike Frysinger · 10 years ago