Age | Commit message (Expand) | Author |
2012-03-19 | Only change the default boot device to a bootable softraid volume, if we | Joel Sing |
2012-03-19 | more intel cpu models, though the low/high est method is largely | Jonathan Gray |
2012-03-16 | Display L3 cache information on amd64 for amd cpus, Intel now uses a | Christiano F. Haesbaert |
2012-03-15 | Take cd9660 support off the "obviously a floppy" install media, to find | Theo de Raadt |
2012-03-09 | - remove a redundant note about tftpd; ok dlg | Jason McIntyre |
2012-02-25 | Remove useless code. | Christiano F. Haesbaert |
2012-02-25 | Make CPUF_GO setting atomic. | Christiano F. Haesbaert |
2012-01-31 | remove an unused msr read | Jonathan Gray |
2012-01-13 | Crank amd64 boot(8) version for the softraid changes. | Joel Sing |
2012-01-13 | Switch back to bootduid, however remember to include sys/systm.h... | Joel Sing |
2012-01-13 | handle m_copyback errors, this code is too sensitive for such | Mike Belopuhov |
2012-01-11 | Backout premature use of 'bootduid', as 'rootduid' has not yet been | Kenneth R Westerback |
2012-01-11 | Pass the DUID of the boot disk via bootduid instead of rootduid, since it | Joel Sing |
2012-01-11 | Teach OpenBSD/amd64 boot(8) how to access softraid(8) volumes. This | Joel Sing |
2012-01-08 | Make sure we only read cpuid 0x80000001 features if pnfeatset reports it. | Christiano F. Haesbaert |
2012-01-07 | Check that we have pstates in _PSS before calling the pstate status MSR. | Jonathan Gray |
2011-12-26 | Add the missing ECX cpu flags from CPUID at 0x80000001. | Christiano F. Haesbaert |
2011-12-17 | Initialize the (abridged) tag word correctly. | Mark Kettenis |
2011-12-03 | Remove an OpenBSD-specific tweak regarding .Xr spacing | Ingo Schwarze |
2011-11-16 | Make userret() MI. On architectures which jammed stuff into it in the | Theo de Raadt |
2011-11-15 | Simplify various parts of the puc(4) attachment code. Tested lightly | Theo de Raadt |
2011-11-14 | merge syscall.c into the end of trap.c as almost all architectures do. | Theo de Raadt |
2011-11-13 | If a softraid chunk is offline we are not necessarily going to have the | Joel Sing |
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb |
2011-10-29 | Make sure we don't accidentally use ISA or EISA interrupt mappings on PCI | Mark Kettenis |
2011-10-21 | Add bounds checks for access to mp_busses. | Mark Kettenis |
2011-10-19 | Oh yeah, a cvs id is good | Philip Guenthe |
2011-10-15 | "TLS-lite": add kernel support for a per-thread userspace pointer, | Philip Guenthe |
2011-10-13 | I'm sick and tired of people doing misalgned reads and writes to PCI config | Mark Kettenis |
2011-10-12 | Remove all MD diagnostics in cpu_switchto(), and move them to MI code if | Miod Vallat |
2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). | Miod Vallat |
2011-10-06 | ccd goes to the attic | Theo de Raadt |
2011-10-04 | In the coming future, we are more likely to need ehci(4) than sk(4) or | Theo de Raadt |
2011-09-20 | Remove commented-out leftovers from old drm drivers that have been removed | Matthieu Herrb |
2011-09-20 | Fix bogus comment. Okay miod@ | Paul Irofti |
2011-09-08 | Provide namespace-safe alignment macros in <machine/_types.h>, with | Philip Guenthe |
2011-09-08 | Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to. | Philip Guenthe |
2011-09-03 | Add a general warning about gdb matching against sigcode instructions | Philip Guenthe |
2011-08-29 | Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99. | Mark Kettenis |
2011-08-18 | stray spaces; no binary change | Marco Peereboom |
2011-08-17 | Assembler implementation of the GCM mode using the Carry-less | Mike Belopuhov |
2011-08-02 | disable mmuagp due to reports it breaks some machines. | Theo de Raadt |
2011-07-19 | Warn about but don't prevent installboot from installing /boot when | Kenneth R Westerback |
2011-07-11 | Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, | Philip Guenthe |
2011-07-10 | remove irrelevant comments | Theo de Raadt |
2011-07-10 | remove irrelevant old comment | Theo de Raadt |
2011-07-08 | When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al... | Kenneth R Westerback |
2011-07-07 | deraadt says disable bluetooth everywhere else too | Ted Unangst |
2011-07-07 | The drahn memorial bad kernel build fix: prevent blood pressure | Philip Guenthe |
2011-07-07 | There is a bunch of places in the kernel entry points where we don't | Artur Grabowski |