Age | Commit message (Expand) | Author |
2008-01-13 | Replace STABS debug info (which causes problems with truncated relocations) | Mark Kettenis |
2008-01-13 | Don't reserve space for msgbuf and bootargs in pmap_bootstrap(), since we | Mark Kettenis |
2008-01-13 | Add a machdep.cputype sysctl, which returns the processor type (0 for 88100, | Miod Vallat |
2008-01-13 | Remove unused cpumod variable. | Miod Vallat |
2008-01-13 | Fix build with DEBUG defined. | Mike Belopuhov |
2008-01-12 | Don't steal a register window in ipi_save_fpstate; it could have bad | Mark Kettenis |
2008-01-10 | instead of showing { love }, fix the macro do use the do { ... } while (0) co... | Theo de Raadt |
2008-01-10 | Fix {} | Marco Peereboom |
2008-01-10 | Fix spello | Marco Peereboom |
2008-01-09 | add urlphy for RAMDISK, move tested devices up. | Stuart Henderson |
2008-01-09 | uark -> uark*, allow multiple devices to attach | Jonathan Gray |
2008-01-09 | Make dec_xxx_intr_map() fail silently; caller will print a message if | Mark Kettenis |
2008-01-09 | Move a couple of tested USB devices out of the 'untested' block, | Stuart Henderson |
2008-01-08 | Be uniform with console message from other devices | Theo de Raadt |
2008-01-08 | the rsc-console on the v880 operates at 115200, not the 9600 we think we | David Gwynne |
2008-01-06 | Nuke avail_start and avail_end, they are not used by ps(1) since ten years, | Miod Vallat |
2008-01-06 | Sync console devices with GENERIC. | Miod Vallat |
2008-01-06 | Enclose some SUN4-specific code within preprocessor directives, this lets SUN4C | Miod Vallat |
2008-01-06 | Add lebuffer. | Miod Vallat |
2008-01-06 | Add STICK_INT. | Mark Kettenis |
2008-01-06 | Enable raw keyboard for wscons - prompted by matthieu@. Whilst we're here | Joel Sing |
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 |