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
*
Fix an intermittent problem during SMP code operation. Not all of the
dyson
1997-09-07
1
-2
/
+2
*
Argh, what was I thinking?? Don't (yet) halt the CPU in the idle loop
peter
1997-09-05
2
-2
/
+6
*
Cosmetic adjustment for the trap/double fault/panic cpu id listing.
peter
1997-09-05
1
-8
/
+9
*
Cosmetic change to last commit: speculative_mtest -> speculative_mprobe.
dg
1997-09-04
1
-8
/
+8
*
Changed the memory sizing code so that if the following conditions
dg
1997-09-04
1
-21
/
+35
*
Removed unused #includes.
bde
1997-09-02
4
-9
/
+4
*
Removed the "globl" nature of the vec array. This was left over from the
fsmp
1997-09-02
2
-10
/
+6
*
General cleanup of the sub-system locking macros.
fsmp
1997-09-01
3
-73
/
+31
*
Cleanup.
fsmp
1997-09-01
3
-24
/
+30
*
Move closer to supporting VM86 under SMP.
bde
1997-09-01
4
-4
/
+31
*
Removed unused #includes.
bde
1997-09-01
2
-7
/
+2
*
Fixed options SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME which were broken
bde
1997-08-31
1
-2
/
+2
*
Debug version of simple_lock. This will store the CPU id of the
fsmp
1997-08-31
3
-60
/
+33
*
Define some machine characteristics using symbol naming on conventions
peter
1997-08-30
1
-1
/
+7
*
Another round of lock pushdown.
fsmp
1997-08-30
13
-47
/
+190
*
Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.
kato
1997-08-30
1
-1
/
+12
*
Support for the new FAST_HI algorithm, enabled.
fsmp
1997-08-29
4
-55
/
+197
*
Support for the new FAST_HI algorithm.
fsmp
1997-08-29
2
-18
/
+84
*
Remove the vm86 support as an LKM, and link it directly into the kernel
jlemon
1997-08-28
2
-11
/
+11
*
Here is a patch to alleviate the current problem with the dma interface
msmith
1997-08-28
1
-14
/
+42
*
Correct some things I forgot about until it was too late with smp_active.
peter
1997-08-26
3
-12
/
+21
*
Clean up the SMP AP bootstrap and eliminate the wretched idle procs.
peter
1997-08-26
13
-213
/
+761
*
Check for irq conflicts even if conflicts are allowed. Conflicting
bde
1997-08-25
1
-7
/
+9
*
Finished (?) support for DISABLE_PSE option. 2-3MB of kernel vm was sometimes
bde
1997-08-25
1
-16
/
+8
*
Removed a bogus comment.
bde
1997-08-25
3
-6
/
+6
*
s/.align/.p2align/ so that we get the same results when building elf
peter
1997-08-25
1
-3
/
+3
*
A clean fix for the spl "deadlock before smp_active" problem.
fsmp
1997-08-24
4
-4
/
+11
*
The last of the encapsolation of cpl/spl/ipending things into a critical
fsmp
1997-08-24
7
-57
/
+310
*
#include <machine/limits.h> explicitly in the few places that it is required.
bde
1997-08-21
2
-2
/
+4
*
Revert my previous commit about using CS_SECURE macro.
charnier
1997-08-21
7
-17
/
+16
*
Made PEND_INTS default.
fsmp
1997-08-21
10
-326
/
+163
*
Preperation for moving cpl into critical region access.
fsmp
1997-08-20
7
-58
/
+207
*
Preperation for moving cpl into critical region access.
fsmp
1997-08-20
1
-2
/
+8
*
Use CS_SECURE macro.
charnier
1997-08-18
7
-16
/
+17
*
Removed volatile from arg to simple_lock & friends.
fsmp
1997-08-18
1
-4
/
+4
*
The promised "better fix" for "Trap 9 When Boot SMP" problem.
fsmp
1997-08-15
1
-2
/
+3
*
Add parentheses because == has higher precedence than &.
steve
1997-08-13
1
-7
/
+7
*
Back out a part of the disk scheduling "improvements" :-(. Let me know
dyson
1997-08-12
1
-2
/
+2
*
Oops, fix breakage to UP kernel.
fsmp
1997-08-10
2
-2
/
+18
*
Added trap specific lock calls: get_fpu_lock, etc.
fsmp
1997-08-10
3
-108
/
+71
*
Cheap fix for kern/4255.
fsmp
1997-08-10
3
-12
/
+30
*
Some fixes towards making "default configs" work again.
fsmp
1997-08-09
3
-39
/
+45
*
Minor conditionalization of XXX_MPLOCK on PEND_INTS.
fsmp
1997-08-09
2
-2
/
+8
*
Added 'lock' instruction before 3 places that update ipending.
fsmp
1997-08-09
1
-1
/
+4
*
Modify the scheduling policy to take into account disk I/O waits
dyson
1997-08-09
1
-1
/
+14
*
A couple of missing doscmd header files. Messed up again. Now can
dyson
1997-08-09
1
-0
/
+46
*
VM86 kernel support.
dyson
1997-08-09
21
-135
/
+502
*
Fix the DDB breakpoint code when using the 4MB page support.
dyson
1997-08-07
2
-12
/
+28
*
More vm_zone cleanup. The sysctl now accounts for items better, and
dyson
1997-08-07
1
-2
/
+2
*
printf does not understand %hd in the kernel
peter
1997-08-06
1
-5
/
+7
[next]