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