summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/trap.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Clean up -Wunused warnings.gpalmer1996-06-121-4/+1
* This set of commits to the VM system does the following, and containdyson1996-05-181-15/+1
* Remove a now unnecessary prototype from pmap.c. Also remove nowdyson1996-03-281-30/+1
* Print stack pointer and frame pointer in trap messages.bde1996-03-271-6/+17
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-114/+23
* Fix a problem with tracking the modified bit. Eliminate thedyson1996-02-251-6/+7
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-2/+3
* Convert DDB to new-style option.wollman1996-01-041-1/+2
* Converted two options over to the new scheme: USER_LDT and KTRACE.wollman1996-01-031-1/+3
* Corrected a typo in a comment.dg1995-12-191-2/+2
* Implemented a (sorely needed for years) double fault handler to catch stackdg1995-12-191-3/+31
* GENERIC/LINT: Remove redundant quoting on some option lines.peter1995-12-141-3/+3
* Make math_emulators LKMable.phk1995-12-141-7/+9
* Remove various unused symbols and procedures.phk1995-12-091-6/+6
* Untangled the vm.h include file spaghetti.dg1995-12-071-2/+9
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-4/+2
* Fix tracing of syscalls. The previous fix required the undocumentedbde1995-10-091-47/+48
* Submitted by: Juergen Lock <nox@jelal.hb.north.de>julian1995-10-041-3/+35
OpenPOWER on IntegriCloud