summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-03-05Forgot dummy printf.soren
2003-03-05Be more verbose about unsupported keys.soren
2003-03-05Fix a bug that affects machines which has non-zero base GPE blocks.kochi
2003-03-05vax -> __vax__. Didn't I fix this a year ago?ragge
2003-03-05Regen (add ESS1878 (ess) and ESS0005 (joy))itohy
2003-03-05Add ESS1878 (ess) and ESS0005 (joy) for ESS ES1878 audio device.itohy
2003-03-05Report correct values for p_uutime_{u}sec, p_ustime_{u}sec and p_uctime_{u}secdsl
2003-03-05Apportion execution time evenly between stime and utime when the processdsl
2003-03-05Get processes execution time before the LWPs state is changeddsl
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-05Implement a minimal pager for the uvm_loanzero_object, which simply hasthorpej
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-04Make sure we hold the uobjlock when checking for dirty pages, in lfs_vflush.perseant
2003-03-04Don't add dirty blocks to the ifile in lfs_segunlock, if we're trying toperseant
2003-03-04Don't force all truncations to be synchronousperseant
2003-03-04Teach procfs_allocvp() about Puptime to avoid panics if "/proc/uptime"tron
2003-03-04Update for acpica-unix-20030228.kochi
2003-03-04Resolve conflicts from acpica-20030228-2 import.kochi
2003-03-04Import the Intel ACPICA 20030228 release.kochi
2003-03-04import the Intel ACPICA 20030228 releasekochi
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-04The IDT is an array of struct gate_descriptor.dsl
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-04Fix the following pathological scanario:thorpej
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-03The intrmasks array is only used in if 0-ed code, so if 0 it as well.fvdl
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