summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/trap.c
Commit message (Expand)AuthorAgeFilesLines
* Catch up to moving headers:jhb2000-10-201-2/+2
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-061-0/+12
* Various whitespace cleanups after the SMPng commit, which jumbled thingsjhb2000-10-061-19/+19
* Don't treat a kernel stack fault the same as a general protect fault orjhb2000-10-061-0/+3
* Fixed hang on booting with -d. mtx_enter() was called on an uninitializedbde2000-09-131-4/+2
* Quick fix for hang on booting with -d. mtx_enter() was called beforebde2000-09-121-2/+4
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-183/+208
* Change the behavior of isa_nmi to log an error message instead ofps2000-08-061-9/+31
* Handle write page faults (both write only or read-modify-write) as MI vmluoqi2000-07-311-3/+3
* Change the way NMI's are handled. Before, if DDB was enabled andps2000-07-141-12/+14
* Fix my own style bugs (use of spaces instead of tabs for indentation).bsd2000-07-011-18/+18
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-38/+113
* I applied the wrong patch set. Back out anything associateddufault2000-03-021-1/+0
* Patches that eliminate extra context switches in FIFO case.dufault2000-03-021-0/+1
* Don't forget to reset the hardware debug registers when a process thatbsd2000-02-201-1/+19
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-4/+2
* Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. Italc1999-11-091-4/+6
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* On FPU exceptions, pass a useful error code (one of the FPE_...cracauer1999-07-251-4/+4
* Changed the global `idt' from an array to a pointer so that npx.cbde1999-06-181-3/+2
* Unifdef VM86.jlemon1999-06-011-10/+1
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-2/+3
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-8/+3
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-191-31/+1
* Make TIMER_FREQ a normal, undocumented option. Raise confusion tophk1999-03-091-1/+2
* Add (but don't activate) code for a special VM option to makejulian1999-01-061-1/+37
* Improved DDB_UNATTENDED behaviour. From the submitter:msmith1998-12-281-2/+6
* Removed bogus casts of USRSTACK and/or the other operand in binarybde1998-12-161-7/+4
* Avoid compiler warning (printf arg type mismatch) when compiling #ifdef DEBUGarchie1998-12-061-2/+2
* - For some old Cyrix CPUs, %cr2 is clobbered by interrupts. Thiskato1998-12-021-27/+59
* Fixed printf format errors.bde1998-08-231-2/+2
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running undereivind1998-04-281-1/+5
* Support compiling with `gcc -ansi'.bde1998-04-151-4/+4
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-3/+3
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Add the ability to make real-mode BIOS calls from the kernel. Currently,jlemon1998-03-231-1/+33
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.eivind1998-01-311-1/+2
* Changes to allow event-based process monitoring and control.sef1997-12-061-1/+12
* document and make the NO_F00F_HACK a proper option...jmg1997-12-041-2/+3
* After consultation with David, changejkh1997-12-041-5/+5
* Work around for the Intel Pentium F00F bug; this is Intel's recommendedsef1997-12-031-1/+24
* Fixed some #include messes.bde1997-11-241-7/+11
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-8/+8
* Compensate for pcb.h tweaks.peter1997-10-101-1/+6
* Convert the VM86 option from a global option to an option only dependedpeter1997-10-101-1/+2
* autoconf.c:gibbs1997-09-211-1/+3
* Cosmetic adjustment for the trap/double fault/panic cpu id listing.peter1997-09-051-8/+9
OpenPOWER on IntegriCloud