summaryrefslogtreecommitdiff
path: root/time.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2018-04-051-1/+1
* Return RVAL_STR unconditionallyEugene Syromyatnikov2018-04-041-3/+1
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-3/+2
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-3/+3
* Cast tcp->u_rval to kernel_ureg_t instead of unsigned longDmitry V. Levin2016-12-251-1/+1
* time: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-2/+2
* Fix old_value argument retrieval in timerfd_settime parserEugene Syromyatnikov2016-08-221-9/+11
* Prepare for transition from xlookup64 to xlookupDmitry V. Levin2016-05-141-1/+1
* Remove parser of unimplemented timerfd syscallDmitry V. Levin2016-04-201-12/+0
* Convert another parser of struct timeval to new mpers infrastructureDmitry V. Levin2015-09-191-70/+0
* Convert another parser of struct timespec to new mpers infrastructureDmitry V. Levin2015-09-191-34/+0
* Fix decoding of gettimeofday and settimeofdayDmitry V. Levin2015-09-191-4/+16
* Convert parser of struct timeval to new mpers infrastructureDmitry V. Levin2015-09-191-8/+8
* Convert parser of struct timespec to new mpers infrastructureDmitry V. Levin2015-09-191-12/+4
* Remove unused parser of adjtime syscallDmitry V. Levin2015-09-191-11/+0
* Fix decoding of clock_nanosleepDmitry V. Levin2015-09-191-1/+11
* Add is_erestart helper functionDmitry V. Levin2015-09-191-13/+10
* Convert parser of struct itimerval to new mpers infrastructureDmitry V. Levin2015-09-191-49/+6
* Convert parser of struct itimerspec to new mpers infrastructureDmitry V. Levin2015-09-191-8/+7
* time.c: move parser of time syscall to print_time.cDmitry V. Levin2015-09-171-13/+0
* Convert parser of struct timex to new mpers infrastructureDmitry V. Levin2015-09-171-3/+1
* Move parser of struct timex to a separate fileDmitry V. Levin2015-09-171-84/+1
* Convert parser of struct sigevent to new mpers infrastructureDmitry V. Levin2015-09-161-1/+1
* Move parser of struct sigevent to a separate fileDmitry V. Levin2015-09-161-80/+0
* time.c: move fallback definitions of SIGEV_* values to xlat/Dmitry V. Levin2015-09-161-3/+0
* Fix time syscall decoding for some personalitiesDmitry V. Levin2015-08-181-1/+6
* timerfd, timerfd_create: mark return code with RVAL_FD flagDmitry V. Levin2015-08-031-2/+2
* time.c: remove obsolete code from adjtimex parserElvira Khabirova2015-08-011-11/+0
* defs.h: do not include <signal.h>Dmitry V. Levin2015-07-181-0/+1
* time.c: make use of RVAL_DECODEDDmitry V. Levin2015-07-161-44/+39
* time.c: use printaddr, printnum_int, and umoven_or_printaddrDmitry V. Levin2015-07-161-85/+37
* sprinttv: do not fetch data in case of syserrorDmitry V. Levin2015-07-161-22/+5
* time.c: move rtc ioctl parser to a separate fileDmitry V. Levin2015-07-051-88/+0
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-46/+23
* x32: fix decoding of timeval, timespec, and timex structuresDmitry V. Levin2015-02-281-34/+33
* Rename printnum to printnum_long to avoid confusionDmitry V. Levin2015-02-171-1/+1
* ioctl: assume that all ioctl commands have unsigned int typeDmitry V. Levin2015-01-201-1/+1
* timerfd: update flags decodingMike Frysinger2014-12-311-4/+1
* Cleanup UTIME_NOW/UTIME_OMIT decodingDmitry V. Levin2014-12-271-25/+19
* Fix UTIME_NOW/UTIME_OMIT decodingElliott Hughes2014-12-271-2/+2
* Alias sys_stime to sys_timeDmitry V. Levin2014-12-021-9/+0
* Compress blank linesDmitry V. Levin2014-05-301-7/+2
* Generate xlat/*.in filesDmitry V. Levin2014-05-301-181/+9
* Rename several xlat structures to avoid collisionsDmitry V. Levin2014-05-301-5/+5
* Update CLOCK_* constantsDmitry V. Levin2014-04-171-0/+15
* Use XLAT_END macroDmitry V. Levin2014-02-051-9/+9
* Convert sigev_value to XLAT formDmitry V. Levin2014-02-051-6/+6
* Use XLAT macroDmitry V. Levin2014-02-051-51/+51
* Decode dynamic posix clocksStefan Sørensen2014-02-031-7/+37