1. 7b85dd5 by njn · 19 years ago
  2. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  3. e9befc6 by njn · 19 years ago
  4. ab0edc4 PRE(wrap_sys_shmat): don't change ARG2 if we're going to pre-fail the syscall. by sewardj · 19 years ago
  5. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  6. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  7. 6276248 by njn · 19 years ago
  8. d0edd9a Fix copy-n-paste error which could cause many syscalls to fail on amd64. by sewardj · 19 years ago
  9. e6d5e72 Clean up after m_syscalls changes: reinstate enough syscalls that by sewardj · 19 years ago
  10. f25e902 Move some #define-d constants into the VKI department, where I should by sewardj · 19 years ago
  11. e7aa4ae Clean up after m_syscalls changes: unbreak amd64-linux. by sewardj · 19 years ago
  12. 696c551 Clean up after m_syscalls changes: reinstate about half the syscalls by sewardj · 19 years ago
  13. 8c9ea4e Clean up after m_syscalls changes: reinstate a bunch more (x86) by sewardj · 19 years ago
  14. 78b50e4 Clean up after m_syscalls changes: reinstate enough syscalls (x86) to by sewardj · 19 years ago
  15. 8c25732 Clean up after m_syscalls changes: fix more NPTL ish syscalls (x86) by sewardj · 19 years ago
  16. bc22cf7 Cleanup after m_syscalls changes: fix some NPTL ish syscalls (x86) by sewardj · 19 years ago
  17. a8d8e23 by sewardj · 19 years ago
  18. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  19. 132bfcc by njn · 19 years ago
  20. 36a20fa by njn · 19 years ago
  21. 13bfd85 by njn · 19 years ago
  22. 97405b2 by njn · 19 years ago
  23. 31513b4 by njn · 19 years ago
  24. d15ce0c SuSE 9.3 (x86) fix (sigh) by sewardj · 19 years ago
  25. dd7dcb6 Unbreak amd64 build. by sewardj · 19 years ago
  26. 934d2d5 At clone(), always start the child off with a copy of the parent's GDT. by sewardj · 19 years ago
  27. 468dc79 When handling the clone variant done by the Quadrics Elan3 user-space by sewardj · 19 years ago
  28. 0c24647 by njn · 19 years ago
  29. 04e1698 by njn · 19 years ago
  30. 1075931 debug-logging (-d) totally didn't work when one Valgrindified process by sewardj · 19 years ago
  31. 1d88711 by sewardj · 19 years ago
  32. fc8dc42 Unbreak AMD64 compilation. by njn · 19 years ago
  33. 7df470b by njn · 19 years ago
  34. 605f488 Localized use of VGP_UCONTEXT_* to vg_signals.c, which meant they could by njn · 19 years ago
  35. e8a13d9 Eliminate VGP_GET_MMAP_ARGS. by njn · 19 years ago
  36. 3f16e97 Don't try and set up the thread state members that have been removed by tom · 19 years ago
  37. affd878 by njn · 19 years ago
  38. 5510a15 Comment only change: improve comments on VG_(clone) for x86 and AMD64. by njn · 19 years ago
  39. 6c6b59e Make VG_(sanitize_client_sigmask)() local to m_syscalls. by njn · 19 years ago
  40. 7860441 Get rid of all the duplicated settings of AM_CFLAGS in the makefiles by tom · 19 years ago
  41. 3c917bb by njn · 19 years ago
  42. 2024234 by njn · 19 years ago
  43. 45ed2c6 Move VGA_STACK_SIZE_W into m_syscalls, the only place that uses it. by njn · 19 years ago
  44. 42398e5 Fix for sys_sysctl wrapper, from Ulrich Drepper. by sewardj · 19 years ago
  45. 2335d11 by njn · 19 years ago
  46. 02bc4b8 by njn · 19 years ago
  47. 3c660b6 Import vki_unistd.h on a need-to-know basis, rather than by njn · 19 years ago
  48. c77b333 VGA_(restart_syscall)() doesn't need to be exported. by njn · 19 years ago
  49. 695234d Make VG_(clone)() declaration private to m_syscalls. by njn · 19 years ago
  50. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  51. 51d827b by njn · 19 years ago
  52. 1d2cac0 Reinstate Tom's epoll commit which I lost when I made m_syscalls. by njn · 19 years ago
  53. 2521d32 by njn · 19 years ago