2014-12-25 |
Masatake YAMATO | Support unix domain sockets in -yy option |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Masatake YAMATO | Use the protocol name of a socket as a hint for peer... |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Dmitry V. Levin | Fix decoding of getgroups, getgroups32, setgroups,... |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Dmitry V. Levin | Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Dmitry V. Levin | sh, sh64: fix uid/gid syscall entries |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Dmitry V. Levin | s390: fix uid/gid syscall entries |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Dmitry V. Levin | sparc: fix uid/gid syscall entries |
commit | commitdiff | tree | snapshot |
2014-12-15 |
Dmitry V. Levin | chown.c: split into separate files |
commit | commitdiff | tree | snapshot |
2014-12-15 |
Dmitry V. Levin | util.c: move printuid to uid.c |
commit | commitdiff | tree | snapshot |
2014-12-15 |
Dmitry V. Levin | tests/uid.awk: rewrite in a more maintainable style |
commit | commitdiff | tree | snapshot |
2014-12-14 |
Dmitry V. Levin | printuid: fix uid_t decoding on 64-bit architectures |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Dmitry V. Levin | Update PTRACE_* constants |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Dmitry V. Levin | Update SWAP_FLAG_* constants |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | Update SCHED_* constants |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | Update prctl PR_* constants |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | Always compile sys_prctl parser |
commit | commitdiff | tree | snapshot |
2014-12-11 |
Dmitry V. Levin | process.c: split struct_user_offsets into architecture... |
commit | commitdiff | tree | snapshot |
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 |
next |