Changelog
上传用户:hxtd_72
上传日期:2007-06-06
资源大小:64k
文件大小:8k
源码类别:

驱动编程

开发平台:

C/C++

  1. 2003-03-20  Keith Owens  <kaos@ocs.com.au>
  2. ksymoops 2.4.9
  3. * For code lines that dump before EIP and have variable length
  4.   instructions, decode in two chunks with suitable headings.
  5. * Fix broken mips64 address mapping.  Maciej W. Rozycki.
  6. * Pass more mips registers.  Maciej W. Rozycki.
  7. * Add INSTALL note about broken distributions.  Reported by
  8.   James W. Laferriere.
  9. 2002-11-25  Keith Owens  <kaos@ocs.com.au>
  10. ksymoops 2.4.8
  11. * Fix regex for ia64 'Bank nn' message.
  12. * Strip leading '+' from lines.
  13. 2002-10-13  Keith Owens  <kaos@ocs.com.au>
  14. ksymoops 2.4.7
  15. * Add BFD_PREFIX, DEF_TARGET, DEF_ARCH, CROSS options to Makefile to
  16.   support building ksymoops for cross compilation and debugging.
  17.   Greg Banks, modified by Keith Owens.
  18. * Add cross compile documentation to INSTALL and man page.  Keith Owens.
  19. * Add DEF_TARGET, DEF_ARCH to ksymoops.c to build ksymoops for cross
  20.   compile.  Attempt to set the default value for the -e flag if build
  21.   and cross environments have different endianess.  Greg Banks.
  22. * Extends Oops_truncate_address() to deal with the ckseg0/ kseg0/xkphys
  23.   physical address alias confusion on mips64 (addresses appear in the
  24.   oops text as 0xffffffff8xxxxxxx, 0x8xxxxxxx, or 0xa80000000xxxxxxx,
  25.   but are all the same physical address).  Greg Banks.
  26. * Calls Oops_truncate_address() from Oops_trace_line() so that the call
  27.   trace is subject to the address fix.  Greg Banks.
  28. * Handle exported symbols in sbss sections.  Keith Owens.
  29. * White space cleanup.
  30. * Add IA64 MCA support.
  31. 2002-07-20  Keith Owens  <kaos@ocs.com.au>
  32. ksymoops 2.4.6
  33. * m68k call trace does not have trailing ' '.  Reported by
  34.   Richard Zidlicky.
  35. * MIPS has a hole in the register dump, skip $26 and $27 (k0, k1).
  36.   Maciej W. Rozycki.
  37. * Only print decoded registers if they resolve to kernel symbols.
  38. 2002-03-18  Keith Owens  <kaos@ocs.com.au>
  39. ksymoops 2.4.5
  40. * Add x86-64 support.  Andi Kleen.
  41. * Clean up and generalize register dumps.
  42. * Print blank lines between each major block of output for readability.
  43. 2002-03-01  Keith Owens  <kaos@ocs.com.au>
  44. ksymoops 2.4.4
  45. * Defeat stupid gcc warning about ignored trigraphs.
  46. * Fix truncate mask.  Hugh Dickens.
  47. * Ignore syslog-ng prefix.
  48. * Handle GPLONLY prefix in ksyms.
  49. * Differentiate between i370/cris and arm register lines.
  50. * Handle arm lr (last return).
  51. * Handle alpha ra (return address).
  52. 2001-09-21  Keith Owens  <kaos@ocs.com.au>
  53. ksymoops 2.4.3
  54. * Add Pid:.
  55. * Add -A "address list".  Idea pinched from Randy Dunlap's ksysmap.
  56. 2001-08-29  Keith Owens  <kaos@ocs.com.au>
  57. ksymoops 2.4.2
  58. * Add STATIC and DYNAMIC variables to Makefile for build flexibility.
  59.   Maciej W. Rozycki.
  60. * Handle multiple call traces from sysrq-t.
  61. * Cris support.  Hans-Peter Nilsson.
  62. * Regname cleanup.
  63. * Fix incorrect adjustment for bss variables.
  64. * Add --ignore-insmod-path (-i) and --ignore-insmod-all (-I) flags,
  65.   mainly for initrd filenames.
  66. * Add --truncate (-T) flag for mixed 32/64 bit symbol sources.
  67. 2001-03-17  Keith Owens  <kaos@ocs.com.au>
  68. ksymoops 2.4.1
  69. * Accept any 'Bad ' text in EIP.
  70. * Add long option names.
  71. * Recent modutils has support for ksymoops, update ksymoops man page.
  72. * White space clean up.
  73. * Remove deprecated gcc extensions.
  74. 2001-01-05  Keith Owens  <kaos@ocs.com.au>
  75. ksymoops 2.4.0
  76. * Clone from ksymoops 2.3.6.
  77. * Correct DEF_VMLINUX.  Eirikur Hjartarson.
  78. 2001-01-01  Keith Owens  <kaos@ocs.com.au>
  79. ksymoops 2.3.6
  80. * Add INSTALL_MANDIR to Makefile and spec.
  81. * Extra IA64 lines.
  82. * Alpha changed 'Trace: '  to 'Trace:'.
  83. * Add note about using bfd from non-standard location.
  84. 2000-11-06  Keith Owens  <kaos@ocs.com.au>
  85. ksymoops 2.3.5
  86. * Handle SGI kdb initial report.
  87. * Static link against libbfd, libiberty to stop version problems.
  88.   Suggested by HJ Lu.
  89. * Add BUG to printed text.
  90. * Add wait_on_irq lines to printed text.
  91. * Handle weak references that have been resolved.
  92. * Support for IA64.
  93. * Add mandir to spec file.
  94. Ross Patterson <Ross.Patterson@CA.Com>
  95. * Recognize s390 kernel PSW and registers.
  96. * Don't try to decode s390 user PSW and registers.
  97. * Set default target and architecture on recognition of i370 or s390
  98.   kernel PSW (ala Oops_set_eip()).
  99. 2000-03-29  Keith Owens  <kaos@ocs.com.au>
  100. ksymoops 2.3.4
  101. * Support for s390 messages.
  102. * Handle Bad EIP value.
  103. * Allow any genksyms prefix.
  104. * Handle SGI kdb backtrace.
  105. * Detect merged system map and extract module data.
  106. * Replace tmpnam with mkstemp and honour TMPDIR.  Requested by
  107.   Joseph S. Myers.
  108. * Document how to use ksymoops to decode XFree86 error reports.
  109. * Fix Makefile bug that stopped the use of RPM_OPT_FLAGS.
  110.   Reported by Ingo Oeser.
  111. 1999-10-21  Keith Owens  <kaos@ocs.com.au>
  112. ksymoops 2.3.3
  113. * Support for IKD patch messages.
  114. * Support for i370 messages.
  115. * Somebody thought it was a good idea to change the Alpha registers
  116.   from "r" to "v", "t", "s" and "a".
  117. * Handle Sparc spin_lock stuck.
  118. * Handle kernel 2.2 2gig prefix on genksyms.
  119. * Ignore address mismatches on ___[fbsahi]_.* symbols.
  120. * Handle Andi Kleen's multi cpu traceback patch.
  121. * Add RPM spec file.
  122. 1999-10-19  Keith Owens  <kaos@ocs.com.au>
  123. ksymoops 2.3.2
  124. * Change version number to track the kernel.
  125. * Load into PRCS repository, 0.6 versions as 2.3.0, 0.7 versions as
  126.   2.3.1.
  127. Fri Jun 18 15:10:38 EST 1999
  128. Version 0.7c
  129. Update README to note that "Yes, Virginia, there *is* a manual page".
  130. Also ask people not to send me Oops reports unless there is something
  131. wrong with ksymoops.
  132. Thu Jun 10 19:00:21 1999
  133. Version 0.7b
  134. Correct typo in Makefile.
  135. Sun Jun  6 10:24:50 EST 1999
  136. Version 0.7a
  137. Support for Alpha spinlock messages.
  138. Wed Jun  2 10:18:16 EST 1999
  139. Version 0.7
  140. Some of the changes in this version appeared in 2.2.x-ac kernels but
  141. never made it into the main kernel.
  142. Move code outside the kernel.
  143. Add manual page.
  144. Performance improvements in regular expression processing.
  145. Convert all tabs to spaces on input.  Simplifies and speeds up pattern
  146. matching as well as catching users who hand type Oops using tabs.
  147. Remove CR and nulls from input lines.
  148. Use __insmod symbols when insmod creates them.
  149. Changed the default to short lines, with -S option for users with large
  150. screens.
  151. Changed : to ; in ksymoops output.  Avoids problems when feeding
  152. ksymoops text back into itself.
  153. Remove all stderr, use stdout instead.  Too many users were only
  154. mailing stdout :(.
  155. Added -x toggle, print offsets and lengths in hex or decimal, default
  156. is hex.
  157. Added -a and -t options to allow cross system debugging.
  158. Replace -c code_bytes option with -e.
  159. Sparc and Alpha updates.
  160. Include module name in symbol mappings.
  161. Support for spinlock and sysrq showPc diagnostics.
  162. Major internal rewrite.
  163. Tue Jan  5 19:26:02 EST 1999
  164. Version 0.6e
  165. Added to kernel.
  166. Mon Jan  4 09:48:13 EST 1999
  167. Version 0.6d
  168. Add ARM support.
  169. Thu Nov 26 16:37:46 EST 1998
  170. Version 0.6c
  171. Typo in oops_code.
  172. Add -c option.
  173. Add -1 option.
  174. Report if options were specified or defaulted.
  175. Fri Nov  6 10:38:42 EST 1998
  176. Version 0.6b
  177. Remove false warnings when comparing ksyms and lsmod.
  178. Tue Nov  3 23:33:04 EST 1998
  179. Version 0.6a
  180. Performance inprovements.
  181. Tue Nov  3 02:31:01 EST 1998
  182. Version 0.6
  183. Read lsmod (/proc/modules).
  184. Ignore addresses 0-4095 when mapping address to symbol.
  185. Discard default objects if -o specified.
  186. Oops file must be regular.
  187. Add "invalid operand" to Oops_print.
  188. Move "Using_Version" copy to map.c.
  189. Add Makefile defaults for vmlinux, ksyms, objects, System.map, lsmod.
  190. Minor adjustment to re for ppc.
  191. Minor adjustment to re for objdump lines with <_EIP+xxx>.
  192. Convert from a.out to bfd, using same format as ksymoops.
  193. Added MIPS.
  194. PPC handling based on patches by "Ryan Nielsen" <ran@krazynet.com>
  195. Wed Oct 28 23:14:55 EST 1998
  196. Version 0.5
  197. No longer read vmlinux by default, it only duplicates System.map.
  198. Wed Oct 28 13:47:38 EST 1998
  199. Version 0.4
  200. Split into separate sources.
  201. Mon Oct 26 00:01:47 EST 1998
  202. Version 0.3c
  203. Add alpha (arm) processing.
  204. Mon Oct 26 00:01:47 EST 1998
  205. Version 0.3b
  206. Add sparc processing.
  207. Handle kernel symbol versions.
  208. Fri Oct 23 13:11:20 EST 1998
  209. Version 0.3
  210. Add -follow to find command for people who use symlinks to modules.
  211. Add Version_ checking.
  212. Thu Oct 22 22:28:30 EST 1998
  213. Version 0.2.
  214. Generalise text prefix handling.
  215. Handle messages on Code: line.
  216. Format addresses with leading zeroes.
  217. Minor bug fixes.
  218. Wed Oct 21 23:28:48 EST 1998
  219. Version 0.1.  Rewrite from scratch in C.