1. cc6cc08 Add a new option to conserve stack space. by Christopher Ferris · 11 years ago
  2. dee708f Missing -llzma in libunwind.pc by Masatake YAMATO · 11 years ago
  3. eac65dc Add basic support for the QNX operating system by Matt Fischer · 11 years ago
  4. ac6c0a6 [PATCH] AArch64 port. by Yvan Roux · 11 years ago
  5. 563b0ff Added --enable-setjmp by Matt Fischer · 11 years ago
  6. abb0957 Added --enable-ptrace by Matt Fischer · 11 years ago
  7. 10b064f Support building with older compilers. by Ladislav Michl · 12 years ago
  8. d7322f0 Update to v1.1 by Arun Sharma · 12 years ago
  9. 8d5b1ae SuperH port by Tommi Rantala · 12 years ago
  10. 7d77ef4 Enable coredump library build on ARM by default by Tommi Rantala · 12 years ago
  11. 79c2c25 MIPS coredump support by Tommi Rantala · 12 years ago
  12. 58354c9 Nuke HAVE_BACKTRACE by Tommi Rantala · 12 years ago
  13. c2d6f85 Use __sync builtin atomics on all architectures if available by Tommi Rantala · 12 years ago
  14. e4b24be pkg-config file fixups by Arun Sharma · 12 years ago
  15. ea5e90f Create and install pkg-config .pc files by Alexander Toresson · 12 years ago
  16. f8cfe83 configure: rename configure.in to configure.ac by Cody P Schafer · 12 years ago[Renamed from configure.in]
  17. 43118f3 configure: use AC_ARG_ENABLE(arg, text, , custom-act) by Cody P Schafer · 12 years ago
  18. 00087cf configure: use AC_ARG_ENABLE's defaults when possible by Cody P Schafer · 12 years ago
  19. 09ecaf3 configure: avoid using a shell function in autoconf by Cody P Schafer · 12 years ago
  20. 3430823 configure: use AS_HELP_STRING for configure args instead of manual formating by Cody P Schafer · 12 years ago
  21. 3a5d7ff build: make libunwind-coredump build optional by Cody P Schafer · 12 years ago
  22. 92af07e ppc32: ppc64: test altivec support by running the compiler. by Cody P Schafer · 12 years ago
  23. 9d42e1c ppc32: ppc64: use AC_COMPILE_IFELSE to test __powerpc64__ macro for ppc64 by Cody P Schafer · 12 years ago
  24. eca102f Remove AC_FUNC_MEMCMP check from configure.in by Tommi Rantala · 12 years ago
  25. 8203c95 Change test-varargs to check libunwind backtracing by Tommi Rantala · 12 years ago
  26. aed6c8b Check __builtin___clear_cache() at configuration time by Tommi Rantala · 12 years ago
  27. 96cc0e8 Run `autoupdate' to stop using obsoleted macros in `configure.in' by Tommi Rantala · 12 years ago
  28. 7d5a197 Add liblzma detection to configure script by Martin Milata · 12 years ago
  29. a06f189 Rip out AC_TYPE_SIGNAL and sighandler_t check by Tommi Rantala · 12 years ago
  30. 2126660 Allow --enable-debug=no by Arun Sharma · 12 years ago
  31. cc7c74e On FreeBSD, the structure is called prstatus. by Kostik Belousov · 12 years ago
  32. e8eb583 Handle byteswap.h and endian.h inclusion. by Kostik Belousov · 12 years ago
  33. b08ae72 Add support for unwinding coredump images by Arun Sharma · 12 years ago
  34. d20df8b Fix up the breakage when host != target by Arun Sharma · 13 years ago
  35. e3c87a6 Updates for 1.0 by Arun Sharma · 13 years ago
  36. f195c9a Skip a few tests on uCLibC by Sven Neumann · 13 years ago
  37. 8ab8863 Bump up the package version. by Arun Sharma · 13 years ago
  38. e09f970 Handle register nums > 16 on x86_64 by Arun Sharma · 13 years ago
  39. e003e44 Check for <sys/ptrace.h> before including it by Joel Brobecker · 13 years ago
  40. 28f33c8 Auto-detect whether to use msync() or mincore() for address validation. by Lassi Tuura · 13 years ago
  41. 04fc88f Fix build and distribution on the FreeBSD. by Konstantin Belousov · 13 years ago
  42. ce847af Build ELF convenience libraries by Zachary T Welch · 14 years ago
  43. 9de666d Simplify DWARF source handling by Zachary T Welch · 14 years ago
  44. 717239a Conditionalize -static-libcxa test by Zachary T Welch · 14 years ago
  45. 3ac945b Improve debug-frame configure option default by Zachary T Welch · 14 years ago
  46. 574873c Improve configure check reporting. by Zachary T Welch · 14 years ago
  47. 10afcf3 Remove duplicate check for PTRACE_CONT by Zachary T Welch · 14 years ago
  48. 92345bf Fix PTRACE_SINGLESTEP typo. by Zachary T Welch · 14 years ago
  49. 546463d Factor out and export dwarf_find_debug_frame() function by Arun Sharma · 14 years ago
  50. b73c618 Merge branch 'master' into freebsd by Konstantin Belousov · 14 years ago
  51. 045c55b Be conservative in all pointer derefrences by default. by Lassi Tuura · 14 years ago
  52. ee99dbe Use mincore instead of msync when available by Konstantin Belousov · 14 years ago
  53. 8d6b00b Remove no more needed check. by Konstantin Belousov · 14 years ago
  54. ad6b2f9 Fix tests for PTRACE_* and PT_*. by Konstantin Belousov · 14 years ago
  55. 8fa95f3 Simplify the check for ptrace operations. by Konstantin Belousov · 14 years ago
  56. 6e07e94 Revert "Test for malloc.h." by Konstantin Belousov · 14 years ago
  57. 22b1726 Test for malloc.h. by Konstantin Belousov · 14 years ago
  58. ad97600 Correct the configure check for -ldl. by Konstantin Belousov · 14 years ago
  59. ad93215 Port test-ptrace by Konstantin Belousov · 14 years ago
  60. 59d38aa Properly handle -ldl and -lutil by Konstantin Belousov · 14 years ago
  61. 78cb28b PT_CONTINUE. by Konstantin Belousov · 14 years ago
  62. d4a4ddd Provide access to the general regs on FreeBSD. by Konstantin Belousov · 14 years ago
  63. cf6ae35 Code to read/write user memory on FreeBSD by Konstantin Belousov · 14 years ago
  64. d11456f Code to read/write fpregs on FreeBSD by Konstantin Belousov · 14 years ago
  65. 905034c Initial attempt at the build infrastructure for FreeBSD. by Konstantin Belousov · 14 years ago
  66. 9aa0d6d Allow caller to block signals. by Paul Pluzhnikov · 15 years ago
  67. b483ea3 Multilib support. by Arun Sharma · 15 years ago
  68. 6aec157 Fix ppc32 build. by Arun Sharma · 15 years ago
  69. 2fce541 Implement _Unwind_GetIPInfo() as required by the C++ ABI by Arun Sharma · 15 years ago
  70. 18a0a81 Update the tag to -beta. by Arun Sharma · 15 years ago
  71. 9607c64 Fixup CONFIG_DEBUG_FRAME support. by Arun Sharma · 15 years ago
  72. 1227c41 Disable C++ exception support by default on x86. by Arun Sharma · 15 years ago
  73. 83cef8b Don't check C++ ABI when it's not enabled. by Arun Sharma · 15 years ago
  74. a2c27a4 Make .debug_frame support optional. by Arun Sharma · 15 years ago
  75. 8081e82 Make the linking of C++ ABI related code for exceptions optional. by Arun Sharma · 16 years ago
  76. 3842dac Add initial ARM and MIPS support. To support this, also enable the by Daniel Jacobowitz · 16 years ago
  77. 5ffab80 Merge ../libunwind-v0.98 by David Mosberger-Tang · 17 years ago
  78. 3550b50 Update mailing-list info. by David Mosberger-Tang · 17 years ago
  79. 3899ab7 Update NEWS file and rerun "autoreconf". by David Mosberger-Tang · 17 years ago
  80. c340d04 [PPC32] Make get_func_addr() a no-op function. by Jose Flavio Aguilar Paulino · 17 years ago
  81. a1e7ee4 Just a small patch to build system, it helps if you build in a power by Jose Flavio Aguilar Paulino · 17 years ago
  82. b33021e Add PPC64 support. by Jose Flavio Aguilar Paulino · 17 years ago
  83. c4a2f46 Replace tdep.h symlink with tdep symlink. by hp.com!davidm · 19 years ago
  84. 09c959a Fix merge conflict. by hp.com!davidm · 19 years ago
  85. 07af27e (pkg_extra): Change to .5. by hp.com!davidm · 19 years ago
  86. cc6fea4 (pkg_extra): Change to .4. by hp.com!davidm · 19 years ago
  87. ef6d76f (pkg_extra): Change to .3. by hp.com!davidm · 20 years ago
  88. 5de169a (LIBCRTS): Use -lgcc instead. by hp.com!davidm · 20 years ago
  89. e62c425 (pkg_extra): Set to .2. by hp.com!davidm · 20 years ago
  90. 3ad05c8 Change pkg_extra to .1. by homeip.net!davidm · 20 years ago
  91. f28e502 Drop "-alpha" from pkg_extra. by mostang.com!davidm · 20 years ago
  92. 6cd917c (pkg_major): New M4 macro. by mostang.com!davidm · 20 years ago
  93. aa9a917 Add x86_64 support. by ibm.com!masbock · 20 years ago
  94. 14042ee (AC_INIT): Change version from 0.97 to 0.98-alpha. by homeip.net!davidm · 20 years ago
  95. 517b274 (AM_INIT_AUTOMAKE): Require at least automake 1.6 and turn on subdir-objects option. by homeip.net!davidm · 20 years ago
  96. e304af8 (AC_CONFIG_AUX_DIR): Rename from "aux" to "config". by hp.com!davidm · 20 years ago
  97. cc090ec (build_arch): Substitute it. by mostang.com!davidm · 20 years ago
  98. f04e4ef Set version number to 0.97. by hp.com!davidm · 20 years ago
  99. aa29b98 Check for dl_phdr_removals_counter. by hp.com!davidm · 20 years ago
  100. 3986a30 (AC_CNOFIG_SRCDIR): Adjust for moving backtrace.c into the "mi/" subdirectory. by hp.com!davidm · 20 years ago