1. c84005e Add unwind annotations for freebsd/x86 getcontext.S. by Konstantin Belousov · 15 years ago
  2. b73c618 Merge branch 'master' into freebsd by Konstantin Belousov · 15 years ago
  3. 0176c4f Merge commit 'fdc534ccb05d1e6c0438345d292203343a811701' by Arun Sharma · 15 years ago
  4. fdc534c Silence a compiler warning by Arun Sharma · 15 years ago
  5. 215afa3 Add unwind descriptors to getcontext.S by Arun Sharma · 15 years ago
  6. c140d85 Undo commit f252f5ff4e51af90fd6629f122f72556db94ccb7 for now. by Arun Sharma · 15 years ago
  7. d3c4bc4 Fix a compiler warning by Arun Sharma · 15 years ago
  8. 045c55b Be conservative in all pointer derefrences by default. by Lassi Tuura · 15 years ago
  9. d4fbc83 Detect end of stack in x86-64 rbp-based walk. by Lassi Tuura · 15 years ago
  10. 92cc7fd Remove obsolete code for 'old way' of handling x86-64 signal frames. by Lassi Tuura · 15 years ago
  11. f252f5f Recognise and unwind through PLT. by Lassi Tuura · 15 years ago
  12. a9dce3c During the stack unwinding process, the return address points to by Lassi Tuura · 15 years ago
  13. 4c553ce Identify end-of-stack by undefined return address location. by Lassi Tuura · 15 years ago
  14. dac2d00 Identify signal frames by augmentation attribute. by Lassi Tuura · 15 years ago
  15. 250382c Use wider format when printing addresses in debug format. by Lassi Tuura · 15 years ago
  16. 58f290e Add config.h. by Konstantin Belousov · 15 years ago
  17. 2709abc msync() also may be called on unaligned address. by Konstantin Belousov · 15 years ago
  18. 4454413 Account for possible unaligned access. by Konstantin Belousov · 15 years ago
  19. 74677ed Reverse local change by Konstantin Belousov · 15 years ago
  20. ee99dbe Use mincore instead of msync when available by Konstantin Belousov · 15 years ago
  21. 75b76d1 Save FPU context for i386. by Konstantin Belousov · 15 years ago
  22. b1c68e0 Arrange the FreeBSD ucontext offset definitions in ascending order. by Konstantin Belousov · 15 years ago
  23. a67654e [PATCH] Reduce scope of the eh_frame_end local variable by Giuseppe Scrivano · 15 years ago
  24. 1d9c5a3 Fix compiler warnings on x86_64 Linux by Arun Sharma · 15 years ago
  25. 5a70fab Fix compiler warnings on x86 Linux by Arun Sharma · 15 years ago
  26. 127acf8 Use correct offset name and value for ucontext offset in struct sigframe by Konstantin Belousov · 15 years ago
  27. 0d311ea Add abort() after sigreturn calls by Konstantin Belousov · 15 years ago
  28. 34b064b Fix typo. by Konstantin Belousov · 15 years ago
  29. 1e77c66 Fix FreeBSD/x86_64 sigcontext restore by Konstantin Belousov · 15 years ago
  30. 61f4345 Fix an issue where len was too short for sysctl to recieve the process vm map. by Konstantin Belousov · 15 years ago
  31. 02d0cb6 Do not save FPU context on x86 for now; XMM save area must be 16-bytes aligned by Konstantin Belousov · 15 years ago
  32. ae7eebb Separate getcontext implementation for x86 by Konstantin Belousov · 15 years ago
  33. 66e49bd Save %eax for i386 by Konstantin Belousov · 15 years ago
  34. 5a7407d Merge branch 'master' into freebsd by Konstantin Belousov · 15 years ago
  35. c2d7804 GCC compatibility on x86 for C++ exception handling by Arun Sharma · 15 years ago
  36. eb8857a Silence a compiler warning by Giuseppe Scrivano · 15 years ago
  37. 8431905 Remove unneeded include. by Konstantin Belousov · 15 years ago
  38. 21f0e90 Rework 69001646fa8, store sigframe address into sigcontext_addr. by Konstantin Belousov · 15 years ago
  39. 42bc15c Provide proper register offsets in the gregset for FreeBSD/i386 by Konstantin Belousov · 15 years ago
  40. f10f851 Add slightly more debug output by Konstantin Belousov · 15 years ago
  41. 8d6b00b Remove no more needed check. by Konstantin Belousov · 15 years ago
  42. e33fa9f Ditch using the libutil, it is not async-signal safe. by Konstantin Belousov · 15 years ago
  43. 6900164 Store the ucontext_t pointer to properly handle resume across signal frames. by Konstantin Belousov · 15 years ago
  44. f01a043 Convince gcc that x86_64_sigreturn cannot return, as declared. by Konstantin Belousov · 15 years ago
  45. a688d6c Remove unused variable. by Konstantin Belousov · 15 years ago
  46. dd1c7b6 Declare mxcsr as XMM by Konstantin Belousov · 15 years ago
  47. 53f7e65 For FreeBSD/i386, add real offset values for FPU context fields. by Konstantin Belousov · 15 years ago
  48. 6f7b335 Add my copyrights to several files that contain essential modifications by Konstantin Belousov · 15 years ago
  49. 9fe75c7 Save FPU state when saving context. For XMM-capable CPUs only (for now). by Konstantin Belousov · 15 years ago
  50. 117ccd2 Move all XMM offsets into one place. by Konstantin Belousov · 15 years ago
  51. f6546e2 Implement the base code to fetch x86/xmm state on x86. Offsets to be filled. by Konstantin Belousov · 15 years ago
  52. 2c50c95 Correct arguments for Debug(). Shut up warning by using the cast. by Konstantin Belousov · 15 years ago
  53. d1676f1 Fix warnings on 32 bit x86 by Arun Sharma · 15 years ago
  54. caa6095 Fix compile errors on Linux by Arun Sharma · 15 years ago
  55. ad6b2f9 Fix tests for PTRACE_* and PT_*. by Konstantin Belousov · 15 years ago
  56. 979af45 Move local_resume to os-specific file. by Konstantin Belousov · 15 years ago
  57. 0dbeeeb Move uc_addr to os-specific file by Konstantin Belousov · 15 years ago
  58. 79d0123 Move get_scratch_loc() to os-specific file. by Konstantin Belousov · 15 years ago
  59. aeee03d Reduce diffs to master by Konstantin Belousov · 15 years ago
  60. ccc0ae6 More move of osdep code. by Konstantin Belousov · 15 years ago
  61. a40641f Trim spaces by Konstantin Belousov · 15 years ago
  62. fd88f41 Merge remote branch 'origin/master' into freebsd by Konstantin Belousov · 15 years ago
  63. 8e53e62 Refactor os specific code for x86 (both 32 and 64 bit). by Arun Sharma · 15 years ago
  64. 459b2a5 Normalize test code by Konstantin Belousov · 15 years ago
  65. 980ccff Merge remote branch 'origin/master' into freebsd by Konstantin Belousov · 15 years ago
  66. 8fa95f3 Simplify the check for ptrace operations. by Konstantin Belousov · 15 years ago
  67. 601919e Update FreeBSD notes. by Konstantin Belousov · 15 years ago
  68. 7169958 Add some notes about FreeBSD. by Konstantin Belousov · 15 years ago
  69. 574d32a malloc.h is not needed. by Konstantin Belousov · 15 years ago
  70. 6e07e94 Revert "Test for malloc.h." by Konstantin Belousov · 15 years ago
  71. 2b7ca45 Fix handling of SA_SIGINFO frames on 32 bit x86 by Arun Sharma · 15 years ago
  72. 22b1726 Test for malloc.h. by Konstantin Belousov · 15 years ago
  73. bd27988 Reformat os-freebsd.c. by Konstantin Belousov · 15 years ago
  74. 5715d91 Make setjmp/longjmp work at least on FreeBSD/amd64. by Konstantin Belousov · 15 years ago
  75. 31ece3e Fix setcontext for amd64 freebsd by Konstantin Belousov · 15 years ago
  76. ad97600 Correct the configure check for -ldl. by Konstantin Belousov · 15 years ago
  77. 9bb9c97 Merge with origin/master by Konstantin Belousov · 15 years ago
  78. 6203f1c Cleanup a mapped elf image. by Arun Sharma · 15 years ago
  79. 7bd264e Fix up what looks like an unintentional semi colon. by Arun Sharma · 15 years ago
  80. 8a75ba9 Signal trampoline on amd64 for ia32 is special. by Konstantin Belousov · 15 years ago
  81. e514292 Handle error return from is_signal_frame by Konstantin Belousov · 15 years ago
  82. e9cd300 Move x86 porting further. by Konstantin Belousov · 15 years ago
  83. 71c4161 Remove extra empty line by Konstantin Belousov · 15 years ago
  84. bdee34d Jump buffer indices for FreeBSD/x86. by Konstantin Belousov · 15 years ago
  85. d3ddc9b Cap the runtime for rs-race by Arun Sharma · 15 years ago
  86. f8a15e9 Fix a couple of test breakages on x86_64 by Arun Sharma · 15 years ago
  87. 24112f6 Fix some test failures on x86_64 on distros with small default stacks. by Arun Sharma · 15 years ago
  88. a6b23dc Add partial implementation for is_signal_frame for i386. by Konstantin Belousov · 15 years ago
  89. 54f8b2f Fill real offsets for freebsd by Konstantin Belousov · 15 years ago
  90. d737709 Close #if by Konstantin Belousov · 15 years ago
  91. 47dcc89 Remove unneeded braces by Konstantin Belousov · 15 years ago
  92. 3b026a7 Fix i386 distinctions between freebsd and linux for mcontext. by Konstantin Belousov · 15 years ago
  93. bb41eba FreeBSD/i386 port. get/setcontext need further work by Konstantin Belousov · 15 years ago
  94. c61e0b9 Add sys/types.h for x86. by Konstantin Belousov · 15 years ago
  95. 71cbdc6 Provide real values for jmpbuf offsets for FreeBSD by Konstantin Belousov · 15 years ago
  96. 9f79621 Enough for now for ptrace backend by Konstantin Belousov · 15 years ago
  97. 752ce15 Preliminary version of freebsd syscall unwinder by Konstantin Belousov · 15 years ago
  98. c1b1c10 Fix memory leak on error by Konstantin Belousov · 15 years ago
  99. 4b3ca29 Fix PT_SYSCALL ignoring of ip by Konstantin Belousov · 15 years ago
  100. 89e1df2 Fix _UI_siglongjmp_cont name by Konstantin Belousov · 15 years ago