Age | Commit message (Expand) | Author |
2007-03-13 | When about to run X11 in 32 bpp mode, advertize correctly that we are | Miod Vallat |
2007-03-13 | Reset psl to spl0 in cpu_fork(), so that kthreads start at spl0 and not | Miod Vallat |
2007-03-13 | Move UKC later in the boot process, so that it can use malloc(). | Miod Vallat |
2007-03-13 | It is safe to run tlb_exception() at the pre-fault ipl. | Miod Vallat |
2007-03-13 | Add two more SFSR bits found on UltraSPARC-III cpus. | Mark Kettenis |
2007-03-13 | Dangling include | Miod Vallat |
2007-03-13 | tlb shootdown in pmap_change_attrs was shooting the wrong va. | Artur Grabowski |
2007-03-13 | Implement proper atomic.h for sparc64. | Artur Grabowski |
2007-03-07 | For unsupported (yet) Expert3D style frame buffers, attach pcons and attach | Miod Vallat |
2007-03-06 | Implement WSDISPLAYIO_GETSUPPORTEDDEPTH; makes X actually work if you follow | Mark Kettenis |
2007-03-06 | Three more Expert3D-like frame buffers we shouldn't attach to yet. | Miod Vallat |
2007-03-05 | Add pmap_prefer() for SH4, from NetBSD; ok drahn@ | Miod Vallat |
2007-03-05 | Prevent a NULL pointer dereference in __pmap_kptp_lookup(); from NetBSD | Miod Vallat |
2007-03-05 | Lower the ipl to what it was at the time of the trap in general_exception, | Miod Vallat |
2007-03-05 | Work around a virtual aliasing conflict issue. Basically allow multiple | Dale Rahn |
2007-03-05 | Add mmap for upa(4). Makes the X wsfb(4) driver actually work instead of | Mark Kettenis |
2007-03-05 | proper check for [non]user returns to syscall gate page; found by miod@ | Michael Shalayeff |
2007-03-04 | Oops, bring back pmap_collect1() and the check for pmap_kernel() in | Miod Vallat |
2007-03-04 | Limit knowledge of splfoo() return values, and use mac68k_machine.via1_ipl | Miod Vallat |
2007-03-04 | Invoke adb_cuda_autopoll() and leave polling mode after all initialization | Miod Vallat |
2007-03-03 | Kernel crash dumps and associated libkvm bits for landisk. | Miod Vallat |
2007-03-03 | Fix a logic error in dumpconf() | Miod Vallat |
2007-03-02 | Move landisk to hardware floating point. At the moment the FPU context is | Miod Vallat |
2007-03-01 | typo | Miod Vallat |
2007-03-01 | On the first generation iMac G5 (PowerMac8,1) the fans node is called | Mark Kettenis |
2007-03-01 | If the kauai is not found in openfirmware, abort the config. ok deraadt | Dale Rahn |
2007-03-01 | Don't attach sensors and iic(4) if we didn't find any fans. | Mark Kettenis |
2007-03-01 | proper softint treatment (that get missed otherwise); found and tested by mpf... | Michael Shalayeff |
2007-02-28 | some older machines have small banks, and the kernel is too big! | Theo de Raadt |
2007-02-28 | Add Smart Battery Monitor device driver. Provided by | Alexander Yurchenko |
2007-02-28 | Use diskerr() to print error messages. | Miod Vallat |
2007-02-28 | do not bother printing 5 lines of cpu information which is always, on | Theo de Raadt |
2007-02-28 | SBus parallel port driver, from NetBSD but untested (no printer or cables); | Miod Vallat |
2007-02-28 | spelling | David Krause |
2007-02-27 | nicer panic; kettenis ok | Theo de Raadt |
2007-02-27 | include alipm, but disabled; ok kettenis | Theo de Raadt |
2007-02-27 | call_apm should be 64 bit. | Marco Peereboom |
2007-02-27 | previous commit ppc machines. has miod been reading tech-kern too much, | Theo de Raadt |
2007-02-26 | Zero rval[1] in setregs. | Miod Vallat |
2007-02-26 | FPU disabled bit on SH4 is not a ``must be zero'' bit, but userland shall not | Miod Vallat |
2007-02-26 | Fix spurious right brace in some decoders, and always print the hex value for | Miod Vallat |
2007-02-26 | Revert a portion of rev 1.21, via-cuda behaves exactly opposite of via-pmu, | Gordon Willem Klok |
2007-02-25 | Add cas(4). Ad a few missing comments while there. | Mark Kettenis |
2007-02-25 | Disable acceleration by default; set device flags to a nonzero value to | Miod Vallat |
2007-02-25 | Change how we determin if were running on a new world versus old world | Gordon Willem Klok |
2007-02-25 | add missing USBD_FORCE_SHORT_XFER checks, put back some code I had for a | Dale Rahn |
2007-02-25 | Defines to make isr status more useable. Bit patterns for debug prints. | Dale Rahn |
2007-02-24 | move debug print into debug block. | Dale Rahn |
2007-02-24 | Add my copyright, since I took the skeleton driver and made it complete. | Dale Rahn |
2007-02-24 | Remove unused B_DIRTY, B_PAGET, B_PGIN, B_TAPE and B_UAREA b_flags values. | Miod Vallat |