summaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/db_interface.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the DDB breakpoint code when using the 4MB page support.John Dyson1997-08-071-9/+18
* Removed unused #includes.Bruce Evans1997-07-201-3/+1
* Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.Steve Passe1997-07-181-10/+34
* new code to control other CPUs: stop_cpus()/restart_cpus()/_XstopcpuSteve Passe1997-07-131-7/+5
* General cleanup of APIC code.Steve Passe1997-07-081-2/+2
* #ifdef out debug for now...Steve Passe1997-07-061-1/+3
* Experimental calls to stop_cpus()/restart_cpus() within breakpoint calls.Steve Passe1997-06-271-1/+20
* Back out bogus code that slipped past my read of the pre-merge diffPeter Wemm1997-04-261-3/+1
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-261-1/+3
* Added a setjmp() and a longjmp() so that an unexpected trap insideBruce Evans1997-03-281-1/+16
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Fixed longstanding annoying warning about a type mismatch. pmap doesn'tBruce Evans1997-01-151-7/+8
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Essentially rename pmap_update to be invltlb. It is a very machineJohn Dyson1996-09-281-3/+3
* Improvements from Bruce EvansPaul Traina1996-08-301-5/+13
* Clean up formatting and fix an & -> && bug pointed out by bdePaul Traina1996-08-281-87/+52
* Support for GDB remote debug protocol.Paul Traina1996-08-271-4/+8
* Another sweep over the pmap/vm macros, this time with more focus onPoul-Henning Kamp1996-05-031-3/+3
* Use breakpoint() function instead of inline assembler.Bruce Evans1996-04-071-6/+2
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-4/+6
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-3/+4
* Fixed handling of trace traps when cons_unavail is set. Added commentsBruce Evans1995-11-181-6/+23
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Implement a simple hook (or hack?) to allow graphics device consoleJoerg Wunsch1995-04-081-2/+12
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+2
* Eliminate T_KDBTRAP, which will soon go away. It was only used for anBruce Evans1995-01-141-23/+21
* Brought over from 1.1.5:David Greenman1994-09-151-2/+17
* Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().David Greenman1994-09-021-3/+3
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-6/+6
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+1
* 1) "Pre-faulting" in of pages into process address spaceDavid Greenman1994-03-071-3/+1
* Make everything compile with -Wtraditional. Make it easier to distributeGarrett Wollman1993-12-191-2/+3
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-4/+9
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-071-1/+3
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-22/+1
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+255