index
:
delta/strace.git
AkosUzonyi/pidns
EdgarKaziakhmedov/asinfo
NikolayMarchuk/gsoc-2017-final
NikolayMarchuk/gsoc-2017-final-rebased-on-v4.23--16
VictorKrapivensky/luajit
ZhibinLi/ioctl-drm
baserock/morph
esyr/5.15
esyr/af-spec-fix
esyr/count
esyr/enable-libdw-mpers
esyr/fb
esyr/fixes
esyr/gdbserver-prep
esyr/gdbserver-prep--rebased
esyr/gdbserver0
esyr/hppa-madvise
esyr/ip-local-port-range
esyr/kd
esyr/linux-5.14
esyr/linux-5.15
esyr/linux-5.16
esyr/linux-5.7
esyr/long-options
esyr/net
esyr/next-ng2
esyr/next-ng2-salvage
esyr/prctl-mdwe
esyr/ptp
esyr/rtc-success
esyr/secontext-fixes
esyr/strace-c-fix
esyr/straus-v2
esyr/tcamsg-fixes
esyr/term
esyr/tests-prctl-sve-fix
esyr/time64-updates
esyr/trace-fds
esyr/v4l2
esyr/v5.19
glebfm/getregs_old
ldv/PTRACE_GETEVENTMSG
ldv/PTRACE_SETOPTIONS-tests
ldv/SECCOMP_RET_TRAP
ldv/ci-musl-mainline-only
ldv/codecov
ldv/credits
ldv/fixes
ldv/gcc-10
ldv/github-ci
ldv/gpio
ldv/linux-5.9
ldv/master
ldv/next
ldv/release
ldv/secontext
ldv/selinux
ldv/trace-siginfo
ldv/travis-looping-threads-valgrind
ldv/travis-valgrind
ldv/unifdef
lirc
master
obsolete/HEAD
obsolete/WTA
obsolete/ia64.0
obsolete/v4.0.1
ppiao/gsoc-2018-final
rebase
vapier/ioctlent
github.com: strace/strace.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fcntl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xlat: merge fcntl64cmds into fcntlcmds
Dmitry V. Levin
2018-05-03
1
-10
/
+2
*
fcntl: replace combinations of xlookup and printxval with printxvals
Eugene Syromyatnikov
2018-04-24
1
-17
/
+8
*
Add copyright headers
Eugene Syromyatnikov
2017-05-22
1
-0
/
+1
*
Automatically replace PRI_kr[dux] with PRI_kl[dux]
Dmitry V. Levin
2016-12-26
1
-3
/
+3
*
Automatically replace kernel_(scno|ureg)_t with kernel_ulong_t
Dmitry V. Levin
2016-12-26
1
-6
/
+6
*
Print kernel_ureg_t and kernel_scno_t using dedicated format strings
Dmitry V. Levin
2016-12-26
1
-3
/
+3
*
Use printxval64 instead of printxval_long
Dmitry V. Levin
2016-12-25
1
-1
/
+1
*
Use printflags64 instead of printflags_long
Dmitry V. Levin
2016-12-25
1
-2
/
+2
*
Cast tcp->u_rval to kernel_ureg_t instead of unsigned long
Dmitry V. Levin
2016-12-25
1
-3
/
+3
*
fcntl: change address argument type from long to kernel_ureg_t
Dmitry V. Levin
2016-12-25
1
-3
/
+3
*
fcntl.c: print 64-bit fields of struct_kernel_flock64 using PRId64 format
Dmitry V. Levin
2016-12-19
1
-2
/
+2
*
Fix printing of invalid 3rd argument of fcntl/fcntl64 syscall
Dmitry V. Levin
2016-05-16
1
-3
/
+3
*
Fix printing of invalid l_type and l_whence in fcntl/fcntl64 syscalls
Dmitry V. Levin
2016-05-16
1
-2
/
+2
*
Fix decoding of fcntl/fcntl64 operation argument
Dmitry V. Levin
2016-05-16
1
-8
/
+10
*
Prepare for transition from sprintflags64 to sprintflags
Dmitry V. Levin
2016-05-15
1
-2
/
+4
*
Prepare for transition from xlookup64 to xlookup
Dmitry V. Levin
2016-05-14
1
-3
/
+5
*
Replace %Ld/%Lu printf format specifiers with %lld/%llu
Dmitry V. Levin
2015-12-16
1
-1
/
+1
*
fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in fcntl syscall parser
Dmitry V. Levin
2015-12-05
1
-8
/
+39
*
print_fcntl: finish with unrecognized commands on entering syscall
Dmitry V. Levin
2015-12-05
1
-100
/
+100
*
fcntl: create a separate parser for fcntl64 syscall
Elvira Khabirova
2015-12-04
1
-1
/
+12
*
Convert parsers of flock structures to new mpers infrastructure
Dmitry V. Levin
2015-11-26
1
-59
/
+21
*
fcntl.c: implement decoding for all known operations
Dmitry V. Levin
2015-11-26
1
-5
/
+53
*
fcntl.c: mark F_DUPFD and F_DUPFD_CLOEXEC return code with RVAL_FD flag
Dmitry V. Levin
2015-11-26
1
-2
/
+5
*
fcntl.c: remove redundant ifdefs
Dmitry V. Levin
2015-11-26
1
-25
/
+0
*
fcntl.c: use <linux/fcntl.h> instead of <fcntl.h>
Dmitry V. Levin
2015-11-26
1
-11
/
+3
*
fcntl.c: make use of RVAL_DECODED
Dmitry V. Levin
2015-10-09
1
-14
/
+5
*
desc.c: move parser of fcntl syscall to a separate file
Dmitry V. Levin
2015-10-08
1
-0
/
+223