]> granicus.if.org Git - strace/history - fcntl.c
xlat: add BPF_F_TEST_STATE_FREQ to bpf_prog_flags
[strace] / fcntl.c
2018-12-17 Eugene SyromyatnikovUse printsignal instead of signame
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-06-14 Dmitry V. LevinUpdate copyright headers
2018-05-03 Dmitry V. Levinxlat: merge fcntl64cmds into fcntlcmds
2018-04-24 Eugene Syromyatnikovfcntl: replace combinations of xlookup and printxval...
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2016-12-26 Dmitry V. LevinAutomatically replace PRI_kr[dux] with PRI_kl[dux]
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-26 Dmitry V. LevinPrint kernel_ureg_t and kernel_scno_t using dedicated...
2016-12-25 Dmitry V. LevinUse printxval64 instead of printxval_long
2016-12-25 Dmitry V. LevinUse printflags64 instead of printflags_long
2016-12-25 Dmitry V. LevinCast tcp->u_rval to kernel_ureg_t instead of unsigned...
2016-12-25 Dmitry V. Levinfcntl: change address argument type from long to kernel...
2016-12-19 Dmitry V. Levinfcntl.c: print 64-bit fields of struct_kernel_flock64...
2016-05-16 Dmitry V. LevinFix printing of invalid 3rd argument of fcntl/fcntl64...
2016-05-16 Dmitry V. LevinFix printing of invalid l_type and l_whence in fcntl...
2016-05-16 Dmitry V. LevinFix decoding of fcntl/fcntl64 operation argument
2016-05-15 Dmitry V. LevinPrepare for transition from sprintflags64 to sprintflags
2016-05-14 Dmitry V. LevinPrepare for transition from xlookup64 to xlookup
2015-12-16 Dmitry V. LevinReplace %Ld/%Lu printf format specifiers with %lld...
2015-12-05 Dmitry V. Levinfcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in...
2015-12-05 Dmitry V. Levinprint_fcntl: finish with unrecognized commands on enter...
2015-12-04 Elvira Khabirovafcntl: create a separate parser for fcntl64 syscall
2015-11-26 Dmitry V. LevinConvert parsers of flock structures to new mpers infras...
2015-11-26 Dmitry V. Levinfcntl.c: implement decoding for all known operations
2015-11-26 Dmitry V. Levinfcntl.c: mark F_DUPFD and F_DUPFD_CLOEXEC return code...
2015-11-26 Dmitry V. Levinfcntl.c: remove redundant ifdefs
2015-11-26 Dmitry V. Levinfcntl.c: use <linux/fcntl.h> instead of <fcntl.h>
2015-10-09 Dmitry V. Levinfcntl.c: make use of RVAL_DECODED
2015-10-08 Dmitry V. Levindesc.c: move parser of fcntl syscall to a separate...