summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_trap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* A couple of micro optimizations to improve NULL syscall performance bydg1995-08-211-31/+20
* Fix a bug in my disabled version of trap_pfault()...curpcb may be NULL evendg1995-07-301-3/+3
* This fixes a compiler warning, and a cosmetic problem with the linuxpeter1995-07-161-6/+2
* Include ``options POWERFAIL_NMI'' for owners of older (non-apm)joerg1995-07-161-5/+32
* Truncate the fault address to a page boundry when calling vm_fault(). Thedg1995-07-161-3/+3
* Fixed bug that caused page tables to be faulted twice instead of once.dg1995-07-141-4/+7
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-21/+13
* Remove trailing whitespace.rgrimes1995-05-301-10/+10
* Added a new version of trap_pfault() that disallows kernel page faultsdg1995-03-211-1/+121
* Changed some #ifdef DIAGNOSTIC code that I added to be #ifdef DEBUG.dg1995-03-211-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-4/+3
* First attempt to run linux binaries. This is only the changes needed tosos1995-02-141-1/+116
* Removed unnecessary check for pr_scale in the AST/OWEUPC case.dg1995-02-101-2/+2
* Check P_PROFIL flag for profiling rather than pr_scale as it makes moredg1995-02-101-2/+5
* Changed buffer allocation policy (machdep.c)dg1995-01-241-14/+3
* Fix security holes in sigreturn(), ptrace() and procfs. sigreturn()bde1995-01-141-16/+56
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-3/+1
* Obtained from: 1.1.5bde1994-12-241-4/+10
* Fix selector arg to match the (missing) prototype for sdtossd().bde1994-10-301-2/+7
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).wollman1994-10-211-1/+4
* Ouch, fixed bug in errno translation (ibcs2 support).sos1994-10-111-2/+1
OpenPOWER on IntegriCloud