1. b56375e Reduce stack use and apply CONFIG_DEBUG_FRAME to more code. by Paul Pluzhnikov · 15 years ago
  2. fc2934a Make the remaining sigprocmask calls conditional on --enable-block-signals by Paul Pluzhnikov · 15 years ago
  3. b7e3444 When libunwind is configured with --enable-block-signals=no, by Paul Pluzhnikov · 15 years ago
  4. 839db77 Wait if there is contention on the cache by Paul Pluzhnikov · 15 years ago
  5. 9aa0d6d Allow caller to block signals. by Paul Pluzhnikov · 15 years ago
  6. 84d4150 Allow caller to block signals. by Paul Pluzhnikov · 15 years ago
  7. 35e6a1a This avoids a C++ syntax error with a (non-gcc?) compiler. by Arun Sharma · 15 years ago
  8. 4b8404d Remove the special casing of ia64 for GetIPInfo() by Arun Sharma · 15 years ago
  9. b483ea3 Multilib support. by Arun Sharma · 15 years ago
  10. 6aec157 Fix ppc32 build. by Arun Sharma · 15 years ago
  11. 40afb66 Use a shorter path for include by Arun Sharma · 15 years ago
  12. aaed432 Remove more autogenerated files. by Arun Sharma · 15 years ago
  13. 2fce541 Implement _Unwind_GetIPInfo() as required by the C++ ABI by Arun Sharma · 15 years ago
  14. 18a0a81 Update the tag to -beta. by Arun Sharma · 16 years ago
  15. 9607c64 Fixup CONFIG_DEBUG_FRAME support. by Arun Sharma · 16 years ago
  16. 1227c41 Disable C++ exception support by default on x86. by Arun Sharma · 16 years ago
  17. ec53de8 [PATCH] Avoiding name conflict with the GNU-specific dprintf in stdio.h by Arun Sharma · 16 years ago
  18. ff0ae70 Bad pointer validation for 32 bit x86. by Arun Sharma · 16 years ago
  19. 5822fca Enable Intel C++ compatibility only when C++ exceptions are enabled. by Arun Sharma · 16 years ago
  20. 0bce5f0 Remove auto generated files. by Arun Sharma · 16 years ago
  21. 83cef8b Don't check C++ ABI when it's not enabled. by Arun Sharma · 16 years ago
  22. 576b59e Verify that we don't call malloc when unwinding locally. by Arun Sharma · 16 years ago
  23. a2c27a4 Make .debug_frame support optional. by Arun Sharma · 16 years ago
  24. 638302e Rerun autoreconf. by David Mosberger-Tang · 16 years ago
  25. ef29ead This patch eliminates one system call per unwind by not using the by Arun Sharma · 16 years ago
  26. 649f1fb [X86-64] For local unwinding, we have a defence mechanism against by Arun Sharma · 16 years ago
  27. 183d28a Rebuild autoconf files with autoreconf. by David Mosberger-Tang · 16 years ago
  28. 8081e82 Make the linking of C++ ABI related code for exceptions optional. by Arun Sharma · 16 years ago
  29. 1eddefc [ARM] This patch add some missing bits on ARM platform. by Bruna Moreira · 16 years ago
  30. 6f282a0 [ARM] This patch fix some testsuite issues on ARM: by Bruna Moreira · 16 years ago
  31. bb9d3dc [X86-64] Fix the pattern used to match signal frames. by Paul Pluzhnikov · 16 years ago
  32. 3842dac Add initial ARM and MIPS support. To support this, also enable the by Daniel Jacobowitz · 17 years ago
  33. 5ed2da2 [DWARF] Fix error return. by Mark Wielaard · 17 years ago
  34. f5cb2c5 2007-12-14 Mark Wielaard <mwielaard@redhat.com> by David Mosberger-Tang · 17 years ago
  35. a8be10e [X86] Cleanup XMM handling for x86 by David Mosberger-Tang · 17 years ago
  36. 32145b6 Merge ../libunwind-v0.98 by David Mosberger-Tang · 17 years ago
  37. 4759b8e Mark tests/perf-startup executable. Suggested by Mark Wielaard. by David Mosberger-Tang · 17 years ago
  38. 79c943b Make tests/perf-startup executable. Suggested by Mark Wielaard. by David Mosberger-Tang · 17 years ago
  39. 5ffab80 Merge ../libunwind-v0.98 by David Mosberger-Tang · 17 years ago
  40. 826374c Merge ../libunwind-v0.98 by David Mosberger-Tang · 17 years ago
  41. 3550b50 Update mailing-list info. by David Mosberger-Tang · 17 years ago
  42. 3899ab7 Update NEWS file and rerun "autoreconf". by David Mosberger-Tang · 17 years ago
  43. 7fda769 ia64 [src/ia64/Ginit.c]: Don't mark the reference to _Uelf64_get_proc_name by Curt Wohlgemuth · 17 years ago
  44. 253f3e5 [Linux] Fix potentially overlapping memory-copy to use memmove() instead by Curt Wohlgemuth · 17 years ago
  45. 8724722 Update mailing-list info in README. Thanks to Curt Wohlgemut for pointing by David Mosberger-Tang · 17 years ago
  46. 05c8284 [X86] 2007-10-10 Andrew Cagney <cagney@redhat.com> by Andrew Cagney · 17 years ago
  47. 9ea6af8 [PPC32] Make PPC32 unwinding work for real. by Jose Flavio Aguilar Paulino · 17 years ago
  48. 57e5696 Mark Wielaard <mwielaard@redhat.com> writes: by Jan Kratochvil · 17 years ago
  49. c340d04 [PPC32] Make get_func_addr() a no-op function. by Jose Flavio Aguilar Paulino · 17 years ago
  50. 4499bb2 [PPC32] First check-in to add preliminary support for Linux/PPC32. by Jose Flavio Aguilar Paulino · 17 years ago
  51. 6d75df3 Regenerate Makefile.in. by David Mosberger-Tang · 17 years ago
  52. 32e2187 [PPC64] Get "make check" to work on PPC64 Linux. Add a README entry by Jose Flavio Aguilar Paulino · 17 years ago
  53. 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
  54. e6b9f35 Introduce a tdep_get_func_addr_hook() in the ELF lookup_symbol() by David Mosberger-Tang · 17 years ago
  55. 03e05b4 Fix two minor compiler-warnings. by David Mosberger-Tang · 17 years ago
  56. 75f34cc Update documentation and regenerate manual-pages. by David Mosberger-Tang · 17 years ago
  57. 7aca85a Update html-versions of man-pages for Savannah-based home page. by David Mosberger-Tang · 17 years ago
  58. 7fdd022 Update autoconf files. by David Mosberger-Tang · 17 years ago
  59. 25739ee [IA64] Fix ia64-test-setjmp.c. With MAP_SHARED the kernel will try to by David Mosberger-Tang · 17 years ago
  60. bcca3dd [x86-64] Fix cross-compilation. setcontext.S can only be built natively. by Arun Sharma · 17 years ago
  61. 7c289a6 Delete explanation of how to build libunwind on ia64 with v7 of the by David Mosberger-Tang · 17 years ago
  62. 2973156 Recreate autoconf files. by David Mosberger-Tang · 17 years ago
  63. 955d127 Update NEWS and README files a bit. by David Mosberger-Tang · 17 years ago
  64. a1e7ee4 Just a small patch to build system, it helps if you build in a power by Jose Flavio Aguilar Paulino · 17 years ago
  65. 5c95d13 Cleanup some files from previous patch and rerurn autoconf tools. by David Mosberger-Tang · 17 years ago
  66. 3afd613 [X86-64]: Instead of auto-generating _u_context_i.h, hardcode the by Arun Sharma · 17 years ago
  67. fad8b04 Rebuilt configure and Makefile.in files. by David Mosberger-Tang · 17 years ago
  68. b33021e Add PPC64 support. by Jose Flavio Aguilar Paulino · 17 years ago
  69. a6393c0 Merge ../libunwind-v0.98 by David Mosberger-Tang · 17 years ago
  70. 899ffba Update NEWS file. by David Mosberger-Tang · 17 years ago
  71. 09c8c7d (unw_create_addr_space): Fix address-leak that triggered when function by Andreas Schwab · 17 years ago
  72. 0fa6b58 2007-03-20 Nurdin Premji <npremji@redhat.com> by Nurdin Premji · 17 years ago
  73. 565ffdb 2007-04-05 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 17 years ago
  74. 5f3d295 * tests/test-async-sig.c: Move "const" definition to separate area to keep by David Mosberger-Tang · 17 years ago
  75. a72abd4 2007-04-05 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 17 years ago
  76. 7923ae3 Re-run aclocal and automake to update Makefiles so new files (e.g., by David Mosberger-Tang · 17 years ago
  77. 497b987 Add gen-offsets to the Makefile by Arun Sharma · 17 years ago
  78. 31440e9 Make libunwind pass C++ exceptions correctly by Arun Sharma · 17 years ago
  79. 55fe524 Cleanup the hash() function copied from ia64 by Arun Sharma · 18 years ago
  80. a5d0c1f Remove HAVE___THREAD. This was never tested. by Arun Sharma · 18 years ago
  81. be02d9a dwarf.h needs atomic_ops.h. So include it. by Arun Sharma · 18 years ago
  82. b3f25f6 [dwarf] Include <config.h> in dwarf.h since it's testing HAVE_ATOMIC_OPS_H. by David Mosberger-Tang · 18 years ago
  83. 62bacfc [x86-64] Minor reformatting for GNU-style and use memset() in lieu of bzero(). by David Mosberger-Tang · 18 years ago
  84. 795529e [x86-64] Add a known good address cache. by Arun Sharma (अरुण) · 18 years ago
  85. 96969f8 Merge ../libunwind-v0.98 by David Mosberger-Tang · 18 years ago
  86. bde6770 Delete some backup files that accidentally made it into git. by David Mosberger-Tang · 18 years ago
  87. df88260 Merge ../libunwind-v0.98 by David Mosberger-Tang · 18 years ago
  88. bd17671 Delete obsolete BitKeeper files. by David Mosberger-Tang · 18 years ago
  89. 63a6a95 Delete obsolete BitKeeper files, add LICENSE file. by David Mosberger-Tang · 18 years ago
  90. 1fdb08e Various fixes to get x86 to compile and work again. by David Mosberger-Tang · 18 years ago
  91. 11ea127 [dwarf] The sword() function in Gexpr.c doesn't do what's intended. by Arun Sharma · 18 years ago
  92. cdb96f3 [x86] (common_init): Fix spurious errors caused by uninitialized members. by Arun Sharma · 18 years ago
  93. 8297866 [x86-64] (unw_step): Further refine handling of functions without unwind-info. by Arun Sharma · 18 years ago
  94. 06d2ffa [x86-64] (unw_step): Improve handling of functions which lack unwind info. by Arun Sharma · 18 years ago
  95. 7c09076 [x86-64] (unw_is_signal_frame): If access mem fails, it's not a signal frame. by Arun Sharma · 18 years ago
  96. 58888a5 (dwarf_find_save_locs): Also apply register-state after parsing the FDE by Arun Sharma · 18 years ago
  97. 527225e [x86-64] Make a best effort at validating pointers before dereferencing them. by Arun Sharma · 18 years ago
  98. 4312719 [dwarf] Need to guard against multiple threads accessing the rs cache. by Arun Sharma · 18 years ago
  99. 8cdd8bf [x86-64] Make even UNW_LOCAL_ONLY accessors go through validation. by Arun Sharma · 18 years ago
  100. c5dc3c1 [dwarf] Allow return address column to differ from function to function. by Arun Sharma · 18 years ago