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