]> granicus.if.org Git - strace/history - tests/setgroups.c
Remove XLAT_END
[strace] / tests / setgroups.c
2019-09-25 Dmitry V. LevinUpdate copyright headers
2019-09-25 Dmitry V. LevinFix preprocessor indentation
2019-07-16 Dmitry V. LevinConsistently define __NR_* constants
2018-12-10 Dmitry V. Levintests: change the license to GPL-2.0-or-later
2018-06-14 Dmitry V. LevinUpdate copyright headers
2018-05-29 Dmitry V. Levinprint_array: enhance printing of unfetchable object...
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-03-16 Dmitry V. Levintests: use TAIL_ALLOC_OBJECT_CONST_PTR
2017-02-16 Dmitry V. Levintests: replace casts of 0xffffffff00000000ULL with...
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-09-20 Dmitry V. Levintests: use sprintrc in tests/setgroups.c
2016-08-09 Dmitry V. LevinUse <asm/unistd.h> instead of <sys/syscall.h>
2016-05-22 Dmitry V. Levintests: remove manual creation of memory mapping holes
2016-04-21 Dmitry V. Levintests: do not include <errno.h> unnecessarily
2016-04-21 Dmitry V. Levintests/setgroups.c: use errno2name
2016-04-20 Dmitry V. LevinFix corner cases of getgroups and setgroups syscall...