index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_trap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes to allow event-based process monitoring and control.
sef
1997-12-06
1
-1
/
+12
*
document and make the NO_F00F_HACK a proper option...
jmg
1997-12-04
1
-2
/
+3
*
After consultation with David, change
jkh
1997-12-04
1
-5
/
+5
*
Work around for the Intel Pentium F00F bug; this is Intel's recommended
sef
1997-12-03
1
-1
/
+24
*
Fixed some #include messes.
bde
1997-11-24
1
-7
/
+11
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-8
/
+8
*
Compensate for pcb.h tweaks.
peter
1997-10-10
1
-1
/
+6
*
Convert the VM86 option from a global option to an option only depended
peter
1997-10-10
1
-1
/
+2
*
autoconf.c:
gibbs
1997-09-21
1
-1
/
+3
*
Cosmetic adjustment for the trap/double fault/panic cpu id listing.
peter
1997-09-05
1
-8
/
+9
*
Remove the vm86 support as an LKM, and link it directly into the kernel
jlemon
1997-08-28
1
-4
/
+5
*
Clean up the SMP AP bootstrap and eliminate the wretched idle procs.
peter
1997-08-26
1
-1
/
+6
*
Revert my previous commit about using CS_SECURE macro.
charnier
1997-08-21
1
-5
/
+5
*
Preperation for moving cpl into critical region access.
fsmp
1997-08-20
1
-1
/
+9
*
Use CS_SECURE macro.
charnier
1997-08-18
1
-5
/
+5
*
Back out a part of the disk scheduling "improvements" :-(. Let me know
dyson
1997-08-12
1
-2
/
+2
*
Modify the scheduling policy to take into account disk I/O waits
dyson
1997-08-09
1
-1
/
+14
*
VM86 kernel support.
dyson
1997-08-09
1
-5
/
+20
*
Removed unused #includes.
bde
1997-07-20
1
-5
/
+1
*
Preliminary support for per-cpu data pages.
peter
1997-06-22
1
-15
/
+4
*
Preserve %fs and %gs across context switches. This has a relatively low
bde
1997-06-07
1
-1
/
+20
*
Move interrupt handling code from isa.c to a new file. This should make
dfr
1997-06-02
1
-2
/
+2
*
Include file updates.. <machine/spl.h> -> <machine/ipl.h>, add
peter
1997-05-31
1
-1
/
+2
*
remove opt_smp.h and fix the reason it was needed.
peter
1997-05-29
1
-3
/
+2
*
md_regs is now a struct trapframe *
peter
1997-05-07
1
-3
/
+3
*
Make sure that *fork() always returns with %edx == 1 in the
dyson
1997-05-05
1
-1
/
+2
*
Man the liferafts! Here comes the long awaited SMP -> -current merge!
peter
1997-04-26
1
-1
/
+20
*
Fixed printing of registers in dbflalt_handler(). The registers
bde
1997-04-14
1
-9
/
+7
*
The biggie: Get rid of the UPAGES from the top of the per-process address
peter
1997-04-07
1
-1
/
+20
*
No longer use an i386tss as the basis of our pcb - it wasn't particularly
peter
1997-04-07
1
-4
/
+4
*
Fix the gdb executable modify problem. Thanks to the detective work
dyson
1997-04-06
1
-7
/
+7
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-1
/
+1
*
Remove some dead code from trapwrite.
dyson
1997-01-23
1
-3
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Only handle copyin/out/etc faults when not in an interrupt handler.
bde
1996-12-18
1
-8
/
+9
*
Updated #includes to 4.4Lite style.
bde
1996-09-10
1
-3
/
+3
*
Change an splclock that needs to be an splhigh into an splhigh.
dg
1996-09-01
1
-2
/
+2
*
Add support for i686 machine check trap.
dg
1996-08-11
1
-2
/
+3
*
Fixed cloned comments about npx traps to match context.
bde
1996-07-12
1
-5
/
+8
*
trap.c:
bde
1996-06-25
1
-15
/
+7
*
A fast memory copy for Pentiums using floating point registers.
asami
1996-06-13
1
-1
/
+9
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-4
/
+1
*
This set of commits to the VM system does the following, and contain
dyson
1996-05-18
1
-15
/
+1
*
Remove a now unnecessary prototype from pmap.c. Also remove now
dyson
1996-03-28
1
-30
/
+1
*
Print stack pointer and frame pointer in trap messages.
bde
1996-03-27
1
-6
/
+17
*
Mega-commit for Linux emulator update.. This has been stress tested under
peter
1996-03-02
1
-114
/
+23
*
Fix a problem with tracking the modified bit. Eliminate the
dyson
1996-02-25
1
-6
/
+7
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
1
-2
/
+3
*
Convert DDB to new-style option.
wollman
1996-01-04
1
-1
/
+2
[next]