summaryrefslogtreecommitdiff
path: root/tests/getgroups.c
Commit message (Expand)AuthorAgeFilesLines
* tests: assume __NR_getgroups is definedDmitry V. Levin2021-06-021-22/+10
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* Update copyright headersDmitry V. Levin2019-09-251-1/+1
* Fix preprocessor indentationDmitry V. Levin2019-09-251-1/+1
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+1
* Fix preprocessor indentationDmitry V. Levin2018-12-301-1/+1
* Update copyright headersDmitry V. Levin2018-12-241-1/+1
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* tests: replace casts of 0xffffffff00000000ULL with F8ILL_KULONG_MASKDmitry V. Levin2017-02-161-2/+2
* uid: print size as signed in setgroups/getgroupsEugene Syromyatnikov2016-12-041-6/+6
* tests: use sprintrc in tests/getgroups.cDmitry V. Levin2016-09-201-19/+6
* Use <asm/unistd.h> instead of <sys/syscall.h>Dmitry V. Levin2016-08-091-1/+1
* tests: remove manual creation of memory mapping holesDmitry V. Levin2016-05-221-1/+0
* tests: do not include <errno.h> unnecessarilyDmitry V. Levin2016-04-211-1/+0
* tests/getgroups.c: use errno2nameDmitry V. Levin2016-04-211-16/+5
* Fix corner cases of getgroups and setgroups syscall decodersDmitry V. Levin2016-04-201-0/+161