]> granicus.if.org Git - strace/history - capability.c
Replace "(unsigned long) -1L" with -1UL
[strace] / capability.c
2016-11-29 Eugene Syromyatnikovcapability: fix omission of capability structure field...
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-07-20 Dmitry V. Levincapability.c: make use of RVAL_DECODED
2015-07-20 Dmitry V. Levincapability.c: use printaddr and umove_or_printaddr
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-03-21 Denys VlasenkoChange last parameter of umoven() from char* to void*
2015-02-19 Dmitry V. LevinMove CAP_* definitions out to header files
2014-12-06 Dmitry V. LevinImplement full decoding of 64-bit capabilities
2014-12-06 Dmitry V. LevinMake parsers of capget and capset syscalls self-contained
2014-12-04 Dmitry V. LevinMove capget and capset parsers to a separate file