Age | Commit message (Expand) | Author |
2007-12-29 | Override SoftFloat's countLeadingZeros32() with a faster, ff1-based, version | Miod Vallat |
2007-12-29 | Had I known we had a kernel version of John Hauser's SoftFloat code, I would | Miod Vallat |
2007-12-29 | Unifdef NO_IEEE in the libkern softfloat code, and put an appropriate rule | Miod Vallat |
2007-12-29 | Do not define _FP_DYNAMIC; no other platform defines this and nothing (either | Miod Vallat |
2007-12-29 | switch from spls to mutexes for protecting the random state. | David Gwynne |
2007-12-29 | fix comments after the members of scsi_adapter were changed. | David Gwynne |
2007-12-29 | Remove debug message. Found by Mike Belopuhov, tsk tsk deraadt. | Marco Peereboom |
2007-12-29 | Skip LBC on buswalk. Gets rid of unconfigured "Bus Converter Port" devices | Mark Kettenis |
2007-12-29 | the scsi layer always had function pointers for asking the hba about a | David Gwynne |
2007-12-28 | If initializing a frame buffer as glass console fails, instead of an invisible | Miod Vallat |
2007-12-28 | Explicitely mention we are the console device, when applicable. | Miod Vallat |
2007-12-28 | There is no need, and no point, to initialize panicstr here. | Miod Vallat |
2007-12-28 | Add a few more K-class models to the list of machines that have more devices | Mark Kettenis |
2007-12-28 | Do not expose struct pmap unless _KERNEL | Miod Vallat |
2007-12-28 | Repair fallout from libkern changes. | Miod Vallat |
2007-12-28 | nfs_sndlock() is often called with its rep argument | Thordur I. Bjornsson |
2007-12-28 | provide vpd page 0, which lists which vpd pages we provide. | David Gwynne |
2007-12-28 | rename some functions to make it clear theyre used to emulate vpd responses | David Gwynne |
2007-12-28 | implement emulation of vpd page 83, the device identification page. if the | David Gwynne |
2007-12-28 | massage the way vpds are defined. rename the page used for the devices | David Gwynne |
2007-12-27 | Remove leftover code in m197_machdep.c, back when I wanted to address the | Miod Vallat |
2007-12-27 | Fix the spurious or unclaimed interrupt messages, I swapped them by mistake. | Miod Vallat |
2007-12-27 | Make the mvme188 interrupt handling closer to the aviion interrupt handling: | Miod Vallat |
2007-12-27 | Undo previous commit after debating a few corner cases with gwk. This | Marco Peereboom |
2007-12-27 | allow for max 5000 uses/sec offset adjust, this makes it possible for | Otto Moerbeek |
2007-12-27 | Add _PPC support. Tested by several people. | Marco Peereboom |
2007-12-27 | missing newline in autoconf pxe report; spotted by henning | Theo de Raadt |
2007-12-27 | fifofs, deadfs and specfs all have the same "trivial lookup routine that | Thordur I. Bjornsson |
2007-12-27 | use TAILQ_FOREACH when possible instead of manually | Thordur I. Bjornsson |
2007-12-27 | power(4) can now make use of the DS1687 register definitions header file. | Joel Sing |
2007-12-27 | Clean up the clock MD code. Move all of the DS1687 register definitions to | Joel Sing |
2007-12-27 | 1.90 again. use the right flags when creating a dmamap for use during | David Gwynne |
2007-12-27 | oops, there was other code in the previous commit that shouldnt have gone | David Gwynne |
2007-12-27 | use the right flags when creating dmamaps for use in interrupt handlers. | David Gwynne |
2007-12-27 | KNF, no functional change | Marco Peereboom |
2007-12-27 | Fix for PR5365. | Thordur I. Bjornsson |
2007-12-26 | Since no cache flush/inval operation will occur before we enable D$, and | Miod Vallat |
2007-12-26 | Remove the last debug bit from the PSR on 88110: do not force memory accesses | Miod Vallat |
2007-12-26 | Teach the hppa bootloader how to boot 64-bit kernels. | Mark Kettenis |
2007-12-26 | Honour the rounding mode in fpu_ftoi(). | Miod Vallat |
2007-12-26 | First try at getting the interval bits filled in fcmp{,u} results. | Miod Vallat |
2007-12-26 | Fix FPU_SET_CARRY() | Miod Vallat |
2007-12-26 | Use the TSTATE_xxx constants instead of (PSTATE_xxx << TSTATE_PSTATE_SHIFT) | Miod Vallat |
2007-12-25 | Limit physmem to 32MB on 01-W3869B02[EF] boards which shipped with 64MB of | Miod Vallat |
2007-12-25 | Tell 197SP and 197DP apart in MULTIPROCESSOR kernels. | Miod Vallat |
2007-12-25 | Increase timeout on the processor bus when running without snooping enabled. | Miod Vallat |
2007-12-25 | A few fixes in the exception bits reporting, spotted by John Hauser's TestFloat. | Miod Vallat |
2007-12-25 | Zero / Num should return a zero with the same sign as the divider. | Miod Vallat |
2007-12-25 | Accept valid forms of double-precision fmul/fadd/fsub/fdiv and reject invalid | Miod Vallat |
2007-12-25 | Missing pointer initialization for int/nint/trnc exceptions. | Miod Vallat |