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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak how the MD code calls the fooclock() methods some. Instead of
jhb
2005-12-22
5
-37
/
+2
*
MFi386:
jhb
2005-12-08
5
-39
/
+58
*
- Cleanup whitespace and extra ()s in vtophys() macros.
jhb
2005-12-06
1
-5
/
+4
*
Drop _MACHINE_ARCH and _MACHINE defines (not to be confused with
ru
2005-12-06
1
-7
/
+0
*
Change the x86 code to allocate IDT vectors on-demand when an interrupt
jhb
2005-11-02
2
-5
/
+32
*
Reorganize the interrupt handling code a bit to make a few things cleaner
jhb
2005-10-25
1
-1
/
+1
*
Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to all
jhb
2005-10-24
1
-3
/
+2
*
Correct few MSR addresses.
jkim
2005-10-15
1
-8
/
+8
*
- Print number of physical/logical cores and more CPUID info.
jkim
2005-10-14
2
-0
/
+16
*
I believe the stack underflows during early development that caused me to
peter
2005-09-27
1
-1
/
+0
*
Kill pcb_rflags. It served no purpose.
peter
2005-09-27
1
-1
/
+0
*
Add a new atomic_fetchadd() primitive that atomically adds a value to a
jhb
2005-09-27
1
-0
/
+21
*
MFi386: pci attribute allocation fixes.
imp
2005-09-18
1
-0
/
+2
*
Stop using the '+' constraint modifier with inline assembly. The '+'
jhb
2005-09-15
1
-22
/
+27
*
Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename
stefanf
2005-08-20
2
-8
/
+6
*
Add aliases for atomic operations on 64-bit integers just like other
jhb
2005-08-18
1
-0
/
+20
*
Fix $FreeBSD$.
obrien
2005-07-22
1
-1
/
+2
*
Like on i386, bypass lock prefix for atomic ops on !SMP kernels.
peter
2005-07-21
1
-0
/
+27
*
Make the facility for recognizing BIOS-signatures more general
phk
2005-07-21
1
-1
/
+16
*
Convert the atomic_ptr() operations over to operating on uintptr_t
jhb
2005-07-15
1
-52
/
+18
*
Some cleanups and tweaks to some of the atomic.h files in preparation for
jhb
2005-07-09
1
-79
/
+63
*
Check the alignment of the IP header before passing the packet up to the
thompsa
2005-07-02
1
-0
/
+2
*
Switch AMD64 and i386 platforms to using ELF as their kernel crash
peter
2005-06-29
1
-0
/
+1
*
Increase MAXCPU to 16 in SMP kernels so that APIC IDs from 0 to 15 are
jhb
2005-06-29
1
-1
/
+1
*
MFP4:
jkoshy
2005-06-09
1
-32
/
+19
*
Add IPI support for preempting a thread on another CPU.
ups
2005-06-09
1
-1
/
+2
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
3
-342
/
+42
*
Change the spkr_set_pitch() function to a macro to fix low level profiling.
nyan
2005-05-28
1
-7
/
+5
*
MFi386: remove comment
peter
2005-05-22
1
-3
/
+0
*
- Move timerreg.h to <arch>/include and split i8253 specific defines into
nyan
2005-05-14
2
-0
/
+116
*
Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed".
nectar
2005-05-13
1
-0
/
+8
*
Implement an alternate method to stop CPUs when entering DDB. Normally we use
dwhite
2005-04-30
1
-0
/
+5
*
o Reverse the inclusion chain from MD->MI to MI->MD by removing the
marcel
2005-04-20
1
-1
/
+1
*
Bring a working snapshot of hwpmc(4), its associated libraries, userland util...
jkoshy
2005-04-19
1
-0
/
+76
*
Break out the definition of bus_space_{tag,handle}_t and a few other types
imp
2005-04-18
2
-9
/
+47
*
MFi386: use the lapic timer for UP systems that are using the apic so that
peter
2005-04-15
1
-1
/
+0
*
MFi386: use c99 types
peter
2005-04-15
1
-2
/
+2
*
Show that I can actually count.
peter
2005-04-15
1
-2
/
+2
*
MFi386: track bus.h changes (unsplit bus_${machine}.h)
peter
2005-04-15
2
-1233
/
+1219
*
Implement 32-bit compatable fsbase/gsbase methods so that we can run
peter
2005-04-14
1
-0
/
+5
*
The memory operands to fldcw and ldmxcsr are inputs, not outputs.
jhb
2005-04-12
1
-2
/
+2
*
Align the entry point to assembly language functions to a 16-byte boundary.
alc
2005-04-10
1
-2
/
+1
*
Fully initialize the required TSS fields so that the io permission
cperciva
2005-04-06
1
-1
/
+0
*
Divorce critical sections from spinlocks. Critical sections as denoted by
jhb
2005-04-04
2
-88
/
+2
*
The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after my
netchild
2005-04-02
1
-0
/
+1
*
Remove fpsetsticky(). This was added for SysV compatibility, but due
das
2005-03-15
1
-20
/
+0
*
Refactor the bus_dma header files so that the interface is described in
scottl
2005-03-14
1
-247
/
+13
*
Remove diffs to i386 version that came in via the compiler support ifdefs.
peter
2005-03-11
9
-26
/
+35
*
Match i386 rev 1.38 with __cplusplus support
peter
2005-03-11
1
-0
/
+8
*
netchild's mega-patch to isolate compiler dependencies into a central
joerg
2005-03-02
13
-69
/
+107
[next]