aboutsummaryrefslogtreecommitdiff
path: root/uid.c
AgeCommit message (Expand)Author
2018-06-15Update strace to 4.23.Elliott Hughes
2018-06-14Update strace to 4.22.Elliott Hughes
2018-02-20Update strace to 4.21.Elliott Hughes
2017-09-12Update strace to 4.19.Elliott Hughes
2017-07-05Update strace to 4.18.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-05-07uid.c: use print_array functionDmitry V. Levin
2016-04-20Fix corner cases of getgroups and setgroups syscall decodersDmitry V. Levin
2016-04-20Cleanup setfsuid syscall decoderDmitry V. Levin
2016-04-18Fix decoding of 16-bit uid_t/git_tDmitry V. Levin
2015-12-27Do not truncate return value of get{,e}[ug]id and setfs[ug]id syscallsDmitry V. Levin
2015-12-17Add copyright headers to some files which lack themDmitry V. Levin
2015-07-16uid.c: make use of RVAL_DECODEDDmitry V. Levin
2015-07-16uid.c: use printaddr and umoven_or_printaddrDmitry V. Levin
2015-04-07Declare syscall parsers using SYS_FUNC macroDmitry V. Levin
2015-03-21Change last parameter of umoven() from char* to void*Denys Vlasenko
2014-12-16Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscallsDmitry V. Levin
2014-12-16Fix decoding of 16-bit *chown and [gs]et*[gu]id syscallsDmitry V. Levin
2014-12-15chown.c: split into separate filesDmitry V. Levin
2014-12-15util.c: move printuid to uid.cDmitry V. Levin
2014-12-11process.c: move get*uid and set*uid parsers to a separate fileDmitry V. Levin