summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-12-17- regenJasper Lievisse Adriaanse
2010-12-17add moxa uport110, from rivo nurgesJasper Lievisse Adriaanse
2010-12-17- use usb_lookup() instead of handrolled macro.Jasper Lievisse Adriaanse
2010-12-16small cleanup ioctl WSKBDIO_GETLEDSAlexandr Shadchin
2010-12-16move CRYPTO_VIAC3_MAX out of cryptodev.h and into the onlyJonathan Gray
2010-12-16no need to poke the vmspace, uvm_map_hint does what we want. ok ogaTed Unangst
2010-12-16The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX lengthJonathan Gray
2010-12-15Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c toMike Belopuhov
2010-12-15attach the Hercules HWGUn-54 to rsu(4)Damien Bergamini
2010-12-15Add USB ID for the Hercules HWGUn-54; from pea@Damien Bergamini
2010-12-15- the firmware download succeeded message should be wrapped in DPRINTF().Jasper Lievisse Adriaanse
2010-12-15- attach to the startech ICUSB232X, though only the first port can be usedJasper Lievisse Adriaanse
2010-12-15Be more careful when copying the pf rule from userland into the kernel.Claudio Jeker
2010-12-15enable uticom(4) now it is known to workJonathan Gray
2010-12-15make this not panic on attachJonathan Gray
2010-12-15oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinksTed Unangst
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