aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/i386/db_interface.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Report per-cpu IPI TLB shootdown generation in ddb 'show pcpu' output.Konstantin Belousov2019-01-041-0/+1
* i386 4/4G split.Konstantin Belousov2018-04-131-0/+3
* Remove buggy adjustment of page tables in db_write_bytes().Bruce Evans2017-03-241-52/+2
* Determine the operand/address size of %cs in a new functionBruce Evans2016-09-251-0/+24
* Start all license/copyright notice comments with /*-, per traditionWarner Losh2005-01-051-1/+1
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-251/+68
* Move the definition of rss() from db_interface.c to cpufunc.h whereMarcel Moolenaar2004-04-031-13/+0
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-1/+2
* Rename cn_unavailable to cnunavailable for little more consistency.Alexander Kabaev2004-02-051-2/+2
* Eliminate global cons_unavailable flag and replace it by the statusAlexander Kabaev2004-02-051-2/+2
* - Similar to post-PAE RELENG_4 split pmap_pte_quick() into two cases,Alan Cox2003-11-081-3/+3
* New i386 SMP code:John Baldwin2003-11-031-0/+1
* Moved stop/start code for other CPUs to near the beginning/end ofBruce Evans2003-09-071-41/+41
* Fix copyright comment & FBSDID style nits.David E. O'Brien2003-08-251-1/+0
* Use __FBSDID().David E. O'Brien2003-06-021-1/+3
* - Convert all uses of pmap_pte and get_ptbase to pmap_pte_quick. WhenJake Burkholder2003-03-301-3/+3
* Disable interrupts while in kdb_trap() to handle cases where the callerBruce Evans2003-03-241-0/+7
* unsigned -> pt_entry_t.Jake Burkholder2003-02-221-4/+4
* Code tidy-up. ISOfy, turn a macro into an inline for lint(1) (perhapsMark Murray2002-09-211-16/+15
* db_ps.c:Bruce Evans2002-08-311-8/+8
* The pmap_invalidate_all() here is definately not a good idea. We arePeter Wemm2002-07-151-2/+2
* Revive backed out pmap related changes from Feb 2002. The highlights are:Peter Wemm2002-07-121-2/+2
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Backed out the last vestiges of rev.1.51. Don't enter a criticalBruce Evans2002-01-301-10/+1
* Modify the critical section API as follows:John Baldwin2001-12-181-2/+2
* Overhaul the per-CPU support a bit:John Baldwin2001-12-111-43/+4
* KSE Milestone 2Julian Elischer2001-09-121-12/+13
* A set of changes to reduce the number of include files the kernelJulian Elischer2001-07-081-1/+1
* - Split out the support for per-CPU data from the SMP code. UP kernelsJohn Baldwin2001-05-101-0/+1
* Overhaul of the SMP code. Several portions of the SMP kernel support haveJohn Baldwin2001-04-271-30/+31
* Split up the db_printf's for 'show pcpu' so that we only output at most oneJohn Baldwin2001-04-201-2/+4
* Add a new ddb command 'show pcpu' which lists some of the per-cpu data.John Baldwin2001-04-061-1/+45
* Switch from save/disable/restore_intr() to critical_enter/exit().John Baldwin2001-03-281-6/+6
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesJake Burkholder2001-01-101-5/+7
* Remove the "machine dependent" KTR trace buffer ddb commands. The code wasJohn Baldwin2000-12-141-101/+0
* Use atomic ops to close a race condition on the in_Debugger variable usedJohn Baldwin2000-11-281-4/+3
* Add KTR, a facility that logs kernel events in order to to facilitateJason Evans2000-09-071-6/+115
* Do not specify the size to move. Allow the assembler to figure it out.David E. O'Brien2000-05-101-1/+1
* Add a new mechanism, cndbctl(), to tell the console driver thatKazutaka YOKOTA2000-01-111-8/+8
* Fix from Tor so that if we enter the debugger in the tristate going toMatt Jacob1999-09-251-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-091-2/+2
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-281-1/+2
* Improved DDB_UNATTENDED behaviour. From the submitter:Mike Smith1998-12-281-2/+3
* Change local ddb_mode variable to volatile to handle GCC warning aboutMatthew Dillon1998-12-141-2/+2
* Fix more of my DDB breakage.Doug Rabson1998-06-081-3/+3
* Make DDB work again after I broke it :-(.Doug Rabson1998-06-081-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Fixed write enabling of the kernel text section. The overlapBruce Evans1997-11-201-7/+5
* Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>Bruce Evans1997-10-271-3/+2