summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2003-03-05Forgot dummy printf.soren
2003-03-05Be more verbose about unsupported keys.soren
2003-03-05Forward declare struct lwp as well as struct trapframe.agc
2003-03-05fix some commentsgrant
2003-03-05Fix from Frederick Bruckman to get current kernels booting again.jklos
2003-03-05Remove port-specific procfs_machdep.c (since they are all identical andmatt
2003-03-05Make AltiVec registers available via ptrace/procfs. Simplify AltiVecmatt
2003-03-04Make the apic address unsigned, as it should be.fvdl
2003-03-04ioapic address is not actually a pointer, initialize it as uint32_tfvdl
2003-03-04Fix some fields that did not have explicit types yet.fvdl
2003-03-04Use read_psl and write_psl.fvdl
2003-03-04Define read_psl and write_psl as aliases for read_eflags and write_eflags.fvdl
2003-03-04Enable the define for EISA MPBIOS support.fvdl
2003-03-04Make EISA support conditional (on by default on i386).fvdl
2003-03-04lower acpi interrupt level to IPL_VM.yamt
2003-03-04G/c old macppc grf entries.soren
2003-03-04Attach on recent TiBooks.soren
2003-03-04Pass the address of the intrframe to the ext_intr routine.matt
2003-03-04Make to define ${BOARDTYPE}matt
2003-03-04Re-arrange things in evbppc & powerpc to support OEA-based eval boardsmatt
2003-03-04Add some missing volatiles.matt
2003-03-04Cast the argument passed to vtophys() to a vaddr_t.thorpej
2003-03-04s/i386_isa_chipset/x86_isa_chipset/fvdl
2003-03-04s/i386_isa_chipset/x86_isa_chipset/, it's defined on multiple ports, butfvdl
2003-03-03Note a kernel pmap locking problem in pmap_kenter_pa4m().pk
2003-03-03Use unsigned long long to print msr values.fvdl
2003-03-03use CVAROFF.fvdl
2003-03-03Use pmap_cpu_has_pg_n()fvdl
2003-03-03The IDT is an array of struct gate_descriptor.fvdl
2003-03-03The IDT only contains gate descriptors, so define it as such.fvdl
2003-03-03define pmap_cpu_has_pg_n and pmap_cpu_has_invlpg to make code sharingfvdl
2003-03-03Make CVAR asm reference macro CVAROFF, taking an offset.fvdl
2003-03-03Install cpuvar.hfvdl
2003-03-02Change the pmap to use 512-byte pages as user page table pages instead ofragge
2003-03-02microtime.S depends on assym.hchristos
2003-03-02Change the pmap to use 512-byte pages as user page table pages instead ofragge
2003-03-02add some ISO C 1995 I18N functions and types:tshiozak
2003-03-02Use the new pmap_kprotect() function instead of pmap_changeprot().pk
2003-03-02pmap_changeprot() is not a UVM <-> PMAP interface function; make it internal.pk
2003-03-02Clean up some unneeded "mca.h" and "eisa.h" includes, make one that isfvdl
2003-03-02x86_64 has no mca.h and eisa.h (should perhaps just generate empty ones)fvdl
2003-03-02Redirect to x86/fvdl
2003-03-02Bump SYMTAB_SPACE to 192000.tsutsui
2003-03-02Cleanup G2_LOCK/G2_UNLOCK macros per discussion on port-dreamcast:tsutsui
2003-03-02Restore MQ to trapframe from mcontext since it's in both.matt
2003-03-01lock_machdep.c moved here from arch/i386/i386.fvdl
2003-03-01Move lock_machdep.c to arch/x86/x86.fvdl
2003-03-01Add machdep sysctl support. Support booted_device, consdev, andmatt
2003-03-01Redirect to x86/cpuvar.hfvdl
2003-03-01Moved here from i386/includefvdl