summaryrefslogtreecommitdiff
path: root/defs.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused functionsDmitry V. Levin2016-05-071-2/+0
* Introduce print_array function for consistent decoding of arraysDmitry V. Levin2016-05-071-0/+16
* Mpersify ioctl macrosDmitry V. Levin2016-05-051-0/+7
* Change type of {s,t}print_open_modes's argument to unsignedDmitry V. Levin2016-04-291-2/+2
* Introduce printflags64 functionDmitry V. Levin2016-04-281-1/+7
* Introduce sprintflags64 functionDmitry V. Levin2016-04-281-1/+7
* printxvals: change type of integer argument to uint64_tDmitry V. Levin2016-04-281-1/+1
* xlat_search: change type of integer argument to uint64_tDmitry V. Levin2016-04-281-1/+1
* Introduce xlookup64 functionDmitry V. Levin2016-04-281-1/+7
* addflags: change type of integer argument to uint64_tDmitry V. Levin2016-04-281-1/+1
* Introduce printxval64 wrapperDmitry V. Levin2016-04-281-0/+6
* Turn printxval macro into a static inline functionDmitry V. Levin2016-04-281-1/+6
* Fix decoding of statfs family syscallsDmitry V. Levin2016-04-261-0/+4
* Move definition of struct xlat to a separate header fileDmitry V. Levin2016-04-261-6/+1
* Rename PRI__s64 to PRI__d64Dmitry V. Levin2016-04-231-1/+1
* Add sentinel attribute to printxvalsDmitry V. Levin2016-04-011-1/+2
* Define PRI__[uxs]64 macros to print __s64 and __u64 valuesJeff Mahoney2016-03-311-0/+20
* Replace printargs_lu and printargs_ld with printargs_u and printargs_dDmitry V. Levin2016-02-141-2/+3
* Implement caching of print_sockaddr_by_inodeDmitry V. Levin2016-02-031-0/+2
* Fix dumping of recvmsg syscall in case of short readDmitry V. Levin2016-01-201-1/+1
* Fix decoding and dumping of readv syscall in case of short readDmitry V. Levin2016-01-201-1/+3
* Move gcc compat macros to gcc_compat.hDmitry V. Levin2016-01-021-42/+1
* Fix SYS_FUNC and SEN macros for muslSzabolcs Nagy2015-12-161-2/+2
* Replace HAVE_LITTLE_ENDIAN_LONG_LONG with WORDS_BIGENDIANDmitry V. Levin2015-12-141-3/+3
* aarch64: swap 64-bit and 32-bit personalitiesDmitry V. Levin2015-12-091-6/+5
* ioctl: allow to stop decoding numberGabriel Laskar2015-12-041-0/+4
* Refer to -h on incorrect usageElvira Khabirova2015-11-271-0/+2
* mpers: skip xlat struct definitions in mpers modeDmitry V. Levin2015-11-201-3/+0
* Mpersify parsers of readdir and getdents syscallsDmitry V. Levin2015-11-191-0/+1
* Convert another parser of struct timeval to new mpers infrastructureDmitry V. Levin2015-09-191-5/+1
* Convert another parser of struct timespec to new mpers infrastructureDmitry V. Levin2015-09-191-2/+2
* Convert parser of struct timeval to new mpers infrastructureDmitry V. Levin2015-09-191-4/+2
* Convert parser of struct timespec to new mpers infrastructureDmitry V. Levin2015-09-191-1/+0
* Add is_erestart helper functionDmitry V. Levin2015-09-191-0/+1
* Add helper functions to clear/restore syserrorDmitry V. Levin2015-09-191-0/+3
* Convert parser of struct itimerval to new mpers infrastructureDmitry V. Levin2015-09-191-0/+1
* Convert parser of struct timex to new mpers infrastructureDmitry V. Levin2015-09-171-0/+2
* Convert parser of struct sigevent to new mpers infrastructureDmitry V. Levin2015-09-161-1/+1
* Simplify use of mpers printersDmitry V. Levin2015-09-161-3/+0
* Add a new helper function umove_ulong_array_or_printaddrDmitry V. Levin2015-09-151-0/+1
* Rename umove_long_or_printaddr to umove_ulong_or_printaddrDmitry V. Levin2015-09-141-1/+1
* aarch64, ppc64, sparc64, tile: hook up mpers printersDmitry V. Levin2015-09-141-0/+20
* Mpersify parsers of getrusage, waitpid, wait4, and waitid syscallsDmitry V. Levin2015-08-281-1/+0
* Mpersify printsiginfo_at printerElvira Khabirova2015-08-281-1/+0
* Add mpers supportElvira Khabirova2015-08-281-3/+63
* Fix multiple personalities support in parser of io_submit syscallDmitry V. Levin2015-08-261-0/+1
* decode extend getsockopt/setsockopt optionsMike Frysinger2015-08-261-1/+2
* ipc.c: split into separate filesElvira Khabirova2015-08-201-0/+4
* Make printnum_* functions return boolean statusDmitry V. Levin2015-08-191-6/+6
* Fix printing tracee's long integersDmitry V. Levin2015-08-181-11/+26