1. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 9 years ago
  2. 7e69ed9 Change last parameter of umoven() from char* to void* by Denys Vlasenko · 9 years ago
  3. f55cca7 Use printnum_int consistently by Dmitry V. Levin · 9 years ago
  4. 0ed617b Generate xlat/*.in files by Dmitry V. Levin · 10 years ago
  5. 5945273 Use XLAT_END macro by Dmitry V. Levin · 10 years ago
  6. bce0cc6 Use XLAT macro by Dmitry V. Levin · 10 years ago
  7. d64a7e4 Include <sys/poll.h> only if there is no <poll.h> by Dmitry V. Levin · 11 years ago
  8. 5e133aa Fix sigset printing via print_sigset(). by Denys Vlasenko · 11 years ago
  9. cc90291 Disable STREAMS syscalls for non-SPARC by Denys Vlasenko · 11 years ago
  10. e7db465 Fix printstrbufarg's address argument to be long, not int by Denys Vlasenko · 11 years ago
  11. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 12 years ago
  12. bcde70a Remove extra include directives. No code changes. by Denys Vlasenko · 12 years ago
  13. e83e157 Compress blank lines by Dmitry V. Levin · 12 years ago
  14. aa925db Remove a few more code parts which are unused on Linux by Denys Vlasenko · 12 years ago
  15. 1a3cf10 Build fixes after non-Linux code removal by Denys Vlasenko · 12 years ago
  16. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 12 years ago
  17. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 12 years ago
  18. a1d541e Eliminate code duplication in time printing, reduce a few static buffers by Denys Vlasenko · 12 years ago
  19. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  20. 2fb4db3 Optimization: eliminate all remaining usages of strcat() by Denys Vlasenko · 13 years ago
  21. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 13 years ago
  22. 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 13 years ago
  23. 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 13 years ago
  24. 30145dd Fix const-correctness issues uncovered by gcc -Wwrite-strings by Dmitry V. Levin · 14 years ago
  25. e5e6085 Remove dead code by Dmitry V. Levin · 14 years ago
  26. 5ae2b7c AVR32 support by Hans-Christian Egtvedt by Denys Vlasenko · 15 years ago
  27. adedb51 Fixing many instances of broken indentation with spaces instead of tabs. by Denys Vlasenko · 15 years ago
  28. 21a7534 2008-04-19 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 16 years ago
  29. 6bc09da 2007-09-22 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
  30. f17106e 2007-09-22 Alan Curry <pacman@world.std.com> Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 17 years ago
  31. b9fe011 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 17 years ago
  32. 95ebf5a 2006-10-13 Ulrich Drepper <drepper@redhat.com> by Dmitry V. Levin · 18 years ago
  33. aa524c8 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  34. b2dee13 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 19 years ago
  35. d9f816f 2004-09-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  36. 1c04b0b 2004-01-13 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  37. 2843a4e 2003-09-06 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 21 years ago
  38. 561c799 2003-04-01 Philippe De Muyter <phdm@macqel.be> by Roland McGrath · 21 years ago
  39. 7686eee Fix output format of last change. by Roland McGrath · 21 years ago
  40. 38dc6bb 2003-01-10 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  41. 6d2b349 2002-12-22 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  42. 34e014a 2002-12-15 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  43. 10a88d0 2002-10-07 Michal Ludvig <mludvig@suse.cz> by Michal Ludvig · 22 years ago
  44. 2c4e3a8 fix unsigned arithmetic bug in previous change by John Hughes · 22 years ago
  45. 38ae88d Improve tracing of timod ioctls by John Hughes · 22 years ago
  46. fd15cb3 tidy up decode of streams ioctls a little by John Hughes · 22 years ago
  47. 42080d8 add more configure tests for system headers by Wichert Akkerman · 23 years ago
  48. d856b99 FreeBSD updates, make things compile on Linux 2.2 kernels by Wichert Akkerman · 24 years ago
  49. bf79f2e Add FreeBSD support by Wichert Akkerman · 24 years ago
  50. faf7222 test/vfork.c: new file to test vfork traces by Wichert Akkerman · 24 years ago
  51. 245a6ac Automatically probe for sys/poll.h by Pavel Machek · 24 years ago
  52. 4dc8a2a Bunch of stuff by Wichert Akkerman · 24 years ago
  53. 906dade Tiny display fixup in getpmsg syscall output by Wichert Akkerman · 24 years ago
  54. 2e2553a Merged in a bunch of patches that I got as reaction to the 3.99 release. by Wichert Akkerman · 25 years ago
  55. d4d8e92 Update linux sparc support so it compiles and works reasonably by Wichert Akkerman · 25 years ago
  56. 76baf7c Initial revision by Wichert Akkerman · 25 years ago