Age | Commit message (Expand) | Author |
2012-02-28 | Luna88k multi-processor support, step 3. | Kenji Aoyama |
2012-02-26 | Remove no longer _KERNEL-visible constants which aren't used anyway. | Miod Vallat |
2012-02-25 | Add gus* at isapnp?. Last tested nine years ago but ought to still work. | Miod Vallat |
2012-02-25 | :%s,DEBUGBUG,DEBUG, | Miod Vallat |
2012-02-25 | Fix a bad case of htole64() being used instead of htole32() when setting up | Miod Vallat |
2012-02-25 | Remove useless code. | Christiano F. Haesbaert |
2012-02-25 | Make CPUF_GO setting atomic. | Christiano F. Haesbaert |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2012-02-19 | small KNF nit | Mark Kettenis |
2012-02-16 | Do an explicit `sync' instruction before returning from cache routines; this is | Miod Vallat |
2012-02-16 | Be sure to reset coprocessor 0 TAG_LO register to zero before attempting | Miod Vallat |
2012-02-16 | Use abbreviated mnemonics whenever possible (e.g. beqz instead of beq ...,zero), | Miod Vallat |
2012-02-12 | this breaks ramdisk builds. misses release | Theo de Raadt |
2012-02-11 | Don't compare command line input to softraid device names. Parse | Kenneth R Westerback |
2012-01-31 | give up on mcpu options; something remains broken in pmap it looks like; ok miod | Theo de Raadt |
2012-01-31 | remove an unused msr read | Jonathan Gray |
2012-01-29 | Ansify and remove useless variable. | Martin Pieuchot |
2012-01-29 | Start cleaning vgafb(4) to be make it more like vga(4). Remove unused | Martin Pieuchot |
2012-01-28 | Provide a default value for ${OBJCOPY} for native muilds. | Miod Vallat |
2012-01-28 | Luna88k multi-processor support, step 2. | Kenji Aoyama |
2012-01-28 | do not show direct configuration example | Theo de Raadt |
2012-01-22 | Repair 68030 support, broken by mistake in 1.67. Found the hard way and | Miod Vallat |
2012-01-17 | Add an __attribute__((__format__(__kprintf__))) to disasm_interface_t.di_printf | Miod Vallat |
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 | crank to 5.1-beta | Theo de Raadt |
2012-01-11 | Backout premature use of 'bootduid', as 'rootduid' has not yet been | Kenneth R Westerback |
2012-01-11 | Teach OpenBSD/sparc64 installboot(8) about softraid volumes. This makes | Joel Sing |
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-08 | Preliminary multi-processor support for luna88k. It is | Kenji Aoyama |
2012-01-08 | Make allocated memory zeroed. This fixes the problem that we got a | Kenji Aoyama |
2012-01-07 | Check that we have pstates in _PSS before calling the pstate status MSR. | Jonathan Gray |
2012-01-06 | Attach ath(4) to cardbus and add it to bsd.rd | Martin Pieuchot |
2012-01-02 | Enable arcofi(4), tested on 705 by Tobias Ulmer. | Miod Vallat |
2012-01-01 | Improve/clean up sparc64 installboot: | Joel Sing |
2011-12-31 | Add rsu(4) to the sgi GENERICs (but not the RAMDISKs as it requires firmware | Miod Vallat |
2011-12-30 | I had the opportunity to glance at HP-UX's /etc/conf/graf/gr_98705.h, so | Miod Vallat |
2011-12-30 | Fix encoding of DIAG instructions in the MFCPU_T and MTCPU_T macros. MTCPU_T | Miod Vallat |
2011-12-28 | The sparc64 installboot is for sparc64 only - remove all of the non-sparc64 | Joel Sing |
2011-12-26 | Add the missing ECX cpu flags from CPUID at 0x80000001. | Christiano F. Haesbaert |
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-23 | Fix arcofi interrupt number by counting bits from the right side; still untested | Miod Vallat |
2011-12-21 | Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425e | Miod Vallat |
2011-12-21 | Allow intr_dispatch() on hp300 to be used on the clock interrupt level | Miod Vallat |
2011-12-17 | Initialize the (abridged) tag word correctly. | Mark Kettenis |
2011-12-13 | Fix auto-boot failure problem. The controller name should be a | Kenji Aoyama |