commit | c7c5270966c4193d19ad4236ac0f33fba7499805 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Fri Oct 09 21:08:43 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Nov 26 01:37:34 2015 +0000 |
tree | 0863a841bde8e1deac515e04f7b850fa25ce150b | |
parent | 46129c998a1ee7900e5108156ee2f37554f77e33 [diff] |
fcntl.c: implement decoding for all known operations * xlat/f_owner_types.in: New file. * xlat/f_seals.in: Likewise. * fcntl.c: Include "xlat/f_owner_types.h" and "xlat/f_seals.h". (print_f_owner_ex): New function. (SYS_FUNC(fcntl)): Use it. Handle F_SETPIPE_SZ, F_GETPIPE_SZ, F_OFD_SETLKW, F_OFD_SETLK, F_SETOWN_EX, F_ADD_SEALS, F_SETSIG, F_OFD_GETLK, F_GETOWN_EX, F_GET_SEALS, F_GETSIG.