1. f4c2310 Get core dumping working again - the architecture specific code that by tom · 19 years ago
  2. 70a5cb0 Add support for the mbind system call on x86 and amd64. Fixes bug #114756. by tom · 19 years ago
  3. 19617ae The Spin-Doctor arrives in Valgrind-Land: rename --weird-hacks= to by sewardj · 19 years ago
  4. fe0ffd4 Reenable a couple more syscalls needed for self-hosting on ppc32, by sewardj · 19 years ago
  5. 29acef0 Removed remaining traces of address space padding technology as it by tom · 19 years ago
  6. 31d8342 Various fixes to reduce noise level on SuSE 10 (PPC). Also fix some by sewardj · 19 years ago
  7. 7375061 by njn · 19 years ago
  8. 16ff11a C90 fixes. by sewardj · 19 years ago
  9. d456196 Fix x86 specific declaration-before-statement warnings. by tom · 19 years ago
  10. 60a4b0b Fix statement-before-declaration warnings for the core code. by tom · 19 years ago
  11. d84f467 ppc32-linux: reinstate sys_fsync, sys_sched_setscheduler by sewardj · 19 years ago
  12. 249ebd7 ppc32-linux: handle sys_madvise. by sewardj · 19 years ago
  13. 48db0f0 Enable sys_ftruncate64 on ppc32. by sewardj · 19 years ago
  14. 8e5963d When looking for a heap segment to extend look for the heap limit by tom · 19 years ago
  15. ce5a566 by sewardj · 19 years ago
  16. 98e68a4 If the launcher can't figure out what it's own name is, don't bail by sewardj · 19 years ago
  17. 0423690 Rewrite ML_(fd_allowed): by sewardj · 19 years ago
  18. 1340c35 Create a new SkShmC segment type for shared memory segments so that we by tom · 19 years ago
  19. f61fea0 Get the SHM_RDONLY test the right way round. Fixes bug #113796. by tom · 19 years ago
  20. 1ba8031 Unbreak compilation. Duh. by sewardj · 19 years ago
  21. 274461d Plumb 64-bit file offsets throughout the address space manager. Untested. by sewardj · 19 years ago
  22. 6d85b04 Document mmap insanity in a comment. by tom · 19 years ago
  23. 7e21df8 ML_(generic_PRE_sys_mmap): reject non-page-aligned offsets. by sewardj · 19 years ago
  24. ca7a475 Placate gcc. by sewardj · 19 years ago
  25. 9548a16 Rationalise the mmap system call handling - after examining the kernel by tom · 19 years ago
  26. e226b38 Placate memcheck/tests/x86/scalar, which objected to the rewrite of by sewardj · 19 years ago
  27. 7d15e51 Get rid of duplicated STRINGIFY macros. by sewardj · 19 years ago
  28. 144c56d In PRE(sys_readlink), fix up handling of /proc/<pid>/exe and /proc/self/exe. by sewardj · 19 years ago
  29. 877d53e Enable sys_iopl on AMD64. by njn · 19 years ago
  30. ae3ae82 Oh Arse. This'll teach me to edit the x86-specific sources on a ppc32 box. by sewardj · 19 years ago
  31. 260667d A corresponding fix to 4823: don't deal with MAP_FIXED case directly by sewardj · 19 years ago
  32. d5560ec Changes to sys_mmap2 wrapper: by sewardj · 19 years ago
  33. a911677 Future-proof a piece of conditional compilation. by njn · 19 years ago
  34. 97a649d On x86 and ppc32 the offset argument to mmap2 is specified in pages by tom · 19 years ago
  35. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  36. 98eee48 Comment-only changes by sewardj · 19 years ago
  37. 0e682c6 Fix subtle bug in ML_(generic_POST_sys_shmdt) caused by new aspacem. by sewardj · 19 years ago
  38. 1ae3f3a Get rid of pub_core_main.h, so that m_main is not imported by anyone, by sewardj · 19 years ago
  39. 3bcbd2e Unbreak build on amd64 following aspacem merge. by sewardj · 19 years ago
  40. 45f4e7c by sewardj · 19 years ago
  41. f4ef182 fix for #113230 by njn · 19 years ago
  42. 4c53099 Unbreak ppc32 build. by sewardj · 19 years ago
  43. a560c5c Unbreak amd64 and ppc32 some more. by njn · 19 years ago
  44. de5c5f5 Fix AMD64 breakage and possibly the PPC32 breakage, too. by njn · 19 years ago
  45. 5c69175 Moved sys_mmap2 wrapper from "generic" to "linux". by njn · 19 years ago
  46. cd405ea Moved some more syscall wrappers from "generic" to "linux". by njn · 19 years ago
  47. ffbeaa1 Quote some more CC expansions. by tom · 19 years ago
  48. ef0da67 unbreak ppc32, I hope by njn · 19 years ago
  49. 7397548 Group Linux-specific syscalls a bit. by njn · 19 years ago
  50. b2480c9 Moved sched_* from "generic" to "linux"; Darwin doesn't have them. by njn · 19 years ago
  51. 65ccc50 Move *xattr from "generic" to "linux". Darwin has them, but with an extra by njn · 19 years ago
  52. 2904063 Pass $(CC) to the vex Makefile. by sewardj · 19 years ago
  53. 1aa5737 Handle the SCTP_GET_LOCAL_ADDRS and SCTP_GET_PEER_ADDRS getsockopt by tom · 19 years ago
  54. 73dc2c7 Give file a better name. by njn · 19 years ago
  55. 68e4659 by njn · 19 years ago
  56. efc957c by njn · 19 years ago
  57. c956eaf whoops by njn · 19 years ago
  58. a3b67b7 by njn · 19 years ago
  59. 9fe7b12 by njn · 19 years ago
  60. 424c056 by njn · 19 years ago
  61. 1588bc0 Move clock_* syscalls from "generic" to "linux". by njn · 19 years ago
  62. 4279a88 Move mq_* syscalls from "generic" to "linux". by njn · 19 years ago
  63. 7b4e5ba by njn · 19 years ago
  64. 4ae4040 by njn · 19 years ago
  65. 33d17fa Even more ppc32 syscalls. by sewardj · 19 years ago
  66. a9fff9b Enable a few more syscalls on ppc32-linux. by sewardj · 19 years ago
  67. 60beca1 - Fix bug causing thread slots not to get reused - yet more syscalls on ppc32 by sewardj · 19 years ago
  68. 5addd6c Enable a couple more syscalls on ppc32. by sewardj · 19 years ago
  69. dc294c3 Don't assert if execve fails. Fixes bug #110875. by tom · 19 years ago
  70. 4b70e8c Clarify comment. by njn · 19 years ago
  71. 9b52a34 Fix system call name in error messages. by tom · 19 years ago
  72. d9cac2f Check the fields of the new structure passed to sigaction individually by tom · 19 years ago
  73. 95d23cc Enable the inotify system calls on amd64. by tom · 19 years ago
  74. 6c93c4f If the pre-handler for the execve system call fails to state the file by tom · 19 years ago
  75. 0605fd6 Implement the waitid system call. Fixes bug #110202. by tom · 19 years ago
  76. 5cbecb7 Allow a NULL second argument to clock_getres. Fixes bug #110203. by tom · 19 years ago
  77. e21058c Fix up do_syscall_clone_ppc32_linux. Seems to improve thread exiting. by sewardj · 19 years ago
  78. 6a32449 ppc32-linux: implement a bunch more syscalls, and also fix up clone by sewardj · 19 years ago
  79. bd77403 Replace out-of-date email address. by njn · 19 years ago
  80. 2d7c396 Enable sys_fchmod and sys_fchown. by sewardj · 19 years ago
  81. 3b86ae5 Take the address of the ifr_index member when testing if it is defined by tom · 19 years ago
  82. 62ba758 Handle the TIOCMGET ioctl. by tom · 19 years ago
  83. 2c2bc25 Handle the HDIO_GETGEO ioctl. Secondary problem found from bug #109780. by tom · 19 years ago
  84. eafc49b Handle a number of additional block device ioctls. Fixes bug #109780. by tom · 19 years ago
  85. 20d3572 Handle the fadvise64 system calls correctly on 32 bit platforms. by tom · 19 years ago
  86. 85a9dca Makefile stuff, partly from Tom, which uses the SVN-externall'd VEX by sewardj · 19 years ago
  87. a1d5680 Fix some inconsistent system call trace messages. by tom · 19 years ago
  88. 0bcaf2a Add support for the inotify system calls based on a patch by tom · 19 years ago
  89. 3d7c2f0 Get rid of --support-elan3=. This flag wasn't doing anything since by sewardj · 19 years ago
  90. ca33405 Enable sys_poll. by sewardj · 19 years ago
  91. 0a400c7 Change some int uses to Int (the house types). by sewardj · 19 years ago
  92. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  93. 2af58f2 Yet more system calls. by tom · 19 years ago
  94. a514661 Enable rt_sigpending on amd64. Fixes bug #109429. by tom · 19 years ago
  95. b0987f0 Document different argument order for clone on amd64. by tom · 19 years ago
  96. 67c5364 The timeout argument to rt_sigtimedwait is in the third argument not by tom · 19 years ago
  97. 1b1a223 More system call fixups. by tom · 19 years ago
  98. 507ae56 Yet more amd64 system calls. by tom · 19 years ago
  99. b33fc68 Fix mistaken comments. by tom · 19 years ago
  100. 2b18aa8 Pass clone arguments in the correct order when doing a fork style by tom · 19 years ago