NetBSD/sys/arch/i386/include
pooka d219acbd33 On i386, prefer __WCHAR/WINT_TYPE__ where available instead of hardcoded
_BSD_WCHAR_T_ value.

This mimics some other ports, and more importantly fixes compilation with
i386 compilers which define __WCHAR_TYPE__ as "long int" instead of the
"int" we had in there.  That superficial mismatch resulted in errors
such as:

lib/libc/gen/vis.c:109:1: error: array of inappropriate type initialized from string constant
 static const wchar_t char_shell[] = L"'`\";&<>()|{}]\\$!^~";

No change to NetBSD (our gcc does define __WCHAR_TYPE__, but it is
"int" ...  as expected ... since the NetBSD build worked ;)
2014-12-09 14:39:49 +00:00
..
Makefile Rename sljitarch.h to sljit_machdep.h. 2014-07-23 18:19:43 +00:00
Makefile.inc Disable SSE and AVX for kernel modules too. 2014-10-19 15:41:05 +00:00
acpi_machdep.h
ansi.h On i386, prefer __WCHAR/WINT_TYPE__ where available instead of hardcoded 2014-12-09 14:39:49 +00:00
aout_machdep.h
apicvar.h
apmvar.h Remove some definitions that were part of the APM bos interface. 2012-10-01 17:30:39 +00:00
asm.h Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small 2013-09-12 15:36:14 +00:00
autoconf.h Define some optional routines that will help device_register() to 2011-10-18 23:25:20 +00:00
bios32.h
bioscall.h
bootinfo.h
bswap.h
bus_defs.h Per discussion at 2011-07-01 17:09:58 +00:00
bus_funcs.h Per discussion at 2011-07-01 17:09:58 +00:00
bus_private.h
byte_swap.h
cdefs.h Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressions 2012-01-20 14:08:04 +00:00
clock.h
coff_machdep.h
cpu.h Move the per-cpu l3 page allocation code to a separate MD function. Avoids code duplication for xen PAE 2011-12-30 17:57:49 +00:00
cpu_counter.h
cpufunc.h
cputypes.h
cpuvar.h
db_machdep.h Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD. 2011-05-26 15:34:12 +00:00
disklabel.h Add getlabelusesmbr(), as proposed in 2011-08-30 12:39:49 +00:00
eisa_machdep.h make pci_intr_string and eisa_intr_string take a buffer and a length 2014-03-29 19:28:24 +00:00
elf_machdep.h
endian.h
endian_machdep.h
fenv.h Add definitions of the default control words directly to this file 2014-02-12 23:04:43 +00:00
float.h
frame.h Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! 2012-02-19 21:05:51 +00:00
frameasm.h comment 2011-07-26 12:57:35 +00:00
freebsd_machdep.h Change i386 to use x86/fpu.c instead of i386/isa/npx.c 2014-02-12 23:24:09 +00:00
gdt.h
i8259.h
i82093reg.h
i82093var.h
i82489reg.h
i82489var.h
ibcs2_machdep.h
ieee.h
ieeefp.h
int_const.h Add generic versions of machine/int_*.h for compilers providing 2014-07-25 21:43:13 +00:00
int_fmtio.h GCC sets up u?int_fast8_t to be int, so be consistent with it. 2014-07-28 11:22:46 +00:00
int_limits.h Add generic versions of machine/int_*.h for compilers providing 2014-07-25 21:43:13 +00:00
int_mwgwtypes.h GCC sets up u?int_fast8_t to be int, so be consistent with it. 2014-07-28 11:22:46 +00:00
int_types.h Add generic versions of machine/int_*.h for compilers providing 2014-07-25 21:43:13 +00:00
intr.h
intrdefs.h Include Xen specific definitions. 2011-08-10 06:30:59 +00:00
ipkdb.h
isa_machdep.h
isapnp_machdep.h
joystick.h
kcore.h Import PAE support for kvm(3): 2010-10-05 23:48:16 +00:00
limits.h Since all our compilers support __DBL_* and __FLT_*, use them to define 2014-04-21 10:53:47 +00:00
loadfile_machdep.h
lock.h
mach_machdep.h
math.h
mca_machdep.h #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:11:24 +00:00
mcontext.h Load and save the fpu registers (for copies to/from userspace) using 2014-02-15 22:20:41 +00:00
mpacpi.h
mpbiosreg.h
mpbiosvar.h
mpconfig.h
mtrr.h
multiboot.h
mutex.h
param.h - Convert x86 MD code, mainly pmap(9) e.g. TLB shootdown code, to use 2012-04-20 22:23:24 +00:00
pcb.h disable assert for lint. 2014-04-21 19:13:22 +00:00
pci_machdep.h
pic.h
pio.h
pmap.h forward decl for struct pcb. 2014-04-21 19:12:11 +00:00
pmc.h
proc.h Move the amd64 and i386 pcb to the bottom of the uarea, and move the 2014-02-20 18:19:09 +00:00
profile.h
psl.h
pte.h udpate license clauses on my code to match the new-style BSD licenses. 2011-02-01 20:09:08 +00:00
ptrace.h
rbus_machdep.h
reg.h
return.h
rwlock.h
segments.h Remove Darwin, MACH and Mach-O support. 2011-04-26 15:51:22 +00:00
setjmp.h
signal.h
sljit_machdep.h Rename sljitarch.h to sljit_machdep.h. 2014-07-23 18:19:43 +00:00
specialreg.h
spkr.h
svr4_machdep.h
sysarch.h
tlog.h
trap.h
tss.h
types.h Explain what is going on with the 64 bit atomic ops, and restore them 2014-04-24 19:23:00 +00:00
userret.h
vm86.h
vmparam.h Add a FIRST1G page freelist to x86, for old graphics devices. 2014-07-24 13:42:28 +00:00
wchar_limits.h