summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/db_interface.c
Commit message (Expand)AuthorAgeFilesLines
* - Adjust the whitespace for the lines that output fields in 'show pcpu' injhb2010-05-211-7/+7
* Save and restore segment registers on amd64 when entering and leavingkib2009-04-011-3/+7
* Begin all license/copyright comments with /*-imp2005-01-051-1/+1
* Sync with i386 - remove unused includespeter2004-08-161-2/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-101-251/+63
* MFi386: move rss() from db_interface.c to cpufunc.hpeter2004-04-071-12/+0
* Rename cn_unavailable to cnunavailable for little more consistency.kan2004-02-051-2/+2
* Eliminate global cons_unavailable flag and replace it by the statuskan2004-02-051-2/+2
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-0/+37
* Use __FBSDID().obrien2003-07-251-2/+3
* Initial port to amd64 after repocopy from i386. Note that thepeter2003-05-301-65/+37
* - Convert all uses of pmap_pte and get_ptbase to pmap_pte_quick. Whenjake2003-03-301-3/+3
* Disable interrupts while in kdb_trap() to handle cases where the callerbde2003-03-241-0/+7
* unsigned -> pt_entry_t.jake2003-02-221-4/+4
* Code tidy-up. ISOfy, turn a macro into an inline for lint(1) (perhapsmarkm2002-09-211-16/+15
* db_ps.c:bde2002-08-311-8/+8
* The pmap_invalidate_all() here is definately not a good idea. We arepeter2002-07-151-2/+2
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-121-2/+2
* Remove __P.alfred2002-03-201-1/+1
* Backed out the last vestiges of rev.1.51. Don't enter a criticalbde2002-01-301-10/+1
* Modify the critical section API as follows:jhb2001-12-181-2/+2
* Overhaul the per-CPU support a bit:jhb2001-12-111-43/+4
* KSE Milestone 2julian2001-09-121-12/+13
* A set of changes to reduce the number of include files the kerneljulian2001-07-081-1/+1
* - Split out the support for per-CPU data from the SMP code. UP kernelsjhb2001-05-101-0/+1
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-30/+31
* Split up the db_printf's for 'show pcpu' so that we only output at most onejhb2001-04-201-2/+4
* Add a new ddb command 'show pcpu' which lists some of the per-cpu data.jhb2001-04-061-1/+45
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-281-6/+6
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-101-5/+7
* Remove the "machine dependent" KTR trace buffer ddb commands. The code wasjhb2000-12-141-101/+0
* Use atomic ops to close a race condition on the in_Debugger variable usedjhb2000-11-281-4/+3
* Add KTR, a facility that logs kernel events in order to to facilitatejasone2000-09-071-6/+115
* Do not specify the size to move. Allow the assembler to figure it out.obrien2000-05-101-1/+1
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-8/+8
* Fix from Tor so that if we enter the debugger in the tristate going tomjacob1999-09-251-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-1/+2
* Improved DDB_UNATTENDED behaviour. From the submitter:msmith1998-12-281-2/+3
* Change local ddb_mode variable to volatile to handle GCC warning aboutdillon1998-12-141-2/+2
* Fix more of my DDB breakage.dfr1998-06-081-3/+3
* Make DDB work again after I broke it :-(.dfr1998-06-081-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Fixed write enabling of the kernel text section. The overlapbde1997-11-201-7/+5
* Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>bde1997-10-271-3/+2
* Fix the DDB breakpoint code when using the 4MB page support.dyson1997-08-071-9/+18
* Removed unused #includes.bde1997-07-201-3/+1
* Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.fsmp1997-07-181-10/+34
* new code to control other CPUs: stop_cpus()/restart_cpus()/_Xstopcpufsmp1997-07-131-7/+5
OpenPOWER on IntegriCloud