1. d870b3c fix warning will POLL_HACK by John Hughes · 23 years ago
  2. 5eb78d5 cope with ioctl #defines with extraneous spaces by John Hughes · 23 years ago
  3. e922478 cope with #ifdef protected #defines by John Hughes · 23 years ago
  4. fd15cb3 tidy up decode of streams ioctls a little by John Hughes · 23 years ago
  5. c61eb3d handle svr4 procpriv call by John Hughes · 23 years ago
  6. ccef637 Merge patch from Greg Banks for Linux/SuperH support by Wichert Akkerman · 23 years ago
  7. eb8ebda close tcp->outf in droptcb() by Wichert Akkerman · 23 years ago
  8. b0c598f decode packet options by Wichert Akkerman · 23 years ago
  9. ed2c74d Regenrated Linus ioctlent.h files by Wichert Akkerman · 23 years ago
  10. 235b0ff Rename cvsbuild to autogen.sh by Wichert Akkerman · 23 years ago
  11. 4527dae check for negative u_errors by Wichert Akkerman · 23 years ago
  12. 7ab47b6 Fix signed/unsigned problems by Wichert Akkerman · 23 years ago
  13. d321ff9 Add Debian packaging setup by Wichert Akkerman · 23 years ago
  14. 8b8ff7c Add new TCP socket options by Wichert Akkerman · 23 years ago
  15. fa51957 don't lose ioctls if comment spans 2 lines by John Hughes · 23 years ago
  16. 9fbd0dd regenerated ioctlent.h using current scripts so term ioctls are included by Wichert Akkerman · 23 years ago
  17. 19e4998 only trace syscalls/signals/faults of interest by John Hughes · 23 years ago
  18. c0c5ac8 Merge SVR4/Linux printsiginfo by John Hughes · 23 years ago
  19. 2d8b2c5 handle return values for ssisys on NSC by John Hughes · 23 years ago
  20. 4216208 handle sigwait on svr4 by John Hughes · 23 years ago
  21. 0aadba4 Decode some ssisys args on NSC by John Hughes · 23 years ago
  22. aca07f3 Implement memcntl for UnixWare by John Hughes · 23 years ago
  23. 9cecf7f Fix umovestr of unmapped page for UnixWare by John Hughes · 23 years ago
  24. 7b3346b Import lots of ia64 related changes from David Mosberger by Wichert Akkerman · 23 years ago
  25. a227814 fix display of ptrace args on FreeBSD by John Hughes · 23 years ago
  26. 1fcb1d6 fix sockaddr display by John Hughes · 23 years ago
  27. 67e3e63 do not include asm/sigcontext.h on Linux/IA64 since it gets the struct from bits/sigcontext.h already which signal.h includes by Wichert Akkerman · 23 years ago
  28. 7c707a7 Add ioctl changes by Wichert Akkerman · 23 years ago
  29. cd6aefc synchronize section for fcntl and use sys_fcntl for sys_fcntl as well by Wichert Akkerman · 23 years ago
  30. 0b1120a linux/hppa syscall updates by Wichert Akkerman · 23 years ago
  31. 82b162e seems Linux/IA64 changed register names on us, switch to using new names by Wichert Akkerman · 23 years ago
  32. 54b4f79 set CLOEXEC flag for outputfile by Wichert Akkerman · 23 years ago
  33. 7b96b57 Add a few LFS syscalls for Linux/sparc by Wichert Akkerman · 23 years ago
  34. 4f1bbbe Support cross-compiling between architectures by Wichert Akkerman · 23 years ago
  35. 01250b2 Add S390 to architecture list by Wichert Akkerman · 23 years ago
  36. 0dc4fc9 Add S390 to architecture list by Wichert Akkerman · 23 years ago
  37. 1d08dcf Merge iov fixes from Richard Kettlewell by John Hughes · 23 years ago
  38. 688c7fc Update config.sub and config.guess by Wichert Akkerman · 23 years ago
  39. 70c5e7a printcontext should pass sigmask addr to printsigmask by John Hughes · 24 years ago
  40. aa09c6b Don\'t run off end of memory in umovestr when USE_PROCFS by John Hughes · 24 years ago
  41. 4e36a81 Handle fork1/forkall on uw, handle rfork1,rforkall,rexecve and ssisys on uw non-stop-clusters by John Hughes · 24 years ago
  42. 3525440 Add todays changes by Wichert Akkerman · 24 years ago
  43. 42080d8 add more configure tests for system headers by Wichert Akkerman · 24 years ago
  44. 4ca3109 Merge MIPS patches from Maciej W. Rozycki by Wichert Akkerman · 24 years ago
  45. e70bbe5 note we are working on 4.3.1 now by Wichert Akkerman · 24 years ago
  46. d6b9249 use asm/sysmips.h and linux/utsname.h if they exist by Wichert Akkerman · 24 years ago
  47. 4f043ec regenerate linux/mips ioctl list by Wichert Akkerman · 24 years ago
  48. 8aada67 regenerate ioctl list by Wichert Akkerman · 24 years ago
  49. cf71567 Removed since we can use the general Linux copy by Wichert Akkerman · 24 years ago
  50. 29f0d05 add dir variable to set location of kernel includes by Wichert Akkerman · 24 years ago
  51. 00cd74c Update Linux/ia64 ioctl list by Wichert Akkerman · 24 years ago
  52. 1076778 Updated linux/powerpc ioctl list by Wichert Akkerman · 24 years ago
  53. d7fb206 update linux/hppa ioctllist by Wichert Akkerman · 24 years ago
  54. bbf59e9 update linux/alpha ioctllist by Wichert Akkerman · 24 years ago
  55. 00a82ee several Linux/sparc fixes by Wichert Akkerman · 24 years ago
  56. fe8f65d update Linux/sparc ioctl list by Wichert Akkerman · 24 years ago
  57. 2f1d87e use __WALL for wait4 if we can by Wichert Akkerman · 24 years ago
  58. 8ab1a3c fix typo by Wichert Akkerman · 24 years ago
  59. b8a85a4 Check for endianness of long long by John Hughes · 24 years ago
  60. 6156357 Fix compile errors with SCO UDK compiler by John Hughes · 24 years ago
  61. 072ea8a retro-actively mention Linux/hppa support in the changelog by Wichert Akkerman · 24 years ago
  62. 8e075fb Fix bad merge of solaris patch by John Hughes · 24 years ago
  63. e3bf56a add getdents64 and fcntl64 (not decoded yet) by Wichert Akkerman · 24 years ago
  64. 6f2bbe2 update config.guess by Wichert Akkerman · 24 years ago
  65. 407be9a Update Linux/mips syscall table by Wichert Akkerman · 24 years ago
  66. a966785 Implement new way to get the ioctl list for Linux: instead of by Wichert Akkerman · 24 years ago
  67. cf1de75 cope with FreeBSD compatability syscalls by John Hughes · 24 years ago
  68. c0fc3fd replace some #if FREEBSD by #if HAVE_ST_xxx by John Hughes · 24 years ago
  69. 0c79e01 replace wimpy get64 by powerful LONG_LONG :-) by John Hughes · 24 years ago
  70. 70623be Use configure to detect 64bit off_t and rlim_t by John Hughes · 24 years ago
  71. b8c9f77 FreeBSD uses 64 bit off_t, fix stat&fcntl(flock) by John Hughes · 24 years ago
  72. e2f6d87 add missing bit of solaris patches by John Hughes · 24 years ago
  73. 9dec06c minor svr4 fixes by John Hughes · 24 years ago
  74. 5a826b8 Fix off_t args on FreeBSD by John Hughes · 24 years ago
  75. 7737c8a Implement truncate64 & ftruncate64 for them that wants 'em by John Hughes · 24 years ago
  76. c524990 Fix for freebsd 4.1 by John Hughes · 24 years ago
  77. bb55723 Fix for freebsd 4.1 by John Hughes · 24 years ago
  78. cb8b69d Merge Harald Böhme's solaris patches by John Hughes · 24 years ago
  79. bc4935a Fixup unimplemented UW syscalls by John Hughes · 24 years ago
  80. c8f2e8a Use pr_syscall on UW by John Hughes · 24 years ago
  81. 091fe83 fix stat64 on UW by John Hughes · 24 years ago
  82. 95ea9c0 fix compile on UW by John Hughes · 24 years ago
  83. fa30618 Fix format for Unix domain sockets by Wichert Akkerman · 24 years ago
  84. 0cbfb32 Add sys_sysmips decoding by Wichert Akkerman · 24 years ago
  85. f185065 add support for IPv6 scope ids by Wichert Akkerman · 24 years ago
  86. edf2dcc Use @bindir@ and @mandir@ by Wichert Akkerman · 24 years ago
  87. 8c7122c Test for netinet/tcp.h and udp.h and use those by Wichert Akkerman · 24 years ago
  88. efdecac fix formating error in sys_setsockopt by Wichert Akkerman · 24 years ago
  89. d856b99 FreeBSD updates, make things compile on Linux 2.2 kernels by Wichert Akkerman · 24 years ago
  90. 2e4ffe5 more FreeBSD updates by Wichert Akkerman · 24 years ago
  91. b8b0b0d update ChangeLog by Wichert Akkerman · 24 years ago
  92. 9b0c31d process.c: perform bpt trick for clone as well so we can get the pid of the child before it starts doing something by Wichert Akkerman · 24 years ago
  93. bf79f2e Add FreeBSD support by Wichert Akkerman · 24 years ago
  94. d077c45 Handle change in Linux 2.4.0-test6 stat structure by Wichert Akkerman · 24 years ago
  95. 16a03d2 test/clone.c: minor fixup by Wichert Akkerman · 24 years ago
  96. 7987cdf net.c: add SOL_PACKET and SOL_RAW socket options, update SOL_IP and SOL_TCP by Wichert Akkerman · 24 years ago
  97. 43a7482 Merge changes from Ulrich by Wichert Akkerman · 24 years ago
  98. bd4125c Close outf fd when forking by Wichert Akkerman · 24 years ago
  99. 5ae21ea The `too much stuff, just check the ChangeLog' update by Wichert Akkerman · 25 years ago
  100. 10dfa56 Update mips syscall table by Wichert Akkerman · 25 years ago