summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_trap.c
Commit message (Expand)AuthorAgeFilesLines
* $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
* Remove the vm86 support as an LKM, and link it directly into the kerneljlemon1997-08-281-4/+5
* Clean up the SMP AP bootstrap and eliminate the wretched idle procs.peter1997-08-261-1/+6
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-211-5/+5
* Preperation for moving cpl into critical region access.fsmp1997-08-201-1/+9
* Use CS_SECURE macro.charnier1997-08-181-5/+5
* Back out a part of the disk scheduling "improvements" :-(. Let me knowdyson1997-08-121-2/+2
* Modify the scheduling policy to take into account disk I/O waitsdyson1997-08-091-1/+14
* VM86 kernel support.dyson1997-08-091-5/+20
* Removed unused #includes.bde1997-07-201-5/+1
* Preliminary support for per-cpu data pages.peter1997-06-221-15/+4
* Preserve %fs and %gs across context switches. This has a relatively lowbde1997-06-071-1/+20
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-021-2/+2
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addpeter1997-05-311-1/+2
* remove opt_smp.h and fix the reason it was needed.peter1997-05-291-3/+2
* md_regs is now a struct trapframe *peter1997-05-071-3/+3
* Make sure that *fork() always returns with %edx == 1 in thedyson1997-05-051-1/+2
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-1/+20
* Fixed printing of registers in dbflalt_handler(). The registersbde1997-04-141-9/+7
OpenPOWER on IntegriCloud