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
*
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
*
Another attempt at cleaning up the new memory allocator.
dyson
1997-08-05
1
-126
/
+35
*
Fix some bugs, document vm_zone better. Add copyright to vm_zone.h. Use
dyson
1997-08-05
1
-35
/
+126
*
memcmp -> bmcp
msmith
1997-08-05
1
-2
/
+2
*
Modify pmap to use our new memory allocator.
dyson
1997-08-05
1
-126
/
+35
*
Slightly reorder some operations so that the main processor gets global
dyson
1997-08-05
1
-32
/
+34
*
Remove the PMAP_PVLIST conditionals in pmap.*, and another unneeded define.
dyson
1997-08-05
2
-24
/
+2
*
Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu of
dyson
1997-08-05
1
-1
/
+3
*
Eliminate frequent silo overflows by restoring the TEST_LOPRIO code.
fsmp
1997-08-04
3
-4
/
+24
*
Nuke the nonexistend pad bytes from the end of the DMI header structure.
msmith
1997-08-04
1
-2
/
+1
*
Correctly checksum the DMI signature structure. Format the BSD revision
msmith
1997-08-04
1
-3
/
+4
*
Support functions for working with x86 PC-architecture BIOS.
msmith
1997-08-01
1
-0
/
+231
*
Support for PC BIOS functions.
msmith
1997-08-01
1
-0
/
+113
*
Fixed imen declaration.
fsmp
1997-07-31
1
-2
/
+2
*
Converted the TEST_LOPRIO code to default.
fsmp
1997-07-31
7
-34
/
+54
*
Converted the TEST_LOPRIO code to default.
fsmp
1997-07-31
1
-38
/
+5
*
Converted the TEST_LOPRIO code to default.
fsmp
1997-07-31
2
-6
/
+4
*
Return to using disable/enable_intr() for guarding DMA register access.
msmith
1997-07-29
1
-7
/
+10
*
Pedant attack! Use variable names consistent with discourse in
msmith
1997-07-28
1
-7
/
+6
*
Use disable_intr() / read/write_eflags() to ensure that interrupt
msmith
1997-07-28
1
-4
/
+6
*
Modified the PEND_INTS algorithm to fix the ISA INT loss problem.
fsmp
1997-07-28
5
-15
/
+75
*
mpapic.c & mp_machdep:
fsmp
1997-07-26
3
-39
/
+6
*
clock.c:
fsmp
1997-07-26
3
-142
/
+72
*
param.h:
fsmp
1997-07-24
1
-2
/
+2
[next]