1. e0036f7 Handle sys_getitimer on ppc32-linux and ppc64-linux. by sewardj · 17 years ago
  2. adb102f by sewardj · 17 years ago
  3. 9a0cba4 Fix some copyright notices: by njn · 17 years ago
  4. cba8f43 Followup to r6650: tidy up sys_sigreturn/sys_rt_sigreturn on ppc32/64-linux. by sewardj · 17 years ago
  5. e66f2e0 Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linux by sewardj · 18 years ago
  6. a39ebc8 Improve prctl support - based on patch from Eric Pouech in bug #138627. by tom · 18 years ago
  7. ef1cf8b Merge r6140 (some of): by sewardj · 18 years ago
  8. c95257a Unbreak ppc{32,64}-linux after recent commits. by sewardj · 18 years ago
  9. 7982056 Merge (from 3_2_BRANCH) r6048 (SuSE 10.1 (ppc32) minor fixes) by sewardj · 18 years ago
  10. 3d45fac Enable syslog/sysinfo (Andy Doan). Fixes #130638. by sewardj · 18 years ago
  11. 5b91c40 More ppc32/64-linux syscall wrappers, from Jakub Jelinek. Fixes #129246. by sewardj · 18 years ago
  12. a58bbbc Syscall wrappers for ppc32-linux (and one for amd64-linux). by sewardj · 18 years ago
  13. 313639f Enable sigsuspend on x86-linux and ppc32-linux. by tom · 18 years ago
  14. 3774f86 Enable sys_fchdir on ppc32-linux. by sewardj · 18 years ago
  15. a07c740 various syscall wrappings needed for SUSE 10.1 by dirk · 18 years ago
  16. 1768955 ppc32-linux: enable __NR_statfs by sewardj · 18 years ago
  17. 331e576 more syscalls for PPC32 by dirk · 19 years ago
  18. dc1750a ppc32-linux: enable sys_{set,get}priority. by sewardj · 19 years ago
  19. 2fedc64 Counterpart to r5202: restore previous assembler state with .previous by sewardj · 19 years ago
  20. d9fc382 Hmm. Perhaps all those top-level pieces of assembly weren't such a by sewardj · 19 years ago
  21. 54e095f Enable mq syscalls (untested). by sewardj · 19 years ago
  22. 7f4bd10 Connect properly to the tgkill wrapper. by sewardj · 19 years ago
  23. 8202204 Enable sys_lstat on ppc32. by sewardj · 19 years ago
  24. 4ce89e1 Fix up ppc32-linux handlers for sys_sigreturn and sys_rt_sigreturn. I really by sewardj · 19 years ago
  25. 1ea00a1 Enable sys_rt_sigsuspend. This is needed by LinuxThreads. by sewardj · 19 years ago
  26. fbba371 Enable a couple more syscalls. by sewardj · 19 years ago
  27. e00659d m_libcsignal is needed here. by sewardj · 19 years ago
  28. ffd9c1d Try to avoid compiler warnings on AMD64. by njn · 19 years ago
  29. e148666 by njn · 19 years ago
  30. a3afdfb by njn · 19 years ago
  31. 3849cc5 Handle sys_sigaction on ppc32-linux. by sewardj · 19 years ago
  32. fe0ffd4 Reenable a couple more syscalls needed for self-hosting on ppc32, by sewardj · 19 years ago
  33. 31d8342 Various fixes to reduce noise level on SuSE 10 (PPC). Also fix some by sewardj · 19 years ago
  34. 16ff11a C90 fixes. by sewardj · 19 years ago
  35. d84f467 ppc32-linux: reinstate sys_fsync, sys_sched_setscheduler by sewardj · 19 years ago
  36. 249ebd7 ppc32-linux: handle sys_madvise. by sewardj · 19 years ago
  37. 48db0f0 Enable sys_ftruncate64 on ppc32. by sewardj · 19 years ago
  38. 1ba8031 Unbreak compilation. Duh. by sewardj · 19 years ago
  39. 274461d Plumb 64-bit file offsets throughout the address space manager. Untested. by sewardj · 19 years ago
  40. 9548a16 Rationalise the mmap system call handling - after examining the kernel by tom · 19 years ago
  41. 7d15e51 Get rid of duplicated STRINGIFY macros. by sewardj · 19 years ago
  42. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  43. 1ae3f3a Get rid of pub_core_main.h, so that m_main is not imported by anyone, by sewardj · 19 years ago
  44. 45f4e7c by sewardj · 19 years ago
  45. 4c53099 Unbreak ppc32 build. by sewardj · 19 years ago
  46. a560c5c Unbreak amd64 and ppc32 some more. by njn · 19 years ago
  47. de5c5f5 Fix AMD64 breakage and possibly the PPC32 breakage, too. by njn · 19 years ago
  48. 5c69175 Moved sys_mmap2 wrapper from "generic" to "linux". by njn · 19 years ago
  49. cd405ea Moved some more syscall wrappers from "generic" to "linux". by njn · 19 years ago
  50. ef0da67 unbreak ppc32, I hope by njn · 19 years ago
  51. b2480c9 Moved sched_* from "generic" to "linux"; Darwin doesn't have them. by njn · 19 years ago
  52. 65ccc50 Move *xattr from "generic" to "linux". Darwin has them, but with an extra by njn · 19 years ago
  53. efc957c by njn · 19 years ago
  54. a3b67b7 by njn · 19 years ago
  55. 9fe7b12 by njn · 19 years ago
  56. 424c056 by njn · 19 years ago
  57. 1588bc0 Move clock_* syscalls from "generic" to "linux". by njn · 19 years ago
  58. 4279a88 Move mq_* syscalls from "generic" to "linux". by njn · 19 years ago
  59. 33d17fa Even more ppc32 syscalls. by sewardj · 19 years ago
  60. a9fff9b Enable a few more syscalls on ppc32-linux. by sewardj · 19 years ago
  61. 60beca1 - Fix bug causing thread slots not to get reused - yet more syscalls on ppc32 by sewardj · 19 years ago
  62. 5addd6c Enable a couple more syscalls on ppc32. by sewardj · 19 years ago
  63. e21058c Fix up do_syscall_clone_ppc32_linux. Seems to improve thread exiting. by sewardj · 19 years ago
  64. 6a32449 ppc32-linux: implement a bunch more syscalls, and also fix up clone by sewardj · 19 years ago
  65. bd77403 Replace out-of-date email address. by njn · 19 years ago
  66. 2d7c396 Enable sys_fchmod and sys_fchown. by sewardj · 19 years ago
  67. ca33405 Enable sys_poll. by sewardj · 19 years ago
  68. 463b3d9 Track API changes in vex r1272. by sewardj · 19 years ago
  69. b865b16 Fix/reinstate a whole bunch of syscalls. by sewardj · 19 years ago
  70. a932d29 Enable a couple more syscalls. by sewardj · 19 years ago
  71. 4f08a65 Sort out the mess that is pread64/pwrite64 properly. All three platforms by tom · 19 years ago
  72. e23772f Try to make (client) clone() work for ppc32-linux. I don't know if I by sewardj · 19 years ago
  73. 1798ecd A few more syscalls for ppc32-linux. by sewardj · 19 years ago
  74. a78ec81 Reinstated a couple more syscalls by cerion · 19 years ago
  75. 310ed28 Simplify atfork to only provide the functionality we need. by njn · 19 years ago
  76. 6140074 Remove out-of-date comments. by njn · 19 years ago
  77. 508aef5 Enabled a bunch more syscalls by cerion · 19 years ago
  78. 7b2c38c VG_() -> ML() for ppc32, amd64 (plus a few scattered ones in comments etc) by cerion · 19 years ago
  79. af839f5 by njn · 19 years ago
  80. 899ce73 by njn · 19 years ago
  81. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago