Age | Commit message (Expand) | Author |
2008-01-05 | handle 64-bit blkno in format string | Otto Moerbeek |
2008-01-05 | For each channel, tell if it is single-ended or differential if we can know | Miod Vallat |
2008-01-04 | Compute physmem as the real physical memory size, not the physical memory | Miod Vallat |
2008-01-04 | Do not leave a page unused after the kernel message buffer on m68k platforms. | Miod Vallat |
2008-01-04 | - remove two entries that'll never be used | Jasper Lievisse Adriaanse |
2008-01-04 | Prevent sign-extension when setting ASI in %tstate. | Mark Kettenis |
2008-01-04 | Clean up Intel host bridge PCI IDs. | Mark Kettenis |
2008-01-03 | Fix debug code. | Mark Kettenis |
2008-01-03 | Add an explicit clobber to prevent gcc from reordering instructions around | Miod Vallat |
2008-01-03 | Enable wide transfers in the IOPB on wide busses, and get the IOPB passthrough | Miod Vallat |
2008-01-03 | Remove redundant extenr declaration. | Mark Kettenis |
2008-01-03 | Don't depend on evil (struct psycho_pbm *) cast. | Mark Kettenis |
2008-01-03 | Remove some junk. | Mark Kettenis |
2008-01-03 | Move zaurus to __HAVE_TIMECOUNTER. | Mark Kettenis |
2008-01-03 | Make slowtrap check the real stack pointer instead of whatever is in %g6. | Mark Kettenis |
2008-01-02 | Do not invalidate the 88410 cache without flushing it first; this is | Miod Vallat |
2008-01-02 | Give LOCKDEBUG kernels a chance to compile; ok kettenis@ | Miod Vallat |
2008-01-01 | Implement an MP-safe rw_cas() based upon the casx instruction; ok kettenis@ | Miod Vallat |
2008-01-01 | Match on Cougar boards, and try to drive them like Jaguars on steroids. On | Miod Vallat |
2008-01-01 | A potpourri of bugfixes: | Miod Vallat |
2007-12-31 | crank maxusers a little bit | Theo de Raadt |
2007-12-31 | enable upgt & lii. both have issues, and will need to be fixed in | Theo de Raadt |
2007-12-31 | Enable gbe(4) and mkbc(4) now that we have early console support. | Joel Sing |
2007-12-31 | Significantly improve the gbe(4) driver, including: | Joel Sing |
2007-12-31 | Move wscons_machdep.c to it's rightful location. This brings OpenBSD/sgi | Joel Sing |
2007-12-31 | replace ctob/btoc by ptoa/atop as done for other architectures | Martin Reindl |
2007-12-30 | Correctly handle non-null state frames on 68020 and 68030 in fpfault. | Miod Vallat |
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 | fix comments after the members of scsi_adapter were changed. | David Gwynne |
2007-12-29 | Skip LBC on buswalk. Gets rid of unconfigured "Bus Converter Port" devices | Mark Kettenis |
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-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 | missing newline in autoconf pxe report; spotted by henning | Theo de Raadt |
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-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 |