summaryrefslogtreecommitdiff
path: root/fcntl.c
Commit message (Expand)AuthorAgeFilesLines
* xlat: merge fcntl64cmds into fcntlcmdsDmitry V. Levin2018-05-031-10/+2
* fcntl: replace combinations of xlookup and printxval with printxvalsEugene Syromyatnikov2018-04-241-17/+8
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Automatically replace PRI_kr[dux] with PRI_kl[dux]Dmitry V. Levin2016-12-261-3/+3
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-6/+6
* Print kernel_ureg_t and kernel_scno_t using dedicated format stringsDmitry V. Levin2016-12-261-3/+3
* Use printxval64 instead of printxval_longDmitry V. Levin2016-12-251-1/+1
* Use printflags64 instead of printflags_longDmitry V. Levin2016-12-251-2/+2
* Cast tcp->u_rval to kernel_ureg_t instead of unsigned longDmitry V. Levin2016-12-251-3/+3
* fcntl: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-3/+3
* fcntl.c: print 64-bit fields of struct_kernel_flock64 using PRId64 formatDmitry V. Levin2016-12-191-2/+2
* Fix printing of invalid 3rd argument of fcntl/fcntl64 syscallDmitry V. Levin2016-05-161-3/+3
* Fix printing of invalid l_type and l_whence in fcntl/fcntl64 syscallsDmitry V. Levin2016-05-161-2/+2
* Fix decoding of fcntl/fcntl64 operation argumentDmitry V. Levin2016-05-161-8/+10
* Prepare for transition from sprintflags64 to sprintflagsDmitry V. Levin2016-05-151-2/+4
* Prepare for transition from xlookup64 to xlookupDmitry V. Levin2016-05-141-3/+5
* Replace %Ld/%Lu printf format specifiers with %lld/%lluDmitry V. Levin2015-12-161-1/+1
* fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in fcntl syscall parserDmitry V. Levin2015-12-051-8/+39
* print_fcntl: finish with unrecognized commands on entering syscallDmitry V. Levin2015-12-051-100/+100
* fcntl: create a separate parser for fcntl64 syscallElvira Khabirova2015-12-041-1/+12
* Convert parsers of flock structures to new mpers infrastructureDmitry V. Levin2015-11-261-59/+21
* fcntl.c: implement decoding for all known operationsDmitry V. Levin2015-11-261-5/+53
* fcntl.c: mark F_DUPFD and F_DUPFD_CLOEXEC return code with RVAL_FD flagDmitry V. Levin2015-11-261-2/+5
* fcntl.c: remove redundant ifdefsDmitry V. Levin2015-11-261-25/+0
* fcntl.c: use <linux/fcntl.h> instead of <fcntl.h>Dmitry V. Levin2015-11-261-11/+3
* fcntl.c: make use of RVAL_DECODEDDmitry V. Levin2015-10-091-14/+5
* desc.c: move parser of fcntl syscall to a separate fileDmitry V. Levin2015-10-081-0/+223