1. 0dbeeeb Move uc_addr to os-specific file by Konstantin Belousov · 15 years ago
  2. 79d0123 Move get_scratch_loc() to os-specific file. by Konstantin Belousov · 15 years ago
  3. aeee03d Reduce diffs to master by Konstantin Belousov · 15 years ago
  4. ccc0ae6 More move of osdep code. by Konstantin Belousov · 15 years ago
  5. a40641f Trim spaces by Konstantin Belousov · 15 years ago
  6. fd88f41 Merge remote branch 'origin/master' into freebsd by Konstantin Belousov · 15 years ago
  7. 8e53e62 Refactor os specific code for x86 (both 32 and 64 bit). by Arun Sharma · 15 years ago
  8. 459b2a5 Normalize test code by Konstantin Belousov · 15 years ago
  9. 980ccff Merge remote branch 'origin/master' into freebsd by Konstantin Belousov · 15 years ago
  10. 8fa95f3 Simplify the check for ptrace operations. by Konstantin Belousov · 15 years ago
  11. 601919e Update FreeBSD notes. by Konstantin Belousov · 15 years ago
  12. 7169958 Add some notes about FreeBSD. by Konstantin Belousov · 15 years ago
  13. 574d32a malloc.h is not needed. by Konstantin Belousov · 15 years ago
  14. 6e07e94 Revert "Test for malloc.h." by Konstantin Belousov · 15 years ago
  15. 2b7ca45 Fix handling of SA_SIGINFO frames on 32 bit x86 by Arun Sharma · 15 years ago
  16. 22b1726 Test for malloc.h. by Konstantin Belousov · 15 years ago
  17. bd27988 Reformat os-freebsd.c. by Konstantin Belousov · 15 years ago
  18. 5715d91 Make setjmp/longjmp work at least on FreeBSD/amd64. by Konstantin Belousov · 15 years ago
  19. 31ece3e Fix setcontext for amd64 freebsd by Konstantin Belousov · 15 years ago
  20. ad97600 Correct the configure check for -ldl. by Konstantin Belousov · 15 years ago
  21. 9bb9c97 Merge with origin/master by Konstantin Belousov · 15 years ago
  22. 6203f1c Cleanup a mapped elf image. by Arun Sharma · 15 years ago
  23. 7bd264e Fix up what looks like an unintentional semi colon. by Arun Sharma · 15 years ago
  24. 8a75ba9 Signal trampoline on amd64 for ia32 is special. by Konstantin Belousov · 15 years ago
  25. e514292 Handle error return from is_signal_frame by Konstantin Belousov · 15 years ago
  26. e9cd300 Move x86 porting further. by Konstantin Belousov · 15 years ago
  27. 71c4161 Remove extra empty line by Konstantin Belousov · 15 years ago
  28. bdee34d Jump buffer indices for FreeBSD/x86. by Konstantin Belousov · 15 years ago
  29. d3ddc9b Cap the runtime for rs-race by Arun Sharma · 15 years ago
  30. f8a15e9 Fix a couple of test breakages on x86_64 by Arun Sharma · 15 years ago
  31. 24112f6 Fix some test failures on x86_64 on distros with small default stacks. by Arun Sharma · 15 years ago
  32. a6b23dc Add partial implementation for is_signal_frame for i386. by Konstantin Belousov · 15 years ago
  33. 54f8b2f Fill real offsets for freebsd by Konstantin Belousov · 15 years ago
  34. d737709 Close #if by Konstantin Belousov · 15 years ago
  35. 47dcc89 Remove unneeded braces by Konstantin Belousov · 15 years ago
  36. 3b026a7 Fix i386 distinctions between freebsd and linux for mcontext. by Konstantin Belousov · 15 years ago
  37. bb41eba FreeBSD/i386 port. get/setcontext need further work by Konstantin Belousov · 15 years ago
  38. c61e0b9 Add sys/types.h for x86. by Konstantin Belousov · 15 years ago
  39. 71cbdc6 Provide real values for jmpbuf offsets for FreeBSD by Konstantin Belousov · 15 years ago
  40. 9f79621 Enough for now for ptrace backend by Konstantin Belousov · 15 years ago
  41. 752ce15 Preliminary version of freebsd syscall unwinder by Konstantin Belousov · 15 years ago
  42. c1b1c10 Fix memory leak on error by Konstantin Belousov · 15 years ago
  43. 4b3ca29 Fix PT_SYSCALL ignoring of ip by Konstantin Belousov · 15 years ago
  44. 89e1df2 Fix _UI_siglongjmp_cont name by Konstantin Belousov · 15 years ago
  45. 0f1c0f5 Fix resume. by Konstantin Belousov · 15 years ago
  46. 43ed5b3 Add required assembler magic. by Konstantin Belousov · 15 years ago
  47. 5f5b1a5 tdep_get_elf_image should be public by Konstantin Belousov · 15 years ago
  48. ad93215 Port test-ptrace by Konstantin Belousov · 15 years ago
  49. 093855f Remove unneeded includes of sys/types.h by Konstantin Belousov · 15 years ago
  50. 64b5391 Include sys/types.h once by Konstantin Belousov · 15 years ago
  51. da357e3 Revert "sys/types.h" by Konstantin Belousov · 15 years ago
  52. 53095e6 Code for resume by Konstantin Belousov · 15 years ago
  53. c647238 Support walk over freebsd sigframes by Konstantin Belousov · 15 years ago
  54. d0d5f99 Correct rsp offset by Konstantin Belousov · 15 years ago
  55. efd0655 Silence warning about symbol redefinition. by Konstantin Belousov · 15 years ago
  56. 59d38aa Properly handle -ldl and -lutil by Konstantin Belousov · 15 years ago
  57. d7eea91 Cast caddr_t argument for ptrace by Konstantin Belousov · 15 years ago
  58. 200147d Handle fpu state by Konstantin Belousov · 15 years ago
  59. 62218e1 Provide proper offsets for gregs in freebsd ucontext. Note that fp regs are not handled. by Konstantin Belousov · 15 years ago
  60. 63ae8ca Correct assignments, remove unneeded includes. by Konstantin Belousov · 15 years ago
  61. 4de09a9 Implement freebsd-specific vm walker. by Konstantin Belousov · 15 years ago
  62. 81f2de0 Add implementation of unw_is_signal_frame for freebsd. by Konstantin Belousov · 15 years ago
  63. 1ba7599 Add FreeBSD stub. by Konstantin Belousov · 15 years ago
  64. 2646e0f Add freebsd stub by Konstantin Belousov · 15 years ago
  65. 5976f1a sys/types.h by Konstantin Belousov · 15 years ago
  66. d7f5141 MAP_ANONYMOUS by Konstantin Belousov · 15 years ago
  67. 3eabce1 Include sys/types.h when needed. by Konstantin Belousov · 15 years ago
  68. 29c1102 _NSIG. by Konstantin Belousov · 15 years ago
  69. c7ffca1 FreeBSD way to name registers. by Konstantin Belousov · 15 years ago
  70. 8ccebc9 MAP_ANONYMOUS by Konstantin Belousov · 15 years ago
  71. 78cb28b PT_CONTINUE. by Konstantin Belousov · 15 years ago
  72. d4a4ddd Provide access to the general regs on FreeBSD. by Konstantin Belousov · 15 years ago
  73. cf6ae35 Code to read/write user memory on FreeBSD by Konstantin Belousov · 15 years ago
  74. d11456f Code to read/write fpregs on FreeBSD by Konstantin Belousov · 15 years ago
  75. 905034c Initial attempt at the build infrastructure for FreeBSD. by Konstantin Belousov · 15 years ago
  76. 46ea106 Update documentation on building from git by Arun Sharma · 15 years ago
  77. 3468a6b Change MS_SYNC to MS_ASYNC by Arun Sharma · 15 years ago
  78. 7520767 Be gcc compatible for C++ exceptions on 32 bit platforms. by Stefan Demharter · 15 years ago
  79. 5a1d3c6 Remove bogus check on scan_string which is guaranteed to fail every time. by Arun Sharma · 15 years ago
  80. 54752e0 Implement getcontext for x86 by Paul Pluzhnikov · 15 years ago
  81. 0cf76ed Check for NULL when validating addresses by Paul Pluzhnikov · 15 years ago
  82. 9626d66 Fix a race condition in dwarf unwinding. by Paul Pluzhnikov · 15 years ago
  83. 890a630 Fix tests/Gtest-concurrent.c to test all caching policies by Paul Pluzhnikov · 15 years ago
  84. 2648a77 Simplify control flow by Paul Pluzhnikov · 15 years ago
  85. f958b9d Get rid of some bogus checks. by Paul Pluzhnikov · 15 years ago
  86. f88e949 Set UNW_TDEP_SP on x86 to ESP by Arun Sharma · 15 years ago
  87. d708954 Fix a warning message on i386 by Arun Sharma · 15 years ago
  88. 3067acf Remove duplicate calls to mark_as_used by Arun Sharma · 15 years ago
  89. 4ab26bc Fix compiler warnings seen with --disable_block_signals by Arun Sharma · 15 years ago
  90. 570c09a Fix another compiler warning. by Belisko Marek · 15 years ago
  91. 491d576 Fix compiler warnings on x86_64 by Arun Sharma · 15 years ago
  92. af9daf6 Fix the naming of the sigprocmask parameters. by Arun Sharma · 15 years ago
  93. b56375e Reduce stack use and apply CONFIG_DEBUG_FRAME to more code. by Paul Pluzhnikov · 15 years ago
  94. fc2934a Make the remaining sigprocmask calls conditional on --enable-block-signals by Paul Pluzhnikov · 15 years ago
  95. b7e3444 When libunwind is configured with --enable-block-signals=no, by Paul Pluzhnikov · 15 years ago
  96. 839db77 Wait if there is contention on the cache by Paul Pluzhnikov · 15 years ago
  97. 9aa0d6d Allow caller to block signals. by Paul Pluzhnikov · 15 years ago
  98. 84d4150 Allow caller to block signals. by Paul Pluzhnikov · 15 years ago
  99. 35e6a1a This avoids a C++ syntax error with a (non-gcc?) compiler. by Arun Sharma · 15 years ago
  100. 4b8404d Remove the special casing of ia64 for GetIPInfo() by Arun Sharma · 16 years ago