Age | Commit message (Expand) | Author |
2007-03-21 | ahci seems to work fine on i386. thanks to marc winiger for figuring that | David Gwynne |
2007-03-21 | Real atomic_{set,clear}bits_int implementation, ok deraadt | Miod Vallat |
2007-03-21 | Real atomic_{set,clear}bits_int implementation, no performance hit on 060 | Miod Vallat |
2007-03-21 | Mips_IOSyncDCache last argument is in the 0..2 range, not -1..1, so let | Miod Vallat |
2007-03-21 | remove extra *p test, from charles longeau | Ted Unangst |
2007-03-21 | enable ahci(4). this only attaches to the jmicron controllers so far. | David Gwynne |
2007-03-20 | Move macppc to __HAVE_CPUINFO, and make locore.S and trap.c suitable for | Mark Kettenis |
2007-03-20 | Remove unused ALIGN32 macro. It wouldn't work anyway, since | Deanna Phillips |
2007-03-20 | typo in comment | Todd T. Fries |
2007-03-20 | Spring cleaning: some whitespace, clean up the failure path in the attach | Gordon Willem Klok |
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 |