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
*
Increase VM_KMEM_SIZE_MAX from 200MB to 400MB.
alc
2003-12-07
1
-1
/
+1
*
Reconfigure the runq macros to use the 64 bit ffs/bsf routines instead
peter
2003-12-06
1
-5
/
+5
*
Add 64 bit bsf*/ffs* routines. Have the ffs() inline use gcc's builtin
peter
2003-12-06
1
-1
/
+40
*
Various whitespace and cosmetic sync-up's with i386.
peter
2003-12-06
9
-12
/
+13
*
amd64_protection_init and the protection_codes[] array was overkill.
peter
2003-12-06
1
-50
/
+8
*
Kill the ASM versions of the mtx_lock_spin and friends. They were never
peter
2003-12-06
1
-31
/
+0
*
MFi386: put the apic disable hook in a better place.
peter
2003-12-06
2
-1
/
+5
*
Revert some amd64 changes that cached curthread and converge back to the
peter
2003-12-06
2
-19
/
+3
*
Fix all users of mp_maxid to use the same semantics, namely:
jhb
2003-12-03
1
-2
/
+2
*
Catch up with the procsig locking changes elsewhere. We were doing
peter
2003-12-03
1
-0
/
+6
*
Add an additional knob to just disable the apic code without also having
peter
2003-12-03
1
-1
/
+1
*
- Make mp_maxid reflect the same meaning as it does on other architectures.
jeff
2003-11-30
1
-2
/
+2
*
Fix i386 apic support merge botch. sizeof(long) is 8, not 4. This fixes
peter
2003-11-27
1
-1
/
+1
*
Argh! The Athlon64 and Opteron only implement 40 bits of address space in
peter
2003-11-22
1
-5
/
+4
*
- Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still called
jhb
2003-11-21
1
-5
/
+20
*
Turn on NO_MIXED_MODE for amd64 generic. It turns out that all the
peter
2003-11-21
1
-0
/
+1
*
Cosmetic and/or trivial sync up with i386.
peter
2003-11-21
21
-50
/
+52
*
MFi386 rev 1.54 (jhb): Add interrupts that are actually available to the
peter
2003-11-21
1
-3
/
+19
*
MFi386: pre-register idt slots for atpic so we catch any strays without
peter
2003-11-21
1
-6
/
+22
*
MFi386 rev 1.207 (phk): Don't mistakenly disable the TSC when using
peter
2003-11-21
1
-10
/
+10
*
Argh! Followup to previous commit. I checked in the patch with an
peter
2003-11-20
1
-1
/
+1
*
Provide a streamlined '#define curthread __curthread()' for amd64 to avoid
peter
2003-11-20
2
-0
/
+13
*
Sync with i386.
peter
2003-11-19
1
-3
/
+7
*
Add SMP changes as should have been committed as rev 1.28
peter
2003-11-17
1
-26
/
+7
*
Restore file accidently killed in the crossfire from the smp commit.
peter
2003-11-17
1
-0
/
+152
*
Initial landing of SMP support for FreeBSD/amd64.
peter
2003-11-17
45
-2235
/
+1067
*
Oh, how embarresing. I broke my own platform. :-)
peter
2003-11-17
1
-4
/
+4
*
Widen the enable/disable helper function's argument in line with the
peter
2003-11-17
1
-14
/
+2
*
Fixed pedantic warnings for statement-expressions using __extension__
bde
2003-11-17
1
-4
/
+4
*
Fixed a pedantic syntax error (a stray semicolon at the end of
bde
2003-11-17
1
-1
/
+1
*
- Remove unnecessary synchronization from sf_buf_init(). (There is only
alc
2003-11-16
1
-2
/
+0
*
- Modify alpha's sf_buf implementation to use the direct virtual-to-
alc
2003-11-16
2
-2
/
+58
*
Localized the cy driver's locking.
bde
2003-11-16
1
-9
/
+1
*
Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this to
njl
2003-11-15
2
-1
/
+4
*
Preemptively burn a bridges. The isa timer code is likely to be
peter
2003-11-14
2
-145
/
+0
*
Minor source sync with amd64. Use int as the type for the width
peter
2003-11-14
1
-2
/
+2
*
Minor source sync with amd64. For %.*s printf formats, pass in an
peter
2003-11-14
1
-3
/
+5
*
Convert a couple of pointers to integers for source compatability with
peter
2003-11-14
1
-4
/
+4
*
Whitespace nit (sorry, couldn't help it)
peter
2003-11-14
1
-1
/
+1
*
Always install IDT entries for ATPIC interrupt sources. The APIC no
jhb
2003-11-14
1
-10
/
+3
*
If an interrupt source doesn't have an ithread, treat it as a stray
jhb
2003-11-14
1
-1
/
+4
*
basemem is in K, not bytes. I think I tricked jhb into making the same
peter
2003-11-14
1
-1
/
+1
*
"opt_auto_eoi.h" is not used here anymore. See atpic.c.
peter
2003-11-14
1
-2
/
+0
*
Replace magic numbers with macros for i8259A register constants. Still
jhb
2003-11-14
1
-9
/
+10
*
Shuffle the APIC interrupt vectors around a bit:
jhb
2003-11-14
4
-19
/
+27
*
Fix up the control word 3 bits. jhb discovered how much I screwed this
peter
2003-11-14
1
-4
/
+4
*
Whitespace.
jhb
2003-11-13
1
-5
/
+5
*
Fix a typo.
jhb
2003-11-13
1
-1
/
+1
*
Stop pretending to support kernel profiling. The FAKE_MCOUNT() etc
peter
2003-11-13
3
-13
/
+0
*
- Move manipulation of td_intr_nesting_level out of assembly interrupt
jhb
2003-11-12
8
-98
/
+75
[next]