2014-12-11 |
Dmitry V. Levin | process.c: include less headers |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | Unexport struct_user_offsets |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: introduce XLAT_UOFF macro |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: move sethostname and gethostname parsers... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: move exit parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: move clone, setns, unshare, and fork parsers... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: move get*uid and set*uid parsers to a separa... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: move getgroups* and setgroups* parsers to... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: move execve and execv parsers to a separate... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: move waitpid, wait4, osf_wait4, and waitid... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: move uname parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: move futex parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: move get_robust_list parser to a separate... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: move sched_* parsers to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: move sched_setaffinity and sched_getaffinity... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: move prctl and arch_prctl parsers to a separ... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: move getcpu parser to a separate file |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: move process_vm_readv and process_vm_writev... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | Implement decoding of fallocate FALLOC_FL_* flags |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | Fix decoding of renameat2 RENAME_* flags |
commit | commitdiff | tree | snapshot |
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 |
next |