1. 60a4b0b Fix statement-before-declaration warnings for the core code. by tom · 19 years ago
  2. 5155dec by sewardj · 19 years ago
  3. 0b6941e ppc32 only: give debug info names for a couple of fns to make by sewardj · 19 years ago
  4. aa34929 Make sync checking work on recent x86 kernels (eg SuSE 10) which mark by sewardj · 19 years ago
  5. d84f467 ppc32-linux: reinstate sys_fsync, sys_sched_setscheduler by sewardj · 19 years ago
  6. 21ccba8 Make --log-socket= work on ppc32. by sewardj · 19 years ago
  7. 249ebd7 ppc32-linux: handle sys_madvise. by sewardj · 19 years ago
  8. 48db0f0 Enable sys_ftruncate64 on ppc32. by sewardj · 19 years ago
  9. 5f3a998 Disable ppc32 altivec pro tem (just temporarily). by sewardj · 19 years ago
  10. 8e5963d When looking for a heap segment to extend look for the heap limit by tom · 19 years ago
  11. 8af1a17 Stop memalign crashing if it fails to allocate the memory. Bug 112538. by tom · 19 years ago
  12. 0fd92f4 by njn · 19 years ago
  13. ce5a566 by sewardj · 19 years ago
  14. 616cf59 by sewardj · 19 years ago
  15. 98e68a4 If the launcher can't figure out what it's own name is, don't bail by sewardj · 19 years ago
  16. 0423690 Rewrite ML_(fd_allowed): by sewardj · 19 years ago
  17. 50d01ab Make sure we have all the DWARF2 sections before trying to decode by tom · 19 years ago
  18. 1340c35 Create a new SkShmC segment type for shared memory segments so that we by tom · 19 years ago
  19. aa55dca Check permissions when sanity checking the segment list against by tom · 19 years ago
  20. f61fea0 Get the SHM_RDONLY test the right way round. Fixes bug #113796. by tom · 19 years ago
  21. 7e92b09 Allow scripts less that a page in length to be executed. by tom · 19 years ago
  22. 4e4affd compile fix for an Ubuntu box I just tried by njn · 19 years ago
  23. 1ba8031 Unbreak compilation. Duh. by sewardj · 19 years ago
  24. 274461d Plumb 64-bit file offsets throughout the address space manager. Untested. by sewardj · 19 years ago
  25. 801ac81 Make the dispatch files platform-specific, not just arch-specific, by njn · 19 years ago
  26. 5e7b230 ppc32-linux only: redirect strcmp right from the start. by sewardj · 19 years ago
  27. 6d85b04 Document mmap insanity in a comment. by tom · 19 years ago
  28. 7e21df8 ML_(generic_PRE_sys_mmap): reject non-page-aligned offsets. by sewardj · 19 years ago
  29. a16ea0a When a sector is full, debug-print TC/TT loading for it, so as to give by sewardj · 19 years ago
  30. ca7a475 Placate gcc. by sewardj · 19 years ago
  31. 6b2fa6a Removed surplus parenthesis. by tom · 19 years ago
  32. 9548a16 Rationalise the mmap system call handling - after examining the kernel by tom · 19 years ago
  33. 03e3ee3 add missing file by njn · 19 years ago
  34. e226b38 Placate memcheck/tests/x86/scalar, which objected to the rewrite of by sewardj · 19 years ago
  35. 7d15e51 Get rid of duplicated STRINGIFY macros. by sewardj · 19 years ago
  36. 144c56d In PRE(sys_readlink), fix up handling of /proc/<pid>/exe and /proc/self/exe. by sewardj · 19 years ago
  37. 877d53e Enable sys_iopl on AMD64. by njn · 19 years ago
  38. ae3ae82 Oh Arse. This'll teach me to edit the x86-specific sources on a ppc32 box. by sewardj · 19 years ago
  39. 260667d A corresponding fix to 4823: don't deal with MAP_FIXED case directly by sewardj · 19 years ago
  40. d5560ec Changes to sys_mmap2 wrapper: by sewardj · 19 years ago
  41. a911677 Future-proof a piece of conditional compilation. by njn · 19 years ago
  42. 97a649d On x86 and ppc32 the offset argument to mmap2 is specified in pages by tom · 19 years ago
  43. caf971d Fix a very stupid bug in the new aspacemgr, in which mmap "hint-style" by sewardj · 19 years ago
  44. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  45. 98eee48 Comment-only changes by sewardj · 19 years ago
  46. d502136 Add an explanatory message for when instruction decoding fails. by njn · 19 years ago
  47. db49fe6 Remove redundant function call. by njn · 19 years ago
  48. 9d5564d Fix up vg_preload_core.so vs. vgpreload_core.so confusion introduced by njn · 19 years ago
  49. 0e682c6 Fix subtle bug in ML_(generic_POST_sys_shmdt) caused by new aspacem. by sewardj · 19 years ago
  50. 5e94078 Fix command-line printing. by sewardj · 19 years ago
  51. 1e86656 Make --log-socket= work on amd64-linux. by sewardj · 19 years ago
  52. 34483bc Increase some sizes to deal better with the new multigigabyte world: by sewardj · 19 years ago
  53. 1ae3f3a Get rid of pub_core_main.h, so that m_main is not imported by anyone, by sewardj · 19 years ago
  54. cb249ab Privatise parse_procselfmaps() and move it into aspacemgr.c in order by sewardj · 19 years ago
  55. fd721c2 Rename m_launcher.c to launcher.c to make clear it's not part of the by sewardj · 19 years ago
  56. 6684d2a VG_(am_extend_into_adjacent_reservation_client): Do not allow the by sewardj · 19 years ago
  57. 5f229e2 Get rid of some macros used only by the old aspacemgr, and tidy up by sewardj · 19 years ago
  58. 0d1a896 Clean up the m_debuginfo interface a bit. by sewardj · 19 years ago
  59. a0461a6 Get rid of the "ioctl-mmap" weird-hack flag. by sewardj · 19 years ago
  60. fdf91b4 Small cleanups, mostly of m_main: by sewardj · 19 years ago
  61. 90d3854 Don't reserve space for trampoline page on the stack, since it isn't by sewardj · 19 years ago
  62. 6929333 Remove now-unused "shadow_memory" need. by njn · 19 years ago
  63. e68d7c0 Fix up Makefile.core.am which got a little confused during the ASPACEM merging. by njn · 19 years ago
  64. 3bcbd2e Unbreak build on amd64 following aspacem merge. by sewardj · 19 years ago
  65. 45f4e7c by sewardj · 19 years ago
  66. 5eaff2f Fix incorrect computation of miss rates due to Int/Long mixups <sigh>. by njn · 19 years ago
  67. f4ef182 fix for #113230 by njn · 19 years ago
  68. c6957cf Rename VG_(have_altivec) => VG_(have_altivec_ppc) for consistency. by cerion · 19 years ago
  69. bc28f66 setup new variable VG_(have_altivec) from auxv::AT_HWCAP by cerion · 19 years ago
  70. 78090d2 assert ppc guest_state vector regs are 16byte aligned by cerion · 19 years ago
  71. 4c53099 Unbreak ppc32 build. by sewardj · 19 years ago
  72. a560c5c Unbreak amd64 and ppc32 some more. by njn · 19 years ago
  73. de5c5f5 Fix AMD64 breakage and possibly the PPC32 breakage, too. by njn · 19 years ago
  74. 5c69175 Moved sys_mmap2 wrapper from "generic" to "linux". by njn · 19 years ago
  75. cd405ea Moved some more syscall wrappers from "generic" to "linux". by njn · 19 years ago
  76. ffbeaa1 Quote some more CC expansions. by tom · 19 years ago
  77. f5499f1 Quote the expansion of CC when invoking make for VEX. Fixes bug #111785. by tom · 19 years ago
  78. ef0da67 unbreak ppc32, I hope by njn · 19 years ago
  79. 7397548 Group Linux-specific syscalls a bit. by njn · 19 years ago
  80. b2480c9 Moved sched_* from "generic" to "linux"; Darwin doesn't have them. by njn · 19 years ago
  81. 65ccc50 Move *xattr from "generic" to "linux". Darwin has them, but with an extra by njn · 19 years ago
  82. 2904063 Pass $(CC) to the vex Makefile. by sewardj · 19 years ago
  83. 1aa5737 Handle the SCTP_GET_LOCAL_ADDRS and SCTP_GET_PEER_ADDRS getsockopt by tom · 19 years ago
  84. 73dc2c7 Give file a better name. by njn · 19 years ago
  85. 6722983 Move the core dumping code out of m_signals to a new module, by njn · 19 years ago
  86. 09b8480 by njn · 19 years ago
  87. 68e4659 by njn · 19 years ago
  88. efc957c by njn · 19 years ago
  89. c956eaf whoops by njn · 19 years ago
  90. a3b67b7 by njn · 19 years ago
  91. 9fe7b12 by njn · 19 years ago
  92. 424c056 by njn · 19 years ago
  93. 1588bc0 Move clock_* syscalls from "generic" to "linux". by njn · 19 years ago
  94. 4279a88 Move mq_* syscalls from "generic" to "linux". by njn · 19 years ago
  95. c0ae705 comment-only wibbles by njn · 19 years ago
  96. 7b4e5ba by njn · 19 years ago
  97. 3d9edb2 avoid unnecessary newlines by njn · 19 years ago
  98. 7a74054 Only show the "line number too large" warning once. by njn · 19 years ago
  99. 7ce8311 by njn · 19 years ago
  100. 4ae4040 by njn · 19 years ago