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
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Finish fixing the 5.x FPU code for dealing with signal handlers.
peter
2002-10-25
1
-0
/
+1
*
Remove a boatload of '&' which are surplus to the requirements.
phk
2002-10-20
2
-82
/
+82
*
Hide inline assembly if lint is defined.
phk
2002-10-20
1
-1
/
+1
*
1. Fix a comment. Locking _is_ needed (but not done).
iwasaki
2002-10-17
1
-12
/
+8
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-1
/
+1
*
Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that there
phk
2002-09-21
1
-2
/
+0
*
Restore status register A of RTC at resume time.
iwasaki
2002-09-18
1
-0
/
+1
*
Add kernel support needed for the KSE-aware libpthread:
mini
2002-09-16
1
-35
/
+152
*
Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)
peter
2002-09-07
1
-0
/
+7
*
Revive backed out pmap related changes from Feb 2002. The highlights are:
peter
2002-07-12
1
-7
/
+13
*
The clock is already allocated as 'fast' - no need to try and intercept a
peter
2002-07-08
2
-16
/
+0
*
Remove a couple of __P() stragglers.
peter
2002-06-29
1
-1
/
+1
*
Clock frequencies reported by sysctl should be unsigned values. Discovered
mp
2002-06-22
1
-2
/
+2
*
Don't export timecounter structures under debug. with sysctl, they
phk
2002-04-30
1
-6
/
+0
*
Tidy up some loose ends.
peter
2002-04-29
1
-2
/
+2
*
Remove the tc_update() function. Any frequency change to the
phk
2002-04-26
1
-2
/
+0
*
Move ICU_* defines into icu.h.
nyan
2002-04-06
7
-70
/
+36
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
2
-2
/
+2
*
Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()
dillon
2002-04-01
3
-6
/
+6
*
Tab-out the backslashes in icu_vector.s to make it more readable and to
dillon
2002-03-27
3
-366
/
+366
*
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
dillon
2002-03-27
8
-174
/
+619
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
2
-22
/
+22
*
Fix abuses of cpu_critical_{enter,exit} by converting to
imp
2002-03-21
1
-12
/
+12
*
Remove __P.
alfred
2002-03-20
6
-45
/
+44
*
Back out all the pmap related stuff I've touched over the last few days.
peter
2002-02-27
3
-13
/
+23
*
revert last commit temporarily due to whining on the lists.
dillon
2002-02-26
8
-734
/
+297
*
STAGE-1 of 3 commit - allow (but do not require) interrupts to remain
dillon
2002-02-26
8
-297
/
+734
*
Work-in-progress commit syncing up pmap cleanups that I have been working
peter
2002-02-25
3
-23
/
+13
*
- Split the routine to initialize a bus_space_handle into the separate
nyan
2002-02-17
1
-5
/
+7
*
Add needed include.
nyan
2002-02-10
1
-0
/
+3
*
Don't grab the ICU lock while reading the current pending interrupts and
jhb
2002-02-08
2
-4
/
+0
*
Don't include <isa/isavar.h> or compile code depending on it when isa
bde
2002-01-30
4
-1
/
+14
*
Removed unused includes. In particular, don't include <isa/isavar.h> since
bde
2002-01-30
1
-24
/
+2
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
3
-0
/
+6
*
Use the new resource_list_print_type() function.
tmm
2001-12-21
1
-1
/
+1
*
Introduce a standard name for the lock protecting an interrupt controller
jhb
2001-12-20
7
-25
/
+55
*
Axe stale extern for a non-existent variable.
jhb
2001-12-18
1
-1
/
+0
*
Modify the critical section API as follows:
jhb
2001-12-18
1
-8
/
+8
*
Overhaul the per-CPU support a bit:
jhb
2001-12-11
1
-17
/
+17
*
Some fix for the recent apm module changes.
iwasaki
2001-11-01
1
-7
/
+4
*
Backout 1.61 -- both intrcnt and intrnames are already exported
luigi
2001-10-25
2
-12
/
+0
*
MFi386:
bde
2001-10-21
1
-0
/
+2
*
MFpc98: fundamental differences. The magic numbers for the i/o port
bde
2001-10-21
1
-0
/
+17
*
MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN.
bde
2001-10-21
1
-0
/
+9
*
Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe().
bde
2001-10-16
1
-127
/
+49
*
Commit my old fixes for cosmetic bugs in npxprobe() so that they aren't
bde
2001-10-16
1
-13
/
+8
*
Explicitly initialize the fpu when SSE is enabled since this no
tegge
2001-10-15
1
-0
/
+5
*
Add missing includes of sys/lock.h.
jhb
2001-10-11
1
-0
/
+1
*
Remove the Xresume* labels from the i386 interrupt handlers; the
iedowse
2001-10-09
3
-3
/
+0
*
Remove an unneeded variable declaration and statement.
robert
2001-10-09
1
-2
/
+0
[prev]
[next]