1. 1264645 Remove parser of unimplemented timerfd syscall by Dmitry V. Levin · 9 years ago
  2. 4cb5ccc Convert another parser of struct timeval to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  3. 2950de3 Convert another parser of struct timespec to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  4. f57edf4 Fix decoding of gettimeofday and settimeofday by Dmitry V. Levin · 9 years ago
  5. f1e3a32 Convert parser of struct timeval to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  6. 5938526 Convert parser of struct timespec to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  7. f94d8d6 Remove unused parser of adjtime syscall by Dmitry V. Levin · 9 years ago
  8. c648b4a Fix decoding of clock_nanosleep by Dmitry V. Levin · 9 years ago
  9. 9af94a2 Add is_erestart helper function by Dmitry V. Levin · 9 years ago
  10. 322be80 Convert parser of struct itimerval to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  11. 2206085 Convert parser of struct itimerspec to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  12. ba40d85 time.c: move parser of time syscall to print_time.c by Dmitry V. Levin · 9 years ago
  13. dad1eef Convert parser of struct timex to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  14. dd6bf4b Move parser of struct timex to a separate file by Dmitry V. Levin · 9 years ago
  15. 6f950cc Convert parser of struct sigevent to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  16. d6b0558 Move parser of struct sigevent to a separate file by Dmitry V. Levin · 9 years ago
  17. 644a809 time.c: move fallback definitions of SIGEV_* values to xlat/ by Dmitry V. Levin · 9 years ago
  18. f9b455c Fix time syscall decoding for some personalities by Dmitry V. Levin · 9 years ago
  19. 07c878a timerfd, timerfd_create: mark return code with RVAL_FD flag by Dmitry V. Levin · 9 years ago
  20. 2c217fd time.c: remove obsolete code from adjtimex parser by Elvira Khabirova · 9 years ago
  21. 0e946ab defs.h: do not include <signal.h> by Dmitry V. Levin · 9 years ago
  22. 76c8f66 time.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  23. 7117835 time.c: use printaddr, printnum_int, and umoven_or_printaddr by Dmitry V. Levin · 9 years ago
  24. 9f70273 sprinttv: do not fetch data in case of syserror by Dmitry V. Levin · 9 years ago
  25. 746db06 time.c: move rtc ioctl parser to a separate file by Dmitry V. Levin · 9 years ago
  26. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 10 years ago
  27. e61086f x32: fix decoding of timeval, timespec, and timex structures by Dmitry V. Levin · 10 years ago
  28. 1c603a9 Rename printnum to printnum_long to avoid confusion by Dmitry V. Levin · 10 years ago
  29. c7afb48 ioctl: assume that all ioctl commands have unsigned int type by Dmitry V. Levin · 10 years ago
  30. f1639d8 timerfd: update flags decoding by Mike Frysinger · 10 years ago
  31. ee21a5b Cleanup UTIME_NOW/UTIME_OMIT decoding by Dmitry V. Levin · 10 years ago
  32. 6d5abd3 Fix UTIME_NOW/UTIME_OMIT decoding by Elliott Hughes · 10 years ago
  33. 8238590 Alias sys_stime to sys_time by Dmitry V. Levin · 10 years ago
  34. d35bdca Compress blank lines by Dmitry V. Levin · 11 years ago
  35. 0ed617b Generate xlat/*.in files by Dmitry V. Levin · 11 years ago
  36. 297b594 Rename several xlat structures to avoid collisions by Dmitry V. Levin · 11 years ago
  37. fb7ae84 Update CLOCK_* constants by Dmitry V. Levin · 11 years ago
  38. 5945273 Use XLAT_END macro by Dmitry V. Levin · 11 years ago
  39. bae549e Convert sigev_value to XLAT form by Dmitry V. Levin · 11 years ago
  40. bce0cc6 Use XLAT macro by Dmitry V. Levin · 11 years ago
  41. a5fea90 Decode dynamic posix clocks by Stefan Sørensen · 11 years ago
  42. cdf022a Update ADJ_* constants by Stefan Sørensen · 11 years ago
  43. ae5aa47 Make SIGEV_THREAD_ID decoding less glibc specific by Dmitry V. Levin · 11 years ago
  44. 4793221 Fold is_restart_error() into its sole user by Denys Vlasenko · 11 years ago
  45. a28fbfd Update STA_* constants by Dmitry V. Levin · 13 years ago
  46. 9fd4f96 Optimize code if we have only one personality by Denys Vlasenko · 13 years ago
  47. 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 13 years ago
  48. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
  49. 7321547 Implement clock_adjtime syscall decoder by Dmitry V. Levin · 13 years ago
  50. e83e157 Compress blank lines by Dmitry V. Levin · 13 years ago
  51. 1a3cf10 Build fixes after non-Linux code removal by Denys Vlasenko · 13 years ago
  52. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 13 years ago
  53. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 13 years ago
  54. 0b315b6 Cast to long for %l in printf by H.J. Lu · 13 years ago
  55. 64acaa1 Revert last change. Add a comment to prevent further misunderstanding by Denys Vlasenko · 13 years ago
  56. ea051f7 Fix nanosleep decoding: second argument was not shown after success by Denys Vlasenko · 13 years ago
  57. a1d541e Eliminate code duplication in time printing, reduce a few static buffers by Denys Vlasenko · 13 years ago
  58. b9c7ae6 Simplify sprinttv() by Denys Vlasenko · 13 years ago
  59. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  60. 2fb4db3 Optimization: eliminate all remaining usages of strcat() by Denys Vlasenko · 13 years ago
  61. 5d64581 Improve code readability by avoiding assignments inside if() by Denys Vlasenko · 13 years ago
  62. 7b609d5 Whitespace cleanups. No code changes. by Denys Vlasenko · 13 years ago
  63. 732f396 Fix decoding of timer id returned by timer_create by Andi Kleen · 14 years ago
  64. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 14 years ago
  65. 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 14 years ago
  66. 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 14 years ago
  67. cbaaf79 Update the list of CLOCK_* constants to match Linux kernel v2.6.32+ by Dmitry V. Levin · 14 years ago
  68. 1d63246 * signal.c: Whitespace, comment, and style fixes, no code changes. by Denys Vlasenko · 16 years ago
  69. 21a7534 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  70. 2e55ff4 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  71. de328e6 2008-05-19 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  72. 6bc09da 2007-09-22 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
  73. e466234 2007-02-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  74. 4138339 2007-07-23 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  75. 6afc565 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  76. 71d7089 2007-01-12 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  77. d3cb392 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  78. 165b15d 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  79. 1a684d6 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  80. 1cad25d 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  81. a7945a3 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  82. ac518d1 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  83. b2dee13 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
  84. d83c50b 2004-09-13 Ulrich Drepper <drepper@redhat.com>, Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
  85. 675d4a6 2004-09-11 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  86. d9f816f 2004-09-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  87. 55a00f8 2004-08-31 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  88. 54a4edd 2004-08-30 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  89. d4c85eb 2004-04-16 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  90. 1e35679 2003-03-30 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  91. d856b99 FreeBSD updates, make things compile on Linux 2.2 kernels by Wichert Akkerman · 24 years ago
  92. 221f54f Now it builds on alpha again... by Wichert Akkerman · 25 years ago
  93. f5eeabb Start merging linux-ip-routing fork by Wichert Akkerman · 25 years ago
  94. 76baf7c Initial revision by Wichert Akkerman · 26 years ago