Age | Commit message (Expand) | Author |
2012-07-09 | Do not re-initialize ci_randseed on the primary cpu | Theo de Raadt |
2012-07-09 | unify com at cardbus attachments | Theo de Raadt |
2012-07-08 | The comment above amd64_mrinit_cpu() was way too specific and wrong. | Theo de Raadt |
2012-07-08 | apm_kqfilter() is gone | Philip Guenthe |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-06-11 | serial -> serial port; ok phessler@ | Otto Moerbeek |
2012-06-10 | Document the "machine comaddr" command. Remove the text that (incorrectly) | Mark Kettenis |
2012-06-10 | Always allow serial console, even if the BIOS doesn't report the presence of | Mark Kettenis |
2012-06-04 | Fix serial port output. | Marcus Glocker |
2012-06-04 | Correct the backwards compatibility code for console device configuration. | Joel Sing |
2012-06-03 | Add support for serial consoles at non-standard addresses. This implements | Mark Kettenis |
2012-05-29 | Remove unused define CHAR_CHS_FORCE. | Marcus Glocker |
2012-05-27 | enable tcpcib(4) | Jonathan Gray |
2012-05-27 | Add tcpcib(4) to support Intel Atom E600 watchdog. | Jonathan Gray |
2012-05-23 | increase the number of io and mem extent regions for amd64 to 16 | Mike Belopuhov |
2012-05-06 | Garbage collect the old int$80 kernel entry point: the last use of | Philip Guenthe |
2012-04-22 | Test vendor against cpu_vendor instead of calling CPUID, this matches | Christiano F. Haesbaert |
2012-04-17 | Don't try to cache the CPU's FS.base, as userland can make it a lie by | Philip Guenthe |
2012-04-14 | User area hasn't been double-mapped in a long time | Philip Guenthe |
2012-04-11 | The first ktrace record for a newly spawned thread is a return | Mike Belopuhov |
2012-04-06 | tedu the raidframe. | Joel Sing |
2012-04-04 | Make sure that identifycpu() is run only once; fixes occasional | Mike Belopuhov |
2012-03-27 | only attempt to calculate bus_clock if we can't get tables from acpi | Jonathan Gray |
2012-03-27 | Implement the AMD suggested workaround for family 10h & 12h errata 721 | Jonathan Gray |
2012-03-27 | Run identifycpu() on its own cpu. | Christiano F. Haesbaert |
2012-03-26 | Add APM_IOC_HIBERNATE | Theo de Raadt |
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 |