NetBSD/sys/arch/i386/include
para 5f319369a0 improve sizing of kmem_arena now that more allocations are made from it
don't enforce limits if not required

ok: riz@
2012-02-04 17:56:16 +00:00
..
Makefile Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
Makefile.inc Enable SSP (Stack Smash Protection) in x86 kernels by default (except 2009-11-25 17:08:08 +00:00
acpi_machdep.h
ansi.h Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
aout_machdep.h
apicvar.h
apmvar.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
asm.h Use minimal alignment for functions in standalone code. 2011-06-16 13:16:20 +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 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
bootinfo.h
bswap.h - use _I386_FOO_H for multi-include protection 2008-10-26 06:57:30 +00:00
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 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
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 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
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 Merge cpu_counter.h. 2008-05-10 14:53:54 +00:00
cpufunc.h Merge the ppcoea-renovation branch to HEAD. 2007-10-17 19:52:51 +00:00
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 Delete unused functions eisa_mem_alloc() and eisa_mem_free(). 2009-11-17 23:46:27 +00:00
elf_machdep.h Add TLS relocation definitions. 2009-05-30 05:56:52 +00:00
endian.h
endian_machdep.h
fenv.h Add support for fenv.h interface for i386 and amd64. 2010-07-31 21:47:52 +00:00
float.h
frame.h Replace the trapframe fields for segment registers with two uint16_t 2011-06-02 18:46:51 +00:00
frameasm.h comment 2011-07-26 12:57:35 +00:00
freebsd_machdep.h
gdt.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
i8259.h
i82093reg.h Remove "struct device" from "struct pic", where it was only real 2008-07-03 14:02:24 +00:00
i82093var.h
i82489reg.h
i82489var.h
ibcs2_machdep.h Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly 2009-12-10 14:13:48 +00:00
ieee.h
ieeefp.h
int_const.h fix wrong integer promotion rule(removed U suffix from UINT{8,16}_C). 2010-05-29 17:33:57 +00:00
int_fmtio.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
int_limits.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
int_mwgwtypes.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
int_types.h
intr.h
intrdefs.h Include Xen specific definitions. 2011-08-10 06:30:59 +00:00
ipkdb.h
isa_machdep.h
isapnp_machdep.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
joystick.h
kcore.h Import PAE support for kvm(3): 2010-10-05 23:48:16 +00:00
kvm86.h - use _I386_FOO_H for multi-include protection 2008-10-26 06:57:30 +00:00
limits.h 1. MB_LEN_MAX switch MD to MI. 2010-06-07 13:52:28 +00:00
loadfile_machdep.h Merge the ppcoea-renovation branch to HEAD. 2007-10-17 19:52:51 +00:00
lock.h
mach_machdep.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
math.h
mca_machdep.h #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:11:24 +00:00
mcontext.h Be nicer to software that insists on -ansi and use __inline. 2011-02-25 14:07:12 +00:00
mpacpi.h
mpbiosreg.h
mpbiosvar.h
mpconfig.h
mtrr.h
multiboot.h Add a missing opt_multiboot.h into sys/arch/i386/i386/machdep.c. 2009-02-22 18:05:42 +00:00
mutex.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
npx.h Add support for fenv.h interface for i386 and amd64. 2010-07-31 21:47:52 +00:00
param.h improve sizing of kmem_arena now that more allocations are made from it 2012-02-04 17:56:16 +00:00
pcb.h Use struct segment_descriptor for pcb_fsd and pcb_gsd instead of int[2]. 2010-04-23 16:07:33 +00:00
pci_machdep.h
pic.h
pio.h
pmap.h pmap_pte_set() is not supposed to be atomic, so only raise IPL, no need to 2012-01-19 22:00:56 +00:00
pmc.h Share the sysarch stuff between the x86 ports. PR kern/36046. 2007-04-16 19:12:17 +00:00
proc.h Retire struct user, remove sys/user.h inclusions. Note sys/user.h header 2011-01-14 02:06:22 +00:00
profile.h - Make __cpu_simple_lock and similar real functions and patch at runtime. 2007-12-20 23:46:10 +00:00
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 Change rbus_min_start_hint() semantic for i386. "ram" is now psize_t 2010-03-01 01:15:23 +00:00
reg.h Remove options MATH_EMULATE. 2008-01-16 09:37:04 +00:00
return.h Add return_address(9) for reading the Nth return address from the call 2009-11-03 05:08:18 +00:00
rwlock.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
segments.h Remove Darwin, MACH and Mach-O support. 2011-04-26 15:51:22 +00:00
setjmp.h
signal.h Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
specialreg.h
spkr.h
svr4_machdep.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sysarch.h Share the sysarch stuff between the x86 ports. PR kern/36046. 2007-04-16 19:12:17 +00:00
tlog.h
trap.h
tss.h move IOMAP_INVALOFF from cpu.h to tss.h 2008-01-05 21:45:00 +00:00
types.h Implement bus_space_tag_create() and _destroy(). 2011-07-06 18:46:04 +00:00
userret.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
vm86.h Use lwp_getpcb() on x86 MD code, clean from struct user usage. 2009-11-21 03:11:00 +00:00
vmparam.h Move struct vm_page_md definition from vmparam.h to pmap.h, because 2010-11-14 13:33:20 +00:00
wchar_limits.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00