Age | Commit message (Expand) | Author |
2012-07-13 | Improve diffability with amd64 | Mike Larkin |
2012-07-12 | Enable hibernate (suspend-to-disk) support for i386. | Mike Larkin |
2012-07-09 | Remove apic_intrcount counting in the interrupt handlers. Not that useful | Theo de Raadt |
2012-07-09 | After a resume, re-initialize the MTRR registers on the AP processors | Theo de Raadt |
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 | Move the hibernate utility pages up to account for the MP tramp page. | Mike Larkin |
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-20 | Fix some hibernate issues on machines with > 3.5GB phys mem | Mike Larkin |
2012-06-11 | serial -> serial port; ok phessler@ | Otto Moerbeek |
2012-06-10 | Document the "machine comaddr" command. | 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-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | 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-03-27 | fix indentation | Theo de Raadt |
2012-03-27 | only attempt to calculate bus_clock if we can't get tables from acpi | Jonathan Gray |
2012-03-27 | Make the bus_clock calculations happen later in the boot process so | Jonathan Gray |
2012-03-27 | Implement the AMD suggested workaround for family 10h & 12h errata 721 | Jonathan Gray |
2012-03-26 | Add APM_IOC_HIBERNATE | Theo de Raadt |
2012-03-26 | Fix an integer math error when using the result of uvm_page_rle, and | Mike Larkin |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2012-03-19 | more intel cpu models, though the low/high est method is largely | Jonathan Gray |
2012-03-15 | Take cd9660 support off the "obviously a floppy" install media, to find | Theo de Raadt |
2012-03-09 | New vmmap implementation. | Ariane van der Steldt |
2012-03-09 | - remove a redundant note about tftpd; ok dlg | Jason McIntyre |
2012-03-06 | Add support for an SMB controller found on AMD CS5536 companion device. | Mike Belopuhov |
2012-02-25 | Add gus* at isapnp?. Last tested nine years ago but ought to still work. | Miod Vallat |
2012-02-19 | small KNF nit | Mark Kettenis |
2012-01-31 | remove an unused msr read | Jonathan Gray |
2012-01-28 | do not show direct configuration example | Theo de Raadt |
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-07 | Check that we have pstates in _PSS before calling the pstate status MSR. | Jonathan Gray |
2011-12-24 | i386 has MD TCB, so add the #define. Not sure how I overlooked | Philip Guenthe |
2011-12-24 | Need <machine/pcb.h> for TSEG_GS | Philip Guenthe |
2011-12-04 | Slightly different fix for the problem fixed by the previous commit for better | Mark Kettenis |
2011-12-04 | Do not check for an HyperTransport bus if we are using mode #2. Prevents a | Miod Vallat |
2011-12-03 | Remove an OpenBSD-specific tweak regarding .Xr spacing | Ingo Schwarze |
2011-11-23 | properly account for the MP tramp page in the ranges | Theo de Raadt |