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