]> granicus.if.org Git - strace/history - time.c
tests: use fixed socket address in net-y-unix.test
[strace] / time.c
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-25 Dmitry V. LevinCast tcp->u_rval to kernel_ureg_t instead of unsigned...
2016-12-25 Dmitry V. Levintime: change address argument type from long to kernel_...
2016-08-22 Eugene SyromyatnikovFix old_value argument retrieval in timerfd_settime...
2016-05-14 Dmitry V. LevinPrepare for transition from xlookup64 to xlookup
2016-04-20 Dmitry V. LevinRemove parser of unimplemented timerfd syscall
2015-09-19 Dmitry V. LevinConvert another parser of struct timeval to new mpers...
2015-09-19 Dmitry V. LevinConvert another parser of struct timespec to new mpers...
2015-09-19 Dmitry V. LevinFix decoding of gettimeofday and settimeofday
2015-09-19 Dmitry V. LevinConvert parser of struct timeval to new mpers infrastru...
2015-09-19 Dmitry V. LevinConvert parser of struct timespec to new mpers infrastr...
2015-09-19 Dmitry V. LevinRemove unused parser of adjtime syscall
2015-09-19 Dmitry V. LevinFix decoding of clock_nanosleep
2015-09-19 Dmitry V. LevinAdd is_erestart helper function
2015-09-19 Dmitry V. LevinConvert parser of struct itimerval to new mpers infrast...
2015-09-19 Dmitry V. LevinConvert parser of struct itimerspec to new mpers infras...
2015-09-17 Dmitry V. Levintime.c: move parser of time syscall to print_time.c
2015-09-17 Dmitry V. LevinConvert parser of struct timex to new mpers infrastructure
2015-09-17 Dmitry V. LevinMove parser of struct timex to a separate file
2015-09-16 Dmitry V. LevinConvert parser of struct sigevent to new mpers infrastr...
2015-09-16 Dmitry V. LevinMove parser of struct sigevent to a separate file
2015-09-16 Dmitry V. Levintime.c: move fallback definitions of SIGEV_* values...
2015-08-18 Dmitry V. LevinFix time syscall decoding for some personalities
2015-08-03 Dmitry V. Levintimerfd, timerfd_create: mark return code with RVAL_FD...
2015-08-01 Elvira Khabirovatime.c: remove obsolete code from adjtimex parser
2015-07-18 Dmitry V. Levindefs.h: do not include <signal.h>
2015-07-16 Dmitry V. Levintime.c: make use of RVAL_DECODED
2015-07-16 Dmitry V. Levintime.c: use printaddr, printnum_int, and umoven_or_prin...
2015-07-16 Dmitry V. Levinsprinttv: do not fetch data in case of syserror
2015-07-05 Dmitry V. Levintime.c: move rtc ioctl parser to a separate file
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-02-28 Dmitry V. Levinx32: fix decoding of timeval, timespec, and timex struc...
2015-02-17 Dmitry V. LevinRename printnum to printnum_long to avoid confusion
2015-01-20 Dmitry V. Levinioctl: assume that all ioctl commands have unsigned...
2014-12-31 Mike Frysingertimerfd: update flags decoding
2014-12-27 Dmitry V. LevinCleanup UTIME_NOW/UTIME_OMIT decoding
2014-12-27 Elliott HughesFix UTIME_NOW/UTIME_OMIT decoding
2014-12-02 Dmitry V. LevinAlias sys_stime to sys_time
2014-05-30 Dmitry V. LevinCompress blank lines
2014-05-30 Dmitry V. LevinGenerate xlat/*.in files
2014-05-30 Dmitry V. LevinRename several xlat structures to avoid collisions
2014-04-17 Dmitry V. LevinUpdate CLOCK_* constants
2014-02-05 Dmitry V. LevinUse XLAT_END macro
2014-02-05 Dmitry V. LevinConvert sigev_value to XLAT form
2014-02-05 Dmitry V. LevinUse XLAT macro
2014-02-03 Stefan SørensenDecode dynamic posix clocks
2014-02-03 Stefan SørensenUpdate ADJ_* constants
2013-11-12 Dmitry V. LevinMake SIGEV_THREAD_ID decoding less glibc specific
2013-06-30 Denys VlasenkoFold is_restart_error() into its sole user
2012-05-01 Dmitry V. LevinUpdate STA_* constants
2012-03-19 Denys VlasenkoOptimize code if we have only one personality
2012-03-17 Denys VlasenkoIndentation and whitespace fixes. No code changes.
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-11 Dmitry V. LevinImplement clock_adjtime syscall decoder
2012-02-25 Dmitry V. LevinCompress blank lines
2012-02-25 Denys VlasenkoBuild fixes after non-Linux code removal
2012-02-25 Denys VlasenkoCleanup after non-Linux code removal.
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2012-02-06 H.J. LuCast to long for %l in printf
2012-01-28 Denys VlasenkoRevert last change. Add a comment to prevent further...
2012-01-28 Denys VlasenkoFix nanosleep decoding: second argument was not shown...
2012-01-20 Denys VlasenkoEliminate code duplication in time printing, reduce...
2011-09-01 Denys VlasenkoSimplify sprinttv()
2011-09-01 Denys VlasenkoUse tprints with literal strings, it may be faster...
2011-08-31 Denys VlasenkoOptimization: eliminate all remaining usages of strcat()
2011-08-23 Denys VlasenkoImprove code readability by avoiding assignments inside...
2011-06-22 Denys VlasenkoWhitespace cleanups. No code changes.
2011-06-13 Andi KleenFix decoding of timer id returned by timer_create
2011-06-07 Denys VlasenkoWhitespace cleanups. no code changes.
2011-05-30 Denys Vlasenko"Modernize" all old-style function parameter declarations
2011-03-04 Dmitry V. LevinFix decoding of file descriptors
2010-09-17 Dmitry V. LevinUpdate the list of CLOCK_* constants to match Linux...
2009-04-14 Denys Vlasenko* signal.c: Whitespace, comment, and style fixes, no...
2008-09-03 Dmitry V. Levin2008-04-19 Dmitry V. Levin <ldv@altlinux.org>
2008-09-03 Dmitry V. Levin2008-04-19 Dmitry V. Levin <ldv@altlinux.org>
2008-05-20 Roland McGrath2008-05-19 Roland McGrath <roland@redhat.com>
2007-11-01 Roland McGrath2007-09-22 Dmitry V. Levin <ldv@altlinux.org>
2007-08-02 Roland McGrath2007-02-23 Ulrich Drepper <drepper@redhat.com>
2007-07-24 Roland McGrath2007-07-23 Roland McGrath <roland@redhat.com>
2007-07-24 Roland McGrath2007-07-23 Ulrich Drepper <drepper@redhat.com>
2007-01-13 Dmitry V. Levin2007-01-12 Dmitry V. Levin <ldv@altlinux.org>
2006-12-13 Dmitry V. Levin2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
2006-12-13 Dmitry V. Levin2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
2006-12-13 Dmitry V. Levin2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
2006-12-13 Dmitry V. Levin2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
2006-12-13 Dmitry V. Levin2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
2006-12-13 Dmitry V. Levin2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
2005-06-01 Roland McGrath2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
2004-10-06 Roland McGrath2004-09-13 Ulrich Drepper <drepper@redhat.com>, Dmitry...
2004-09-11 Roland McGrath2004-09-11 Roland McGrath <roland@redhat.com>
2004-09-04 Roland McGrath2004-09-03 Roland McGrath <roland@redhat.com>
2004-08-31 Roland McGrath2004-08-31 Roland McGrath <roland@redhat.com>
2004-08-31 Roland McGrath2004-08-30 Roland McGrath <roland@redhat.com>
2004-04-16 Roland McGrath2004-04-16 Roland McGrath <roland@redhat.com>
2003-03-30 Roland McGrath2003-03-30 Roland McGrath <roland@redhat.com>
2000-10-13 Wichert AkkermanFreeBSD updates, make things compile on Linux 2.2 kernels
1999-11-18 Wichert AkkermanNow it builds on alpha again...
1999-11-18 Wichert AkkermanStart merging linux-ip-routing fork
1999-02-19 Wichert AkkermanInitial revision