| Age | Commit message (Expand) | Author |
| 2003-03-05 | Forgot dummy printf. | soren |
| 2003-03-05 | Be more verbose about unsupported keys. | soren |
| 2003-03-05 | Fix a bug that affects machines which has non-zero base GPE blocks. | kochi |
| 2003-03-05 | vax -> __vax__. Didn't I fix this a year ago? | ragge |
| 2003-03-05 | Regen (add ESS1878 (ess) and ESS0005 (joy)) | itohy |
| 2003-03-05 | Add ESS1878 (ess) and ESS0005 (joy) for ESS ES1878 audio device. | itohy |
| 2003-03-05 | Report correct values for p_uutime_{u}sec, p_ustime_{u}sec and p_uctime_{u}sec | dsl |
| 2003-03-05 | Apportion execution time evenly between stime and utime when the process | dsl |
| 2003-03-05 | Get processes execution time before the LWPs state is changed | dsl |
| 2003-03-05 | Forward declare struct lwp as well as struct trapframe. | agc |
| 2003-03-05 | fix some comments | grant |
| 2003-03-05 | Fix from Frederick Bruckman to get current kernels booting again. | jklos |
| 2003-03-05 | Remove port-specific procfs_machdep.c (since they are all identical and | matt |
| 2003-03-05 | Make AltiVec registers available via ptrace/procfs. Simplify AltiVec | matt |
| 2003-03-05 | Implement a minimal pager for the uvm_loanzero_object, which simply has | thorpej |
| 2003-03-04 | Make the apic address unsigned, as it should be. | fvdl |
| 2003-03-04 | ioapic address is not actually a pointer, initialize it as uint32_t | fvdl |
| 2003-03-04 | Fix some fields that did not have explicit types yet. | fvdl |
| 2003-03-04 | Use read_psl and write_psl. | fvdl |
| 2003-03-04 | Define read_psl and write_psl as aliases for read_eflags and write_eflags. | fvdl |
| 2003-03-04 | Enable the define for EISA MPBIOS support. | fvdl |
| 2003-03-04 | Make EISA support conditional (on by default on i386). | fvdl |
| 2003-03-04 | Make sure we hold the uobjlock when checking for dirty pages, in lfs_vflush. | perseant |
| 2003-03-04 | Don't add dirty blocks to the ifile in lfs_segunlock, if we're trying to | perseant |
| 2003-03-04 | Don't force all truncations to be synchronous | perseant |
| 2003-03-04 | Teach procfs_allocvp() about Puptime to avoid panics if "/proc/uptime" | tron |
| 2003-03-04 | Update for acpica-unix-20030228. | kochi |
| 2003-03-04 | Resolve conflicts from acpica-20030228-2 import. | kochi |
| 2003-03-04 | Import the Intel ACPICA 20030228 release. | kochi |
| 2003-03-04 | import the Intel ACPICA 20030228 release | kochi |
| 2003-03-04 | lower acpi interrupt level to IPL_VM. | yamt |
| 2003-03-04 | G/c old macppc grf entries. | soren |
| 2003-03-04 | Attach on recent TiBooks. | soren |
| 2003-03-04 | The IDT is an array of struct gate_descriptor. | dsl |
| 2003-03-04 | Pass the address of the intrframe to the ext_intr routine. | matt |
| 2003-03-04 | Make to define ${BOARDTYPE} | matt |
| 2003-03-04 | Re-arrange things in evbppc & powerpc to support OEA-based eval boards | matt |
| 2003-03-04 | Add some missing volatiles. | matt |
| 2003-03-04 | Fix the following pathological scanario: | thorpej |
| 2003-03-04 | Cast the argument passed to vtophys() to a vaddr_t. | thorpej |
| 2003-03-04 | s/i386_isa_chipset/x86_isa_chipset/ | fvdl |
| 2003-03-04 | s/i386_isa_chipset/x86_isa_chipset/, it's defined on multiple ports, but | fvdl |
| 2003-03-03 | The intrmasks array is only used in if 0-ed code, so if 0 it as well. | fvdl |
| 2003-03-03 | Note a kernel pmap locking problem in pmap_kenter_pa4m(). | pk |
| 2003-03-03 | Use unsigned long long to print msr values. | fvdl |
| 2003-03-03 | use CVAROFF. | fvdl |
| 2003-03-03 | Use pmap_cpu_has_pg_n() | fvdl |
| 2003-03-03 | The IDT is an array of struct gate_descriptor. | fvdl |
| 2003-03-03 | The IDT only contains gate descriptors, so define it as such. | fvdl |
| 2003-03-03 | define pmap_cpu_has_pg_n and pmap_cpu_has_invlpg to make code sharing | fvdl |