1. 9a311bf [ARM] fix for the check-namespace test case by Ken Werner · 13 years ago
  2. 42b6708 Fix linker errors with recent binutils by Arun Sharma · 13 years ago
  3. f89fb17 Fix incorrect calls to memset. by Arun · 13 years ago
  4. 1d8e2c1 Explicitly specify the libraries by Arun Sharma · 13 years ago
  5. f195c9a Skip a few tests on uCLibC by Sven Neumann · 13 years ago
  6. 4dbc2bc Fix a compiler warning by Arun Sharma · 13 years ago
  7. 288f18f ARM: tests/Gtest-dyn1.c workaround for GCC bug. by Ken Werner · 14 years ago
  8. 3b917f2 ARM: tests/Gtest-dyn1.c fixes. by Ken Werner · 14 years ago
  9. a624812 ARM: tests/Gtest-trace.c - IP printing by Ken Werner · 14 years ago
  10. d589e20 Add the appropriate libraries to the *_LDADD variables. by Ken Werner · 14 years ago
  11. e4593e2 Increase alternate signal stack size. by Ken Werner · 14 years ago
  12. d86155f Add a test to catch calls to calloc from libunwind by Arun Sharma · 14 years ago
  13. 4dc222c Undo parts of 2f9b04e9c29999d18906e37b37dcea9676df194f by Arun Sharma · 14 years ago
  14. 5f38f35 Drop a call frame in tdep_trace and avoid a call to unw_step. by Lassi Tuura · 14 years ago
  15. 50bc12a Export unw_backtrace() and alias backtrace() to it. by Lassi Tuura · 14 years ago
  16. 2f9b04e Mark slow_backtrace() ALWAYS_INLINE by Arun Sharma · 14 years ago
  17. 27d0dbf Ensure tests pass on 32 bit x86. by Arun Sharma · 14 years ago
  18. 3b9fd99 Assign copyright as requested by the author. by Lassi Tuura · 14 years ago
  19. 741a5a2 Add some performance tests for fast backtracing. by Arun Sharma · 14 years ago
  20. 7ff83c0 Fix up compilation and test failures by Arun Sharma · 14 years ago
  21. 9e98f15 Fast back-trace for x86_64 for only collecting the call stack. by Lassi Tuura · 14 years ago
  22. 6c1a58f Remove the unused arm_extbl_test_LDADD from Makefile.am by Arun Sharma · 14 years ago
  23. 6e25c11 Remove the arm-extbl-test. by Ken Werner · 14 years ago
  24. 04fc88f Fix build and distribution on the FreeBSD. by Konstantin Belousov · 14 years ago
  25. 0613d4c Fixup trailing whitespace by Arun Sharma · 14 years ago
  26. 5769551 Replace libuwind-elf32.la with $(LIBUNWIND_ELF) by Arun Sharma · 14 years ago
  27. 4870386 Add test of backtracing using ARM-specific tables by Zachary T Welch · 14 years ago
  28. 13cd3b0 Fix test-ptrace argument parsing. by Zachary T Welch · 14 years ago
  29. c2cc122 Explicitly add dependent shared libraries. by Ken Werner · 14 years ago
  30. 7e767a2 Improve test LDADD settings. by Zachary T Welch · 14 years ago
  31. 651e9bb Add MAINTAINERCLEANFILES to Makefile.am files. by Zachary T Welch · 14 years ago
  32. 982d590 Add Gtest-nomalloc.c to EXTRA_DIST so we pass "make check" by Arun Sharma · 14 years ago
  33. 546463d Factor out and export dwarf_find_debug_frame() function by Arun Sharma · 15 years ago
  34. 215afa3 Add unwind descriptors to getcontext.S by Arun Sharma · 15 years ago
  35. c2d7804 GCC compatibility on x86 for C++ exception handling by Arun Sharma · 15 years ago
  36. fd88f41 Merge remote branch 'origin/master' into freebsd by Konstantin Belousov · 15 years ago
  37. 8e53e62 Refactor os specific code for x86 (both 32 and 64 bit). by Arun Sharma · 15 years ago
  38. 459b2a5 Normalize test code by Konstantin Belousov · 15 years ago
  39. 574d32a malloc.h is not needed. by Konstantin Belousov · 15 years ago
  40. 6e07e94 Revert "Test for malloc.h." by Konstantin Belousov · 15 years ago
  41. 22b1726 Test for malloc.h. by Konstantin Belousov · 15 years ago
  42. 9bb9c97 Merge with origin/master by Konstantin Belousov · 15 years ago
  43. d3ddc9b Cap the runtime for rs-race by Arun Sharma · 15 years ago
  44. f8a15e9 Fix a couple of test breakages on x86_64 by Arun Sharma · 15 years ago
  45. 24112f6 Fix some test failures on x86_64 on distros with small default stacks. by Arun Sharma · 15 years ago
  46. d737709 Close #if by Konstantin Belousov · 15 years ago
  47. 3b026a7 Fix i386 distinctions between freebsd and linux for mcontext. by Konstantin Belousov · 15 years ago
  48. 4b3ca29 Fix PT_SYSCALL ignoring of ip by Konstantin Belousov · 15 years ago
  49. ad93215 Port test-ptrace by Konstantin Belousov · 15 years ago
  50. da357e3 Revert "sys/types.h" by Konstantin Belousov · 15 years ago
  51. 59d38aa Properly handle -ldl and -lutil by Konstantin Belousov · 15 years ago
  52. 5976f1a sys/types.h by Konstantin Belousov · 15 years ago
  53. d7f5141 MAP_ANONYMOUS by Konstantin Belousov · 15 years ago
  54. 9626d66 Fix a race condition in dwarf unwinding. by Paul Pluzhnikov · 15 years ago
  55. 890a630 Fix tests/Gtest-concurrent.c to test all caching policies by Paul Pluzhnikov · 15 years ago
  56. 570c09a Fix another compiler warning. by Belisko Marek · 15 years ago
  57. b56375e Reduce stack use and apply CONFIG_DEBUG_FRAME to more code. by Paul Pluzhnikov · 15 years ago
  58. b7e3444 When libunwind is configured with --enable-block-signals=no, by Paul Pluzhnikov · 15 years ago
  59. 2fce541 Implement _Unwind_GetIPInfo() as required by the C++ ABI by Arun Sharma · 16 years ago
  60. 1227c41 Disable C++ exception support by default on x86. by Arun Sharma · 16 years ago
  61. 0bce5f0 Remove auto generated files. by Arun Sharma · 16 years ago
  62. 83cef8b Don't check C++ ABI when it's not enabled. by Arun Sharma · 16 years ago
  63. 576b59e Verify that we don't call malloc when unwinding locally. by Arun Sharma · 16 years ago
  64. ef29ead This patch eliminates one system call per unwind by not using the by Arun Sharma · 16 years ago
  65. 183d28a Rebuild autoconf files with autoreconf. by David Mosberger-Tang · 16 years ago
  66. 1eddefc [ARM] This patch add some missing bits on ARM platform. by Bruna Moreira · 17 years ago
  67. 6f282a0 [ARM] This patch fix some testsuite issues on ARM: by Bruna Moreira · 17 years ago
  68. 3842dac Add initial ARM and MIPS support. To support this, also enable the by Daniel Jacobowitz · 17 years ago
  69. 79c943b Make tests/perf-startup executable. Suggested by Mark Wielaard. by David Mosberger-Tang · 17 years ago
  70. 57e5696 Mark Wielaard <mwielaard@redhat.com> writes: by Jan Kratochvil · 17 years ago
  71. 4499bb2 [PPC32] First check-in to add preliminary support for Linux/PPC32. by Jose Flavio Aguilar Paulino · 17 years ago
  72. 32e2187 [PPC64] Get "make check" to work on PPC64 Linux. Add a README entry by Jose Flavio Aguilar Paulino · 17 years ago
  73. 25739ee [IA64] Fix ia64-test-setjmp.c. With MAP_SHARED the kernel will try to by David Mosberger-Tang · 17 years ago
  74. 2973156 Recreate autoconf files. by David Mosberger-Tang · 17 years ago
  75. a1e7ee4 Just a small patch to build system, it helps if you build in a power by Jose Flavio Aguilar Paulino · 17 years ago
  76. fad8b04 Rebuilt configure and Makefile.in files. by David Mosberger-Tang · 17 years ago
  77. b33021e Add PPC64 support. by Jose Flavio Aguilar Paulino · 17 years ago
  78. 0fa6b58 2007-03-20 Nurdin Premji <npremji@redhat.com> by Nurdin Premji · 18 years ago
  79. 565ffdb 2007-04-05 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 18 years ago
  80. 5f3d295 * tests/test-async-sig.c: Move "const" definition to separate area to keep by David Mosberger-Tang · 18 years ago
  81. a72abd4 2007-04-05 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 18 years ago
  82. 7923ae3 Re-run aclocal and automake to update Makefiles so new files (e.g., by David Mosberger-Tang · 18 years ago
  83. 9e927e7 Restore tests/perf-startup. by David Mosberger-Tang · 18 years ago
  84. ca69fee Merge ../libunwind-v0.98 by David Mosberger-Tang · 18 years ago
  85. cbd8648 Make libunwind compile with recent versions of GAS. by David Mosberger-Tang · 18 years ago
  86. f176ad6 Bring git v0.98.5 tree in sync with released v0.98.5. by David Mosberger-Tang · 18 years ago
  87. d3d722f Include "tdep-ia64/rse.h" instead of "ia64/rse.h". (ARRAY_SIZE): New macro. by hp.com!davidm · 20 years ago
  88. da5e9ba (ARRAY_SIZE): Rename from NELEMS. by hp.com!davidm · 20 years ago
  89. 4f8a229 Fix merge-conflict. by hp.com!davidm · 20 years ago
  90. 3d881cd (save_static_to_scratch): Initialize ar.ec. by hp.com!davidm · 20 years ago
  91. e5426f4 Auto merged by hp.com!davidm · 20 years ago
  92. 05feeda (rotate_regs): Load up "pr" with first value. Preserve p63 across rotation. by hp.com!davidm · 20 years ago
  93. b0406d0 (doit): Set stack-size attribute to increase likelihood that we're able by hp.com!davidm · 20 years ago
  94. a5e8408 Include <string.h> to get memset() declared. by mostang.com!davidm · 20 years ago
  95. 6ef1640 (main): Fix a typo in the argument-checking code. by mostang.com!davidm · 20 years ago
  96. d9445c1 (handler): get_bsp() returns an integer, not a pointer. by mostang.com!davidm · 20 years ago
  97. 3ff39e9 (flush_cache): Provide dummy implementation for HPPA. by mostang.com!davidm · 20 years ago
  98. 1ee6b0a (STACK_SIZE): SIGSTKSZ is also ridiculously small on x86-64 (at least by mostang.com!davidm · 20 years ago
  99. 02c9034 Tweak such that GCC v4 doesn't optimize it to the point where the by hp.com!davidm · 20 years ago
  100. 2f63c6c Regenerate. by hp.com!davidm · 20 years ago