]> granicus.if.org Git - strace/history - uid.c
clone: fix print_tls_arg on x86
[strace] / uid.c
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-05-29 Dmitry V. Levinprint_array: enhance printing of unfetchable object...
2018-03-29 Dmitry V. LevinTreat RVAL_DECIMAL the same way as RVAL_UDECIMAL
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-01-21 Dmitry V. LevinReplace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS
2017-09-05 Eugene SyromyatnikovUpdate copyright headers
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-25 Dmitry V. Levinuid: change address argument type from long to kernel_u...
2016-12-23 Dmitry V. Levinuid: change address argument type from unsigned long...
2016-12-04 Eugene Syromyatnikovuid: print size as signed in setgroups/getgroups
2016-12-04 Eugene Syromyatnikovuid: use printuid for printing UID/GID value
2016-05-07 Dmitry V. Levinuid.c: use print_array function
2016-04-20 Dmitry V. LevinFix corner cases of getgroups and setgroups syscall...
2016-04-20 Dmitry V. LevinCleanup setfsuid syscall decoder
2016-04-18 Dmitry V. LevinFix decoding of 16-bit uid_t/git_t
2015-12-27 Dmitry V. LevinDo not truncate return value of get{,e}[ug]id and setfs...
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-07-16 Dmitry V. Levinuid.c: make use of RVAL_DECODED
2015-07-16 Dmitry V. Levinuid.c: use printaddr and umoven_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*
2014-12-16 Dmitry V. LevinFix decoding of getgroups, getgroups32, setgroups,...
2014-12-16 Dmitry V. LevinFix decoding of 16-bit *chown and [gs]et*[gu]id syscalls
2014-12-15 Dmitry V. Levinchown.c: split into separate files
2014-12-15 Dmitry V. Levinutil.c: move printuid to uid.c
2014-12-11 Dmitry V. Levinprocess.c: move get*uid and set*uid parsers to a separa...