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
*
Always export r_gdt and r_idt and give them extern declarations in
jhb
2003-10-30
1
-3
/
+0
*
A few whitespace and comment tweaks.
jhb
2003-10-24
1
-6
/
+3
*
Add __va_copy and make it always visible, in spite of the __ISO_C_VISIBLE
peter
2003-10-24
1
-1
/
+4
*
Use a more robust API altogether for the amd64_get_fsbase() etc functions.
peter
2003-10-23
1
-4
/
+4
*
Renumber the sysarch vectors for amd64 specific syscalls so that I can
peter
2003-10-23
1
-6
/
+5
*
Pull the tier-2 card one last time and break the get/setcontext and
peter
2003-10-15
3
-4
/
+7
*
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
1
-8
/
+2
*
Use __register_t instead of register_t, otherwise <sys/types.h> is a
peter
2003-10-01
1
-24
/
+24
*
MFi386: BURN_BRIDGES around timer0 functions
peter
2003-09-30
1
-1
/
+3
*
Eliminate the pte object.
alc
2003-09-27
1
-1
/
+0
*
Re-raise the default datasize and stacksize now that the 32 bit exec
peter
2003-09-25
1
-2
/
+2
*
Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit
peter
2003-09-25
1
-12
/
+0
*
Implement the bus_space_map() function to allocate resources and initialize
nyan
2003-09-23
1
-4
/
+12
*
Oops. back out last commit. The data and stack limits are used by the
peter
2003-09-23
1
-2
/
+2
*
Sync with i386 version. The quality initialization was missing and some
peter
2003-09-23
1
-1
/
+0
*
MFi386 pci_bus.c 1.102 legacyvar.h 1.4: rename nexus_pcib to legacy_pcib
peter
2003-09-23
1
-0
/
+11
*
Move basemem variable into global scope so that the MP startup code can
peter
2003-09-22
1
-0
/
+1
*
Increase the default data size limit from 512MB to 8GB. Increase default
peter
2003-09-22
1
-2
/
+2
*
MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dont
peter
2003-09-22
1
-0
/
+1
*
MFi386 rev 1.25 by jhb: add new MSR's and some missing older ones and
peter
2003-09-22
1
-3
/
+25
*
MFi386 rev 1.37: constant-friendly bswap macros
peter
2003-09-22
1
-4
/
+70
*
MFi386: pci_cfgreg.h rev 1.10 by jhb/des/njl. Fix CONF1_ENABLE_MSK.
peter
2003-09-22
1
-1
/
+1
*
MFi386 by jhb: add acpi_SetDefaultIntrModel();
peter
2003-09-22
1
-0
/
+2
*
MFi386 by jhb: use symbolic constants for the IDT entries.
peter
2003-09-22
1
-0
/
+24
*
Remove an XXX comment by using the per CPU mask added after this comment
jhb
2003-09-10
1
-2
/
+1
*
Fix a typo.
jhb
2003-09-10
1
-1
/
+1
*
Argh. This file was completely out of sync with mcontext/trapframe.
peter
2003-09-08
1
-11
/
+12
*
Hmm. Two copies of the mcontext...
peter
2003-09-08
1
-1
/
+1
*
Oops. sizeof(long) = 8, not 4. Get the fxsave buffer inside mcontext
peter
2003-09-05
1
-2
/
+2
*
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
*
- Fix a duplicated typo.
jhb
2003-08-15
1
-3
/
+3
*
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
*
- Since td_critnest is now initialized in MI code, it doesn't have to be
jhb
2003-08-04
1
-2
/
+0
*
Fix a dumbass mistake. I had the 'set' and 'get' reversed in the
peter
2003-08-02
1
-2
/
+2
*
KSTACK_PAGES is a global option.
peter
2003-07-31
1
-0
/
+2
*
- Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed
mux
2003-07-27
1
-0
/
+1
*
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
1
-0
/
+1
*
Go back to 64 bit precision for fadd/fsub/fsqrt etc. This is because on
peter
2003-07-22
2
-16
/
+18
*
Extend the machine/ieeefp.h that was inherited from i386 to support
peter
2003-07-22
1
-55
/
+165
*
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
*
Fix the VADDR() macros to use either KVADDR() or UVADDR(), depending
peter
2003-07-09
2
-17
/
+21
*
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
*
Move KERNBASE to -2GB.
simokawa
2003-06-22
1
-1
/
+1
[next]