1. 200147d Handle fpu state by Konstantin Belousov · 15 years ago
  2. 62218e1 Provide proper offsets for gregs in freebsd ucontext. Note that fp regs are not handled. by Konstantin Belousov · 15 years ago
  3. 63ae8ca Correct assignments, remove unneeded includes. by Konstantin Belousov · 15 years ago
  4. 4de09a9 Implement freebsd-specific vm walker. by Konstantin Belousov · 15 years ago
  5. 81f2de0 Add implementation of unw_is_signal_frame for freebsd. by Konstantin Belousov · 15 years ago
  6. 1ba7599 Add FreeBSD stub. by Konstantin Belousov · 15 years ago
  7. 2646e0f Add freebsd stub by Konstantin Belousov · 15 years ago
  8. 5976f1a sys/types.h by Konstantin Belousov · 15 years ago
  9. d7f5141 MAP_ANONYMOUS by Konstantin Belousov · 15 years ago
  10. 3eabce1 Include sys/types.h when needed. by Konstantin Belousov · 15 years ago
  11. 29c1102 _NSIG. by Konstantin Belousov · 15 years ago
  12. c7ffca1 FreeBSD way to name registers. by Konstantin Belousov · 15 years ago
  13. 8ccebc9 MAP_ANONYMOUS by Konstantin Belousov · 15 years ago
  14. 78cb28b PT_CONTINUE. by Konstantin Belousov · 15 years ago
  15. d4a4ddd Provide access to the general regs on FreeBSD. by Konstantin Belousov · 15 years ago
  16. cf6ae35 Code to read/write user memory on FreeBSD by Konstantin Belousov · 15 years ago
  17. d11456f Code to read/write fpregs on FreeBSD by Konstantin Belousov · 15 years ago
  18. 905034c Initial attempt at the build infrastructure for FreeBSD. by Konstantin Belousov · 15 years ago
  19. 46ea106 Update documentation on building from git by Arun Sharma · 15 years ago
  20. 3468a6b Change MS_SYNC to MS_ASYNC by Arun Sharma · 15 years ago
  21. 7520767 Be gcc compatible for C++ exceptions on 32 bit platforms. by Stefan Demharter · 15 years ago
  22. 5a1d3c6 Remove bogus check on scan_string which is guaranteed to fail every time. by Arun Sharma · 15 years ago
  23. 54752e0 Implement getcontext for x86 by Paul Pluzhnikov · 15 years ago
  24. 0cf76ed Check for NULL when validating addresses by Paul Pluzhnikov · 15 years ago
  25. 9626d66 Fix a race condition in dwarf unwinding. by Paul Pluzhnikov · 15 years ago
  26. 890a630 Fix tests/Gtest-concurrent.c to test all caching policies by Paul Pluzhnikov · 15 years ago
  27. 2648a77 Simplify control flow by Paul Pluzhnikov · 15 years ago
  28. f958b9d Get rid of some bogus checks. by Paul Pluzhnikov · 15 years ago
  29. f88e949 Set UNW_TDEP_SP on x86 to ESP by Arun Sharma · 15 years ago
  30. d708954 Fix a warning message on i386 by Arun Sharma · 15 years ago
  31. 3067acf Remove duplicate calls to mark_as_used by Arun Sharma · 15 years ago
  32. 4ab26bc Fix compiler warnings seen with --disable_block_signals by Arun Sharma · 15 years ago
  33. 570c09a Fix another compiler warning. by Belisko Marek · 15 years ago
  34. 491d576 Fix compiler warnings on x86_64 by Arun Sharma · 15 years ago
  35. af9daf6 Fix the naming of the sigprocmask parameters. by Arun Sharma · 15 years ago
  36. b56375e Reduce stack use and apply CONFIG_DEBUG_FRAME to more code. by Paul Pluzhnikov · 15 years ago
  37. fc2934a Make the remaining sigprocmask calls conditional on --enable-block-signals by Paul Pluzhnikov · 15 years ago
  38. b7e3444 When libunwind is configured with --enable-block-signals=no, by Paul Pluzhnikov · 15 years ago
  39. 839db77 Wait if there is contention on the cache by Paul Pluzhnikov · 15 years ago
  40. 9aa0d6d Allow caller to block signals. by Paul Pluzhnikov · 15 years ago
  41. 84d4150 Allow caller to block signals. by Paul Pluzhnikov · 15 years ago
  42. 35e6a1a This avoids a C++ syntax error with a (non-gcc?) compiler. by Arun Sharma · 15 years ago
  43. 4b8404d Remove the special casing of ia64 for GetIPInfo() by Arun Sharma · 16 years ago
  44. b483ea3 Multilib support. by Arun Sharma · 16 years ago
  45. 6aec157 Fix ppc32 build. by Arun Sharma · 16 years ago
  46. 40afb66 Use a shorter path for include by Arun Sharma · 16 years ago
  47. aaed432 Remove more autogenerated files. by Arun Sharma · 16 years ago
  48. 2fce541 Implement _Unwind_GetIPInfo() as required by the C++ ABI by Arun Sharma · 16 years ago
  49. 18a0a81 Update the tag to -beta. by Arun Sharma · 16 years ago
  50. 9607c64 Fixup CONFIG_DEBUG_FRAME support. by Arun Sharma · 16 years ago
  51. 1227c41 Disable C++ exception support by default on x86. by Arun Sharma · 16 years ago
  52. ec53de8 [PATCH] Avoiding name conflict with the GNU-specific dprintf in stdio.h by Arun Sharma · 16 years ago
  53. ff0ae70 Bad pointer validation for 32 bit x86. by Arun Sharma · 16 years ago
  54. 5822fca Enable Intel C++ compatibility only when C++ exceptions are enabled. by Arun Sharma · 16 years ago
  55. 0bce5f0 Remove auto generated files. by Arun Sharma · 16 years ago
  56. 83cef8b Don't check C++ ABI when it's not enabled. by Arun Sharma · 16 years ago
  57. 576b59e Verify that we don't call malloc when unwinding locally. by Arun Sharma · 16 years ago
  58. a2c27a4 Make .debug_frame support optional. by Arun Sharma · 16 years ago
  59. 638302e Rerun autoreconf. by David Mosberger-Tang · 16 years ago
  60. ef29ead This patch eliminates one system call per unwind by not using the by Arun Sharma · 16 years ago
  61. 649f1fb [X86-64] For local unwinding, we have a defence mechanism against by Arun Sharma · 16 years ago
  62. 183d28a Rebuild autoconf files with autoreconf. by David Mosberger-Tang · 16 years ago
  63. 8081e82 Make the linking of C++ ABI related code for exceptions optional. by Arun Sharma · 16 years ago
  64. 1eddefc [ARM] This patch add some missing bits on ARM platform. by Bruna Moreira · 17 years ago
  65. 6f282a0 [ARM] This patch fix some testsuite issues on ARM: by Bruna Moreira · 17 years ago
  66. bb9d3dc [X86-64] Fix the pattern used to match signal frames. by Paul Pluzhnikov · 17 years ago
  67. 3842dac Add initial ARM and MIPS support. To support this, also enable the by Daniel Jacobowitz · 17 years ago
  68. 5ed2da2 [DWARF] Fix error return. by Mark Wielaard · 17 years ago
  69. f5cb2c5 2007-12-14 Mark Wielaard <mwielaard@redhat.com> by David Mosberger-Tang · 17 years ago
  70. a8be10e [X86] Cleanup XMM handling for x86 by David Mosberger-Tang · 17 years ago
  71. 32145b6 Merge ../libunwind-v0.98 by David Mosberger-Tang · 17 years ago
  72. 4759b8e Mark tests/perf-startup executable. Suggested by Mark Wielaard. by David Mosberger-Tang · 17 years ago
  73. 79c943b Make tests/perf-startup executable. Suggested by Mark Wielaard. by David Mosberger-Tang · 17 years ago
  74. 5ffab80 Merge ../libunwind-v0.98 by David Mosberger-Tang · 17 years ago
  75. 826374c Merge ../libunwind-v0.98 by David Mosberger-Tang · 17 years ago
  76. 3550b50 Update mailing-list info. by David Mosberger-Tang · 17 years ago
  77. 3899ab7 Update NEWS file and rerun "autoreconf". by David Mosberger-Tang · 17 years ago
  78. 7fda769 ia64 [src/ia64/Ginit.c]: Don't mark the reference to _Uelf64_get_proc_name by Curt Wohlgemuth · 17 years ago
  79. 253f3e5 [Linux] Fix potentially overlapping memory-copy to use memmove() instead by Curt Wohlgemuth · 17 years ago
  80. 8724722 Update mailing-list info in README. Thanks to Curt Wohlgemut for pointing by David Mosberger-Tang · 17 years ago
  81. 05c8284 [X86] 2007-10-10 Andrew Cagney <cagney@redhat.com> by Andrew Cagney · 17 years ago
  82. 9ea6af8 [PPC32] Make PPC32 unwinding work for real. by Jose Flavio Aguilar Paulino · 17 years ago
  83. 57e5696 Mark Wielaard <mwielaard@redhat.com> writes: by Jan Kratochvil · 17 years ago
  84. c340d04 [PPC32] Make get_func_addr() a no-op function. by Jose Flavio Aguilar Paulino · 17 years ago
  85. 4499bb2 [PPC32] First check-in to add preliminary support for Linux/PPC32. by Jose Flavio Aguilar Paulino · 17 years ago
  86. 6d75df3 Regenerate Makefile.in. by David Mosberger-Tang · 17 years ago
  87. 32e2187 [PPC64] Get "make check" to work on PPC64 Linux. Add a README entry by Jose Flavio Aguilar Paulino · 17 years ago
  88. 3e24581 [PPC64] Add PPC64 entry to README and fix David's typo in ppc64/get_func_addr.c by Jose Flavio Aguilar Paulino · 17 years ago
  89. e6b9f35 Introduce a tdep_get_func_addr_hook() in the ELF lookup_symbol() by David Mosberger-Tang · 17 years ago
  90. 03e05b4 Fix two minor compiler-warnings. by David Mosberger-Tang · 17 years ago
  91. 75f34cc Update documentation and regenerate manual-pages. by David Mosberger-Tang · 17 years ago
  92. 7aca85a Update html-versions of man-pages for Savannah-based home page. by David Mosberger-Tang · 17 years ago
  93. 7fdd022 Update autoconf files. by David Mosberger-Tang · 17 years ago
  94. 25739ee [IA64] Fix ia64-test-setjmp.c. With MAP_SHARED the kernel will try to by David Mosberger-Tang · 17 years ago
  95. bcca3dd [x86-64] Fix cross-compilation. setcontext.S can only be built natively. by Arun Sharma · 17 years ago
  96. 7c289a6 Delete explanation of how to build libunwind on ia64 with v7 of the by David Mosberger-Tang · 17 years ago
  97. 2973156 Recreate autoconf files. by David Mosberger-Tang · 17 years ago
  98. 955d127 Update NEWS and README files a bit. by David Mosberger-Tang · 17 years ago
  99. a1e7ee4 Just a small patch to build system, it helps if you build in a power by Jose Flavio Aguilar Paulino · 17 years ago
  100. 5c95d13 Cleanup some files from previous patch and rerurn autoconf tools. by David Mosberger-Tang · 17 years ago