summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_trap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-071-1/+20
* No longer use an i386tss as the basis of our pcb - it wasn't particularlypeter1997-04-071-4/+4
* Fix the gdb executable modify problem. Thanks to the detective workdyson1997-04-061-7/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Remove some dead code from trapwrite.dyson1997-01-231-3/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Only handle copyin/out/etc faults when not in an interrupt handler.bde1996-12-181-8/+9
* Updated #includes to 4.4Lite style.bde1996-09-101-3/+3
* Change an splclock that needs to be an splhigh into an splhigh.dg1996-09-011-2/+2
* Add support for i686 machine check trap.dg1996-08-111-2/+3
* Fixed cloned comments about npx traps to match context.bde1996-07-121-5/+8
* trap.c:bde1996-06-251-15/+7
* A fast memory copy for Pentiums using floating point registers.asami1996-06-131-1/+9
OpenPOWER on IntegriCloud