2003-06-20 Keith Owens  <kaos@sgi.com>

	* Add CONFIG_KDB_CONTINUE_CATASTROPHIC.
	* Correct KDB_ENTER() definition.
	* kdb v4.3-2.4.20-i386-1.

2003-05-02 Keith Owens  <kaos@sgi.com>

	* Add kdba_fp_value().
	* Limit backtrace size to catch loops.
	* Add read/write access to user pages.  Vamsi Krishna S., IBM
	* Clean up USB keyboard support.  Steven Dake.
	* kdb v4.2-2.4.20-i386-1.

2003-04-04 Keith Owens  <kaos@sgi.com>

	* Workarounds for scheduler bugs.
	* kdb v4.1-2.4.20-i386-1.

2003-03-16 Keith Owens  <kaos@sgi.com>

	* Each cpu saves its state as it enters kdb or before it enters code
	  which cannot call kdb, converting kdb from a pull to a push model.
	* Clean up kdb interaction with CONFIG_SERIAL_CONSOLE.
	* Removal of special cases for i386 backtrace from common code
	  simplifies the architecture code.
	* Add command to dump i386 struct pt_regs.
	* kdb v4.0-2.4.20-i386-1.

2003-02-03 Keith Owens  <kaos@sgi.com>

	* Register kdb commands early.
	* Handle KDB_ENTER() when kdb=off.
	* Optimize __kdba_getarea_size when width is a constant.
	* Decode oops via kallsyms if it is available.
	* Update copyright notices to 2003.
	* Handle call *disp32(%reg) in backtrace.
	* Correct keyboard freeze.  Ashish Kalra.
	* Add command history and editing.  Sonic Zhang.
	* kdb_toggleled is conditional on KDB_BLINK_LED.  Bernhard Fischer.
	* Allow tab on serial line for symbol completion.
	* Ignore KDB_ENTER() when kdb is already running.
	* kdb v3.0-2.4.20-i386-1.

2002-11-29 Keith Owens  <kaos@sgi.com>

	* Upgrade to 2.4.20.
	* kdb v2.5-2.4.20-i386-1.

2002-11-14 Keith Owens  <kaos@sgi.com>

	* Upgrade to 2.4.20-rc1.
	* kdb v2.5-2.4.20-rc1-i386-1.

2002-11-14 Keith Owens  <kaos@sgi.com>

	* General clean up of handling for breakpoints and single stepping over
	  software breakpoints.
	* Accept ff 1x as well as ff dx for call *(%reg) in backtrace.
	* kdb v2.5-2.4.19-i386-1.

2002-11-01 Keith Owens  <kaos@sgi.com>

	* Prevent SMP IRQ overwriting KDB_ENTER().
	* kdb v2.4-2.4.19-i386-2.

2002-10-31 Keith Owens  <kaos@sgi.com>

	* Avoid KDB_VECTOR conflict with DUMP_VECTOR.
	* Remove kdb_eframe_t.
	* Sanity check if we have pt_regs.
	* Remove kdba_getcurrentframe().
	* Reinstate missing nmi_watchdog/kdb hook.
	* kdb v2.4-2.4.19-i386-1.

2002-10-17 Keith Owens  <kaos@sgi.com>

	* Correct compile with CONFIG_VT_CONSOLE=n.
	* kdb v2.3-2.4.19-i386-5.

2002-10-04 Keith Owens  <kaos@sgi.com>

	* Add USB keyboard option.
	* Minimize differences between patches for 2.4 and 2.5 kernels.
	* kdb v2.3-2.4.19-i386-4.

2002-08-10 Keith Owens  <kaos@sgi.com>

	* Replace kdb_port with kdb_serial to support memory mapped I/O.
	  Note: This needs kdb v2.3-2.4.19-common-2 or later.
	* kdb v2.3-2.4.19-i386-3.

2002-08-09 Keith Owens  <kaos@sgi.com>

	* Use -fno-optimize-sibling-calls for kdb if gcc supports it.
	* .text.lock does not consume an activation frame.
	* kdb v2.3-2.4.19-i386-2.

2002-08-07 Keith Owens  <kaos@sgi.com>

	* Upgrade to 2.4.19.
	* Remove individual SGI copyrights, the general SGI copyright applies.
	* New .text.lock name.  Hugh Dickins.
	* Set KERNEL_CS in kdba_getcurrentframe.  Hugh Dickins.
	* Clean up disassembly layout.  Hugh Dickins, Keith Owens.
	* Replace hard coded stack size with THREAD_SIZE.  Hugh Dickins.
	* Better stack layout on bt with no frame pointers.  Hugh Dickins.
	* Make i386 IO breakpoints (bpha <address> IO) work again.
	  Martin Wilck, Keith Owens.
	* Remove fixed KDB_MAX_COMMANDS size.
	* Add set_fs() around __copy_to_user on kernel addresses.
	  Randolph Chung.
	* Position i386 for CONFIG_NUMA_REPLICATE.
	* kdb v2.3-2.4.19-i386-1.

2002-07-09 Keith Owens  <kaos@sgi.com>

	* Upgrade to 2.4.19-rc1.

2002-06-14 Keith Owens  <kaos@sgi.com>

	* Upgrade to 2.4.19-pre10.
	* kdb v2.1-2.4.19-pre10-i386-1.

2002-04-09 Keith Owens  <kaos@sgi.com>

	* Upgrade to 2.4.19-pre6.
	* kdb v2.1-2.4.19-pre6-i386-1.

2002-02-26 Keith Owens  <kaos@sgi.com>

	* Upgrade to 2.4.18.
	* kdb v2.1-2.4.18-i386-1.

2002-01-18 Keith Owens  <kaos@sgi.com>

	* Use new kdb_get/put functions.
	* Define kdba_{get,put}area_size functions for i386.
	* Remove over-engineered dblist callback functions.
	* Correctly handle failing call disp32 in backtrace.
	* Remove bp_instvalid flag, redundant code.
	* Remove dead code.
	* kdb v2.1-2.4.17-i386-1.

2002-01-04 Keith Owens  <kaos@sgi.com>

	* Sync xfs <-> kdb i386 code.

2001-12-22 Keith Owens  <kaos@sgi.com>

	* Split kdb for i386 as kdb v2.0-2.4.17-i386-1.
