1. 253f3e5 [Linux] Fix potentially overlapping memory-copy to use memmove() instead by Curt Wohlgemuth · 17 years ago
  2. 8724722 Update mailing-list info in README. Thanks to Curt Wohlgemut for pointing by David Mosberger-Tang · 17 years ago
  3. 05c8284 [X86] 2007-10-10 Andrew Cagney <cagney@redhat.com> by Andrew Cagney · 17 years ago
  4. 9ea6af8 [PPC32] Make PPC32 unwinding work for real. by Jose Flavio Aguilar Paulino · 17 years ago
  5. 57e5696 Mark Wielaard <mwielaard@redhat.com> writes: by Jan Kratochvil · 17 years ago
  6. c340d04 [PPC32] Make get_func_addr() a no-op function. by Jose Flavio Aguilar Paulino · 17 years ago
  7. 4499bb2 [PPC32] First check-in to add preliminary support for Linux/PPC32. by Jose Flavio Aguilar Paulino · 17 years ago
  8. 6d75df3 Regenerate Makefile.in. by David Mosberger-Tang · 17 years ago
  9. 32e2187 [PPC64] Get "make check" to work on PPC64 Linux. Add a README entry by Jose Flavio Aguilar Paulino · 17 years ago
  10. 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
  11. e6b9f35 Introduce a tdep_get_func_addr_hook() in the ELF lookup_symbol() by David Mosberger-Tang · 17 years ago
  12. 03e05b4 Fix two minor compiler-warnings. by David Mosberger-Tang · 17 years ago
  13. 75f34cc Update documentation and regenerate manual-pages. by David Mosberger-Tang · 17 years ago
  14. 7aca85a Update html-versions of man-pages for Savannah-based home page. by David Mosberger-Tang · 17 years ago
  15. 7fdd022 Update autoconf files. by David Mosberger-Tang · 17 years ago
  16. 25739ee [IA64] Fix ia64-test-setjmp.c. With MAP_SHARED the kernel will try to by David Mosberger-Tang · 17 years ago
  17. bcca3dd [x86-64] Fix cross-compilation. setcontext.S can only be built natively. by Arun Sharma · 17 years ago
  18. 7c289a6 Delete explanation of how to build libunwind on ia64 with v7 of the by David Mosberger-Tang · 17 years ago
  19. 2973156 Recreate autoconf files. by David Mosberger-Tang · 17 years ago
  20. 955d127 Update NEWS and README files a bit. by David Mosberger-Tang · 17 years ago
  21. a1e7ee4 Just a small patch to build system, it helps if you build in a power by Jose Flavio Aguilar Paulino · 17 years ago
  22. 5c95d13 Cleanup some files from previous patch and rerurn autoconf tools. by David Mosberger-Tang · 17 years ago
  23. 3afd613 [X86-64]: Instead of auto-generating _u_context_i.h, hardcode the by Arun Sharma · 17 years ago
  24. fad8b04 Rebuilt configure and Makefile.in files. by David Mosberger-Tang · 17 years ago
  25. b33021e Add PPC64 support. by Jose Flavio Aguilar Paulino · 17 years ago
  26. a6393c0 Merge ../libunwind-v0.98 by David Mosberger-Tang · 18 years ago
  27. 899ffba Update NEWS file. by David Mosberger-Tang · 18 years ago
  28. 09c8c7d (unw_create_addr_space): Fix address-leak that triggered when function by Andreas Schwab · 18 years ago
  29. 0fa6b58 2007-03-20 Nurdin Premji <npremji@redhat.com> by Nurdin Premji · 18 years ago
  30. 565ffdb 2007-04-05 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 18 years ago
  31. 5f3d295 * tests/test-async-sig.c: Move "const" definition to separate area to keep by David Mosberger-Tang · 18 years ago
  32. a72abd4 2007-04-05 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 18 years ago
  33. 7923ae3 Re-run aclocal and automake to update Makefiles so new files (e.g., by David Mosberger-Tang · 18 years ago
  34. 497b987 Add gen-offsets to the Makefile by Arun Sharma · 18 years ago
  35. 31440e9 Make libunwind pass C++ exceptions correctly by Arun Sharma · 18 years ago
  36. 55fe524 Cleanup the hash() function copied from ia64 by Arun Sharma · 18 years ago
  37. a5d0c1f Remove HAVE___THREAD. This was never tested. by Arun Sharma · 18 years ago
  38. be02d9a dwarf.h needs atomic_ops.h. So include it. by Arun Sharma · 18 years ago
  39. b3f25f6 [dwarf] Include <config.h> in dwarf.h since it's testing HAVE_ATOMIC_OPS_H. by David Mosberger-Tang · 18 years ago
  40. 62bacfc [x86-64] Minor reformatting for GNU-style and use memset() in lieu of bzero(). by David Mosberger-Tang · 18 years ago
  41. 795529e [x86-64] Add a known good address cache. by Arun Sharma (अरुण) · 18 years ago
  42. 96969f8 Merge ../libunwind-v0.98 by David Mosberger-Tang · 18 years ago
  43. bde6770 Delete some backup files that accidentally made it into git. by David Mosberger-Tang · 18 years ago
  44. df88260 Merge ../libunwind-v0.98 by David Mosberger-Tang · 18 years ago
  45. bd17671 Delete obsolete BitKeeper files. by David Mosberger-Tang · 18 years ago
  46. 63a6a95 Delete obsolete BitKeeper files, add LICENSE file. by David Mosberger-Tang · 18 years ago
  47. 1fdb08e Various fixes to get x86 to compile and work again. by David Mosberger-Tang · 18 years ago
  48. 11ea127 [dwarf] The sword() function in Gexpr.c doesn't do what's intended. by Arun Sharma · 18 years ago
  49. cdb96f3 [x86] (common_init): Fix spurious errors caused by uninitialized members. by Arun Sharma · 18 years ago
  50. 8297866 [x86-64] (unw_step): Further refine handling of functions without unwind-info. by Arun Sharma · 18 years ago
  51. 06d2ffa [x86-64] (unw_step): Improve handling of functions which lack unwind info. by Arun Sharma · 18 years ago
  52. 7c09076 [x86-64] (unw_is_signal_frame): If access mem fails, it's not a signal frame. by Arun Sharma · 18 years ago
  53. 58888a5 (dwarf_find_save_locs): Also apply register-state after parsing the FDE by Arun Sharma · 18 years ago
  54. 527225e [x86-64] Make a best effort at validating pointers before dereferencing them. by Arun Sharma · 18 years ago
  55. 4312719 [dwarf] Need to guard against multiple threads accessing the rs cache. by Arun Sharma · 18 years ago
  56. 8cdd8bf [x86-64] Make even UNW_LOCAL_ONLY accessors go through validation. by Arun Sharma · 18 years ago
  57. c5dc3c1 [dwarf] Allow return address column to differ from function to function. by Arun Sharma · 18 years ago
  58. 60b7af7 (dwarf_find_save_locs): Add a comment. by Arun Sharma · 18 years ago
  59. 3dfde7a (dwarf_find_save_locs): put_unwind_info() is not needed in the cached case. by Arun Sharma · 18 years ago
  60. 036cbfa Fix x86 compilation. by Arun Sharma · 18 years ago
  61. 00db7f7 Implement a ip -> dwarf_reg_state cache. by Arun Sharma · 18 years ago
  62. 1a0af36 Fix forgotten copyright year update. by David Mosberger-Tang · 18 years ago
  63. 03395a1 Turn back on execute-permission on script files. by David Mosberger-Tang · 18 years ago
  64. 6a89d40 Fix missed "tdep.h" -> "libunwind_i.h" conversions. by David Mosberger-Tang · 18 years ago
  65. 8c94e12 (_UPT_find_proc_info): Fix potential crash due to uninitialized pointer. by David Mosberger-Tang · 18 years ago
  66. fd2fa63 Fix missed merge on setjmp_i.h and siglongjmp.c. by David Mosberger-Tang · 18 years ago
  67. 3c109ee Update ChangeLog to point to GIT log instead of Bitkeeper log. by David Mosberger-Tang · 18 years ago
  68. 69d85f7 Restore mi/Ldyn-remote.c. by David Mosberger-Tang · 18 years ago
  69. 37be21c Restore more files wiped out by Bitkeeper->CVS->GIT transition. by David Mosberger-Tang · 18 years ago
  70. 9e927e7 Restore tests/perf-startup. by David Mosberger-Tang · 18 years ago
  71. 236e370 Remove three Emacs backup-files which accidentially got checked into git. by David Mosberger-Tang · 18 years ago
  72. 6daeeac Revert "Initial revision" by David Mosberger-Tang · 18 years ago
  73. a369768 Revert "Initial revision" by David Mosberger-Tang · 18 years ago
  74. ca69fee Merge ../libunwind-v0.98 by David Mosberger-Tang · 18 years ago
  75. af2503e Fix bug in libunwind-ptrace which can cause reading of random data. by David Mosberger-Tang · 18 years ago
  76. cbd8648 Make libunwind compile with recent versions of GAS. by David Mosberger-Tang · 18 years ago
  77. f176ad6 Bring git v0.98.5 tree in sync with released v0.98.5. by David Mosberger-Tang · 18 years ago
  78. bc09a82 ia64: Allow write-access to UNW_IA64_BSP and UNW_IA64_SP. by hp.com!davidm · 20 years ago
  79. 2211958 UNW_IA64_SP and UNW_IA64_BSP are no longer read-only. by hp.com!davidm · 20 years ago
  80. b47b9aa UNW_IA64_BSP and UNW_IA64_SP are no longer read-only. by hp.com!davidm · 20 years ago
  81. 11f4871 Regenerate. by hp.com!davidm · 20 years ago
  82. 36a0275 Allow write-access to UNW_IA64_BSP and UNW_REG_SP. by hp.com!davidm · 20 years ago
  83. 7c986f6 ia64: Fix typo in kernel-files.txt. by hp.com!davidm · 20 years ago
  84. 41db9a8 Adjust for renaming of ia64 -> tdep-ia64. by hp.com!davidm · 20 years ago
  85. 4591d09 ia64: Use update_nat() instead of equivalent open code in tdep_access_reg(). by hp.com!davidm · 20 years ago
  86. cf2a44c Use update_nat() instead of equivalent open code. by hp.com!davidm · 20 years ago
  87. 2bc0aee ia64: Allow r1 to be saved in an ABI-specific frame. by hp.com!davidm · 20 years ago
  88. f5de64f If r1 has been saved in an ABI-specific frame by hp.com!davidm · 20 years ago
  89. 5b1dfec ia64: Remove some dead code. by hp.com!davidm · 20 years ago
  90. 399f120 Drop unused readonly variable. by hp.com!davidm · 20 years ago
  91. 2c08119 ia64: Drop early-out-on-zero-IP from unw_step() by hp.com!davidm · 20 years ago
  92. 3fa950e Remove early-out test when IP is zero. by hp.com!davidm · 20 years ago
  93. 3b7eb49 ia64: Introduce rbs_get_base() to simplify Linux kernel integration. by hp.com!davidm · 20 years ago
  94. 19e3bf3 (rbs_switch): Use rbs_get_base() to determine the size of the register by hp.com!davidm · 20 years ago
  95. 7a8b0ba (rbs_get_base): New macro. by hp.com!davidm · 20 years ago
  96. 9724ac4 (common_init): Use rbs_get_base() to determine size of register-backing store. by hp.com!davidm · 20 years ago
  97. 8236491 ia64: Add Linux kernel support to unw_init_local(). by hp.com!davidm · 20 years ago
  98. 080f842 Read sp and bsp via ia64_get() and then pass them to common_init(). by hp.com!davidm · 20 years ago
  99. 50bbc1f (set_as_arg): New function. by hp.com!davidm · 20 years ago
  100. 84bd124 (inlined_uc_addr): Remove UNW_IA64_AR_BSP. We no longer need this ugly hack by hp.com!davidm · 20 years ago