2014-12-11 |
Dmitry V. Levin | file.c: move open, openat, and creat parsers to a separ... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move access and faccessat parsers to a separate... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move umask parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move lseek and llseek parsers to a separate... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move readahead parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move truncate, truncate64, ftruncate, and ftrun... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move chdir parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move link, linkat, unlinkat, and symlinkat... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move readlink and readlinkat parsers to a separ... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move renameat and renameat2 parsers to a separa... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move chown, fchown, and fchownat parsers to... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | Export at_flags |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move chmod, fchmod, and fchmodat parsers to... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move utimes, futimesat, utimensat, and osf_utim... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move utime parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | Export sprinttime |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move mknod, mknodat, and xmknod parsers to... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: export sprintmode and move it to a separate... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move getcwd parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move *xattr parsers to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move fadvise64 and fadvise64_64 parsers to... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move sync_file_range and sync_file_range2 parse... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move fallocate parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | file.c: move swapon parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Dmitry V. Levin | Implement full decoding of 64-bit capabilities |
commit | commitdiff | tree | snapshot |
2014-12-06 |
Dmitry V. Levin | Make parsers of capget and capset syscalls self-contained |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Dmitry V. Levin | Remove system.c |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Dmitry V. Levin | Move mount parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Dmitry V. Levin | Move umount2 parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Dmitry V. Levin | Move personality parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Dmitry V. Levin | Move syslog parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Dmitry V. Levin | Move cacheflush parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Dmitry V. Levin | bfin: move sram_alloc parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Dmitry V. Levin | Move capget and capset parsers to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Dmitry V. Levin | Move sysctl parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Dmitry V. Levin | mips: move sysmips parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Dmitry V. Levin | or1k: move or1k_atomic parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-02 |
Dmitry V. Levin | Alias sys_setdomainname to sys_sethostname |
commit | commitdiff | tree | snapshot |
2014-12-02 |
Dmitry V. Levin | Alias sys_getpeername to sys_getsockname |
commit | commitdiff | tree | snapshot |
2014-12-02 |
Dmitry V. Levin | Alias sys_stime to sys_time |
commit | commitdiff | tree | snapshot |
2014-12-02 |
Dmitry V. Levin | Remove unused sys_mctl |
commit | commitdiff | tree | snapshot |
2014-12-01 |
Dmitry V. Levin | Alias sys_mkdir and sys_mkdirat to sys_chmod and sys_fc... |
commit | commitdiff | tree | snapshot |
2014-12-01 |
Dmitry V. Levin | Remove unused <sys/acl.h> based code |
commit | commitdiff | tree | snapshot |
2014-12-01 |
Dmitry V. Levin | Remove unused <sys/asynch.h> based code |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Masatake YAMATO | Print protocol name of socket descriptors with -yy... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Dmitry V. Levin | Replace MAXPATHLEN with PATH_MAX |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Mike Frysinger | Decode FIFREEZE/FITHAW/FITRIM ioctls |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Dmitry V. Levin | Include <sys/uio.h> unconditionally |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Dmitry V. Levin | Consistently use C99 designated initializers in the... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Mike Frysinger | Decode open's O_TMPFILE |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Helge Deller | hppa: update error codes and signal numbers |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Thomas De Schampheleire | stack trace support: fix check on symbol name presence |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Masatake YAMATO | tests: add a test for decoding and dumping of recvmmsg... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Masatake YAMATO | Add functions for dumping iovecs in mmsghdr used in... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Masatake YAMATO | Use the definition of struct mmsghdr if it is defined... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Masatake YAMATO | Introduce a separate function to copy from msghdr32... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Dmitry V. Levin | ioctlsort: rewrite build rules using noinst_PROGRAMS |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Lubomir Rintel | Makefile.am: look for ioctl definitions in the kernel... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Lubomir Rintel | Dump details for Bluetooth socket operations |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Philippe De... | Implement Video4Linux video-input ioctls decoder |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Dmitry V. Levin | Update ioctl entries |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Dmitry V. Levin | Remove ioctl header file names from the executable |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Dmitry V. Levin | Filter out redundant ioctl entries early |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Dmitry V. Levin | ioctlent.sh: update the list of directories exported... |
commit | commitdiff | tree | snapshot |
2014-11-01 |
Masatake YAMATO | Add a function for dumping iovec in msghdr used in... |
commit | commitdiff | tree | snapshot |
2014-10-31 |
Maarten ter... | Include <linux/ptrace.h> regardless of <sys/reg.h>... |
commit | commitdiff | tree | snapshot |
2014-10-31 |
Dmitry V. Levin | sock: decode SIOCSIFNAME on entering syscall |
commit | commitdiff | tree | snapshot |
2014-10-31 |
Mike Frysinger | sock: fix decoding of SIOCSIFNAME |
commit | commitdiff | tree | snapshot |
2014-10-31 |
Mike Frysinger | sock: fix decoding of struct ifreq.ifr_name |
commit | commitdiff | tree | snapshot |
2014-10-03 |
Elliott Hughes | Don't risk truncating open flags by using mode_t |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Dmitry V. Levin | Enhance sysinfo decoding |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Dmitry V. Levin | Move sysinfo parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-09-29 |
Dmitry V. Levin | Fix build with musl libc |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Dmitry V. Levin | tests: cleanup checks for basic programs |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Dmitry V. Levin | tests: add a test for -yy option |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Dmitry V. Levin | Move statfs related parsers to a separate file |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Dmitry V. Levin | fsmagic: sort array by value and use bsearch for faster... |
commit | commitdiff | tree | snapshot |
2014-09-21 |
Dmitry V. Levin | fsmagic: update from <linux/magic.h> |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Dmitry V. Levin | Add -yy option: print ip and port associated with socke... |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Vicente Olivert... | sigaction: wrap sa_restorer in #ifdef SA_RESTORER consi... |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Dmitry V. Levin | Fix compilation warnings reported by gcc -Wsign-compare |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Dmitry V. Levin | Move dirent related parsers to a separate file |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Dmitry V. Levin | getdents, getdents64: fix potential out-of-bounds read... |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Dmitry V. Levin | tprint_sock_type: remove unused parameter |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Dmitry V. Levin | printsock: fix decoding of unrecognized AF_PACKET packe... |
commit | commitdiff | tree | snapshot |
2014-09-09 |
Dmitry V. Levin | decode_select: fix potential use of an uninitialized... |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Dmitry V. Levin | Use external libaio.h |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Dmitry V. Levin | maint: post-release administrivia |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Dmitry V. Levin | Prepare for 4.9 release v4.9 |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Dmitry V. Levin | Sync strace.spec and debian/ with packages |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Dmitry V. Levin | NEWS: Update for 4.9 release |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Mike Frysinger | Update syscall tables to the point where they include... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Mike Frysinger | renameat2: add decoding support |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Mike Frysinger | CREDITS: fix generation in out of tree builds |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Mike Frysinger | ia64: add missing syscalls |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Mike Frysinger | ia64: fix sigaction decoding |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Dmitry V. Levin | tests: skip detach-stopped.test when PTRACE_SEIZE doesn... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Erik Johansson | sh: fix syscall numbering for recv and sendto |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Mike Frysinger | tests: fix uio building w/out preadv/pwritev |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Mike Frysinger | tests: ignore *.tmp files |
commit | commitdiff | tree | snapshot |
next |