summaryrefslogtreecommitdiff
path: root/tests/utimes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: parametrize utimes.cDmitry V. Levin2017-04-171-93/+4
* tests: do more rigorous testing of utimes syscall parserDmitry V. Levin2017-04-161-18/+75
* Fix printing of inaccessible times argument of utimes and futimesat syscallsDmitry V. Levin2017-04-161-10/+6
* tests: use fixed timestamps in utime related testsDmitry V. Levin2017-04-161-8/+4
* Print timeval pair as an array of timeval entriesEugene Syromyatnikov2016-11-281-4/+9
* tests: treat tv_sec/tv_usec as signed types in futimesat and utimes testsEugene Syromyatnikov2016-11-281-9/+5
* Fix omission of field names in printers of timeval structureEugene Syromyatnikov2016-11-261-2/+2
* 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: check decoding of utimes syscallDmitry V. Levin2016-04-261-0/+84