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
*
Revert part of the r211149 as I erroneously ported the logical_cpus from
attilio
2010-08-19
1
-3
/
+3
*
Remove unused KTRACE includes.
jhb
2010-08-19
2
-8
/
+0
*
- The iMac9,1 needs the PAT workaround as well
gahr
2010-08-17
1
-1
/
+2
*
Supply some useful information to the started image using ELF aux vectors.
kib
2010-08-17
1
-2
/
+8
*
Reset switchtime to zero rather than the current CPU ticker (TSC) value.
jkim
2010-08-13
2
-3
/
+3
*
Revert r211176:
attilio
2010-08-12
1
-9
/
+1
*
Reset switchtime and switchticks after resynchronizing the system clock.
jkim
2010-08-12
2
-1
/
+6
*
Update various places that store or manipulate CPU masks to use cpumask_t
jhb
2010-08-11
2
-5
/
+8
*
IPI handlers may run generally with interrupts disabled because they
attilio
2010-08-11
1
-1
/
+9
*
Fix a typo due to a stale version of the patch.
attilio
2010-08-10
1
-1
/
+1
*
Fix some places that may use cpumask_t while they still use 'int' types.
attilio
2010-08-10
2
-15
/
+20
*
Simplify the logic for handling ipi_selected() and ipi_cpu() in the
attilio
2010-08-09
1
-42
/
+26
*
Don't pass sizeof(u_int) to an argument of SYSCLT_PROC that ends up not
dwmalone
2010-08-08
1
-1
/
+1
*
Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGS
kib
2010-08-07
1
-2
/
+2
*
Fix whitespace nits.
bschmidt
2010-08-06
1
-1
/
+1
*
Remove unnecessary casting and simplify code. We are not there yet. ;-)
jkim
2010-08-06
1
-3
/
+1
*
Correct argument order of acpi_restorecpu(), which was forgotten in r210804.
jkim
2010-08-06
1
-1
/
+1
*
Add a new ipi_cpu() function to the MI IPI API that can be used to send an
jhb
2010-08-06
2
-5
/
+42
*
Change the MPTable and $PIR PCI-PCI bridge drivers to inherit from the
jhb
2010-08-05
1
-25
/
+2
*
Remove an unnecessary register load.
jkim
2010-08-03
1
-2
/
+1
*
savectx() has not been used for fork(2) for about 15 years. [1]
jkim
2010-08-03
3
-107
/
+65
*
Rearrange struct pcb. r177532 (CVS r1.64 of pcb.h) moved pcb_flags to make
jkim
2010-08-02
2
-10
/
+10
*
- Merge savectx2() with savectx() and struct xpcb with struct pcb. [1]
jkim
2010-08-02
7
-203
/
+152
*
Tweak the logic to disable CLFLUSH in virtual environments to work around
jhb
2010-08-02
1
-6
/
+6
*
In rdmsr_safe, use zero extend (by doing a 32-bit movl over
delphij
2010-07-30
1
-1
/
+1
*
Improve cputemp(4) driver wrt newer Intel processors, especially
delphij
2010-07-29
1
-0
/
+1
*
Mark the __curthread() functions as __pure2 and remove the volatile keyword
jhb
2010-07-29
1
-2
/
+2
*
Fix another fallout from r208833. savectx() is used to save CPU context
jkim
2010-07-29
1
-1
/
+1
*
Rename PCB_USER_FPU to PCB_USERFPU not to clash with a macro from fpu.h.
jkim
2010-07-29
3
-3
/
+3
*
The corrected error count field is dependent on CMCI, not TES.
jhb
2010-07-28
1
-3
/
+3
*
Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma
mdf
2010-07-28
1
-0
/
+1
*
The interpreter name should no longer be treated as a buffer that can be
alc
2010-07-28
1
-11
/
+5
*
Very rough first cut at NUMA support for the physical page allocator. For
jhb
2010-07-27
1
-0
/
+7
*
Simplify fldcw() macro. There is no reason to use pointer here. No object
jkim
2010-07-26
1
-4
/
+4
*
Add missing ldmxcsr() prototype for lint case.
jkim
2010-07-26
1
-1
/
+2
*
Reduce diff against fenv.h:
jkim
2010-07-26
1
-7
/
+8
*
FNSTSW instruction can use AX register as an operand.
jkim
2010-07-26
1
-1
/
+1
*
Re-implement FPU suspend/resume for amd64. This removes superfluous uses
jkim
2010-07-26
5
-11
/
+25
*
Remove unneeded includes.
kib
2010-07-26
1
-2
/
+0
*
Regen
kib
2010-07-23
3
-5
/
+5
*
Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() may
kib
2010-07-23
2
-101
/
+5
*
Eliminate a little bit of duplicated code.
alc
2010-07-23
1
-3
/
+1
*
When compat32 binary asks for the value of hw.machine_arch, report the
kib
2010-07-22
2
-2
/
+27
*
Add hints for i8254 timer on i386 and amd64. Some people report about
mav
2010-07-16
1
-0
/
+3
*
Move functions declaration to MI code, following implementation.
mav
2010-07-15
1
-5
/
+0
*
Optimize pmap_remove()'s handling of PG_G mappings. Specifically,
alc
2010-07-15
1
-14
/
+15
*
- Update 6000 firmware to 9.221.4.1
bschmidt
2010-07-15
1
-0
/
+2
*
Remove obsolete undef of COPY_SIGCODE. It appears to have not been
imp
2010-07-13
1
-6
/
+0
*
Move i386-inherited logic of building ACPI headers for acpi_wakeup.c into
jkim
2010-07-12
4
-50
/
+0
*
Remove a dead test. We already exclude NMI traps from this code in an
jhb
2010-07-12
1
-2
/
+2
[next]