aboutsummaryrefslogtreecommitdiff
path: root/time.c
AgeCommit message (Expand)Author
2018-12-19Update strace to 4.25.Elliott Hughes
2018-06-15Update strace to 4.23.Elliott Hughes
2018-06-14Update strace to 4.22.Elliott Hughes
2017-07-05Update strace to 4.18.Elliott Hughes
2017-05-25Upgrade strace to 4.17.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-08-22Fix old_value argument retrieval in timerfd_settime parserEugene Syromyatnikov
2016-05-14Prepare for transition from xlookup64 to xlookupDmitry V. Levin
2016-04-20Remove parser of unimplemented timerfd syscallDmitry V. Levin
2015-09-19Convert another parser of struct timeval to new mpers infrastructureDmitry V. Levin
2015-09-19Convert another parser of struct timespec to new mpers infrastructureDmitry V. Levin
2015-09-19Fix decoding of gettimeofday and settimeofdayDmitry V. Levin
2015-09-19Convert parser of struct timeval to new mpers infrastructureDmitry V. Levin
2015-09-19Convert parser of struct timespec to new mpers infrastructureDmitry V. Levin
2015-09-19Remove unused parser of adjtime syscallDmitry V. Levin
2015-09-19Fix decoding of clock_nanosleepDmitry V. Levin
2015-09-19Add is_erestart helper functionDmitry V. Levin
2015-09-19Convert parser of struct itimerval to new mpers infrastructureDmitry V. Levin
2015-09-19Convert parser of struct itimerspec to new mpers infrastructureDmitry V. Levin
2015-09-17time.c: move parser of time syscall to print_time.cDmitry V. Levin
2015-09-17Convert parser of struct timex to new mpers infrastructureDmitry V. Levin
2015-09-17Move parser of struct timex to a separate fileDmitry V. Levin
2015-09-16Convert parser of struct sigevent to new mpers infrastructureDmitry V. Levin
2015-09-16Move parser of struct sigevent to a separate fileDmitry V. Levin
2015-09-16time.c: move fallback definitions of SIGEV_* values to xlat/Dmitry V. Levin
2015-08-18Fix time syscall decoding for some personalitiesDmitry V. Levin
2015-08-03timerfd, timerfd_create: mark return code with RVAL_FD flagDmitry V. Levin
2015-08-01time.c: remove obsolete code from adjtimex parserElvira Khabirova
2015-07-18defs.h: do not include <signal.h>Dmitry V. Levin
2015-07-16time.c: make use of RVAL_DECODEDDmitry V. Levin
2015-07-16time.c: use printaddr, printnum_int, and umoven_or_printaddrDmitry V. Levin
2015-07-16sprinttv: do not fetch data in case of syserrorDmitry V. Levin
2015-07-05time.c: move rtc ioctl parser to a separate fileDmitry V. Levin
2015-04-07Declare syscall parsers using SYS_FUNC macroDmitry V. Levin
2015-02-28x32: fix decoding of timeval, timespec, and timex structuresDmitry V. Levin
2015-02-17Rename printnum to printnum_long to avoid confusionDmitry V. Levin
2015-01-20ioctl: assume that all ioctl commands have unsigned int typeDmitry V. Levin
2014-12-31timerfd: update flags decodingMike Frysinger
2014-12-27Cleanup UTIME_NOW/UTIME_OMIT decodingDmitry V. Levin
2014-12-27Fix UTIME_NOW/UTIME_OMIT decodingElliott Hughes
2014-12-02Alias sys_stime to sys_timeDmitry V. Levin
2014-05-30Compress blank linesDmitry V. Levin
2014-05-30Generate xlat/*.in filesDmitry V. Levin
2014-05-30Rename several xlat structures to avoid collisionsDmitry V. Levin
2014-04-17Update CLOCK_* constantsDmitry V. Levin
2014-02-05Use XLAT_END macroDmitry V. Levin
2014-02-05Convert sigev_value to XLAT formDmitry V. Levin
2014-02-05Use XLAT macroDmitry V. Levin
2014-02-03Decode dynamic posix clocksStefan Sørensen
2014-02-03Update ADJ_* constantsStefan Sørensen