Age | Commit message (Expand) | Author |
2010-12-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |
2010-12-15 | revert the malloc change, as it meant dropping events before the device is | Ted Unangst |
2010-12-15 | don't delay if the device is dying | Jacob Meuser |
2010-12-14 | Match the Sitecom WL-349 v1. | Mark Kettenis |
2010-12-14 | There is no "struct filesystem"; uncovered by gcc4. | Mark Kettenis |
2010-12-14 | disable access to the crypto(4) device from userland; ok deraadt | Mike Belopuhov |
2010-12-14 | "Implement fast path TLB miss handling. Walk the page table without | Jasper Lievisse Adriaanse |
2010-12-14 | use the dying flag in struct usbd_bus instead of a private dying flag | Miod Vallat |
2010-12-14 | regen | Damien Bergamini |
2010-12-14 | bunch of Atheros AR9271 product ids. | Damien Bergamini |
2010-12-14 | use the dying flag in struct usbd_bus instead of a private dying flag | Jacob Meuser |
2010-12-13 | #undef RSU_DEBUG | Damien Bergamini |
2010-12-13 | Remove superfluous SAVE_CPU_SREG()/RESTORE_CPU_SREG() around ast() call in | Mark Kettenis |
2010-12-12 | rsu(4) works on the sparc64, so add it everywhere where urtwn(4) is. | Damien Bergamini |
2010-12-12 | cosmetic | Damien Bergamini |
2010-12-12 | Match the Planex GW-USNano. | Jonathan Gray |
2010-12-11 | Add support for the ZTE MF112 from MERIGHI Marcus. | Jonathan Gray |
2010-12-11 | regen | Jonathan Gray |
2010-12-11 | ZTE MF112 | Jonathan Gray |
2010-12-11 | drop Rx'd frames larger than MCLBYTES. | Damien Bergamini |
2010-12-11 | rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SU | Damien Bergamini |
2010-12-11 | rxi_flags was used uninitialized, and in some cases, received frames | Damien Bergamini |
2010-12-10 | There's no need to flush the cache for the FPU state ever since we got rid | Mark Kettenis |
2010-12-08 | Reset acb->xs to NULL before scsi_done if option DIAGNOSTIC. There seem to be | Miod Vallat |
2010-12-08 | Fix compilation with option CBB_DEBUG; noticed by Dave Anderson on misc@ | Miod Vallat |
2010-12-07 | The rdmsr_locked/wrmsr_locked functions were using "=A" as a constraint for | Theo de Raadt |
2010-12-07 | Make this compile again. | Miod Vallat |
2010-12-07 | remove useless #include | Damien Bergamini |
2010-12-07 | remove a bunch of unused arguments | Jonathan Gray |
2010-12-07 | bring src/sys/arch/amd64/amd64/dkcsum.c r1.16 over to i386: | David Gwynne |
2010-12-07 | the boot loader passes a variable that identifies the disk its | David Gwynne |
2010-12-06 | - properly remove NENTS now after fixing the fallout. | Jasper Lievisse Adriaanse |
2010-12-06 | - partially revert previous NENTS removal for arches which got busted. | Jasper Lievisse Adriaanse |
2010-12-06 | Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) to | Miod Vallat |
2010-12-06 | - use consistent 'include' rules without a full relative path. | Jasper Lievisse Adriaanse |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-12-06 | - remove unused/commented COMPAT_LINUX stuff | Jasper Lievisse Adriaanse |
2010-12-06 | * if we got an undercoverable error, set the dying flag | Jacob Meuser |
2010-12-06 | as in ehci and ohci, delete the interrupt timeout in the detach | Jacob Meuser |
2010-12-06 | a couple unchecked if_detach() in detach routines that were missed | Jacob Meuser |
2010-12-06 | * replace per-driver dying and/or other state variables with use of | Jacob Meuser |
2010-12-06 | call config_deactivate() before config_detach() when detaching devices. | Jacob Meuser |
2010-12-06 | * check that the root hub has been configured before trying to | Jacob Meuser |
2010-12-06 | * add dying flag to struct usbd_device | Jacob Meuser |
2010-12-05 | PCIe based sparc64 machines have always supported access to the extended PCIe | Mark Kettenis |
2010-12-05 | Make sure we only initialize the nfsrv_descript_pl pool once. | Mark Kettenis |
2010-12-04 | correct constant name | Takuya ASADA |
2010-12-04 | Check the register offset against the device's configuration space size in | Miod Vallat |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-12-04 | Remove pci configuration space acces hook infrastructure, which got copied | Miod Vallat |