Age | Commit message (Expand) | Author |
2015-08-25 | Re-enabling GPT on amd64 and i386. Discussed with and OK krw@ | Brandon Mercer |
2015-08-22 | delete a wrong comment | Mike Larkin |
2015-08-21 | use vaddr_t for kernel va range calculation instead of paddr_t. No binary | Mike Larkin |
2015-08-20 | Remove an unused #include file from i386 and amd64 pmap.h | Mike Larkin |
2015-08-12 | Incorrect comparison when accessing cpuid extended function 0x80000007. | Mike Larkin |
2015-08-10 | Explicitly NULL-terminate mpbios_icu_table as required by the code which | Theo de Raadt |
2015-07-23 | Revert attempted GPT code cleanup. Too much code, too little testing. | Kenneth R Westerback |
2015-07-23 | GPT appears to create broken spoofed labels for empty disks (at least vnd, | Theo de Raadt |
2015-07-21 | pvbus(4) was attaching too early, it has to wait for identifycpu. | Reyk Floeter |
2015-07-21 | Define some LAPIC timer register values. | Masao Uebayashi |
2015-07-21 | Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses. | Reyk Floeter |
2015-07-21 | A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' | Kenneth R Westerback |
2015-07-19 | Make x86_send_ipi() return void | Stefan Fritsch |
2015-07-19 | Enable GPT kernel support. Discussed with a few. OK miod@ | Brandon Mercer |
2015-07-19 | Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK() | Kenneth R Westerback |
2015-07-18 | Make {x86,i82489,x2apic,i386}_ipi return void | Stefan Fritsch |
2015-07-18 | Make *_ipi_init return void on i386/amd64 | Stefan Fritsch |
2015-07-18 | unexpand spaces to tabs | Stefan Fritsch |
2015-07-18 | Set all the cr4 bits we want at once, instead of one by one | Philip Guenther |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-07-17 | Avoid assigning low addresses to PCI BARs. Some machines don't claim these | Mark Kettenis |
2015-07-17 | Remove (unused) references to bios32, which is not present in amd64. | Mike Larkin |
2015-07-17 | Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out | Miod Vallat |
2015-07-17 | Consistently use SEL_RPL as the mask when testing selector privilege level | Philip Guenther |
2015-07-17 | "are we 386, 386sx, or 486, or Pentium, or.." | Mike Larkin |
2015-07-16 | remove 'cpu_brand_id' as we no longer use that method to calculate the | Mike Larkin |
2015-07-16 | Remove 4 second delay on reboot/shutdown that was added 8 years | Stefan Fritsch |
2015-07-16 | Fix a backward compare in boot argument parsing, and clarify a comment that | Mike Larkin |
2015-07-16 | Move grab/release of the kernel_lock for softintrs from the ASM stubs to | Philip Guenther |
2015-07-13 | remove unused cpu_copy_trampoline; ok mlarkin | Mike Belopuhov |
2015-07-10 | Avoid calling pool_put(9) while holding a mutex here as well to prevent lock | Mark Kettenis |
2015-07-09 | Prevent possible interrupt recursion before unwinding the stack. | Mike Belopuhov |
2015-07-02 | introduce srp, which according to the manpage i wrote is short for | David Gwynne |
2015-06-30 | Clean up a needless check in an if statement. | Mike Larkin |
2015-06-29 | Fix trap setup for double faults; error pointed out by Wei Liu a few months | Mike Larkin |
2015-06-29 | Remove some unused #defines | Mike Larkin |
2015-06-28 | Force the return to userspace from execve to go through iretq to get all | Philip Guenther |
2015-06-28 | LDT is gone and not coming back | Philip Guenther |
2015-06-28 | Split AST handling from trap() into ast() and get rid of T_ASTFLT. | Philip Guenther |
2015-06-25 | you need to include ddb/db_output.h so you know how to call db_printf | David Gwynne |
2015-06-24 | Uninitialized variables; pedro@ | Miod Vallat |
2015-06-24 | Remove a couple of unused and old #defines that discussed phys and virt | Mike Larkin |
2015-06-23 | If the kernel symbols fit completely into the 2 MB alignment hole | Alexander Bluhm |
2015-06-22 | Add an #ifdef HIBERNATE to allow to build a kernel without hibernate but | Alexander Bluhm |
2015-06-22 | Make it possible to create write combing mappings through /dev/mem. This is | Mark Kettenis |
2015-06-22 | document that boot.conf can contain comments; | Jason McIntyre |
2015-06-13 | Parse _CST objects and use the C-states they describe when they're sane. | Philip Guenther |
2015-06-07 | Add a default panic case to a switch statement where code after assumes | Jonathan Gray |
2015-06-07 | Add CR4_FSGSBASE | Philip Guenther |
2015-06-07 | Enable use of mwait in non-MP boxes and report # of C-substates up to C7, | Philip Guenther |