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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
This mega-commit is meant to fix numerous interrelated problems. There
dyson
1998-03-07
2
-6
/
+4
*
The APs now reload the interrupt descriptor table pointer after
tegge
1998-03-07
4
-4
/
+21
*
Remove special handling for resuming clock interrupt when using APIC_IO.
tegge
1998-03-05
5
-37
/
+18
*
Use t_idt instead of idt inside setidt() if f00f_hack() has relocated the IDT.
tegge
1998-03-05
1
-2
/
+7
*
Defined CCR6 and CCR7 (configuration registers of M2 CPU.)
kato
1998-03-04
1
-1
/
+5
*
Reviewed by: msmith, bde long ago
dufault
1998-03-04
2
-6
/
+26
*
When entering the apic version of slow interrupt handler, level
tegge
1998-03-03
8
-69
/
+544
*
Forward the signal if the process runs on a different CPU. This reduces
tegge
1998-03-03
6
-17
/
+174
*
Reduce timeout before assuming that forwarding of hardclock or softclock
tegge
1998-03-03
3
-21
/
+33
*
forward_statclock and forward_hardclock are located in mp_machdep.c.
tegge
1998-03-03
1
-3
/
+5
*
Update the ELF image activator to use some of the exec resources rather
peter
1998-03-02
1
-2
/
+2
*
1) Use a more consistent page wait methodology.
dyson
1998-03-01
4
-39
/
+17
*
Prevent the TSC from being used on APM machines, we have no idea if
phk
1998-02-28
2
-4
/
+12
*
Fix page prezeroing for SMP, and fix some potential paging-in-progress
dyson
1998-02-25
2
-32
/
+38
*
Removed vestiges of previous microtime() implementation.
bde
1998-02-25
1
-6
/
+2
*
Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden
dyson
1998-02-23
1
-2
/
+18
*
Quick fix for the i8254 timecounter often gaining 10 msec.
bde
1998-02-23
2
-2
/
+4
*
Add missing CLOCK_UNLOCK() before write_eflags().
jkh
1998-02-21
2
-2
/
+4
*
Replace TOD clock code with more systematic approach.
phk
1998-02-20
3
-201
/
+231
*
Removed unused #includes.
bde
1998-02-20
1
-2
/
+1
*
Remove DISABLE_PSE option which was masking (but not fixing) the problem.
msmith
1998-02-16
1
-3
/
+1
*
TEMPORARILY disable support for the 4MB kernel page, as it appears to be
msmith
1998-02-16
1
-1
/
+3
*
Removed a superstitious fnop() that broke the usefulness of the FPU's
bde
1998-02-15
2
-4
/
+2
*
Use RDMSR instruction instead of WRMSR.
kato
1998-02-13
1
-16
/
+16
*
Ifdefed SMP-only declarations.
bde
1998-02-13
1
-3
/
+8
*
Update timer0_prescaler_count before calling hardclock() while timer0
bde
1998-02-13
2
-30
/
+44
*
Ifdefed some npx code. npx should be optional again.
bde
1998-02-13
1
-1
/
+3
*
Fixed missing privilege checking and off-by-1 bounds checking in
bde
1998-02-13
1
-6
/
+9
*
Fixed initialization of the 4MB page. Kernels larger than about 2.75MB
bde
1998-02-12
1
-2
/
+2
*
Only use the i586-optimized copying and zeroing functions if they are
bde
1998-02-12
2
-6
/
+76
*
Fix warning after previous staticization.
eivind
1998-02-10
1
-2
/
+2
*
Staticize.
eivind
1998-02-09
10
-44
/
+50
*
Remove warnings from f00f_hack.
eivind
1998-02-09
1
-5
/
+5
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
8
-18
/
+8
*
1) Start using a cleaner and more consistant page allocator instead
dyson
1998-02-05
2
-122
/
+147
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
8
-8
/
+18
*
Make FAILSAFE a new-style option.
eivind
1998-02-04
1
-1
/
+2
*
Converted DISABLE_PSE to a new-style option.
bde
1998-02-03
1
-1
/
+3
*
Ifdefed some SMP and VM86 code. Note that although VM86 is not a global
bde
1998-02-03
2
-2
/
+21
*
Forward declare a union so that this file is self-sufficient.
bde
1998-02-03
1
-11
/
+10
*
Ifdefed use of a GNU feature.
bde
1998-02-03
1
-1
/
+3
*
Fixed disordering of busdma* and swi_vm.
bde
1998-02-01
1
-4
/
+4
*
Fixed a recently broken comment.
bde
1998-02-01
1
-4
/
+4
*
Declare printf() instead of including <stdio.h>, so that this doesn't
bde
1998-02-01
1
-4
/
+3
*
Change the busy page mgmt, so that when pages are freed, they
dyson
1998-01-31
1
-7
/
+21
*
Make the debug options new-style.
eivind
1998-01-31
2
-2
/
+4
*
Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.
eivind
1998-01-31
1
-1
/
+2
*
Skip probing devices which have already probed true.
eivind
1998-01-31
1
-1
/
+13
*
Include "opt_nfs.h"
eivind
1998-01-31
2
-2
/
+4
*
Retire LFS.
phk
1998-01-30
1
-20
/
+1
[next]