summaryrefslogtreecommitdiff
path: root/tests/getrusage.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2021-07-171-1/+1
* tests/getrusage: fix -Wmissing-prototypes warningsDmitry V. Levin2021-06-041-1/+1
* tests: assume __NR_getrusage is definedDmitry V. Levin2021-06-021-16/+10
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* Update copyright headersDmitry V. Levin2020-06-011-1/+1
* tests/getrusage: Correctly use the long types from the rusage structAlistair Francis2020-04-191-12/+23
* Update copyright headersDmitry V. Levin2019-09-251-1/+1
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-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
* Print microseconds/nanoseconds as non-negativeEugene Syromyatnikov2017-04-241-6/+6
* tests: use TAIL_ALLOC_OBJECT_CONST_PTRDmitry V. Levin2017-03-161-1/+1
* Decode RUSAGE_THREADVictor Krapivensky2017-03-161-6/+25
* Print struct timeval consistentlyDmitry V. Levin2016-11-281-6/+6
* Fix omission of field names in printers of timeval structureEugene Syromyatnikov2016-11-261-3/+3
* Use <asm/unistd.h> instead of <sys/syscall.h>Dmitry V. Levin2016-08-091-1/+1
* getrusage.test: fix build on x32Dmitry V. Levin2016-02-191-4/+7
* getrusage.test: check that getrusage parser does not access extra memoryDmitry V. Levin2016-02-191-9/+37
* tests: add getrusage.testFei Jie2016-02-191-0/+37