summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-12-15add a BRKSIZ define and use it for the heap gap constant, decouplingTed Unangst
2010-12-15revert the malloc change, as it meant dropping events before the device isTed Unangst
2010-12-15don't delay if the device is dyingJacob Meuser
2010-12-14Match the Sitecom WL-349 v1.Mark Kettenis
2010-12-14There is no "struct filesystem"; uncovered by gcc4.Mark Kettenis
2010-12-14disable access to the crypto(4) device from userland; ok deraadtMike Belopuhov
2010-12-14"Implement fast path TLB miss handling. Walk the page table withoutJasper Lievisse Adriaanse
2010-12-14use the dying flag in struct usbd_bus instead of a private dying flagMiod Vallat
2010-12-14regenDamien Bergamini
2010-12-14bunch of Atheros AR9271 product ids.Damien Bergamini
2010-12-14use the dying flag in struct usbd_bus instead of a private dying flagJacob Meuser
2010-12-13#undef RSU_DEBUGDamien Bergamini
2010-12-13Remove superfluous SAVE_CPU_SREG()/RESTORE_CPU_SREG() around ast() call inMark Kettenis
2010-12-12rsu(4) works on the sparc64, so add it everywhere where urtwn(4) is.Damien Bergamini
2010-12-12cosmeticDamien Bergamini
2010-12-12Match the Planex GW-USNano.Jonathan Gray
2010-12-11Add support for the ZTE MF112 from MERIGHI Marcus.Jonathan Gray
2010-12-11regenJonathan Gray
2010-12-11ZTE MF112Jonathan Gray
2010-12-11drop Rx'd frames larger than MCLBYTES.Damien Bergamini
2010-12-11rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SUDamien Bergamini
2010-12-11rxi_flags was used uninitialized, and in some cases, received framesDamien Bergamini
2010-12-10There's no need to flush the cache for the FPU state ever since we got ridMark Kettenis
2010-12-08Reset acb->xs to NULL before scsi_done if option DIAGNOSTIC. There seem to beMiod Vallat
2010-12-08Fix compilation with option CBB_DEBUG; noticed by Dave Anderson on misc@Miod Vallat
2010-12-07The rdmsr_locked/wrmsr_locked functions were using "=A" as a constraint forTheo de Raadt
2010-12-07Make this compile again.Miod Vallat
2010-12-07remove useless #includeDamien Bergamini
2010-12-07remove a bunch of unused argumentsJonathan Gray
2010-12-07bring src/sys/arch/amd64/amd64/dkcsum.c r1.16 over to i386:David Gwynne
2010-12-07the boot loader passes a variable that identifies the disk itsDavid 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-06Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) toMiod 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 stuffJasper Lievisse Adriaanse
2010-12-06* if we got an undercoverable error, set the dying flagJacob Meuser
2010-12-06as in ehci and ohci, delete the interrupt timeout in the detachJacob Meuser
2010-12-06a couple unchecked if_detach() in detach routines that were missedJacob Meuser
2010-12-06* replace per-driver dying and/or other state variables with use ofJacob Meuser
2010-12-06call config_deactivate() before config_detach() when detaching devices.Jacob Meuser
2010-12-06* check that the root hub has been configured before trying toJacob Meuser
2010-12-06* add dying flag to struct usbd_deviceJacob Meuser
2010-12-05PCIe based sparc64 machines have always supported access to the extended PCIeMark Kettenis
2010-12-05Make sure we only initialize the nfsrv_descript_pl pool once.Mark Kettenis
2010-12-04correct constant nameTakuya ASADA
2010-12-04Check the register offset against the device's configuration space size inMiod Vallat
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-12-04Remove pci configuration space acces hook infrastructure, which got copiedMiod Vallat