1. d9fc382 Hmm. Perhaps all those top-level pieces of assembly weren't such a by sewardj · 19 years ago
  2. 54e095f Enable mq syscalls (untested). by sewardj · 19 years ago
  3. d6e91bc sys_tgkill: hand the syscall to the kernel in the standard way, rather by sewardj · 19 years ago
  4. 7f4bd10 Connect properly to the tgkill wrapper. by sewardj · 19 years ago
  5. 329af4b Use VG_(ntohl) and VG_(ntohs) to decode IP addresses and ports. Note by tom · 19 years ago
  6. 9e11408 Kludgey endianness fix (for printing only) to stop fdleak_ipv4 failing on by sewardj · 19 years ago
  7. 8202204 Enable sys_lstat on ppc32. by sewardj · 19 years ago
  8. 4ce89e1 Fix up ppc32-linux handlers for sys_sigreturn and sys_rt_sigreturn. I really by sewardj · 19 years ago
  9. 1ea00a1 Enable sys_rt_sigsuspend. This is needed by LinuxThreads. by sewardj · 19 years ago
  10. 2f93288 Handle some ALSA ioctls that don't have size or direction hints. by tom · 19 years ago
  11. 4e45eb6 Enable the prctl system call on amd64. by tom · 19 years ago
  12. fbba371 Enable a couple more syscalls. by sewardj · 19 years ago
  13. 1a7bda9 Enable remaining *xattr system calls on amd64. Fixes bug #116200. by tom · 19 years ago
  14. 628add6 Rename --simulation-hints as --sim-hints for brevity. by njn · 19 years ago
  15. 7c78782 Fix compiler warning. by tom · 19 years ago
  16. 60677fb Fix compiler warnings. by tom · 19 years ago
  17. e00659d m_libcsignal is needed here. by sewardj · 19 years ago
  18. 9341b18 Remove redundant conditional - ppc32-linux is already handled. by tom · 19 years ago
  19. ffd9c1d Try to avoid compiler warnings on AMD64. by njn · 19 years ago
  20. e148666 by njn · 19 years ago
  21. 337556e Add comments from email discussion re mprotect. by sewardj · 19 years ago
  22. d98f68d Adjust debugLog messages. by sewardj · 19 years ago
  23. 0dce48b Add missing quote. by tom · 19 years ago
  24. a3afdfb by njn · 19 years ago
  25. 6550519 Handle the PROT_GROWSDOWN and PROT_GROWSUP mprotect flags properly by tom · 19 years ago
  26. f72cced Second try at getting rid of the is_self() hack used to decide when to by sewardj · 19 years ago
  27. 3849cc5 Handle sys_sigaction on ppc32-linux. by sewardj · 19 years ago
  28. de2b160 Liberalise x86 clone flag handling, so it's as per amd64/ppc32. by sewardj · 19 years ago
  29. f4c2310 Get core dumping working again - the architecture specific code that by tom · 19 years ago
  30. 70a5cb0 Add support for the mbind system call on x86 and amd64. Fixes bug #114756. by tom · 19 years ago
  31. 19617ae The Spin-Doctor arrives in Valgrind-Land: rename --weird-hacks= to by sewardj · 19 years ago
  32. fe0ffd4 Reenable a couple more syscalls needed for self-hosting on ppc32, by sewardj · 19 years ago
  33. 29acef0 Removed remaining traces of address space padding technology as it by tom · 19 years ago
  34. 31d8342 Various fixes to reduce noise level on SuSE 10 (PPC). Also fix some by sewardj · 19 years ago
  35. 7375061 by njn · 19 years ago
  36. 16ff11a C90 fixes. by sewardj · 19 years ago
  37. d456196 Fix x86 specific declaration-before-statement warnings. by tom · 19 years ago
  38. 60a4b0b Fix statement-before-declaration warnings for the core code. by tom · 19 years ago
  39. d84f467 ppc32-linux: reinstate sys_fsync, sys_sched_setscheduler by sewardj · 19 years ago
  40. 249ebd7 ppc32-linux: handle sys_madvise. by sewardj · 19 years ago
  41. 48db0f0 Enable sys_ftruncate64 on ppc32. by sewardj · 19 years ago
  42. 8e5963d When looking for a heap segment to extend look for the heap limit by tom · 19 years ago
  43. ce5a566 by sewardj · 19 years ago
  44. 98e68a4 If the launcher can't figure out what it's own name is, don't bail by sewardj · 19 years ago
  45. 0423690 Rewrite ML_(fd_allowed): by sewardj · 19 years ago
  46. 1340c35 Create a new SkShmC segment type for shared memory segments so that we by tom · 19 years ago
  47. f61fea0 Get the SHM_RDONLY test the right way round. Fixes bug #113796. by tom · 19 years ago
  48. 1ba8031 Unbreak compilation. Duh. by sewardj · 19 years ago
  49. 274461d Plumb 64-bit file offsets throughout the address space manager. Untested. by sewardj · 19 years ago
  50. 6d85b04 Document mmap insanity in a comment. by tom · 19 years ago
  51. 7e21df8 ML_(generic_PRE_sys_mmap): reject non-page-aligned offsets. by sewardj · 19 years ago
  52. ca7a475 Placate gcc. by sewardj · 19 years ago
  53. 9548a16 Rationalise the mmap system call handling - after examining the kernel by tom · 19 years ago
  54. e226b38 Placate memcheck/tests/x86/scalar, which objected to the rewrite of by sewardj · 19 years ago
  55. 7d15e51 Get rid of duplicated STRINGIFY macros. by sewardj · 19 years ago
  56. 144c56d In PRE(sys_readlink), fix up handling of /proc/<pid>/exe and /proc/self/exe. by sewardj · 19 years ago
  57. 877d53e Enable sys_iopl on AMD64. by njn · 19 years ago
  58. ae3ae82 Oh Arse. This'll teach me to edit the x86-specific sources on a ppc32 box. by sewardj · 19 years ago
  59. 260667d A corresponding fix to 4823: don't deal with MAP_FIXED case directly by sewardj · 19 years ago
  60. d5560ec Changes to sys_mmap2 wrapper: by sewardj · 19 years ago
  61. a911677 Future-proof a piece of conditional compilation. by njn · 19 years ago
  62. 97a649d On x86 and ppc32 the offset argument to mmap2 is specified in pages by tom · 19 years ago
  63. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  64. 98eee48 Comment-only changes by sewardj · 19 years ago
  65. 0e682c6 Fix subtle bug in ML_(generic_POST_sys_shmdt) caused by new aspacem. by sewardj · 19 years ago
  66. 1ae3f3a Get rid of pub_core_main.h, so that m_main is not imported by anyone, by sewardj · 19 years ago
  67. 3bcbd2e Unbreak build on amd64 following aspacem merge. by sewardj · 19 years ago
  68. 45f4e7c by sewardj · 19 years ago
  69. f4ef182 fix for #113230 by njn · 19 years ago
  70. 4c53099 Unbreak ppc32 build. by sewardj · 19 years ago
  71. a560c5c Unbreak amd64 and ppc32 some more. by njn · 19 years ago
  72. de5c5f5 Fix AMD64 breakage and possibly the PPC32 breakage, too. by njn · 19 years ago
  73. 5c69175 Moved sys_mmap2 wrapper from "generic" to "linux". by njn · 19 years ago
  74. cd405ea Moved some more syscall wrappers from "generic" to "linux". by njn · 19 years ago
  75. ffbeaa1 Quote some more CC expansions. by tom · 19 years ago
  76. ef0da67 unbreak ppc32, I hope by njn · 19 years ago
  77. 7397548 Group Linux-specific syscalls a bit. by njn · 19 years ago
  78. b2480c9 Moved sched_* from "generic" to "linux"; Darwin doesn't have them. by njn · 19 years ago
  79. 65ccc50 Move *xattr from "generic" to "linux". Darwin has them, but with an extra by njn · 19 years ago
  80. 2904063 Pass $(CC) to the vex Makefile. by sewardj · 19 years ago
  81. 1aa5737 Handle the SCTP_GET_LOCAL_ADDRS and SCTP_GET_PEER_ADDRS getsockopt by tom · 19 years ago
  82. 73dc2c7 Give file a better name. by njn · 19 years ago
  83. 68e4659 by njn · 19 years ago
  84. efc957c by njn · 19 years ago
  85. c956eaf whoops by njn · 19 years ago
  86. a3b67b7 by njn · 19 years ago
  87. 9fe7b12 by njn · 19 years ago
  88. 424c056 by njn · 19 years ago
  89. 1588bc0 Move clock_* syscalls from "generic" to "linux". by njn · 19 years ago
  90. 4279a88 Move mq_* syscalls from "generic" to "linux". by njn · 19 years ago
  91. 7b4e5ba by njn · 19 years ago
  92. 4ae4040 by njn · 19 years ago
  93. 33d17fa Even more ppc32 syscalls. by sewardj · 19 years ago
  94. a9fff9b Enable a few more syscalls on ppc32-linux. by sewardj · 19 years ago
  95. 60beca1 - Fix bug causing thread slots not to get reused - yet more syscalls on ppc32 by sewardj · 19 years ago
  96. 5addd6c Enable a couple more syscalls on ppc32. by sewardj · 19 years ago
  97. dc294c3 Don't assert if execve fails. Fixes bug #110875. by tom · 19 years ago
  98. 4b70e8c Clarify comment. by njn · 19 years ago
  99. 9b52a34 Fix system call name in error messages. by tom · 19 years ago
  100. d9cac2f Check the fields of the new structure passed to sigaction individually by tom · 19 years ago