Age | Commit message (Expand) | Author |
2006-11-29 | Fix cpu_model string screwup. | Dimitry Andric |
2006-11-29 | The historical reasons to spoof the 'c' partition of ccdN as being FFS | Kenneth R Westerback |
2006-11-29 | Report about command error | Alexander Yurchenko |
2006-11-29 | ips firmware runs on a little-endian cpu so do endian conversion | Alexander Yurchenko |
2006-11-29 | Add some constants. | Alexander Yurchenko |
2006-11-29 | Correct the calculation of block address for specfs block i/o on | Kenneth R Westerback |
2006-11-29 | disable a gpio that is not needed | Theo de Raadt |
2006-11-29 | move CSD/CID decoding to sdmmc_mem.c | Uwe Stuehler |
2006-11-29 | make interrupt handler stay quiet in case of shared interrupts | Uwe Stuehler |
2006-11-29 | match Linksys WUSBF54G | Jonathan Gray |
2006-11-29 | regen | Jonathan Gray |
2006-11-29 | Linksys WUSBF54G | Jonathan Gray |
2006-11-29 | detect potential multiplicative overflow before allocation, and return via | Theo de Raadt |
2006-11-29 | Compile the mixer tuning via keyboard code if NWSKBD_HOTKEY if nonzero | Miod Vallat |
2006-11-29 | Use unsigned numbers for comparisons in mmmmap(). | Miod Vallat |
2006-11-29 | Update the sensor description based on the GPS operation mode. Initial | Marc Balmer |
2006-11-29 | Remove MAPPEDCOPY. It does not work and I am not convinced it is worth | Miod Vallat |
2006-11-29 | Add commented out ips here as well. | Alexander Yurchenko |
2006-11-29 | cpu_swapin is nomore | Michael Shalayeff |
2006-11-29 | Enable monitor mode. | Marcus Glocker |
2006-11-29 | cpu_swapin is nomore | Michael Shalayeff |
2006-11-29 | We don't use mb_map anymore since a long time already. Remove it. | Miod Vallat |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-11-29 | Add an alignment parameter to uvm_km_alloc1(), and change all callers to | Miod Vallat |
2006-11-29 | Use uvm_km_alloc() instead of uvm_km_alloc1(), so that the latter can | Miod Vallat |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-11-29 | Only establish acpi interrupt if ACPI_ENABLE. | Mark Kettenis |
2006-11-29 | Only establish acpi interrupt if ACPI_ENABLE. | Mark Kettenis |
2006-11-29 | unused file and functions | Michael Shalayeff |
2006-11-29 | Add another ID to match for the 88W8310 chip. | Marcus Glocker |
2006-11-29 | make it compile w/ debug defined; miod@ ok | Michael Shalayeff |
2006-11-29 | oops, don't always enable debugging | Uwe Stuehler |
2006-11-29 | Unbreak. No cookie for dlg. | Alexander Yurchenko |
2006-11-29 | oops, i missed a closing brace with the scsibus_attach_args fixup. | David Gwynne |
2006-11-29 | Show debug messages depending on current debug level, which may be | Uwe Stuehler |
2006-11-29 | add ioctl hack to support the sdio(8) userland tool | Uwe Stuehler |
2006-11-29 | Oh, scsi layer already has timeout stuff for us. | Alexander Yurchenko |
2006-11-29 | oops, i missed ips when giving scsibus an attach args for drivers to fill | David Gwynne |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-11-28 | I just don't know why I decided to set block count to 512 unconditionaly | Alexander Yurchenko |
2006-11-28 | identify the chipset. | Brad Smith |
2006-11-28 | Fixed clearing arg for acpi_init_pic | Jordan Hargrave |
2006-11-28 | regen | Robert Nagy |
2006-11-28 | add IDs for SiS550/1/2 audio and SiS530/1/2 vga | Robert Nagy |
2006-11-28 | move printing of the interrupt string into re_attach(). | Brad Smith |
2006-11-28 | Better debug messages. | Alexander Yurchenko |
2006-11-28 | Let est not complain about certain strange msr values on Pentium 4's. We can't | Dimitry Andric |
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter |
2006-11-28 | Support "trace /p <pid>" to show the stack trace of any process. | Uwe Stuehler |