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
/
i386
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few nits in the earlier changes to prevent local information leakage
jhb
2009-03-25
1
-4
/
+8
*
Rename (fpu|npx)_cleanstate to (fpu|npx)_initialstate to better reflect
jhb
2009-03-25
1
-13
/
+13
*
A better fix for handling different FPU initial control words for different
jhb
2009-03-05
1
-0
/
+11
*
Some cleanups to the i386 FPU support:
jhb
2009-03-05
1
-51
/
+34
*
Change the functions to ANSI in those cases where it breaks promotion
rdivacky
2009-02-24
1
-2
/
+1
*
Some whitespace and style fixes.
jhb
2009-02-23
1
-5
/
+4
*
merge 186535, 186537, and 186538 from releng_7_xen
kmacy
2008-12-29
1
-1
/
+1
*
style(9) nit: remove unnecessary {} pair.
imp
2008-10-28
1
-2
/
+1
*
Turn off CPU frequency change notifiers when the TSC is P-state invariant
jkim
2008-10-21
1
-2
/
+5
*
- Add the i386_memio_map_load() function to load I/O address table.
nyan
2008-09-07
1
-21
/
+2
*
Add a very simple dpms(4) driver that uses the VESA BIOS DPMS calls to
jhb
2008-08-23
1
-0
/
+230
*
Call in to xen for fpu handling when XEN is set
kmacy
2008-08-15
1
-1
/
+10
*
Add a cyclic hook for DTrace.
jb
2008-05-24
1
-0
/
+17
*
Now that all platforms use genclock, shuffle things around slightly
phk
2008-04-22
2
-2
/
+0
*
Convert amd64 and i386 to share the atrtc device driver.
phk
2008-04-14
1
-252
/
+10
*
Move i386 to generic RTC handling code.
phk
2008-04-12
1
-103
/
+168
*
Back in the good old days, PC's had random pieces of rock for
phk
2008-03-26
1
-122
/
+0
*
The "free-lance" timer in the i8254 is only used for the speaker
phk
2008-03-26
1
-36
/
+19
*
Rename timer0_max_count to i8254_max_count.
phk
2008-03-26
2
-51
/
+52
*
The RTC related pscnt and psdiv variables have no business being public.
phk
2008-03-26
1
-2
/
+2
*
Fix some "in in" typos in comments.
brueffer
2008-03-26
1
-1
/
+1
*
Explicitly use spinlock_enter/exit rather than locking the icu_lock spin
jhb
2008-03-20
1
-15
/
+14
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
1
-1
/
+1
*
Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY().
jhb
2008-01-17
1
-0
/
+1
*
Don't use plain "ret" instructions at targets of jump instructions,
bde
2007-11-29
1
-2
/
+2
*
Remove entry points for -finstrument functions since they are currently
bde
2007-11-29
1
-4
/
+0
*
Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have not
peter
2007-10-26
1
-96
/
+1
*
Fix a kernel panic due to a NULL pointer access on pc98.
nyan
2007-09-01
1
-5
/
+7
*
It seems that some i386 mothermoards either do not implement the
dwmalone
2007-07-27
1
-1
/
+2
*
If clock_ct_to_ts fails to convert time time from the real time clock,
dwmalone
2007-07-23
1
-3
/
+6
*
Prototype (but functional) Linux-ish /dev/nvram interface to the extra
peter
2007-06-15
1
-0
/
+99
*
Commit 14/14 of sched_lock decomposition.
jeff
2007-06-05
1
-2
/
+2
*
Despite several examples in the kernel, the third argument of
dwmalone
2007-06-04
1
-1
/
+1
*
Minor fixes and tweaks to the x86 interrupt code:
jhb
2007-05-08
1
-3
/
+11
*
Add an interface for drivers to be notified of changes to CPU frequency.
njl
2007-03-26
1
-13
/
+43
*
Partial fix for a bug in rev.1.231. If suspend/resume clobbers the
bde
2007-03-05
1
-0
/
+1
*
style(9).
nyan
2007-03-04
1
-2
/
+2
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
3
-12
/
+16
*
Cleaned up declaration and initialization of clock_lock. It is only
bde
2007-01-23
1
-13
/
+10
*
Evidently FreeBSD has long relied on the compiler to treat structures
kmacy
2006-12-17
3
-4
/
+5
*
Optimized RTC accesses by avoiding null writes to the index register
bde
2006-12-03
1
-9
/
+16
*
Removed some SMP ifdefs so that using the TSC as a cputime clock is
bde
2006-10-29
1
-9
/
+10
*
Cleaned up includes. <machine/profile.h> was unused. <machine/timerreg.h>
bde
2006-10-28
1
-7
/
+4
*
Removed all traces of HIDENAME() in amd64 and i386 kernel code. Using
bde
2006-10-28
1
-18
/
+9
*
Don't call mexitcount or provide a stub mexitcount to call when
bde
2006-10-27
1
-11
/
+0
*
Change the x86 interrupt code to suspend/resume interrupt controllers
jhb
2006-10-10
1
-9
/
+14
*
Use calendaric calculation support from subr_clock.c instead of home-rolled.
phk
2006-10-02
1
-88
/
+33
*
Second part of a little cleanup in the calendar/timezone/RTC handling.
phk
2006-10-02
1
-3
/
+0
*
First part of a little cleanup in the calendar/timezone/RTC handling.
phk
2006-10-02
2
-0
/
+2
*
Fix 'interrupt interrupt' -> 'interrupt' in the comment.
wkoszek
2006-09-20
1
-1
/
+1
[next]