Age | Commit message (Expand) | Author |
2007-03-19 | Remove force-PIO workaround for wd@pciide. | Miod Vallat |
2007-03-19 | bus_dmamap_sync fixes to cope with real life. | Miod Vallat |
2007-03-19 | Default to writeback cache. | Miod Vallat |
2007-03-19 | Deactivate the pmap in cpu_exit. This way we can avoid quite a lot of | Artur Grabowski |
2007-03-19 | attach softraid to the root of the device tree in a machine independant | David Gwynne |
2007-03-19 | Not only did I break RAMDISK, I also left a debugging printf. | Artur Grabowski |
2007-03-19 | please always test RAMDISK kernels | Theo de Raadt |
2007-03-19 | Move i386 to timecounters. This is more or less the same code as amd64. | Artur Grabowski |
2007-03-19 | typo fixes; didickman@gmail | Theo de Raadt |
2007-03-19 | Add a new device that provides a framework for IO manipulation. A very basic | Marco Peereboom |
2007-03-18 | put support for alphaservers 1200 and 4100 on ramdisk kernels | Martin Reindl |
2007-03-18 | typo | Theo de Raadt |
2007-03-18 | Enable pxammc and sdmmc in RAMDISK, too. | Uwe Stuehler |
2007-03-18 | Support the PXA27x SD/SDIO/MMC controller on Zaurus | Uwe Stuehler |
2007-03-18 | Add an interface to scoop(4) to control CF and SD card power | Uwe Stuehler |
2007-03-18 | do not steal page table pages on page allocation failure -- it can be dealt w... | Michael Shalayeff |
2007-03-17 | For arm pre-v6 (ie all supported machines) it is necessary to disable | Dale Rahn |
2007-03-17 | Implement proper atomic.h for powerpc. With help from art@ and drahn@. | Mark Kettenis |
2007-03-17 | Make lcsplx() call spllower() instead of duplicating its code. | Mark Kettenis |
2007-03-17 | Do not start lines printed by the kernel with '<' so that syslog won't get | Miod Vallat |
2007-03-17 | Only invoke printstar() in get_pte() if option DEBUG. | Miod Vallat |
2007-03-17 | Indentation repairs, no code change. | Miod Vallat |
2007-03-17 | add proper atomic_{set,clear}bits_int implementation | Martin Reindl |
2007-03-17 | wpi(4) works fine on amd64 according to | Jonathan Gray |
2007-03-17 | we do not want uts(4) enabled until we have proper calibration | Robert Nagy |
2007-03-16 | enable uts(4) | Robert Nagy |
2007-03-16 | add DEC_KN300 support from NetBSD; | Robert Nagy |
2007-03-16 | Timecounters for sparc64. The cleanest and easiest timecounter | Artur Grabowski |
2007-03-15 | UltraSPARC-IV cpus appear a bit different in OpenFirmware than older cpus. | Mark Kettenis |
2007-03-15 | Make sure we find the OpenFirmware node for UltraSPARC-IV cpus. | Mark Kettenis |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-03-14 | Make SMU sensors and fan control work on PowerMac8,1. | Mark Kettenis |
2007-03-13 | Nuke __HAVE_OLD_DISKLABEL code, this was never defined anyway. | Miod Vallat |
2007-03-13 | Add <machine/fpu.h> for upcoming userland changes. | Miod Vallat |
2007-03-13 | Drop the second and third arguments to adb_op_sync, for they are not used; | Miod Vallat |
2007-03-13 | Be more strict during probe, consider failures to get device description | Miod Vallat |
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 |