This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d467ffaa66
freebsd-nq
/
sys
/
amd64
/
include
History
David Chisnall
38d1ac34ff
Fix SIGATOMIC_M{IN,AX} on x86-64. These are meant to be the minimum values that are allowed in a sig_atomic_t, but it looks like they were just copied from the x86 versions, so these definitions violate the C and C++ specs. Mismatch was spotted by the libc++ test suite.
...
Approved by: dim (mentor)
2011-11-12 20:16:06 +00:00
..
pc
xen
_align.h
_bus.h
_inttypes.h
_limits.h
_stdint.h
Fix SIGATOMIC_M{IN,AX} on x86-64. These are meant to be the minimum values that are allowed in a sig_atomic_t, but it looks like they were just copied from the x86 versions, so these definitions violate the C and C++ specs. Mismatch was spotted by the libc++ test suite.
2011-11-12 20:16:06 +00:00
_types.h
Commit the support for removing cpumask_t and replacing it directly with
2011-05-05 14:39:14 +00:00
acpica_machdep.h
apicvar.h
apm_bios.h
asm.h
asmacros.h
atomic.h
bus_dma.h
bus.h
clock.h
Implement boot-time TSC synchronization test for SMP. This test is executed
2011-05-09 17:34:00 +00:00
cpu.h
cpufunc.h
Correct cpu_monitor() and cpu_mwait() for amd64. These instructions take
2011-07-05 18:42:10 +00:00
cputypes.h
db_machdep.h
elf.h
endian.h
exec.h
float.h
floatingpoint.h
fpu.h
frame.h
gdb_machdep.h
ieeefp.h
People porting FreeBSD to new architectures ought not have to
2011-10-21 06:41:46 +00:00
in_cksum.h
intr_machdep.h
iodev.h
kdb.h
legacyvar.h
limits.h
md_var.h
Put amd64_syscall() prototype in md_var.h.
2011-09-15 09:54:07 +00:00
memdev.h
metadata.h
minidump.h
mp_watchdog.h
nexusvar.h
param.h
Bump MAXCPU for amd64, ia64 and XLP mips appropriately.
2011-07-19 13:00:30 +00:00
pcb.h
pci_cfgreg.h
Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h to
2011-06-22 21:04:13 +00:00
pcpu.h
pmap.h
Commit the support for removing cpumask_t and replacing it directly with
2011-05-05 14:39:14 +00:00
pmc_mdep.h
ppireg.h
proc.h
Remove unused define.
2011-10-07 16:09:44 +00:00
profile.h
psl.h
ptrace.h
reg.h
reloc.h
resource.h
runq.h
segments.h
Fix the DTrace pid return trap interrupt vector. Previously we were using
2011-11-07 01:53:25 +00:00
setjmp.h
sf_buf.h
sigframe.h
signal.h
Attempt to improve formatting and content of several comments for
2011-11-09 18:25:50 +00:00
smp.h
remove code for dynamic offlining/onlining of CPUs on x86
2011-06-08 08:12:15 +00:00
specialreg.h
Update CPUID bits to reflect AMD Bulldozer and Intel Sandy Bridge features.
2011-05-17 22:36:16 +00:00
stack.h
stdarg.h
sysarch.h
timerreg.h
trap.h
Fix the DTrace pid return trap interrupt vector. Previously we were using
2011-11-07 01:53:25 +00:00
tss.h
ucontext.h
Attempt to improve formatting and content of several comments for
2011-11-09 18:25:50 +00:00
varargs.h
vm.h
vmparam.h
Move the ZERO_REGION_SIZE to a machine-dependent file, as on many
2011-05-13 19:35:01 +00:00