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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
New APIC support code:
jhb
2003-11-03
4
-14
/
+188
*
Add a per-thread variable for saving the state of eflags to support the
jhb
2003-11-03
1
-3
/
+1
*
New device interrupt code. This defines an interrupt source abstraction
jhb
2003-11-03
1
-0
/
+91
*
- Always use 256 IDT entries since it is now a runtime decison as to how
jhb
2003-11-03
1
-5
/
+2
*
Define IDTVEC() and TRAP() assembly macros so that they can be shared
jhb
2003-11-03
1
-0
/
+11
*
Revert the critical section implementation to disable interrupts via
jhb
2003-11-03
1
-15
/
+6
*
Always export r_gdt and r_idt and give them extern declarations in
jhb
2003-10-30
2
-3
/
+1
*
A few whitespace and comment tweaks.
jhb
2003-10-24
1
-6
/
+3
*
Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.
bms
2003-10-06
1
-1
/
+0
*
Commit Bosko's patch to clean up the PSE/PG_G initialization to and
peter
2003-10-01
3
-9
/
+12
*
- Add ss2_pagezero() for zeroing pages using the movnti instruction. This
jeff
2003-10-01
1
-0
/
+1
*
- On my Pentium4-M laptop, invalpg takes ~1100 cycles if the page is found in
jeff
2003-09-30
1
-1
/
+2
*
- Eliminate the pte object.
alc
2003-09-25
1
-1
/
+0
*
Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit
peter
2003-09-25
1
-12
/
+0
*
Per TRB vote: restore the aquire_timer0 and associated goo. This will
imp
2003-09-24
1
-0
/
+4
*
Implement the bus_space_map() function to allocate resources and initialize
nyan
2003-09-23
2
-4
/
+25
*
Microoptimization to allow the compiler to evaluate ntohl() etc on
peter
2003-09-22
1
-4
/
+49
*
Fix a busted constant related to PCI configuration acess method #1. The
jhb
2003-09-18
1
-1
/
+1
*
Remove an XXX comment by using the per CPU mask added after this comment
jhb
2003-09-10
1
-2
/
+1
*
Add a acpi_SetDefaultIntrModel() method to allow drivers to set the
jhb
2003-09-10
1
-0
/
+2
*
Fix a typo.
jhb
2003-09-10
2
-2
/
+2
*
Add constants for entries in the IDT and use those instead of magic
jhb
2003-09-10
1
-0
/
+24
*
Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_
kan
2003-09-01
1
-3
/
+3
*
Fix copyright comment & FBSDID style nits.
obrien
2003-08-25
1
-2
/
+1
*
Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
marcel
2003-08-16
2
-3
/
+3
*
remove acquire_timer0() and release_timer0() and related stuff.
phk
2003-08-15
1
-2
/
+0
*
- Add macros describing some new MSR's in the Pentium 4 and some older
jhb
2003-08-15
1
-0
/
+25
*
- Fix a duplicated typo.
jhb
2003-08-15
2
-6
/
+6
*
Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's
imp
2003-08-12
1
-2
/
+24
*
Halted CPU's should not accumulate time.
ps
2003-08-12
1
-6
/
+6
*
Backed out previous commit. This restores the warning about pessimized
bde
2003-08-06
1
-2
/
+2
*
Dont initialize a TSC timecounter until we know if it is broken or not.
phk
2003-08-06
1
-0
/
+1
*
- GC unused cpu_thread_link().
jhb
2003-08-04
1
-2
/
+0
*
Allow foot shooting as Linux emulation needs it.
julian
2003-08-04
1
-0
/
+1
*
Style sync.
obrien
2003-08-03
1
-0
/
+1
*
Detour via (void *) to defeat gcc's strict-aliasing warnings when using
peter
2003-07-30
1
-3
/
+3
*
- Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed
mux
2003-07-27
1
-0
/
+1
*
Stop GCC from whining when people use a 16 bit port number for inb() and outb()
phk
2003-07-23
1
-2
/
+2
*
Use macros from apic.h to when writing to the ICR to send IPIs to startup
jhb
2003-07-23
1
-5
/
+12
*
Add a new macro APIC_ICRLO_RESV_MASK that contains all of the reserved
jhb
2003-07-23
2
-0
/
+2
*
Remove _ARCH_INDIRECT, it was the glue to enable having both hardware
peter
2003-07-23
1
-67
/
+0
*
Initiate de-orbit burn for fpu-less operation. 386+387 is still
peter
2003-07-22
1
-1
/
+0
*
Protect lint(1) from a #error.
markm
2003-07-10
1
-0
/
+2
*
unifdef -DLAZY_SWITCH and start to tidy up the associated glue.
peter
2003-07-10
1
-3
/
+0
*
Mega busdma API commit.
scottl
2003-07-01
1
-1
/
+17
*
- Construct a cpu topology map for Hyper Threading systems so that ULE may
jeff
2003-06-28
1
-0
/
+31
*
Tidy up leftover lazy_switch instrumentation that is no longer needed.
peter
2003-06-27
1
-16
/
+0
*
Fix the false IPIs on smp when using LAZY_SWITCH caused by pmap_activate()
peter
2003-06-27
1
-0
/
+1
*
Migrate the thread stack management functions from the machine-dependent
alc
2003-06-14
1
-2
/
+1
*
Reinstate the bug fix in revision 1.2 as it is correct. The errors I saw
jhb
2003-06-07
1
-8
/
+6
[prev]
[next]