1. 5052482 Update Linux module syscalls by Wichert Akkerman · 25 years ago
  2. 15dea97 Compilation updates by Wichert Akkerman · 25 years ago
  3. 7b27ba0 Update strace-graph copyright to BSD by Wichert Akkerman · 25 years ago
  4. 9ce1a63 Catching up on my mail-backlog, see ChangeLog for details by Wichert Akkerman · 25 years ago
  5. 5a77766 Add sys_poll to Linux/alpha syscall list by Wichert Akkerman · 25 years ago
  6. 4a01ca0 CVS branch test by Wichert Akkerman · 25 years ago
  7. 527a805 Update sys_createmodule and sys_initmodule by Wichert Akkerman · 25 years ago
  8. b046b38 Update sys/reg.h usage in syscall.c as well by Wichert Akkerman · 25 years ago
  9. 36915a1 Add test for sys/reg.h and use that instead of asm/ptrace.h by Wichert Akkerman · 25 years ago
  10. ca44699 Remove hack in signal.c for arm architecture by Wichert Akkerman · 25 years ago
  11. 14cd9f0 Tell system.c not to include linux/fs.h by Wichert Akkerman · 25 years ago
  12. 8dc9a1a Update versionnumber to 4.0 by Wichert Akkerman · 25 years ago
  13. 5b4d128 Update patch from drow for file.c kernel types by Wichert Akkerman · 25 years ago
  14. a601370 Add patch from drow to get proper kernel types in file.c by Wichert Akkerman · 25 years ago
  15. 8d5860c system.c was using __NR_* style syscall number defines, which don't by Nate Sammons · 25 years ago
  16. e68d61c Remove stupid error in strace.c. Looks like I pasted something by Wichert Akkerman · 25 years ago
  17. 360815e Update documentation somewhat by Wichert Akkerman · 25 years ago
  18. 2b483ba Fix conditions for including sys/reg.h and linux/ptrace.h by Wichert Akkerman · 25 years ago
  19. e6f876c Linux/powerpc and SunOS fixes by Wichert Akkerman · 25 years ago
  20. 50a2745 Bring Linux/powerpc up to date by Wichert Akkerman · 25 years ago
  21. 789ed35 avoid leaking fd into child by Wichert Akkerman · 25 years ago
  22. 8829a55 Various fixes, see ChangeLog for details by Wichert Akkerman · 25 years ago
  23. 0405743 Add cvsbuild by Wichert Akkerman · 25 years ago
  24. 3f7f49d Update versionsnumber for 3.99.1 and update NEWS by Wichert Akkerman · 25 years ago
  25. cc4b8f4 Update syscall list for Linux/alpha by Wichert Akkerman · 25 years ago
  26. dacfb6e Add sparc patches from Jakub Jelinek by Wichert Akkerman · 25 years ago
  27. 8783c01 Don't include linux/ptrace.h for glibc. by Ulrich Drepper · 25 years ago
  28. 0d2d323 Fix typo. by Ulrich Drepper · 25 years ago
  29. 0c239d9 Adding cvsignore files for alpha and sparc by Wichert Akkerman · 25 years ago
  30. 6ff1218 add config.log by Wichert Akkerman · 25 years ago
  31. 71bdaff Fix typo by Wichert Akkerman · 25 years ago
  32. 22fe9d2 added `a bit of sysctl support', patch from Ulrich Drepper by Wichert Akkerman · 25 years ago
  33. 2992bba Remove some stuff from CVS that should be autogenerated by Wichert Akkerman · 25 years ago
  34. 42a9655 Added some cvsignore files by Wichert Akkerman · 25 years ago
  35. 9524bb9 use kernel dirent structure for Linux by Wichert Akkerman · 25 years ago
  36. f9d3dcb Update maintainer name in manpage by Wichert Akkerman · 25 years ago
  37. dbb440e Only compile IPX-support in net.c for Linux by Wichert Akkerman · 25 years ago
  38. 2e2553a Merged in a bunch of patches that I got as reaction to the 3.99 release. by Wichert Akkerman · 25 years ago
  39. 022c52f Update the version number to 3.99 (first pre-release for 4.0) by Wichert Akkerman · 25 years ago
  40. 8bc6cfd Minor compiliation-fixes by Wichert Akkerman · 25 years ago
  41. d4d8e92 Update linux sparc support so it compiles and works reasonably by Wichert Akkerman · 25 years ago
  42. b859bea Change number of personalities for Linux sparc to 2 Minor other fixes by Wichert Akkerman · 25 years ago
  43. 7a1f0e9 Update syscalls for Linux alpha by Wichert Akkerman · 25 years ago
  44. 25d0c4f Fix stat structures for Linux once again by Wichert Akkerman · 25 years ago
  45. a0f36c6 Fix test for alpha so we get the osf_stat functions in file.c by Wichert Akkerman · 25 years ago
  46. 328c5e7 Added support for old*stat syscalls for Linux by Wichert Akkerman · 25 years ago
  47. fd3bcae Oops, lets update config.sub as well so we can compile on more alphas by Wichert Akkerman · 25 years ago
  48. 1786d81 Update the ChangeLog and NEWS files to reflect new maintainer by Wichert Akkerman · 25 years ago
  49. 6bfcd32 Avoid compiler warning. by Nate Sammons · 25 years ago
  50. 5c74d20 Avoid compiler warnings. by Nate Sammons · 25 years ago
  51. 99a5690 Realtime signals are named starting with 0. Fix `signame' to comply. by Nate Sammons · 25 years ago
  52. 4a12143 Convert all sigsets correctly into libc sigset_t. Add functions by Nate Sammons · 25 years ago
  53. 771a6ff Use the kernel's struct stat instead of libc's. by Nate Sammons · 25 years ago
  54. 94fe3a0 Remove (apparently?) unused definition of struct kernel_stat for LINUXSPARC. by Nate Sammons · 25 years ago
  55. b4aa113 Fix a couple of typos in the man page. by Nate Sammons · 25 years ago
  56. 3080aa4 Fix a silly bug in signame. A signal should be *greater* than the minimum. by Nate Sammons · 25 years ago
  57. dab325a Fix wrong argument of rt_sigprocmask being used. by Nate Sammons · 25 years ago
  58. ce780fc Add new function `signame', which returns name (SIGXXX) of numeric by Nate Sammons · 25 years ago
  59. 38508fd Don't try to follow clone, until special handling for all of its by Nate Sammons · 25 years ago
  60. ccd8f21 Add capability for Linux to change a vfork call into plain fork, which by Nate Sammons · 25 years ago
  61. 39c7619 Change EXEC_vfork to SYS_vfork; broke compilation on at least glibc2.1. by Nate Sammons · 25 years ago
  62. 9047076 sys/reg apparently only exists on i386 and m68k, so fix the test in by Wichert Akkerman · 25 years ago
  63. 5daa028 Simply bugfixes, see patch to debian/changelog for details by Wichert Akkerman · 25 years ago
  64. 76baf7c Initial revision by Wichert Akkerman · 25 years ago